html, body{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana, arial, sans-serif;
	font-size: 62.8%; 
	background: url('../images/van_background.jpg') #758897 no-repeat center bottom;
	background-attachment:fixed;	
	width: 100%;
}

#container{
	width: 993px;
	height: 100%;
	margin: 0 auto; 
}
	
#header{
	position: relative;
	width: 993px;
	height: 76px;
	background: url('../images/header_back.png') no-repeat top left;	
	margin-top: 14px;
}

.logo{
	float: left;	
}

.header_right{
	float: right;	
	width: 540px;
	height: 76px;
	background: url('../images/search_back.png') no-repeat top right;
	text-align: right;
}

.phone{
	display: block;
	font-size: 3.2em;
	color: #4f4f4f;
	padding: 30px 16px 7px 0;
	font-weight: bold;
	letter-spacing: -2px;
	padding-left: 86px;
	background: url('../images/phase1/phone_woman.png') no-repeat top left;
	height: 80px;
    position: absolute;
    top: -10px;
    left: 610px;
}	

.phone em{
	font-size: 0.6em;
	font-style: normal;	
	font-weight: normal;
 
}
	
.search_box{	
	width: 186px;
	padding: 0;
	margin: 0;
	float: right;
}
	
.searchBox{	
	float: left;
	width: 139px;
	height: 21px;
	margin: 10px 0 0 15px;
	border: none !important;
	background: url('../images/search_box_back.png') no-repeat top left;
	color: #9a9a9a;
	text-transform: uppercase;
	padding-left: 10px;	
	font-size: 0.9em;

}

.header_right .submit{
	float: left;
	width: 26px;
	height: 20px;
	margin: 0 12px 0 -7px;
	border: none;

}
	
#navigation{	
	height: 37px;	
	background: url('../images/phase1/nav_curves.png') no-repeat top right;
	margin-top: 9px;
	text-align: right;
}

#navigation ul{
	height: 25px;
	float: left;
	background: url('../images/phase1/menu_end.png') no-repeat top right;
	padding-right: 27px;
	margin-top: 1px;
}

#navigation ul li.firstItem a:hover{
    background-color: Red;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;    
}

#navigation ul li{
	float: left;
	height: 25px;	
	text-align: center;
}
	
#navigation ul li a:link,
#navigation ul li a:visited{
	display: block;
	padding: 7px 15px 0px 15px;
	height: 18px;
	background: url('../images/phase1/menu_back.png') repeat-x top left;	
	border-left: 1px solid #a9c2d3;
	border-right: 1px solid #d9e6ef;
	text-decoration: none;
	color: #211d1e;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.1em;
}

#navigation ul li a:hover,
#navigation ul li a:active{
	background: url('../images/menu_back_on.png') repeat-x top left;
	color: #fff;
}

#navigation ul li.firstItem a:link,
#navigation ul li.firstItem a:visited{
	width: 49px;
	height: 18px;
	background: url('../images/phase1/menu_start.png') no-repeat top left;	
	border-left: none;
	padding: 7px 15px 0px 15px; 
}
	
#navigation ul li.firstItem a:hover,
#navigation ul li.firstItem a:active{
	background: url('../images/menu_start_on.png') repeat-x top left;
	color: #fff;
}	

.top_curves_light{
	height: 15px;
	background: url('../images/top_curves_light.png') no-repeat bottom left;
	margin: 7px 0 0 0;	
}

.bot_curves_light{
	height: 15px;
	background: url('../images/bot_curves_light.png') no-repeat bottom left;
	margin: 0 0 0 0;	
}

.top_curves_dark{
	height: 15px;
	background: url('../images/top_curves_dark.png') no-repeat bottom left;
	margin: 7px 0 0 0;	
}

.bot_curves_dark{
	height: 22px;
	background: url('../images/bot_curves_dark.png') no-repeat bottom left;
	margin: 0;	
}

#content{	
	background: url('../images/background_light.png');
	padding: 0 0 80px 0;
}

/* MAIN CONTENT GOES IN HERE */
.main_content{
	float: right;
	/*width: 664px;*/
	background-color:#dae8f1;
	-webkit-border-radius: 20px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topleft: 0;
	border-radius: 20px;
	border-top-left-radius: 0;
	width:643px;
	box-shadow:3px 3px 5px #888;
	margin-right:20px;
	margin-top:35px;
	padding-bottom:20px;
}

.main_content p{
	padding: 10px; 
	padding-left:20px;
	font-size: 1.1em;
	line-height: 1.8em;
}

h2.introHead{
	margin: 10px 0 10px 20px;
	padding: 0;
	font-size: 1.6em;
	color: #44709f;
	font-weight: bold;
}
h2.sectionHead{
	color: #CD6B00;
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial;
	margin:10px 0 10px 20px;
}

p.intro{
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0px 15px 0 0;
	padding:15px 20px;
}

.results_intro{
	background:url('../images/intro_block_content.png') repeat-y top left;
	padding: 0 20px !important;
}
.results_intro_top{
	width:646px;
	height:20px;
	background:url('../images/intro_block_top.png') no-repeat;
}
.results_intro_bottom{
	width:646px;
	height:26px;
	background:url('../images/intro_block_bottom.png') no-repeat;
}

.main_content p strong,
.main_content h2.homeH2 strong{
	font-weight: bold;
}

h2.offersHeader{
	font-size: 1.2em;
	margin: 45px 0 -20px 20px;
}

.offersList 
{
  margin:30px 0 0 0;   
}
.offersList h2
{
	font-size: 1.2em;
	margin:0 0 0 20px;
}

h2.offersHeader a{
	color:#224477;
}

dl.results{
	clear: both;
	width: 584px;
	min-height:159px;
	background: #bad3e4 url('../images/phase1/vehicleprice-bg-top.jpg') repeat-x left top;
	margin: 30px 0 20px 30px;
	position:relative;
}

dl.results dt{
	height: 36px;
	width: 415px;
	float:right;
	padding-top:5px;
}

dl.results dt a:link,
dl.results dt a:visited{
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

dl.results dt a:link em,
dl.results dt a:visited em{
	display: block;
	color: #b3e2ff;
	font-size: 0.7em;
	padding-top: 0px;
	font-weight: normal;
}

dl.results dt a:hover,
dl.results dt a:active,
dl.results dt a:hover em,
dl.results dt a:active em{
	color: #f78f1e;
}

dl.results dd.im{
	float: left;
	width: 145px;
	height: 147px;
	border: none;
	background-color: #fff;
	padding: 0;		
	text-align:center;
	margin:3px 3px 0 3px;
	text-decoration: none;
}



dl.results dd.im a,
.resultsPageOffer dl dd.im a{
	text-decoration:none;
}
dl.results dd.im img{
	border-top:2px solid #f79529;
}


dl.results dd.im span{
	width:139px;
	height:31px;
	padding-top:1px;
	border-left:1px solid #6895b9;
	border-top:1px solid #6895b9;
	border-right:1px solid #d9e5ef;
	display:block;
	color:black;
	font-weight:bold;
	background-color:#88afcc;
	margin-left:2px;
	margin-top:0;
	font-size:1.2em;
	font-family:Arial;
	text-align:center;
	text-decoration: none;
}

dl.results dd.desc{
	position:absolute;
	width:80px;
	height:59px;
	background:url('../images/phase1/vehicleprice-star.png') no-repeat left top;
	top:-10px;
	right:-20px;
	padding-top:10px;
	font-weight:bold;
	text-align:center;
	padding-left:-8px;
	color:#e20000;
	font-family:arial;
	font-size:8pt;
	line-height:1;
}

dl.results dd.desc em{
	display:block;
	color:Black;
	font-size:10pt;
}

dl.results dd.prc{
	float: left;
	width:102px;
	height:46px;
	color:#1b2024;
	background-color:#9fc0d7;
	font-size:1.1em;
	font-weight:bold;
	font-family:arial;
	padding-left:10px;
	padding-top:7px;
}

dl.results dd.prc strong{
	font-size:2.2em;
	display:block;
	margin-top:-5px;
}

dl.results dd.sav{
	background:url('../images/phase1/vehicleprice-saving.png') no-repeat left top;
	float: left;
	width:100px;
	height:46px;
	color:#8d0000;
	font-size:1.1em;
	font-weight:bold;
	font-family:arial;
	padding-left:30px;
	padding-top:7px;
	margin: 1px 0 0 5px;
}

dl.results dd.sav strong{
	font-size:2.2em;
	display:block;
	margin-top:-5px;
}

dl.results dd.mrp{
	float: left;
	width:100px;
	height:46px;
	color:#1b2024;
	margin-top:1px;
	font-size:1.2em;
	font-weight:bold;
	font-family:arial;
	padding-left:30px;
	padding-top:7px;
}

dl.results dd.pop_options{
	width:429px;
	min-height:55px;
	background-color:white;
	clear: both;
	float: right;
	margin: -60px 3px 3px 0;
}

dl.results dd.pop_options ul{
	margin:5px 5px 0px 5px;
	height:55px;
	width:328px;
}

dl.results dd.pop_options ul li{
	float:left;
	background:url('../images/phase1/tick-orange.png') no-repeat left top;
	padding-left:20px;
	font-size:1.1em;
	width:144px;
	margin-bottom:5px;
	color: #5d5d5d;
	font-weight: bold;
}

dl.results dd.lin{
	padding: 1px 3px 0 3px;
	border-left: none;
	width: 68px;
	height: 22px;
	position:absolute;
	top:110px;
	right:25px;
}

dl.results dd.lin a:link,
dl.results dd.lin a:visited{
	display: block;
	width: 68px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: url('../images/more_but.png') no-repeat top left;
	padding: 8px 0 0 15px;
	font-weight: bold;
}

dl.results dd.lin a:hover,
dl.results dd.lin a:active{
	color: #383842;
}

.resultsPageOffer
{
  background-color: #96B9D3;
}

.resultsPageOffer dl
{
	clear: both;
	min-height:116px;
	background-color: #fff;
	margin:  2px 6px 2px 6px;
}

.resultsPageOffer dl dd.im{
	float: left;
	width: 145px;
	padding: 0;		
	margin:3px 3px 0 3px;
}

.resultsPageOffer dl dd
{
	display:inline-block;
}

.resultsPageOffer dl dt
{
	float: right;
	width: 471px;
	background-color: #EC0E0E;
	color: white;
	margin: 3px 2px 0 0;
	height: 18px;
	text-align: right;
	font-size:1.2em;
	box-shadow:2px 3px 1px #ccc;
	-moz-box-shadow:2px 3px 1px #ccc;
	-webkit-box-shadow:2px 3px 1px #ccc;
	padding-right:4px;
}

.resultsPageOffer dl dt.rmf
{
	background-color:#f78f1e;
}

.resultsPageOffer dl dd.options
{
	width:150px; 
	margin:10px 5px 0 0;   
}

.resultsPageOffer dl dd.price
{
	width:80px; 
	margin:4px 5px 0 5px; 
	text-align:left; 
}

.resultsPageOffer dl dd.price em
{
    font-size: 1.8em;
    font-weight: bold;
    color: black;  
    display:block;

}

.resultsPageOffer dl dd.sav{
	background:url('../images/phase1/vehicleprice-saving.png') no-repeat left top;

	width:130px;
	height:54px;
	color:#8d0000;
	font-size:1.1em;
	padding-top:6px;
	margin-top:-10px !important;
}
.resultsPageOffer dl dd.sav em{
	font-size:1.6em;
	display:block;
}

.resultsPageOffer dl dd.link {
    width:56px;
    margin-left: 34px;
}

.resultsPageOffer dl dd.link a.CTA_big_but:link, 
.resultsPageOffer dl dd.link a.CTA_big_but:visited {
    margin: 10px 0 0 0;
    width:42px;
    
}

.resultsPageOffer dl dd.link a.CTA_big_but strong{
    margin-left: -15px;
}


.flash_video{
	width: 628px;
	height: 283px;
	/*background-color: #000;*/
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding-top: 15px;
	background: url('../images/flash_back.png') no-repeat top left;
}

#movie_cover,
#movie{
    width:590px;
    height:270px;
    margin-left:20px
}

#movie_cover{
    padding-top: 170px;
    height: 100px;
    position:absolute;
    cursor: pointer;
    cursor: hand;
    background: url('../images/flash_cover.png') no-repeat top left;
}

#movie{
    display:none;
}

#movie_cover img{
	display: inline;
}

#movie_cover h2{
    font-size: 1em;
    margin-top: -10px;
}

.main_content h1{
	/*text-align: right;
	font-size: 2.2em;
	font-weight: bold;
	padding-right: 20px;
	color: #211d1e;
	margin-bottom: 30px;*/
	background-color:Black;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	min-height:25px;
	color:White;
	font-weight:bold;
	font-family: Arial;
	font-size: 1.7em;
	padding:10px 20px 0 20px;
	margin-top:-35px;
	width:75%;
}

.main_content h2.homeH2{
	margin: 20px; 
	font-size: 1.5em;
	text-align: left;
}

h2.contentHeader,
div.contentHeader{
	width: 636px;
	height: 37px;
	margin: 15px 0 0 0;
	/*background: url('../images/content_block_header.png') no-repeat top left;*/
	color: #2b2b2b;
	padding:  7px 0 0 20px;
	font-size: 1.2em;
}

.noPrices{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#fff;
	padding:25px;
	margin:10px 20px;
}
.noPrices h2{
	font-size:2em;
	color:#369;
	margin:0 0 0px 0;
	font-family:Arial;
	padding:0;
}
.noPrices p{
	color:#3b3b3b;
	margin-bottom:20px;
	margin-top:0;
	padding:0;
	line-height:2em;
}

.contentBlock p strong{
	font-weight: bold;

}

.contentBlock p em{
	font-style: italic;
}

.contentBlock ul{
	margin: 15px 0 25px 70px;
}

.contentBlock ul li{
	font-weight: bold;
	padding: 0 15px 7px 30px !important;
	background: url('../images/tick_bullet.png') no-repeat top left;
}

h2.contentHeader a:link,
h2.contentHeader a:visited{
	font-size: 0.8em;
	color: #77a4d5;
	text-decoration: none;
}

h2.contentHeader a:visited,
h2.contentHeader a:hover{
	color: #f78f1e;
}

.contentBlock,
.sitemapBlock{
	width: 646px;
	background: url('../images/content_block_back.png') repeat-y top left;
}

.contentBlock p a:link,
.contentBlock p a:visited,
.contentBlock ul li a:link,
.contentBlock ul li a:visited{
	color: #426c99;
	font-weight: bold;
}

.contentBlock p a:hover,
.contentBlock p a:active,
.contentBlock ul li a:hover,
.contentBlock ul li a:active{
	color: #f78f1e;
}

.contentBlock h3,
.contentBlock h2{
	font-size: 1.2em;
	color: #426c99;
	font-style: italic;
	padding: 0 0 0 15px;
	letter-spacing: -1px;
}



/*
.contentBlock p{
	padding: 0 10px 20px 10px;
	margin: 0;
	line-height: 2em;


	letter-spacing: -1px;
	font-size: 1.3em;
}*/

p.contentWImg{
	width: 400px;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 20px 0 0;
	padding: 0;
}

img.contentImage{
	float: left;
	padding: 0 0 0 15px;
}

a.CTA_big_but:link,
a.CTA_big_but:visited,
input.CTA_big_but{
	clear: both;
	display: block;
	float: right;
	height: 30px;
	background: url('../images/button_extend.png') no-repeat top right;
	padding: 0 35px 0 0;
	margin: 10px 20px 0 0;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.1em;
}

a.CTA_big_but:hover,
a.CTA_big_but:active{
	color: #211d1e;
}

a.CTA_big_but.rangeBut:link,
a.CTA_big_but.rangeBut:visited{
	clear: right;
	margin-top: -15px !important; 	
}

a.CTA_big_but strong{
	display: block;
	height: 23px;
	background: url('../images/button_end.png') no-repeat top left;
	margin-left: -22px;
	padding: 7px 0 0 22px;
	cursor: pointer;
}

a.CTA_big_but strong:hover,
a.CTA_big_but strong:active{
	color: #211d1e;
}

.contentBlock_bCurves{

	width: 646px;
	height: 38px;
	/*background: url('../images/content_block_bottom.png') no-repeat top left;*/
}

dl.manufacturers{
	clear: both;
	display: block;
	width: 643px;
	height: 167px;
	border-bottom: 1px solid #c2cfd7;
	border-top: 1px solid #fff;
}

dl.manufacturers dt{
	float: right;
	text-align: left;
	width: 533px;
	padding-top: 10px;
}

dl.manufacturers dt a:link,
dl.manufacturers dt a:visited{
	color: #44709f;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: bold;
}

dl.manufacturers dt a:hover,
dl.manufacturers dt a:active{
	color: #211d1e;
}

dl.manufacturers dd.logo{
	float: left;
	width: 100px;
	height: 75px;
	padding: 5px;
}

dl.manufacturers dd.desc{
	color: #4c5154;
	line-height: 1.6em;
	font-size: 1.1em;
	margin-top: 5px;
	width: 423px;
	float: left;
}

dl.manufacturers dd.desc a:link,
dl.manufacturers dd.desc a:visited{
	color: #226791;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

dl.manufacturers dd.desc a:visited,
dl.manufacturers dd.desc a:hover{
	color: #f58220;
}

dl.manufacturers dd.link a:link,
dl.manufacturers dd.link a:visited{
	display: block;
	float: right;
	width: 73px;
	height: 21px;
	background: url('../images/more_but.png') no-repeat top left;
	margin: 5px 25px 0 0;
	text-align: center;
	text-decoration: none;
	padding: 9px 10px 0 0;
	color: #fff;
	font-weight: bold;
}

dl.manufacturers dd.link a:hover,
dl.manufacturers dd.link a:active{
	color: #211d1e;
}

dl.manufacturers dd.leftLink{
	clear: both;
	width: 240px; 
	float: left;
	margin-left: 130px;
}

dl.manufacturers dd.rightLink{
	float: right;
	width: 270px;
}

dl.manufacturers dd.leftLink a.CTA_big_but:link,
dl.manufacturers dd.leftLink a.CTA_big_but:visited{
	background: url('../images/blue_button_extend.png') no-repeat top right !important;
}

dl.manufacturers dd.leftLink a.CTA_big_but:link strong,
dl.manufacturers dd.leftLink a.CTA_big_but:visited strong{
	background: none !important;
	background: url('../images/blue_button_end.png') no-repeat top left !important;
}

dl.manufacturers dd.leftLink a:link,
dl.manufacturers dd.leftLink a:visited{
	float: left;
}

ul.bodystyles{
	margin: 0 0 0 35px ;
	padding: 0 !important;
}

ul.bodystyles li{
	float: left;
	width: 64px;
	height: 53px;
	border-left: 1px solid #a7b9c5;
	border-top: 1px solid #a7b9c5;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin : 0 3px;
	background: url('../images/bodystyles_back.gif') repeat-x bottom left;
		padding: 0 !important;
}

ul.bodystyles a:link,
ul.bodystyles a:visited{
	width: 64px;
	height: 13px;
	display: block;
	text-align: center;
	padding: 40px 0 0 0;
	border: 1px solid #dae8f1;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

ul.bodystyles a.4x4:link,
ul.bodystyles a.4x4:visited{
	background: url('../images/4x4_off.png') no-repeat;
	background-position: 7px 8px; 
}
ul.bodystyles a.citycar:link,
ul.bodystyles a.citycar:visited{
	background: url('../images/citycar_off.png') no-repeat;
	background-position: 15px 12px; 
}
ul.bodystyles a.coupe:link,
ul.bodystyles a.coupe:visited{
	background: url('../images/coupe_off.png') no-repeat;
	background-position: 7px 17px; 
}
ul.bodystyles a.estate:link,
ul.bodystyles a.estate:visited{
	background: url('../images/estate_off.png') no-repeat;
	background-position: 7px 12px; 
}
ul.bodystyles a.hatchback:link,
ul.bodystyles a.hatchback:visited{
	background: url('../images/hatchback_off.png') no-repeat;
	background-position: 10px 14px; 
}
ul.bodystyles a.mpv:link,
ul.bodystyles a.mpv:visited{
	background: url('../images/mpv_off.png') no-repeat;
	background-position: 5px 10px; 
}
ul.bodystyles a.saloon:link,
ul.bodystyles a.saloon:visited{
	background: url('../images/saloon_off.png') no-repeat;
	background-position: 7px 14px; 
}

ul.bodystyles a.sports:link,
ul.bodystyles a.sports:visited{
	background: url('../images/sports_off.png') no-repeat;
	background-position: 4px 14px; 
}


ul.bodystyles a.bs1:hover,
ul.bodystyles a.bs1:active{
	background: url('../images/4x4_on.png') no-repeat;
	background-position: 7px 8px; 	
}
ul.bodystyles a.bs2:hover,
ul.bodystyles a.bs2:active{
	background: url('../images/citycar_on.png') no-repeat;
	background-position: 15px 12px; 
}
ul.bodystyles a.bs3:hover,
ul.bodystyles a.bs3:active{
	background: url('../images/coupe_on.png') no-repeat;
	background-position: 7px 17px; 
}
ul.bodystyles a.bs4:hover,
ul.bodystyles a.bs4:active{
	background: url('../images/estate_on.png') no-repeat;
	background-position: 7px 12px; 
}
ul.bodystyles a.bs5:hover,
ul.bodystyles a.bs5:active{
	background: url('../images/hatchback_on.png') no-repeat;
	background-position: 10px 14px; 
}
ul.bodystyles a.bs6:hover,
ul.bodystyles a.bs6:active{
	background: url('../images/mpv_on.png') no-repeat;
	background-position: 5px 10px; 
}

ul.bodystyles a.bs7:hover,
ul.bodystyles a.bs7:active{
	background: url('../images/saloon_on.png') no-repeat;
	background-position: 7px 14px; 
}

ul.bodystyles a.bs8:hover,
ul.bodystyles a.bs8:active{
	background: url('../images/sports_on.png') no-repeat;
	background-position: 4px 14px; 
}


ul.bodystyles li:hover,
ul.bodystyles li:active{
	background-color: #f79021;
}

ul.bodystyles a:hover,
ul.bodystyles a:active{
	color: #ffd8ad;
}	
/* 
    NEW RESULTS SECTION
    Added by JC 29/09/2010
*/
div.ResultsCurveSection
{
    width:596px;
    background-color:white;
    margin-top:-35px;
    padding-top:50px;
    margin-left:20px;
}

h2.ResultsHeading
{
    background: url('../images/results_curve_top.gif') no-repeat;
    padding-top:30px;/*:30px auto auto 20px;*/
    padding-left:20px;
    font-size:1.4em;
    color:#f10707;
     margin-left:20px;
}
div.ResultsBottomCurves
{
    background: url('../images/results_curve_bottom.gif') no-repeat;
     width:596px;
     height:15px;
     margin-left:20px;
}

div.ResultsCurveSection span.PageCounts
{
    margin-left:20px;
    float:left;
}
div.ResultsCurveSection span.PageOffers
{
    width:576px;
    display:block;
    text-align:right;    
    margin-bottom:6px;
    
}

    
ul.Pages
{
    display:block;
    width:100%;
    text-align:center;
    }
ul.Pages a:active,
ul.Pages a:link,
ul.Pages a:visited
{
    color:#f78f1e;
    text-decoration:none;
}
  ul.Pages a:hover
  {
      color:#b76b19;
       text-decoration:underline;
      }
      
a.SearchPages_Previous
{
    padding-right:20px;
    font-weight:bolder;
    left:0px;
}
a.SearchPages_Next 
{
padding-left:20px;
font-weight:bolder;
}

a.SearchPages_Current
{
    font-weight:bolder;
    font-size:1.2em;
}

ul.Pages li.PagesLINext
{
    position:relative;
    display:block;
    float:right;
    right:0px;
    padding-right:20px;
}

ul.Pages li.PagesLIPrevious
{
    position:relative;
    display:block;
    float:left;
    left:0px;
    padding-left:20px;
}
ul.Pages li
{
    display:inline;
    padding-left:1px;
    padding-right:1px;
    
}


dl.ResultsItem
{
    display:block;
    padding:0 0 10px 0;
    margin:20px 10px 0px 10px;
    clear:left;

    border-bottom:2px solid #bbbbbb;
}
dl.ResultsItem dt
{
      
    float:right;
    width:450px;
    font-size:1.1em;
    height:16px;
    line-height:16px;
}
dl.ResultsItem dt a:visited,
dl.ResultsItem dt a:active,
dl.ResultsItem dt a:link
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
    color:#3d3d3d;
}
dl.ResultsItem dt a strong
{
     
    font-size:1.2em;
    color:#226791;
    margin-right:5px;
    font-weight:bolder;
    }

dl.ResultsItem dd.Detail
{
    overflow:hidden;
    float:right;
    width:450px;
    margin-top:6px;
    height:16px;
    line-height:16px;
}
dl.ResultsItem dd.Detail strong
{
    margin-right:5px;
}
dl.ResultsItem dd.Detail span.SAV,
dl.ResultsItem dd.Detail span.PR
{
    float:right;
}
dl.ResultsItem dd.Detail span.SAV
{
    color:Red;
    }
dl.ResultsItem dd.Detail span.SAV strong,
dl.ResultsItem dd.Detail span.PR strong
{
    font-weight:bolder;
    font-size:1.2em;
}
dl.ResultsItem dd.Detail span.PR strong
{
    margin-right:10px;
}


dl.ResultsItem dd.CP
{
    float:left;
    position:relative;
    top:-16px;
}
dl.ResultsItem dd.IM
{
    float:left;
    top:-20px;
    position:relative;
}
dl.ResultsItem dd.LN
{
    margin-left:490px;
    clear:right;
   padding: 1px 3px 0 3px;
	border-left: none;
}
dl.ResultsItem dd.LN a:link,
dl.ResultsItem dd.LN a:visited{
	display: block;
	width: 68px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: url('../images/more_but.png') no-repeat top left;
	padding: 8px 0 0 15px;
	font-weight: bold;
}

dl.ResultsItem dd.LN a:hover,
dl.ResultsItem dd.LN a:active{
	color: #383842;
}

dl.ResultsItem dd.TG
{
    float:right;
    width:350px;
    padding-right:100px;
    margin-top:12px;
    color:#3d3d3d;
}


dl.ResultsAll
{
    background:url('../images/content_block_back.png') repeat-y;
    margin-right:20px;
    padding:0px 20px;
    
}

dl.ResultsAll dd
{

    display:inline-block;
 height:26px;
 line-height:26px;
 
 margin-right:-3px;
 margin-bottom:1px;
 
}
dl.ResultsAll dd a
{
    display:block;
    width:290px;
    padding-left:10px;
    height:26px;
    background-color:#c5dae8;
}
dl.ResultsAll dd a:active,
dl.ResultsAll dd a:link,
dl.ResultsAll dd a:visited
{
    color:#226791;
    text-decoration:none;
}
dl.ResultsAll dd a:hover
{
    color:#2886bf;
}

/*
    END OF NEW RESULTS SECTION
*/
/* RESULTS TABLE */

.resultsMain .RQ{
	background:url('../images/offer_more_but.png') no-repeat top left;
	display:block;
	width:87px;
	height:30px;
	margin:0 0 0 auto;
	color:White;
	text-decoration:none;
	font-size: 0.9em;
	text-align:center;
	padding-top:6px;
}
.resultsMain .RQ p {
    font-weight: bold;
    padding: 0;
    font-size: 1.0em;
}
.resultsMain .RQ:hover{
	color:Black;
}

.resultsMain .RQB{
	background:url('../images/offer_more_but_orange.png') no-repeat top left;
	display:block;
	width:87px;
	height:30px;
	margin:0 0 0 auto;
	color:White;
	text-decoration:none;
	font-size: 0.9em;
	text-align:center;
	padding-top:6px;
}
.resultsMain .RQB p {
	font-weight: bold;
	padding: 8px 0px 0px;
}
.resultsMain .RQB:hover{
	color:Black;
}

table.resultsMain{
	width: 642px;
	border-top: 1px solid #bad3e4;
	border-bottom: 1px solid #fff;
	background-color: #cddfec;
}

table.resultsMain tr.S{
	background-color: #ffbb5c;
}

table.resultsMain td,
table.resultsMain th{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #88afcc;
	border-left: 1px solid #96b9d3;

	height: 30px;
}

table.resultsMain th{
	background-color: #bad3e4;
	text-align: center;
	vertical-align: middle;
	color: #4f5359;
	font-weight: bold;
	letter-spacing: -1px;
}

table.resultsMain td{
	text-align: center;
	vertical-align: middle;
	color: #585b60;
	font-weight: bold;
		padding: 2px 0;
}

table.resultsMain td.d6,
table.resultsMain td.d7{
	font-size: 1.6em;
	letter-spacing: -1px;
}

table.resultsMain td.d7{
	color: #c60001;
}

table.resultsMain th.c1{
	width: 63px;
}

table.resultsMain th.c2{
	width: 211px;
}

table.resultsMain td.c2{
	text-align: left;
	padding: 0 3px;
}

table.resultsMain td.c2{
	
	color: #416f9f;

}

table.resultsMain td.c2 a:link,
table.resultsMain td.c2 a:visited
{
   color: #416f9f;
}


table.resultsMain th.c3{
	width: 63px;
}

table.resultsMain th.c4{
	width: 60px;
}

table.resultsMain th.c5{
	width: 110px;
}

table.resultsMain th.c6{
	width: 76px;
}

table.resultsMain th.c7{
	width: 73px;
}

table.resultsMain th.c8{
	width: 88px;
}

tbody.fixedOffer tr{
	background-color: #fff;
}

tbody.fixedOffer td{
	padding-top:20px;
	padding-bottom:20px;
}
tbody.fixedOffer .title strong{
	color:#C60001;
	font-size:1.3em;
	letter-spacing:-1px;
}

tbody.fixedOffer .rmfTitle strong{
	color:#f78f1e;
	font-size:1.3em;
	letter-spacing:-1px;
}

tbody.fixedOffer .options{
	color:#555;
	font-weight:bold;
	font-size:0.9em;
	padding:5px 5px;
}

tbody.fixedOffer .options span{
	color:#555;
	font-weight:bolder;
	font-size:1.2em;
	padding:5px 5px;
	display:block;
}

tbody.fixedOffer .percentage em,
tbody.fixedOffer .rmfPercentage em{
	color:#333;
	display:block;
	margin-right:5px;
	font-size: 1.6em;
	letter-spacing:-1px;
}
tbody.fixedOffer .percentage{
	color:#444;
	text-align:center;
	text-shadow:0px 1px 1px #fff;
	background:url('../images/phase1/star-yellow-med.png') no-repeat center;
	font-size: 1.1em;
	letter-spacing: -1px;
	padding-top:15px;
	padding-left: 7px;
	width: 101px;
}

tbody.fixedOffer .rmfPercentage{
	color:#444;
	text-align:center;
	text-shadow:0px 1px 1px #fff;
	background:url('../images/phase1/star-orange-med.png') no-repeat center;
	font-size: 1.1em;
	letter-spacing: -1px;
	padding:0 3px 0 4px;
}


tbody.fixedOffer .price{
	font-size: 1.6em;
	letter-spacing: -1px;
}
tbody.fixedOffer .saving{
	font-size: 1.6em;
	letter-spacing: -1px;
	color: #C60001;
}

table.resultsMain td.c8 a.CTA_big_but:link,
table.resultsMain td.c8 a.CTA_big_but:visited{
	margin: 0;
}

table.resultsMain td.cspan{
	background-color: #96b9d3;
	/*background-color: #fff;*/
	/*border-left:1px solid #96b9d3;*/
	color: #fff;
	text-align: right;
	padding: 0 5px;
	letter-spacing: -1px;
	font-size: 1em;
}

table.resultsMain td.noPrice{
	background-color:transparent;
}

table.resultsMain td.cspan a:link,
table.resultsMain td.cspan a:visited,
table.resultsMain td.cspan span.selectOffer{
	color: #00477d;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	padding-top: 3px;
}

table.resultsMain td.cspan a:hover,
table.resultsMain td.cspan a:active{
	color: #d36e00;
}

/* Comparison Table */

table.vehicleComparison{
	margin: 70px 0;
}

table.vehicleComparison tr{
	margin-bottom: 1px;
}
	
table.vehicleComparison td{
	width: 115px;
	height: 25px;
	background-color: #cddfec;
	/*background: url('../images/comp_back.png') no-repeat bottom left;*/
	padding: 0 0 0 15px;
	vertical-align: middle;
	color: #787a7b;
	font-weight: bold;
	border-left: 1px solid #88AFCC;
	border-right: 1px solid #88AFCC;
	border-top: 1px solid #fff;
	
}

table.vehicleComparison td.comparePriceTitle,
table.vehicleComparison td.compareTitle{
	width: 113px !important;
	/*background: url('../images/comp_title_back.png') repeat-x top left;*/
	border: 0;
	padding: 0 0 0 5px;
	color: #383838;
	background-color: #BAD3E4;
	border: 1px solid white;
	border-right: none;
}

table.vehicleComparison td.noStyle{
	background: none;
	border-left:none;
	border-top:none;
}

table.vehicleComparison td.compareImage{
	width: 115px;
	height: 90px;
	/*background: url('../images/comp_bottom_back.png') repeat-y bottom left;	*/
	background-color: #fff;
	border-top: 1px solid #88AFCC;
	padding: 0;
}

table.vehicleComparison td.compareImage span{
	display: block;
	color: #063f7e;
	padding: 5px 10px 0 15px;
}

table.vehicleComparison td.compareImage img.compImg{
	margin: 10px 0 0 9px;
}

table.vehicleComparison td.moreBut{
	width: 115px;
	height: 65px;
	background-color: #BAD3E4;
	/*background: url('../images/comp_bottom_back.png') repeat-y bottom left;	*/
	text-align: right;
	border-top:1px solid #fff;
	border-bottom: 1px solid #88AFCC;
}

table.vehicleComparison td.moreBut a:link,
table.vehicleComparison td.moreBut a:visited{
	margin-right: 10px;
}

.rfq_top, .rfqTop{
	width: 647px;
	height: 29px;
	background: url('../images/rfq_top_curves2.png') no-repeat top left;
	margin: 0px 0 0 0;
}

.rfqTop p
{
    width:350px;
    margin-bottom:20px;
}

#rfq_form, .rfqContainer{
	width: 647px;
	background: url('../images/rfq_back.png') repeat-y top left;
}

.rfq_bot, .rfqBottom{
	width: 647px;
	height: 33px;
	margin-bottom:-23px;
	background: url('../images/rfq_botCurves.png') no-repeat top left;
}

#rfq_step1,
#rfq_step2,
#rfq_step3{
	width: 372px;
	float: left;
}

.rfq_help{
	float: right;
	width: 244px;
}

.rfqLabel{
	width: 116px;
	min-height: 18px;
	display: block;
	float: left;
	clear: both;
	background: url('../images/rfq_lbl_back.png') repeat-y top left;
	margin: 0 0 1px 20px;
	color: #5b85ae;
	font-weight: bold;
	text-align: right;
	padding: 3px 10px 3px 0;
	letter-spacing: -1px;
}

input.smText{
	width: 75px !important;
}

a.findBut:link,
a.findBut:visited{
	display: block;
	float: left;
	width: 55px;
	height: 19px;
	background: url('../images/find_but2.png') no-repeat top left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 3px 5px 0 0;
}

a.findBut:hover,
a.findBut:active{
	color: #51565b;
}

#rfq_form input, .rfqContainer input{
	float: left;
	width: 207px;
}
#rfq_form select, .rfqContainer select,
#rfq_form textarea, .rfqContainer textarea{
	float:left;
	width:211px;
}

p#rfq_welcome{
	font-size: 1.5em;
	color: #211d1e;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	text-align: right;
	margin: -20px 15px 20px 0;
}

p#rfq_welcome em{
	color: #ff8500;
}

p#rfq_welcome strong{
	display: block;
	color: #616567;
	font-size: 0.7em;
	padding: 5px 0 0 0;
	font-style: normal;
}

p#rfq_welcome strong em{
	color: #616567;
	font-size: 1.4em;
}

dl.rfq_step{
	padding-left: 60px;
	margin: 0 15px 35px 0;
}

dl.rfq_step dt{
	color: #f78f1e;
	font-size: 1.2em;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

dl.rfq_step dd{
	height: 40px;
	color: #50565a;
	font-size: 1em;
	letter-spacing: -1px;
	line-height: 1.3em;
	font-weight: bold;
}

dl.rfq_step dt strong{
	color: #53585c;
	font-weight: bold;
}

dl.step1{
	margin-top: 30px;
	background: url('../images/rfq_step1.gif') no-repeat top left;
}

dl.step2{
	background: url('../images/rfq_step2.gif') no-repeat top left;
}

dl.step3{
	background: url('../images/rfq_step3.gif') no-repeat top left;
}

a.rfq_next_but:link,
a.rfq_next_but:visited{
	margin-right: 275px;
}

a.rfq_prev_but:link,
a.rfq_prev_but:visited{
	float: left;
}

.rfq_progress_bar{
	width: 416px;
	height: 56px;
	background: url('../images/steps_background.png') no-repeat top left;
	margin: 40px auto 10px auto;
}

.rfq_progress_bar li.rfq_vehicle_details,
.rfq_progress_bar li.rfq_purchase_type,
.rfq_progress_bar li.rfq_personal_details{
	text-indent: -9999px;
}

.rfq_progress_bar li.rfq_vehicle_details.progress_on{
	background: url('../images/step1_on.png') no-repeat top left;
	width: 100px;
	height: 55px;
	margin-left: 39px;
	float: left;
}

.rfq_progress_bar li.rfq_purchase_type.progress_on{
	background: url('../images/step2_on.png') no-repeat top left;
	width: 133px;
	height: 55px;
	float: left;
	margin: -12px 0 0 139px
}

.rfq_progress_bar li.rfq_personal_details.progress_on{
	background: url('../images/step3_on.png') no-repeat top left;
	width: 143px;
	height: 55px;
	float: left;
	margin: -24px 0 0 272px
}

a.rfq_next_but:link,
a.rfq_next_but:visited,
a.rfq_prev_but:link,
a.rfq_prev_but:visited{
	display: block;
	background: url('../images/search_but2.png') no-repeat top left;
	width: 133px;
	height: 23px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 7px 0 0 0;
}

a.rfq_prev_but:link,
a.rfq_prev_but:visited{
	background: url('../images/search_but3.png') no-repeat top left;
	margin-left: 10px;
}

a.rfq_next_but:hover,
a.rfq_next_but:active,
a.rfq_prev_but:hover,
a.rfq_prev_but:active{
	color: #211d1e;
}


a.rfq_next_but:link,
a.rfq_next_but:visited{
	float: right;
}

a.rfq_prev_but:link,
a.rfq_prev_but:visited{
	float: left;
}

ul#rfq_vehicleselect{
	margin: -72px 0 20px 0;
}

ul#rfq_vehicleselect li{
	width: 104px;
	height: 17px;
	text-align: center;
	color: #98999a;
	font-weight: bold;
	background: url('../images/taboff.png') no-repeat top left;
	padding: 5px 0 0 0;
	float: left;
}

ul#rfq_vehicleselect li.selected{
	width: 104px;
	height: 17px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url('../images/tabon.png') no-repeat top left;
	color: #fff;
	padding: 5px 0 0 0;
}

ul#rfq_vehicleselect li a:link,
ul#rfq_vehicleselect li a:visited{
	color: #98999a;
	text-decoration: none;
	font-weight: bold;
}

ul#rfq_vehicleselect li.selected a:link,
ul#rfq_vehicleselect li.selected a:visited{
	color: #fff;
	text-decoration: none;
}

a.addVehicleBut:link,
a.addVehicleBut:visited{
	background: url('../images/add_but.png') no-repeat top left;
	width: 72px;
	color: #98999a;
	height: 36px;
	margin: 20px 0 0 0;
	padding: 10px 0 0 40px;
}

a.deleteVehicleBut:link,
a.deleteVehicleBut:visited{
	background: url('../images/delete_but.png') no-repeat top left;
	width: 72px;
	color: #98999a;
	height: 25px;
	margin: 20px 0 0 30px;
	padding: 10px 0 0 40px;
}

a.addVehicleBut:hover,
a.addVehicleBut:active{
	color: #f78f1e;
}

#rfq_form legend{
	font-weight: bold;
	color: #211d1e;
	font-style: italic;
	margin: 0 0 5px 15px;
	padding-bottom: 10px;
}

span.radiobuttons input,
fieldset.radiobuttons input{
	width: 50px !important;
	display: block;
	clear: both;
	margin: 0 0 10px 50px
}

label.radLabel{
	color: #226791;
	font-weight: bold;
}

label.radLabel2{
	margin-bottom: 10px;
	height: 20px;
	display: block;
	color: #226791;
	font-weight: bold;	
}

fieldset.normRadButs input,
span.rfqCheckbox input{
	width: 50px !important;
	margin-left: 50px;
	margin-bottom: 5px;
}

div.rfq_FullLabelContainer label{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	display: block;
	color: #226791;
	padding: 0 5px;

}

span.ltlCheck input{
	width: 35px !important;
	float: none !important;
}

div.rfq_FullLabelContainer label.rfqFinal{
	display: block;
	margin: 0 5px !important;	
	float: left;
	color: #000;
	width:375px;
}


div.pop_step{
	width: 636px;
	margin: 0 auto 20px auto;
	background: url('../images/pop_step_back.gif') repeat-x top left;
	min-height: 175px;
	padding: 0 0 20px 0;
}



h3#thanks_title{	
	float: left;
	color: #456b9a;
	font-weight: bold;
	font-size: 2.2em;
	font-style: italic;
	letter-spacing: -1px;
	padding-left: 15px;
	margin: 25px 0;	
}
	
div.thankyou a.thank_print:link,
div.thankyou a.thank_print:visited{
	height: 43px;
	display: block;
	margin: 0 15px 0 20px;	
	float: left;
	padding: 15px 50px 0 0;
	background: url('../images/thank_print.png') no-repeat top right;
	color: #a0a0a0;
	font-weight: bold;
}

div.thankyou a.thank_print:hover,
div.thankyou a.thank_print:active{
	color: #426c99;	
}
	
span.enqRef{
	float: right;
	display: block;
	margin-right: 15px;
	width: 226px;
	height: 23px;
	text-align: right;
	padding: 7px 10px 0 0;
	background-color: #fff;
}
	


.thankbox{ 
	margin-top: 30px;	
}
	
.thankbox h3{	
	color: #426c99;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0 20px 15px;	
}
	
.thankyou p{
	color: #6b7175;	
}
	
div.vehicle_options{	
	width: 302px;
	float: right;
	background-color: #ecf3f8;
	border: 1px solid #bfcbd2;
	margin: 0 30px 0 0;
	padding: 7px;	
}
	
div.vehicle_options h4{	
	color: #f78f1e;
	padding: 10px 0;
	font-size: 1.1em;
	font-weight: bold;	
}

table.vehicleOptions,
table.vehicleTable{	
	border-collapse: separate;	
}
	
table.vehicleOptions td.firstBlock,
table.vehicleTable td.firstBlock{
	background-color: #bad3e4;
	width: 127px;
	padding: 5px;	
	color: #3c6b9c;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #88afcc;
	border-left: 1px solid #88afcc;
	border-top: 1px solid #fff;	
}

table.vehicleOptions td.lastBlock,
table.vehicleTable td.lastBlock{
	background-color: #cddfec;
	width: 152px;
	padding: 5px;
	color: #54575b;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #88afcc;
	border-left: 1px solid #88afcc;
	border-top: 1px solid #fff;
}


div.youdetails{
	width: 300px;
	float: left;
	padding: 0 0 0 15px;	
}

div.youdetails table.vehicleOptions,
div.pExchange table.vehicleOptions{
	background-color: #edf4f8;
	border-collapse: separate;
	border-right: 1px solid #fff;
	border-bottom: 16px solid #211d1e;
	border-left: 1px solid #c6cfd5;
	border-top: 1px solid #fff;
}

div.youdetails table.vehicleOptions td.firstBlock,
div.youdetails table.vehicleOptions td.lastBlock,
div.pExchange table.vehicleOptions td.firstBlock,
div.pExchange table.vehicleOptions td.lastBlock{
	background: none;
	border: none;
	padding: 10px;
}
	
div.youdetails table.vehicleOptions td.firstBlock,
div.pExchange table.vehicleOptions td.firstBlock{
	width: 102px;	
}

div.youdetails table.vehicleOptions td.lastBlock,
div.pExchange table.vehicleOptions td.lastBlock{
	width: 127px;	
}
	
div.youdetails h3,
div.pExchange h3{	
	padding-left: 0;	
}
	
div.pExchange{
	width: 302px;
	float: right;
}

div.pExchange p.thanksP{
	padding: 0;
	margin: 0 0 15px 0;
}

div.qDetails{
	padding-left: 15px;
	width: 621px;
}	

div.qDetails h3{	
	padding-left: 0;
}

div.qDetails h4{
	color: #f78f1e;
	font-size: 1.2em;	
	padding: 0 0 10px 0;

}
	
img.thankImg{	
	margin: 0 0 0 40px;	
	width: 200px;
	float: left;
}
	

.advancedSearch{
	width: 625px;
	height: 91px;
	background: url('../images/advanced_search_back.png') no-repeat top left;
	margin: 0 20px 0 0;
	padding: 10px;
	position:relative;
}

.advancedSearch h3{
	font-weight: bold;
	color: #1f2021;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin: 0 0 10px 0;
}

.advancedSearch h3 strong{
	color: #f78f1e;
}

.advancedSearch label{
	width: 70px;
	padding: 5px 0 0 5px;
	display: block;
	letter-spacing: -1px;
	float: left;
/*	font-weight: bold;*/
height: 20px;
	color: #6ba4d5;

	/*text-align: right;*/

	
}

.advancedSearch select{
	
	width: 125px;
	float: left;
	
}

.advancedSearch a.CTA_big_but:link,
.advancedSearch a.CTA_big_but:visited{
	margin: -15px 0 0 0;
}

div#article_content{
	/*background: url('../images/news_back.png');*/
	width: 440px;
	min-height: 300px;
	float: left;
	margin: 30px 0 0 0;
	font-size: 1.2em;
	line-height: 2em;

}

div#article_content img{
	margin: 10px 60px;
}

div#article_content p{
	padding: 0 10px;
	margin-bottom:15px;
}

div#article_content h2{
	width: 440px;
	min-height: 21px;
	/*background: url('../images/news_title_main.png') no-repeat top left;*/
	margin: -24px 0 0 0;
	color: #369;
	padding: 3px 10px 0 10px;
	font-size: 1.3em;
	text-align: left;
}

div#article_content a:link,
div#article_content a:visited{
	color: #226791;
	font-weight: bold;
	text-decoration: none;
}

div#article_content a:hover,
div#article_content a:active{
	color: #f58220;
}

div#search_articles{
	width: 182px;
	height: 125px;
	float: right;
	background: url('../images/news_search_back.png') no-repeat top left;
	margin: 10px 10px 20px 0;
}

div#search_articles strong{
	font-size: 1.3em;
	color: #1f2021;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin: 10px 10px;
	display: block;
}

div#search_articles strong em{
	color: #ff8500;
	padding-left: -10px;
	font-style: italic;
}

div#search_articles p{
	padding: 0 10px;
	margin: 0;
	
	letter-spacing: -1px;
}

div.news_bCurves{
	width: 460px;
	height: 20px;
	background: url('../images/news_bottom_curve.png') no-repeat top left;
	margin: 0 0 -20px 0;
	padding: 0;
}

div#recent_articles,
div.otherArticles{
	width: 182px;
	background: url('../images/recent_articles.png') no-repeat bottom left;
	float: right;
	margin:  30px 10px 0 0;
	clear: both;
}

div#recent_articles h3,
div.otherArticles h3{
	width: 182px;
	margin: -20px 0 0 0;
	background: url('../images/recent_aritcles_top.png') no-repeat top left;
	height: 32px;
	font-weight: bold;
	color: #1f2021;
	font-style: italic;
	font-size: 1.2em;
	letter-spacing: -1px;
	padding: 10px 10px 5px 10px;
	text-transform: lowercase;
}

div#recent_articles h3 strong,
div.otherArticles h3 strong{
	color: #f78f1e;
}


a.more_but:link,
a.more_but:visited{
	display: block;
	width: 73px;
	height: 23px;
	float: right;
	margin: 5px 5px 0 0;
	background: url('../images/more_but.png') no-repeat top left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px 0 0;
}

a.more_but:hover,
a.more_but:active{
	color: #1f2021;
}

img.newsImg{
	clear: both;
	margin: 5px 10px;
}

div#recent_articles ul li,
div.otherArticles ul li{
	margin: 0 0 30px 0;
	height: 30px;
	clear: both;
}


div.otherArticles ul li img,
div#recent_articles ul li img{
	float: left;
}

a.newsLink:link,
a.newsLink:visited{
	display: block;
	float: right;
	width: 105px;
	margin-right: 5px;
	color: #4f76a0;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 10px 0 0 0;

}

a.newsLink:hover,
a.newsLink:active,
a.archiveNewsLink:hover,
a.archiveNewsLink:active{
	color: #f78f1e;
}



div.archive a.archiveNewsLink:link,
div.archive a.archiveNewsLink:visited
{
	display: block;
	
	margin-left: 10px;
	color: #4f76a0;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 10px 0 0 0;
}
div.archive ul li
{
    margin-bottom:10px;
    height:1em;
}
div.archive ul li a
{
    width:auto;
}
div.archive
{
    text-align:left;
}
div.archive ul
{
    margin:0px 10px 30px 10px;
}

ul.breadcrumb{
	float: right;
	margin: 20px 15px;
}

ul.breadcrumb li{
	float: left;
	margin: 0 5px 0 0;
}

ul.breadcrumb li a:link,
ul.breadcrumb li a:visited{
	color: #426c99;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

ul.breadcrumb li a:hover,
ul.breadcrumb li a:active{
	color: #f78f1e;
}

div#news_top{
	margin: 0 0 0 0;
	width: 440px;
}

div#expert_section{
	width: 192px;
	float: right;
	margin: 0 0 0 0
}

dl.news_item{
	width: 430px;
	margin:10px 0 10px 10px;
	padding: 0 0 10px 0;
}

dl.news_item dt{
	height: 24px;
	/*background: url('../images/news_title_main.png') no-repeat top left;*/
	margin: 0 0 0 0;
}

dl.news_item dt a:link,
dl.news_item dt a:visited{
	display: block;
	color: #369;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	padding: 4px 0 0 12px;
}

dl.news_item dd{
	margin: 0;
	padding: 0;
}

dl.news_item dd.newsDesc{
	line-height: 1.8em;
	font-size: 1.1em;
}

dl.news_item dd.newsImage,
dl.news_item dd.newsDesc,
dl.news_item dd.newsMore{
	/*background: url('../images/news_back.png') repeat-y top left;*/
	padding: 5px;
}

dl.news_item dd.newsImage{
	float: left;
	width: 125px;
}

dl.news_item dd.newsMore{
	text-align: right;
}

dl.news_item dd.newsMore a:link,
dl.news_item dd.newsMore a:visited{
	color: #44709f;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}

dl.news_item dd.newsMore a:hover,
dl.news_item dd.newsMore a:active,
dl.news_item dt a:hover,
dl.news_item dt a:active{
	color: #f78f1e;
}

.otherArticles label{
	font-weight: bold;
	display: block;
	padding-left: 10px;
}

.otherArticles select{
	margin-left: 10px;
	width: 162px;
}

.otherArticles a.CTA_big_but:link,
.otherArticles a.CTA_big_but:visited{
	margin: 10px 10px 15px 0;
}

div.statsHolder{
	/*background: url('../images/news_back.png') repeat-y top left;*/
	width: 440px;
	padding: 0;
	margin: 0;
}

div.statsHolder h2{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	padding: 15px 0 0 20px;
	color: #426c99;
}

h2.statsTop{
	/*background: url('../images/news_title_back.png') no-repeat top left;*/
	height: 19px;
	color: #2b2b2b;
	padding: 10px 0 0 20px;
	font-size: 1.2em;
	margin: 0;
}

img.statsImage{
	margin: 20px 0 0 70px;
	float: left;
}

ul.statsList{
	width: 182px;
	float: right;
	margin: 15px 50px 10px 0;
	background: url('../images/stats_menu.gif') no-repeat top left;
	height: 169px;
	padding: 10px 0 0 0;
}

ul.statsList li{
	padding: 5px 15px !important;
	background: none !important;
}

ul.statsList li a:link,
ul.statsList li a:visited{
	color: #426c99;
	font-weight: bold;
}

ul.statsList li a:hover,
ul.statsList li a:active{
	color: #f78f1e;
}

dl.spec_list{
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #88afcc;	
	margin: 0 auto;
	width: 455px;

}

dl.spec_list dt{
	background-color: #bad3e4;
	float: left;
	width: 190px;
	height: 15px;
	border-right: 1px solid #fff;
	padding: 6px 0 0 10px;
	color: #3c6b9c;
	border-right: 1px solid #88afcc;
	font-weight: bold;
}

dl.spec_list dd{
	float: right;
	background-color: #cddfec;
	width: 243px;
	min-height: 15px;
	padding: 6px 0 0 10px;
	color: #54575b;
	font-weight: bold;
}

#companyAddress{
	float: left;
	width: 240px;
	margin: 0 0 0 70px;
	background: url('../images/address_back.gif') no-repeat bottom right;
	padding: 0 0 20px 0;
}

#companyAddress address{
	display: block;
	font-style: normal;
	margin: 20px 0 0 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#companyPhone{
	float: right;
	width: 220px;
	background: url('../images/phone_back.gif') no-repeat bottom right;
	padding: 0 0 20px 0;
	margin: 0 70px 0 0;
}

#companyAddress p,
#companyPhone p.Highlight{
	font-size: 1.2em;
	font-weight: bold;
	color: #f78f1e;
}

#companyPhone p#phone2{
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
}

#companyPhone p#phone2 em{
	color: #1f2021 !important;
	font-size: 1em;
	font-weight: normal;
}

#companyPhone p#phone2 strong{
	font-size: 1.5em;
	padding-bottom: 10px;
}




fieldset.custDetails{
	background:  url(../images/pop_fieldset_back.gif) repeat-x top left;
	border: 3px solid #0065a6;
	margin: 20px auto 0 auto;
	width: 505px;
	padding: 20px 0;
}

fieldset.custDetails label,
.IP_content label.rfqLabel{
	display: block;
	clear: both;
	margin: 0 0 0 75px;
	float: left;
	width: 141px;
	height: 15px;
	background-image: none !important;
	background-color: #4c5358 !important;
	border-top: 1px solid #71777a !important;
	border-bottom: 1px solid #353a3d !important;
	padding: 6px 0 0 9px !important;
	color: #fff !important;
	font-weight: bold;
	text-align: left !important;
}

fieldset.custDetails p.radioLabel{
	display: block;
	clear: both;
	margin: 0 0 0 75px;	
	float: left;
	width: 141px;
	background-color: #4c5358;
	border-top: 1px solid #71777a;
	border-bottom: 1px solid #353a3d;
	padding: 6px 0 6px 9px;
	color: #fff;
	font-weight: bold;
}

fieldset.custDetails input,
fieldset.custDetails select{
	float: left;
	margin: 0;
}

fieldset.custDetails input{
	width: 146px;
}

fieldset.custDetails input.optional{
	width: 206px;
}

fieldset.custDetails select{
	padding: 0;
	height: 21px;
}

fieldset.custDetails select.address{
	width: 206px;
	height: 70px;
}

fieldset.custDetails label.radLabel{
	clear: none;
	background: none !important;
	border: none !important;
	margin: 15px 0 0 0;
	padding: 0;
	width: auto;

}

fieldset.custDetails span.contForm input{
	width: 30px;
	margin: 15px 0 0 0;
}

fieldset.custDetails legend{
	padding: 5px 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #5b85ae;
}

fieldset.custDetails p{
	padding: 0 0 25px 20px;
	color: #585858;
	font-size: 1.1em;
	letter-spacing: -1px;
}





/* SIDE BAR */
.side_bar{
	float: left;
	width: 324px;
}

.side_girl{
	width: 121px;
	height: 126px;
	margin-top: -83px;
	background: url('../images/girl.png') no-repeat top left;
	color: #f8941d;
	font-weight: bold;
	font-size: 1.1em;
	padding: 35px 0 0 110px;
	letter-spacing: -1px;
}

h2.searchTitle{
	width: 280px;
	height: 13px;
	background: url('../images/sidebar_title.png') no-repeat left top;
	border-bottom:9px solid black;
	margin: 0 0 0 17px;
	text-align: center;
	font-family:Arial;
	color: #fff;
	font-size: 1.7em;
	font-weight:bold;
	padding: 10px 0 0 0;
}

.advanced_search{
	width: 274px;
	border:3px solid black;
	padding: 0 0 0 0; 
	margin: 0 0 0 17px;
	background-color:#e7eef5;
	position:relative;
	/*background: url('../images/sidebar_back.png');
	border-bottom: 1px solid #7f9097;*/
}

.advanced_search dl{
	margin-left:10px;
	margin-top:15px;
}
.advanced_search dl dt{
	color:#cd6b00;
	font-size:1.6em;
	font-weight:bold;
	font-family:Arial;
}
.advanced_search dl dd.label label{
	color:#4c4c4c;
	font-size:1.3em;
	font-family:Arial;
	font-weight:bold;
}
.advanced_search dl dd.label{
	margin:10px 0 3px 0;
	padding:6px 0 7px 0;
	padding-left:39px;
	background-position:left top;
}
.advanced_search dl dd.label.step1{
	background:url('../images/phase1/advancedsearch-btn-1.png') no-repeat;
}
.advanced_search dl dd.label.step2{
	background:url('../images/phase1/advancedsearch-btn-2.png') no-repeat;
}
.advanced_search dl dd.label.step3{
	background:url('../images/phase1/advancedsearch-btn-3.png') no-repeat;
}

.advanced_search dl dd.select select{
	width: 252px;
	padding:4px; 
	font-weight: bold;
	color: #525252;
}
.advanced_search dl dd.select select:disabled{
	background-color:#e1e1e1;
	border:1px solid #aaa;
}
.advanced_search dl dd.link{
	margin-bottom:15px;
	margin-top:5px;
}
.advanced_search dl dd.link a{
	padding-right:10px;
	width:123px;
}

.advanced_search fieldset{
	display: block;
	height: 30px;
	width: 257px;
	/*background: url('../images/search_label_back.png');*/
	margin: 3px 0 0 0;
	color: #204965;
	padding: 0 0 0 23px;
}

.advanced_search fieldset.filterCtls{
	height: auto;
	clear: both;
	background: url('../images/filter_back.png');
	margin: 0;
	border-top: 1px solid #8ca6b2;
	border-bottom: 1px solid #b9cad3;
	
}

fieldset.filterCtls h3{
	display: block;
	clear: both;
	color: #204965;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 0 10px 0;

}

/*.advanced_search label{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	width: 90px;
	float: left;
	padding: 7px 0 0 0;

}*/

fieldset.filterCtls label{
	color: #414346;
	font-size: 1em;
	padding: 0 !important;
	margin: 5px 0 0 0;
	width: 150px;
	font-weight: normal;
	letter-spacing: -1px;
	height: 20px;
	font-weight: bold;
}




fieldset.filterCtls label strong{
	font-weight: bold;
}

fieldset.filterCtls input{
	float: left;
	margin: 5px 3px 0 42px;
}


fieldset.filterCtls label.dblLabel{
	float: left;
	display: block;
	width: 55px;
	
}

fieldet.filterCtls input.dblCheck{
	width: auto;
	display: inline;
	float: left;
}

.searchBut:link,
.searchBut:visited{
	display: block;
	width: 133px;
	height: 23px;
	background: url('../images/search_but2.png') no-repeat top left;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
}

.searchBut:hover,
.searchBut:active{
	color: #383842;
}

.advanced_search a.searchBut:link,
.advanced_search a.searchBut:visited{
	float: right;
	margin: 10px 10px 0 0;
}


.compareHelp{
	/*height: 206px;*/
	background: url('../images/compare.png') no-repeat top left;
	background-position: 15px 5px;
}

.compareBox{
	width: 198px;
	height: 117px;
	background: url('../images/filter_back.png');
	margin: 15px 0 20px 63px;
	padding: 5px;
}

.compareBox h3{
	color: #204965;
	font-size: 1.3em; 
	font-weight: bold; 
	letter-spacing: -1px;
	padding-bottom: 5px;
}

.compareBox p{
	color: #211d1e;
	font-size: 1em;
	line-height: 1.5em;
}

.compareBox p span#compare_message{
	display: block;
	padding-top: 15px;
	color: #1d5391;
	font-size:1.3em;
	font-weight:bold;
}

.compareBox p span#compare_message em{
	color: #764106;
	font-size: 1.5em;
	font-weight: bold;
}

.compareHelp a.CTA_big_but:link,
.compareHelp a.CTA_big_but:visited{
	margin-right: 10px;
}

.side_contact{
	width: 275px;
	height: 157px;
	background: url('../images/contact_back.png') no-repeat top left;
	margin: 0 0 0 17px;
	padding: 15px 0 0 15px
}

.side_contact h3{
	color: #211d1e;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	font-style: italic;
	text-transform: lowercase;
}

.side_contact h3 em{
	margin-left: -3px;
	color: #f78f1e;
}

/*.advanced_search select{
	float: left;
	margin: 5px 0 0 0;
	width: 157px;
	height: 18px;
	font-size: 1.1em;
	font-weight: bold;
}*/

span.side_phone,
span.side_email{
	display: block;
	padding-left: 50px;
	font-size: 1.3em;
	color: #211d1e;
	font-weight: bold;
	letter-spacing: -1px;
	height: 47px;
	margin: 10px 0 0 0;
	padding-top: 10px;
	background: url('../images/phone_icon.gif') no-repeat top left;
}

span.side_email{
	margin: 0;
	font-size: 1.3em;
	background: url('../images/email_icon.gif') no-repeat top left;
}

.spec_offers dl{
	background-color: #fff;
	width: 283px;
	height: 142px;
	margin: 50px 15px 10px 20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #909090;
	-webkit-box-shadow: 2px 2px 3px #909090;
	box-shadow: 2px 2px 3px #909090;
}

div.offers_round{
	margin-top:50px;
}
.offers_round dl{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #909090;
	-webkit-box-shadow: 2px 2px 3px #909090;
	box-shadow: 2px 2px 3px #909090;
	width:280px;
	height:auto;
	margin-top:30px;
}
.spec_offers dl dd.options{
	text-align:center;
	font-size:0.9em;
	color: #757575;
	border-top:1px solid #bbbbbb;
	margin-top:5px;
	width:280px;
	text-transform:capitalize;
}
.spec_offers dl dd div.border{
	border-top:1px solid #dedede;
	padding:3px;
	width:274px;
}


.spec_offers dl dt{
	width: 165px;
	float: right;
	/*margin-top: -30px;*/
	color: #44709f;
	display: block;
	text-decoration: none;
	margin-top:8px;
}

.spec_offers dl dt em{
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	padding-top: 3px;
	font-weight: bold;
}

.spec_offers dl dt a:link,
.spec_offers dl dt a:visited{
	text-decoration: none;
	color: #44709f;
	font-size: 1.2em;
	font-weight: bold;
}

.spec_offers dl dt a:hover,
.spec_offers dl dt a:active,
.spec_offers dl dt a:hover em,
.spec_offers dl dt a:active em{
	color: #f78f1e;
}

.spec_offers dl dd{
	float: right;
}

.spec_offers dl dd.img{
	float: left;
	margin: 10px 0 0 8px;
}

.spec_offers dl dd.mrp{
	padding: 10px 10px 0 0;
	color: #64646c;
	font-size: 1em;
}

.spec_offers dl dd.price{
	padding: 10px 10px 0 0;
	color: #383842;
	font-size: 1em;
}

.spec_offers dl dd.mrp strong{
	font-weight: bold;
}

.spec_offers dl dd.price strong{
	font-size: 2em;
	font-weight: bold;
}

.spec_offers dl dd.save{
	clear: both;
	float: left;
	color: #c20c0c;
	padding: 15px 0 0 60px;
}

.spec_offers dl dd.save strong{
	font-size: 2em;
	font-weight: bold;
}

.spec_offers dl dd.link a:link,
.spec_offers dl dd.link a:visited{
	display: block;
	width: 73px;
	height: 22px;
	background: url('../images/more_but.png') no-repeat top left;
	margin: 10px 10px 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px 0 0;
}	

.spec_offers dl dd.link a:hover,
.spec_offers dl dd.link a:active{
	color: #383842;
}

.mpu_advert
{
	display: none;
	margin: 0 10px 15px 10px;
}

.sideContainer{
	width:274px;
	border:3px solid #111;
	background-color:#E7EEF5;
	margin:0 0 0 17px;
	position:relative;
}
.sideContainer.vid{
	background-color:#111;
}

.sideContainer h2{
	color: #CD6B00;
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial !important;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:5px;
}

.sideContainer.manufacturerDeals ul{
	width:250px;
	margin-left:10px;
	margin-bottom:15px;
}
.sideContainer.manufacturerDeals ul li{
	width:62px;
	text-align:center;
	float:left;
	overflow:hidden;
	height:46px;
}
.sideContainer.manufacturerDeals ul li img:hover{
	margin-top:0px;
}
.sideContainer.manufacturerDeals ul li img{
	width:61px;
	margin-top:-46px;
}


.sideContainer.manufacturerDeals.bodystyles ul li img{
	margin-top:0;
}
.sideContainer.manufacturerDeals.bodystyles ul li{
	margin-bottom:10px;
	margin-top:10px;
	height:83px !important;
}
.sideContainer.manufacturerDeals.bodystyles ul li a{
	text-decoration:none;
	color:#214e7a;
}
.sideContainer.manufacturerDeals.bodystyles ul li a span{
	text-decoration:none;
	font-size:1.1em;
	/*color:#214e7a;*/
}
.sideContainer.manufacturerDeals.bodystyles ul li a div.check{
	height:21px;
	width:21px;
	margin:5px auto;
	background:url('../images/checkbox.png') no-repeat right top;
}
.sideContainer.manufacturerDeals.bodystyles ul li a div.check.On{
	background-position:left top;
}
.sideContainer.manufacturerDeals.bodystyles ul li a:hover{
	color:#000;
	text-decoration:underline;
}
.sideContainer.manufacturerDeals.bodystyles ul li a.On{
	color:#CD6B00;
}
.sideContainer.manufacturerDeals.bodystyles ul li a.On:hover{
	text-decoration:none;
}

.sideContainer ul.siteFeatures{
	width:244px;
	margin-left:15px;
	margin-top:15px;
}

.sideContainer ul.siteFeatures li{
	margin-bottom:10px;
	cursor:default;
	padding: 10px 0 0 75px;
	color: #ff5a00;
	font-size: 1.3em;
	cursor:pointer;
	letter-spacing: -1px;
	font-weight: bold;
	height: 35px;
	background: url('../images/phase1/partEx_icon.gif') no-repeat center left;
}

.sideContainer ul.siteFeatures li.ic2{
    background: url('../images/phase1/finance_icon.gif') no-repeat center left;
}

.sideContainer ul.siteFeatures li.ic3{
    background: url('../images/phase1/nationwide_icon.gif') no-repeat center left;
}

.sideContainer ul.siteFeatures li.ic4{
    background: url('../images/phase1/ukFran_icon.gif') no-repeat center left;
}



.sideContainer.cantFind{
	background-color:#fff;
}

.sideContainer.cantFind a:link,
.sideContainer.cantFind a:visited{
    color: #306287;
    font-weight: bold;
}

.sideContainer.cantFind a:hover,
.sideContainer.cantFind a:active{
    color: #f78f1e;
}

.sideContainer.cantFind p{

	font-size:1.4em;
	color:#111;
	line-height:1.5;
	font-family:Arial;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}
.sideContainer.cantFind p em{
	font-weight:bold;
}


.social_media{
	margin: -15px 0 20px 17px;
	height: 30px;
}

.social_media img{
	float: left;
	margin-right: 10px;
}

.latest_news,
.sub_latest_news{
	margin: 0 0 0 17px;
}

.latest_news h2,
.sub_latest_news h2{
	color: #000000;
	font-size: 1.9em;
	margin: 0 0 10px 0;
	padding-top:10px;
}

.latest_news dl{
	width: 282px;
	float: left;
	margin: 0 0 8px 0;
}

.sub_latest_news dl{
	width: 890px;
	margin: 15px auto 7px auto;
	background-color: #fff;
	padding: 0 0 5px 0;
}

.sub_latest_news dt{
	width: 525px;
	height: 30px;
	margin-left: 95px;
	float: left;
}

.sub_latest_news dt a:link,
.sub_latest_news dt a:visited{
	display: block;
	color: #44709f;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 7px;
	letter-spacing: -1px;
	padding-left: 35px;
}

.sub_latest_news dt a:visited,
.sub_latest_news dt a:hover{
	color: #f78f1e;
}

.sub_latest_news dd.img{
	width: 111px;
	margin-top: -20px;
	padding: 0 0 0 10px;
	float: left;
}

.sub_latest_news dd.newsDate{
	float: left;
	height: 25px;
	width: 130px;
	color: #aeaeae;
	font-size: 1.2em;
	padding: 5px 0 0 0;  
	letter-spacing: -1px;
	font-weight: bold;
}

.sub_latest_news dd.addThis{
	width: 140px;
	height: 25px;
	float: left;
	padding: 5px 0 0 0;
}

.sub_latest_news dd.desc{
	float: left;
	width: 600px;
	color: #383842;
	line-height: 1.4em;
	padding: 0 0 5px 10px;
}

.sub_latest_news dd.link{
	float: right;
	width: 150px;
}

.sub_latest_news dd.link a.CTA_big_but:link,
.sub_latest_news dd.link a.CTA_big_but:visited{
	margin: 0 10px 0 0;
}

.latest_news dl dt{
	width: 262px;
	min-height: 17px;
	background: url('../images/news_title_back2.png') no-repeat top left;
	padding: 4px 10px 3px 10px;
}

.latest_news dl dt a:link,
.latest_news dl dt a:visited{
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;	
}

.latest_news dl dd{
	background: url('../images/latest_news_back.png');
}

.latest_news dl dd.img{
	padding: 6px 8px;
	float: left;
	height: 90px;
	width: 111px;
}

.latest_news dl dd.img img{
	height: 80px;
	width: 111px;	
}

.latest_news dl dd.desc{
	padding: 5px;
	font-size: 0.9em;
	color: #383842;
	line-height: 1.4em;
	width: 145px;
	float: right;
	height: 92px;
}

.latest_news dl dd.link{
	clear: both;
	height: 20px;
	text-align: right;
	padding-right: 5px;
}

.latest_news dl dd.link a:link,
.latest_news dl dd.link a:visited{
	color: #ff6300;
	font-weight: bold;
	text-decoration: none;
}

.latest_news dl dd.link a:visited,
.latest_news dl dd.link a:hover{
	color: #383842;
}

#sub_content{
	width: 993px;
	padding-bottom: 30px;
	background: url('../images/background_dark.png');
}

#sub_content .main_content h2{
	font-size: 2.2em;
	color: #211d1e;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

#sub_content h2 em{
	color: #ff8500;
	margin-left: -5px;
}

/*#sub_content h3{
	width: 619px;
	height: 42px;
	margin: 20px 0 0 0;
	background: url('../images/home_content_top.png') no-repeat top left;
	color: #211d1e;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: -1px;
	padding: 7px 0 0 20px;
}*/

#sub_content h3 em{
	color: #ff8500;
	margin-left: -3px;
}

.home_content{
	width: 639px;
	/*background: url('../images/home_content_bottom.png') no-repeat bottom left;*/
	margin: 0;
}

.home_content p{
	margin: 0;
	padding: 0 15px 20px 15px;
	color: #292a2a;
	line-height: 1.4em;
	font-size: 1.1em;
}

#sub_content .home_content h2{
	font-size: 1.8em !important;
}

#sub_content h2 em{
	font-style: italic;
}

#sub_content p{
	margin: 0;
	padding: 0;
	color: #585a5d;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px 0 10px 0;
}

.home_content p a:link,
.home_content p a:visited{
	color: #275c8e;
	font-weight: bold;
	text-decoration: underline;
}

.home_content p a:hover,
.home_content p a:active{
	color: #000;
}

.manufacturer h2{
	width: 270px;
	height: 19px;
	background: url('../images/sidebar_title.png') no-repeat top left; 
	margin: 0 0 0 17px;
	text-align: left;
	color: #fff;
	padding: 5px 10px 0 10px;
	font-size: 1.2em;
}

.manufacturer ul{
	width: 280px;
	padding: 0 0 0 17px;
}

.manufacturer ul li{
	height: 17px;
	border-top: 1px solid #c2cfd7;
	border-bottom: 1px solid #7d949f;
}

.manufacturer ul li a:link,
.manufacturer ul li a:visited{
	display: block;
	background-color: #94a9b3;
	width: 250px;
	padding: 3px 10px 0 20px;
	height: 14px;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

.manufacturer ul li a:hover,
.manufacturer ul li a:active{
	background-color: #f78f1e;
}

.bot_offers h2{
	color: #211d1e;
	font-size: 2.2em;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: italic;
	padding-left: 15px;
}

.bot_offers dl{
	margin: 90px 10px 20px 20px;
	width: 297px;
	height: 147px;
	float: left;
	background: url('../images/big_offers_bot.png') no-repeat bottom left;
}

.bot_offers dl dt{
	width: 150px;
	height: 41px;
	background: url('../images/bigoffers_top.png') no-repeat top right;
	padding-left: 147px;
	margin: -25px 0 0 0;
}

.bot_offers dl dt a:link,
.bot_offers dl dt a:visited{
	color: #211d1e;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding: 5px 0 0 0;
}

.bot_offers dl dt a:link em,
.bot_offers dl dt a:visited em{
	display: block;
	color: #f78f1e;
	padding-top: 2px;
}


.bot_offers dd.mrp{
	background-color: #fff;
	margin: 0;
	height: 20px;
	padding: 7px 0 0 20px;
	font-size: 1em;
}

.bot_offers dd.mrp strong{
	font-weight: bold;
	font-size: 1.1em;
}

.bot_offers dd.price{
	float: left;
	height: 40px;
	background-color: #fff;
	width: 130px;
	padding: 0 0 0 20px;
	color: #211d1e;
	font-weight: bold;	
}

.bot_offers dd.price strong{
	display: block;
	font-size: 2.5em;
	padding: 2px  0 0 0;
}

.bot_offers dd.save{
	float: right;
	width: 127px;
	height: 40px;
	background-color: #fff;
	padding: 0 0 0 20px;
	color: #c60001;
	font-weight: bold;		
}

.bot_offers dd.save strong{
	display: block;
	font-size: 2.5em;
	padding: 2px  0 0 0;
}

.bot_offers dd.link{
	clear: both;
	width: 297px;
	background-color: #fff;
	height: 48px;
}

.bot_offers dd.link a:link,
.bot_offers dd.link a:visited{
	display: block;
	width: 73px;
	height: 22px;
	margin: 10px 20px;
	background: url('../images/more_but.png') no-repeat top left;
	float: right;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 8px 10px 0 0;
}

.bot_offers dd.link a:hover,
.bot_offers dd.link a:active{
	color: #3c3839
}

.bot_offers dl dd.img{
	margin: -100px 0 0 -20px;
}

h3.otherOptions{
	font-size: 1.4em;
	margin: 0 0 0 20px;
}

h3.otherOptions,
h3.otherOptions em{
	font-style: italic;
	letter-spacing: -1px;
}

a.bottomLinksA:link,
a.bottomLinksA:visited{
	color: #416fad;
	font-size: 1.1em;
	display: block;
	margin: 10px 0 0 20px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

ul.otherLinks{
	width: 834px;
	margin: 20px auto;
}	

ul.otherLinks li{
	width: 277px;
	height: 20px;
	text-align: center;
	float: left;
	margin: 0 0 1px 1px;
}

ul.otherLinks li a:link,
ul.otherLinks li a:visited{
	display: block;
	width: 277px;
	height: 17px;
	background: url('../images/list_back.png');
	color: #416fad;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 0 0 0;
	letter-spacing: -1px;
}

ul.otherLinks li a:hover,
ul.otherLinks li a:active{
	background: url('../images/list_back_on.png');
	color: #fff;
}

#footer{
	width: 993px;
	height: 25px;
	background: url('../images/footer_fade.png') repeat-y;
}

#footer ul{
	padding: 5px 0 0 35px;
}

#footer ul li{
	float: left;
	padding: 0 5px;
	border-right: 1px solid #fff;
}

#footer a:link,
#footer a:visited{
	color: #407ec2;
	font-size: 1em;
	font-weight: bold;
}


div.loadingPane{
	text-align: center; 
    top:600px;
    left:550px;
    padding:40px;
	position: absolute; 
	z-index: 100; 
    background-color:#404040;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	-webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity:0.8;
    filter:alpha(opacity=80);
}
	
.loadingSearch
{
	position:absolute;
	top:236px;
	left:0px;
}

.filterLoading
{
    top:2px;
    left:235px;
    position:absolute;
    
}

.CLB{
	clear: both;
}
	
.FLL{	
	float: left;	
}

.FLR{
	floaT: right;	
}

m15{
	margin: 15px;	
}
	
	
	
	
	
/* SITE MAP */

#sitemap{
	margin: 0 20px;
}

.siteMap_Basic{
	height: 150px;
}

.siteMap_Basic ul{
	margin-left: 10px;
	font-size: 1.8em;
}


.siteMap_Basic ul ul{
	margin-left: 50px;
}

.siteMap_Basic ul ul li{
	float: left;
	display: block;
	width: 100px;
	background-color: #fff;
	margin: 1px;
	padding: 2px;
	font-size: 0.28em;
	font-weight: bold;
	background-color: #dbdbdb;	
	height: 40px;
}



.siteMap_NewCars{

	height: 100px;
}

.siteMap_NewCars ul li{
	margin-left: 10px;
	font-size: 1.8em;
}

.siteMap_NewCars ul ul{
	margin-left: 50px;
}

.siteMap_NewCars ul ul li{
	float: left;
	display: block;
	width: 100px;
	font-size: 0.45em;
		background-color: #dbdbdb;	
	margin: 1px;
	padding: 2px;
	font-weight: bold;
}


.siteMap_UsedCars{
    float: left;
}

.siteMap_UsedCars ul li{
	margin-left: 10px;
	font-size: 1.8em;
	float: left;
}


.siteMap_UsedCars ul ul
{
	clear: both;
	margin-bottom: 20px;
	font-size: 0.6em;
	margin-left: 20px;
	
	

}



.siteMap_UsedCars ul ul ul li{
	font-size: 1.6em;
	float: left;
	display: block;
	width: 100px;
	background-color: #416c99;	
	margin: 1px;
	padding: 2px;
	font-weight: bold;
	color: #fff;
}
#sitemap a:link,
#sitemap a:visited{
	color: #3e3e48;
}

.siteMap_UsedCars ul ul ul li a:link,
.siteMap_UsedCars ul ul ul li a:visited{
	color: #fff !important;
}

.siteMap_UsedCars ul ul ul li a:hover,
.siteMap_UsedCars ul ul ul li a:active{
	color: #ff6600;
}

#sitemap a:hover,
#sitemap a:active{
	color: #ff6600;
}

.siteMap_UsedCars ul ul ul li a:visited{
	color: #fff;
}

div.error_box,
div.noPage
{
	margin: 0 10px 0 0;
	height: 300px;
	background: url('../images/explanation.jpg') no-repeat top right;
}

div.noPage{
	height: 600px;
	background: url('../images/question.jpg') no-repeat top right;
	padding-bottom: 10px;
}

div.error_box h1,
div.noPage h1{	
	text-align: left;
	color: #b60c0c;
	padding-left: 20px;	
}

div.error_box p,
div.noPage p{
	font-weight: bold;
	width: 300px;	
	color: #616161;
}
	
h2.IP_content_head{
	margin: 0 0 0 65px;
	padding: 35px 15px 0 0;
	color: #4f5359;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}

h2.IP_content_head strong{
	font-weight: bold;
	
}

h2.IP_content_head span{
	display: block;
	float: left;
	width: 31px;
	height: 23px;
	background: url(../images/step_num_back.png) no-repeat top left;
	margin: -5px 0 0 -50px;
	text-align: center;
	font-weight: bold;
	color: #4b4848;
	font-size: 0.8em;
	padding: 7px 0 0 0;	
}	
	
.IP_content img.carImage{
	width: 200px;
}	

.IP_content dl.carDetails{
	position: relative;
	width: 382px;
	float: right;
	height: 167px;
	border-top: 1px solid #bfcbd2;
	border-right: 1px solid #ffffff;
	border-bottom: 16px solid #211d1e;
	border-left: 1px solid #bfcbd2;
	background-color: #ecf3f8;
	margin: 20px 40px 0 0;
	z-index: 0;
}

.IP_content dl.carDetails dt{
	clear: both;
	width: 94px;
	color: #6187af;
	float: left;
	padding: 18px 0 0 18px;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.1em;
}

 dl.carDetails dd.info {
	clear: both;
	text-align: left !important;
	margin-left: 15px;
	color: green !important;
	font-size: 1.2em!important;
	letter-spacing:0 !important;
}

.IP_content dl.carDetails dt.manufacturer{
	/*background: url('../images/timeLTDoffer.png') no-repeat;
	background-position: 10px -20px;*/
}

.IP_content dl.carDetails dd.mrp{
	color: #070707;
	font-size: 1.3em;
}

.IP_content dl.carDetails dd.save{
	color: #cf3c3e;
	font-size: 1.4em;
}

.IP_content dl.carDetails dt.price{
	position: relative;
	top: -30px;
	right: -235px;
	font-weight: normal;
	font-size: 1em;
	color: #070707;
	width: 115px;
	
}


.IP_content dl.carDetails dd.price{
	position: relative;
	top: -80px;
	right: 10px;
	color: #cf3c3e;
	font-size: 0.9em;
	text-align: right;
}

.IP_content dl.carDetails dd.price em{
	display: block;
	font-size: 3.3em;
}

.IP_content dl.carDetails dd{
	
	padding: 18px 0 0 0;
	letter-spacing: -1px;
	color: #4f5359;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}

.IP_content span.ltdOffer{
	display: block;
	margin: 0 30px -60px 0;
	text-align: right;
}

.IP_content dl.pop_stats{
	width: 638px;
	margin: 25px auto;
	border-top: 1px solid #bad3e4;
}

.IP_content dl.pop_stats dt{
	float: left;
	width: 137px;
	height: 18px;
	background-color: #bad3e4;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #88afcc;
	border-left: 1px solid #88afcc;
	color: #3c6b9c;
	font-weight: bold;
	padding: 3px 0 0 10px;
	margin: 0;
}

.IP_content dl.pop_stats dd{
	float: left;
	width: 158px;
	height: 18px;
	background-color: #cddfec;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #88afcc;
	border-left: 1px solid #88afcc;	
	color: #54575b;
	font-weight: bold;
	padding: 3px 0 0 10px;
	margin: 0;
}

.IP_content ul.pop_options{

	margin: 25px auto 25px 90px;
	background-color: Red;
}

.IP_content ul.pop_options li{
	width: 200px;
	height: 18px;
	float: left;
	padding-left: 30px;
	background: url('../images/tick_bullet.png') no-repeat;

	color: #4b4848;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

/* If this is having issues throughout the site change it to ul.pop_step fieldset.custDetails */




.IP_content .rfb_FullLabelContainer{
	width: 505px;
	margin: 0 auto;
	color: #6ba3c7;
	font-size: 0.9em;
}	
	
.IP_content .rfb_FullLabelContainer a:link,
.IP_content .rfb_FullLabelContainer a:visited{
	color: #4270a1;
}
	
.IP_content .rfb_FullLabelContainer a:hover,
.IP_content .rfb_FullLabelContainer a:active{	
	color: #f4901e;
}
	
.manufacturerLogoContainer{
	background-color:#dae8f1;
	margin-bottom:20px;
	margin-top:30px;
	margin-left:30px;
}

.manufacturerLogoContainer ul{
	width:584px;
	border-left:1px solid #c2cfd7;
	border-top:1px solid #c2cfd7;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.manufacturerLogoContainer ul li{
	float:left;
	width:71px;
	height:58px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid #c2cfd7;
	border-bottom:1px solid #c2cfd7;
	text-align:center;
	overflow:hidden;
	padding-top:5px;
}

.manufacturerLogoContainer ul li.alt{
	background-color:#caddea;	
}
.manufacturerLogoContainer ul li img{
	width:71px;
	margin-top:-54px;
}
.manufacturerLogoContainer ul li img:hover{
	margin-top:0px;
}
.manufacturerLogoContainer h2{
	font-family:Arial;
	font-weight:bold;
	margin-bottom:10px;
	color:#3f3f3f;
	font-size:1.2em;
}

.filterManufacturerContainer{
	width:470px;
	background-color:#bad3e4;
	padding:10px 20px 15px 20px;
	border-left:1px solid #89afcc;
	border-top:1px solid #89afcc;
	border-bottom: 1px solid #f6f9fc;
	border-right:1px solid #f6f9fc;
	margin:20px auto;
}
.filterManufacturerContainer select.manuDDL{
	display:none;
}
.filterManufacturerContainer select{
	padding:4px;
	border:1px solid #aaa;
	width:240px;
}
.filterManufacturerContainer label{
	font-size:1.3em;
	font-family:Arial;
	font-weight:bold;
	margin-right:10px;
}
.filterManufacturerContainer a{
	display: block;
	float:right;
	width: 68px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: url('../images/more_but.png') no-repeat top left;
	padding: 8px 0 0 15px;
	font-weight: bold;
}

/** ACCORDION FILTER **/
.accordionHolder{
	position:relative;
}
.accordionHolder dl dd{
	display:none;
	padding:5px 0;
}
.accordionHolder dl{
	background:#eff5fa url('../images/phase1/ipaccordian-filter-bg.jpg') repeat-x left top;
	border-top:2px solid white;
	border-left:2px solid white;
	border-right:2px solid white;
	padding:0 10px;
}
.accordionHolder dl dt{
	font-weight:bold;
	font-size:1.3em;
	font-family:arial;
	padding:5px 0;
	cursor:pointer;
}
.accordionHolder dl dt.closed{
	background:url('../images/phase1/filter-plus.png') no-repeat right 1px;
}
.accordionHolder dl dt.open{
	background:url('../images/phase1/filter-minus.png') no-repeat right 1px; 
}


/*
.accordionHolder dl dd.on{
	display:block !important;
}*/
/** END ACCORDION FILTER **/


.contentBlockLarge{
    width: 940px;
    margin: 0 auto;
    background-color: #dae8f1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 2px 2px 5px #889fb5;
	-webkit-box-shadow: 2px 2px 5px #889fb5;
	box-shadow: 2px 2px 5px #889fb5;    
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.contentBlockLarge p{
    color: #4f5359;
    font-family: Verdana;
    font-size: 1.4em;
}

.contentLargeLeft{
    width: 500px;
    float: left;
    padding: 28px 0 20px 0;
}

.contentLargeLeft h2{
    color: #4f5359;
    font-weight: bold;
    text-transform:capitalize;
    font-family: Arial;
    font-size: 1.8em;
    padding-left: 20px;
}

.contentLargeLeft p{
    padding-left: 20px;
}


.contentLargeRight{
    width: 356px;   
    float: right;
    padding: 21px 30px 30px 30px;    
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
    border: 3px solid #0065a6;
    background-color: #fff;  
    margin: 25px 15px 20px 0;               
    
}

.contentLargeRight .viewsContainer{
	background-color:Red;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom:1px solid #555;
	padding:10px 15px;
	margin: -21px -30px 25px -30px;
}
.contentLargeRight .viewsContainer p{
	color:White;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	font-size:2.0em;
	text-shadow:1px 1px 1px #222;
}

.contentBlockLarge .detailsLeft{
    float: left; 
    width:260px;
}
  
.contentBlockLarge img.carImage{
	float: left;
	margin:20px 0 10px 20px;
	
}	 
  
.contentBlockLarge dl.carDetails{
    float: right;
    width: 230px;
	border-top: 1px solid #bfcbd2;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #bfcbd2;
	background-color: #ecf3f8;    
	margin: 20px 7px 0 0;
	padding-bottom: 10px;
	box-shadow:0px 3px 1px #888;
	-moz-box-shadow:0px 3px 1px #888;
	-webkit-box-shadow:0px 3px 1px #888;
}

.contentBlockLarge dl.carDetails dt{
	clear: both;
	width: 94px;
	color: #6187af;
	float: left;
	padding: 18px 0 0 18px;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.1em;
}

.contentBlockLarge dl.carDetails dd.price{
	color: #cf3c3e;
	background:url('../images/phase1/vehicleprice-saving.png') no-repeat right bottom;
	font-size: 1em;
	text-align:center;
	padding-right:15px;
	padding-bottom:5px;
}

.contentBlockLarge dl.carDetails dd.mrp{
    color: #cf3c3e;
    text-decoration: line-through;
    font-weight: bold;
}

.contentBlockLarge dl.carDetails dd.mrp span{
    color: #4f5359;
}

.contentBlockLarge dl.carDetails dd.price em{
	display: block;
	font-size: 2.1em;
	margin-bottom: 5px;
	margin-top: -5px;
}

.contentBlockLarge dl.carDetails dd{
	padding: 18px 0 0 0;
	letter-spacing: -1px;
	color: #4f5359;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	text-align:right;
	padding-right:12px;
}
  
.included{
    width: 453px;
	margin: 10px 7px 0 4px;
    padding: 20px;
    background-color: #fff;
}   

.contentBlockLarge dl.carDetails dd.save{
	/*color: #cf3c3e;*/
	color:Green;
	font-size: 1.6em;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color:White;
	text-align:center;
	margin:10px;
	margin-bottom:0;
	padding:6px !important;
}

.specs{
    width: 452px;
	padding: 20px;
	background-color: #BAD3E4;
	margin:0 auto;
}

.contentBlockLarge ul.pop_options{
	margin: 25px auto 25px 20px;
	background-color: Red;
}

.contentBlockLarge ul.pop_options li{
	width: 190px;
	height: 25px;
	float: left;
	padding-left: 20px;
	background: url('../images/phase1/tick-orange.png') no-repeat;
	color: #4b4848;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-right:10px;
}

.contentBlockLarge dl.pop_stats{
	width: 440px;
	margin: 15px auto 0 20px;
	border-top: 1px solid #bad3e4;
}

.contentBlockLarge dl.pop_stats dt{
	float: left;
	width: 137px;
	height: 18px;
	background-color: #bad3e4;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #88afcc;
	border-left: 1px solid #88afcc;
	color: #3c6b9c;
	font-weight: bold;
	padding: 3px 0 0 10px;
	margin: 0;
}

.contentBlockLarge dl.pop_stats dd{
	float: left;
	width: 58px;
	height: 18px;
	background-color: #cddfec;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #88afcc;
	border-left: 1px solid #88afcc;	
	color: #54575b;
	font-weight: bold;
	padding: 3px 0 0 10px;
	margin: 0;
}
    
.contentLargeRight h2,
.contentLargeRight h3{    
    font-family: Verdana;
    color: #f78f1e;
    font-weight: bold;
    font-size: 1.8em; 
    margin: 0 0 15px 0;             
}

.contentLargeRight h3{
    margin: 15px 0 15px 0;      
}
       
.contentBlockLarge #rfb_form{
    margin: 45px 0 0 0;
}

.contentBlockLarge #rfb_form label,
.contentBlockLarge .rfqLabel{
    width: 130px;
    display: block;
    font-size: 1.4em;
    color: #000;
    clear: both;
    float: left;  
    height: 20px;
    padding: 5px 0 0 0;     
    text-align: left;
    font-weight: normal;
    margin-left: 0;      
}
          
.contentBlockLarge #rfb_form select,
.contentBlockLarge #rfb_form input{
    width: 223px;
    height: 25px;   
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.4em;
}
    
.contentBlockLarge #rfb_form input{
    height: 22px;             
    width: 220px;
}
              
.contentBlockLarge #rfb_form input.smText{              
    float: left;
    margin-right: 10px;             
}

.contentBlockLarge #rfb_form select.address{
    height: 75px;             
}
              
.contentBlockLarge a.findBut:link{              
    margin-top: 3px;             
}
   
.contentBlockLarge #rfb_form label.checkLabel{              
    font-size: 0.9em;
    width: 300px;      
    float: none;
    height: 95px;     
    color: #4f5359;
    line-height: 2.2em;
    padding-left: 60px;
    display: block;
    position: relative;
    text-align: justify;
}

.contentBlockLarge #rfb_form label.checkLabel a:link,
.contentBlockLarge #rfb_form label.checkLabel a:visited{
    color: #416f9f;
    font-weight: bold;             
}
         
.contentBlockLarge #rfb_form .ltlCheck{
    top: 25px;
    left: 0px;
    display: block;
    position: absolute;
}              

.contentBlockLarge #rfb_form a.CTA_big_but:link, 
.contentBlockLarge #rfb_form a.CTA_big_but:visited{
    margin-right: 0;
}

h1.contentHeaderLarge{
    background-color: #000;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    padding: 4px 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;       
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;       	
	width: 650px;
	margin: 0 0 0 26px;
}
    
ul.sellPoints{
    margin-left: 20px;
    clear: left;
}

.derivative ul.sellPoints {
	clear: both;
	padding-top: 20px;
}

.derivative ul.sellPoints li {
	margin-bottom: 10px;
}

ul.sellPoints li a:link,
ul.sellPoints li a:visited{
    padding-left: 45px;
    margin-bottom:10px;
    min-height:30px;
    padding-top: 7px;
    text-decoration: none;
    color: #0070fd;
    font-size: 1.4em;  
    display: block; 
}

ul.sellPoints li.partExchange a:link,
ul.sellPoints li.partExchange a:link{
    background: url('../images/phase1/part_exchange_Available.png') no-repeat left top;   
}


ul.sellPoints li.financeAvailable a:link,
ul.sellPoints li.financeAvailable a:link{
    background: url('../images/phase1/finance_available.png') no-repeat left top;     
}

ul.sellPoints li.networkdelivery a:link,
ul.sellPoints li.networkdelivery a:link{
    background: url('../images/phase1/features-delivery.png') no-repeat left top;     
}

ul.sellPoints li.licenseddealers a:link,
ul.sellPoints li.licenseddealers a:link{
    background: url('../images/phase1/features-licenseddealers.png') no-repeat left top;     
}
    

.tagline{    
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 240px;
    font-size: 2.4em;
    color: #fff;
    font-weight: bold;
}
       
p.browse{       
    text-align: right;
    height: 20px; 
    padding-right: 10px;
    color: #4c4c4c;
    margin-bottom: 10px;      
}

p.browse a:link,
p.browse a:visited{
    color: #195592; 
    font-weight: bold;     
}

p.browse a:hover,
p.browse a:active{
    color: #f78f1e;       
}
        
a.viewAll:link,
a.viewAll:visited{
    display: block;
    padding-left: 0px;
    font-size:1.2em;
    margin-left:30px;
    font-weight: bold;
    color: #16436b;
}
    
a.viewAll:hover,
a.viewAll:active{    
    color: #f78f1e;            
}

.home_content{
	width:613px;
	float:right;
	margin-top:15px;
	margin-right:20px;
}
.home_content .curves{
	border:1px solid #aaa;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	padding:15px;
}
.home_content h2{
	margin-bottom:15px;
	font-style:italic;
	font-size:2.2em !important;
	font-family:Arial;
}
.home_content h3{
	font-size:1.8em !important;
	font-style:italic;
	font-family:Arial;
}
.home_content h3 em{
	font-style:italic !important;
}
.home_content p{
	color:#3b3b3b !important;
}

/** NEW NAV **/

.nav2{
	/*height:74px;*/
	height:120px;
	width:993px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	margin:15px 0; 
	background:#ecf4f9 url('../images/phase1/nav-bg-top2.jpg') repeat-x left top;
	overflow:hidden;
}
.nav2 ul.mainNav{
	height:37px;
	width:993px;
	/*background:url('../images/phase1/nav-bg-top.jpg') repeat-x left top;*/
	
	-webkit-border-top-left-radius:15px;
	-moz-border-top-left-radius:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-top-right-radius:15px;
	
	border-top-right-radius:15px;
	border-bottom:1px solid #789db4;
	display:table;
	table-layout:fixed;
}
.nav2 ul.mainNav li{
	border-left:1px solid white;
	border-right:1px solid #9bc1d5;
	height:37px;
	float:none;
	display:table-cell;
}
.nav2 ul.mainNav li a{
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-family:arial;
	display:block;
	text-transform:uppercase;
	height:24px;
	/*padding: 12px 42px 0 43px;*/
	text-align:center;
	overflow:hidden;
	padding-top:12px;
	width:100%;
	text-shadow:0px 1px 1px #fff;
	border-top:1px solid white;
}
.nav2 ul.mainNav li a:hover{
	color:White;
	background: url('../images/phase1/nav-bg-top-hover.jpg') repeat-x left top;
	height:23px;
	border-top:1px solid #49565d;
	/*padding: 12px 42px 0 43px;*/
	text-shadow:none;
}
.nav2 ul.mainNav li a.On{
	background: url('../images/phase1/nav-bg-top-on.jpg') repeat-x left top;
	color:#777;
	border-top:1px solid #49565d;
	/*padding: 12px 42px 0 43px;*/
}
.nav2 ul.mainNav li a.On:hover{
	text-shadow:0px 1px 1px #fff;
}
.nav2 ul.mainNav li.firstItem{
	border-left:none;
}

.nav2 ul.mainNav li.firstItem a,
.nav2 ul.mainNav li.firstItem a:hover,
.nav2 ul.mainNav li.firstItem a.On{
	-moz-border-top-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
	overflow:hidden;
}
.nav2 ul.mainNav li.lastItem a,
.nav2 ul.mainNav li.lastItem a:hover,
.nav2 ul.mainNav li.lastItem a.On{
	-moz-border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
	overflow:hidden;
}

.nav2 ul.mainNav li.lastItem{
	border-right:none;
}

/*.nav2 .navStepsContainer{
	width:993px;
	border-top:1px solid white;
	height:35px;
}

.nav2 .navStepsContainer dt{
	width:465px;
	float:left;
	font-size:1.4em;
	font-family:Arial;
	color:#3c3c3c;
	padding:8px 0 0 20px;
	font-weight:bold;
}
.nav2 .navStepsContainer dt em{
	color:#f78f1e;
}
.nav2 .navStepsContainer dd{
	float:right;
	height:34px;
	font-size:1.4em;
	font-family:Arial;
	padding:9px 15px 0 35px;
	font-weight:bold;
}

.nav2 .navStepsContainer dd.step1{
	background:#dae9f2 url('../images/phase1/nav-step1.png') no-repeat 8px 6px;
	color:#c20000;
}
.nav2 .navStepsContainer dd.step2{
	background:#cadeeb url('../images/phase1/nav-step2.png') no-repeat 8px 6px;
	color:#ff6000;
}
.nav2 .navStepsContainer dd.step3{
	background:#bbd4e5 url('../images/phase1/nav-step3.png') no-repeat 8px 6px;
	color:#0e7803;
}*/

.nav2 .navStepsContainer{
	width:993px;
	border-top:1px solid white;
	height:80px;
}
.nav2 .navStepsContainer dt{
	width:100%;
	text-align:center;
	font-size:1.9em;
	
	font-family:Arial;
	color:#3c3c3c;
	font-weight:bold;
	padding-top:10px;
	height:34px;
	border-bottom:1px solid #789db4;
	letter-spacing:1px;
	text-shadow:0 2px 0px white;
}
.nav2 .navStepsContainer dt em{
	color:#FF6000;
}
.nav2 .navStepsContainer dd{
	height:33px;
	float:left;
	font-size:1.6em;
	font-family:Arial;
	text-transform:uppercase;
	font-weight:bold;
	border-top:1px solid white;
	text-shadow:0 1px 1px white;
}



.nav2 .navStepsContainer dd.step1{
	background:#dae9f2 url('../images/phase1/nav-step1-2.png') no-repeat 55px 4px;
	padding:9px 0px 0 90px;
	width:241px;
	color:#c20000;
}
.nav2 .navStepsContainer dd.step2{
	background:#cadeeb url('../images/phase1/nav-step2-2.png') no-repeat 60px 4px;
	padding:9px 0px 0 95px;
	width:236px;
	color:#ff6000;
}
.nav2 .navStepsContainer dd.step3{
	background:#bbd4e5 url('../images/phase1/nav-step3-2.png') no-repeat 80px 4px;
	padding:9px 0px 0 115px;
	width:216px;
	color:#0e7803;
}


/** END NEW NAV **/


/** TOOLTIP **/
.tooltipContainer{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	background-color:#efefef;
	padding:15px;
	position:absolute;
	width:200px;
	border:4px solid #FF5A00;
	display:none;
	z-index:999;
	box-shadow:0 0 10px #111;
	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
}
.tooltipContainer .arrow{
	position:absolute;
	width:35px;
	height:35px;
	bottom:-35px;
	left:20px;
	background:url('../images/phase1/tooltip-arrow.png') no-repeat left top;
	z-index:1000;
}
.tooltipContainer h3{
	color:#369;
	font-size:1.5em;
	font-family:Arial;
	margin:-5px 0 5px 0;
}
.tooltipContainer p{
	font-size:1.3em;
	line-height:1.5;
	font-family:arial;
}

/** offer tooltip **/
.tooltipContainer.options{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	background-color:#BAD3E4;
	border-radius:0;
	border:4px solid #fff;
	margin-bottom:140px;
}
.tooltipContainer.options h3{
	color:#035;
}
.tooltipContainer.options .arrow{
	left:97px;	
	background:url('../images/phase1/tooltip-arrow2.png') no-repeat left top;
}
.tooltipContainer.options ul {
	margin-top:10px;
}
.tooltipContainer.options ul li{
	background:url('../images/phase1/tick-white.gif') no-repeat left top;
	padding:2px 0px 2px 20px;
	margin-bottom:5px;
}

/** end offer tooltip **/

/** END TOOLTIP **/

/** TAB CONTENT **/

.tabContent{
	width:643px;
	float:right;
	margin-right:20px;
}
ul.mainContentTabs li {
	padding:7px 30px;
	/*background-color:White;*/
	background:url('../images/phase1/tab-bg.jpg') repeat-x left top;
	float:left;
	margin-left:-10px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align:center;
}
ul.mainContentTabs li.first {
	margin-left:0 !important;
}
ul.mainContentTabs li a{
	font-size:1.2em;
	text-decoration:none;
	font-family:Arial;
	color:#8d8d8d;
	font-weight:bold;
}
ul.mainContentTabs li.tabOn {
	background:White;
	z-index:99;
	position:relative;
	box-shadow:0 6px 13px #111;
	-moz-box-shadow:0 6px 13px #111;
	-webkit-box-shadow:0 6px 13px #111;
}
ul.mainContentTabs li.tabOn.first {
	box-shadow:4px 4px 5px #888;
	-moz-box-shadow:4px 4px 5px #888;
	-webkit-box-shadow:4px 4px 5px #888;
}
ul.mainContentTabs li.tabOn a {
	color:#369;	
}
.tabContentHolder{
	padding:15px;
	position:relative;
	z-index:100;
	background-color:white;
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
	border-top-left-radius: 0;
	box-shadow:4px 4px 5px #888;
	-moz-box-shadow:4px 4px 5px #888;
	-webkit-box-shadow:4px 4px 5px #888;
}
.tabContentHolder h2{
	font-family:arial;
	font-size:2em;
}
.tabContentHolder p{
	font-size:1.1em;
	line-height:2 !important;
}

/** END TAB CONTENT **/

/** OFFERS PAGE  **/

.manuListContainer{
	margin-top:20px;
}
.manuListContainer dl{
	width:188px;
	background-color:#fff;
	text-align:center;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	box-shadow:2px 2px 4px #555;
	-moz-box-shadow:2px 2px 4px #555;
	-webkit-box-shadow:2px 2px 4px #555;
}
.manuListContainer dl dt{
	background:url('../images/phase1/manufacturer-bg-top.jpg') repeat-x left top;
	height:21px;
	color:White;
	font-size:1.2em;
	padding-top:3px;
	font-weight:bold;
}
.manuListContainer dl dd{
	margin-top:10px;
}
.manuListContainer dl dd.logo{
	width:100%;
	text-align:center;
	margin-bottom:5px;
	height:75px;
}
.manuListContainer dl dd.cta{
	padding:5px;
}

.manuListContainer dl dd a{
	margin:0 auto 0 10px !important;
	float:none !important;
	padding: 0 25px 0 0 !important;
}
.manuListContainer dl dd a{
	background-position:20px top;
}
.manuListContainer dl dd a strong{
	background-position:10px top;
	text-align:center;
	font-size:1em;
	font-family:Arial;
}

.manuIntroContainer{
	padding:10px 15px;
	margin:20px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#fff;
	box-shadow:-1px -1px 1px #aaa;
	-moz-box-shadow:-1px -1px 1px #aaa;
	-webkit-box-shadow:-1px -1px 1px #aaa;
}
.manuIntroContainer p{
	font-size:1.2em;
	color:#444;
	line-height:2;
	padding:0;
}

/** END OFFERS PAGE **/

/** Manufacturer Small list page **/

.smallManuContainer {
	float:left;
	width:277px;
	margin-left:30px;
	margin-bottom:30px;
	border-bottom:1px solid #fff;
}
.smallManuContainer .footer{
	display:block;
	border-bottom:1px solid #8eb1c7;
	color:#18456e;
	font-size:1.6em;
	font-family:Arial;
	text-align:right;
	padding:10px 0px 6px 0;
	text-decoration:none;
	font-weight:bold;

}
.smallManuContainer .footer:hover{
	color:#000;
}

.smallManuContainer h2{
	color:#18456e;
	text-transform:uppercase;
	font-family:'Arial Black', Arial;
	letter-spacing:-1px;
	margin-left:15px;
	margin-bottom:1px;
	font-size:1.6em;
	text-shadow:0 2px 2px #fff;
}
.smallManuContainer dl{
	background-color:#ffffff !important;
	position:relative;
	box-shadow:3px 3px 4px #777;
	-webkit-box-shadow:3px 3px 4px #777;
	-moz-box-shadow:3px 3px 4px #777;
	padding-bottom:3px;
}
.smallManuContainer dl dt{
	background:url('../images/phase1/manufacturer-bg-top.jpg') repeat-x left top;
	height:19px;
	padding-top:5px;
	padding-left:3px;
}
.smallManuContainer dl dt{
	color:White;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
.smallManuContainer dl dd.desc {
	position: absolute;
	width: 75px;
	height: 59px;
	background: url('../images/phase1/vehicleprice-star.png') no-repeat left top;
	top: -20px;
	right: -20px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	color: #E20000;
	font-family: arial;
	font-size: 8pt;
	line-height: 1;
}
.smallManuContainer dl dd.desc em{
	color:Black;
	font-size:1.1em;
	display:block;
}
.smallManuContainer dl dd.im {
	width:99px;
	height:200px;
	overflow:hidden;
	padding:3px;
	float:left;
	margin:3px 0px 0 3px;
	background-color:#9fc0d7;
	border:1px solid #848b91;
	border-right:1px solid white;
	border-bottom:1px solid white;
	text-align:center;
}
.smallManuContainer dl dd.im a{
	text-decoration:none;
}
.smallManuContainer dl dd.im span{
	color:#222;
	text-decoration:none;
}
.smallManuContainer dl dd.im img {
	border-top:2px solid #f5952b;
	border-bottom:2px solid #f5952b;
}
.smallManuContainer dl dd.mrp{
	background:url('../images/phase1/mrp-bg.jpg') repeat-x left top;
	color:#0e3153;
	clear:both;
	height:22px;
	padding-top:3px;
	font-family:Arial;
	text-align:center;
	margin-left:4px;
	margin-top:2px;
	width:104px;
	font-size:1.3em;
	font-weight:bold;
	float:left;
}

.smallManuContainer dl dd.prc,
.smallManuContainer dl dd.sav {
	float:right;
	width:160px;
	font-family:Arial;
	margin:5px 5px 5px 0;
	font-size:1.7em;
	font-weight:bold;
	color:#FF6000;
	margin-top:-95px;
	text-transform:uppercase;
	text-align:center;
	
}

.smallManuContainer dl dd.sav {
	background-color:White;
	margin-top:-100px;
	border:1px solid white;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	padding:5px 5px 3px 5px;
	font-size:2em;
	color:#db1b1b;
	width:145px;
}

.smallManuContainer dl dd.pop_options{
	float:right;
	background:url('../images/phase1/tick-white.gif') no-repeat left top;
	padding:1px 0px 1px 20px;
	margin-top:-55px;
	cursor:default;
	margin-right:10px;
	cursor:pointer;
}

.smallManuContainer dl dd.pop_options p{
	color:#003355;
	font-weight:bold;
	padding:0;
}

.smallManuContainer dl dd.link{
	float:right;
	margin: -27px 17px 0 0;
}
/** end manufacturer small page **/

/** manufacturer small design 2 page **/

.smallManuContainer.des2 {
	margin-bottom:15px;
	margin-top:15px;
}

.smallManuContainer.des2 dd.im{
	margin:0;
	padding:0;
	width:auto;
	border:0;
	float:none;
	background-color:transparent;
}
.smallManuContainer.des2 dd.im img{
	border:0;
}
.smallManuContainer.des2 dl dd.desc {
	top:5px;
	z-index:11;
}
.smallManuContainer.des2 dl dt{
	height:28px;	
	margin-bottom:-30px;
	position:relative;
	z-index:10;
	background:url('../images/phase1/manu-bg.png') no-repeat left top;
	text-shadow:2px 2px 1px #fff;
	border-bottom:1px solid #ccc;
	padding-left:5px;
	padding-top:2px;
}
.smallManuContainer.des2 dl dt span.autoFontSize{
	width:210px;
	height:29px;
	display:block;
	overflow:visible;
}
.smallManuContainer.des2 dl dt span.autoFontSize em{
	font-size:1.8em;
	color:Black;
	font-family:Arial;
	text-transform:uppercase;
}
.smallManuContainer.des2 dl dd.prc {
	margin:0;
	height:27px;
	margin-top:0;
	position:relative;
	z-index:10;
	width:277px;
	float:none;
	border-top:1px solid #ccc;
	text-shadow:2px 2px 1px #fff;
	text-align:center;
	padding-top:2px;
	font-size:2em;
	background:url('../images/phase1/manu-bg-foot.png') no-repeat left top;
}
.smallManuContainer.des2 dl {
	background-color:transparent;
	padding-bottom:0;
}
.smallManuContainer.des2 .footer a {
	font-size:0.8em !important;
	float:right;
	margin:0;
}
/** end manu small design 2 **/


/** BUYERS GUIDE ARTICLE PAGE **/

.buyersGuideContainer{
	padding:20px;
	font-size:1.1em;
	line-height:1.5;
	color:#222;
}
.buyersGuideContainer img.main{
	padding:4px;
	background-color:#fff;
	border:1px solid #aaa;
}
.buyersGuideContainer .articleHeader{
	margin-bottom:20px;	
	margin-top:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	background-color:White;
	box-shadow:-1px -1px 0px #aaa;
	-moz-box-shadow:-1px -1px 0px #aaa;
	-webkit-box-shadow:-1px -1px 0px #aaa;
}
.buyersGuideContainer .articleHeader h2{
	float:left;
	padding-top:4px;
	font-size:1.9em;
	font-weight:bold;
	font-family:Arial;
	color:#18456E;
	width:60%
}
.buyersGuideContainer p{
	margin: 0 0 20px 0;
	padding:0;
	font-size:1em !important;
}
.buyersGuideContainer h3{
	font-size:1.4em;
	font-weight:bold;
	color:#369;
	margin-bottom:7px;
	font-family:Arial;
}
.buyersGuideContainer p.intro{
	color:#666;
}
.buyersGuideContainer .articleHeader p.date{
	float:right;
	margin:0 !important;
	padding:0;
	width:38%;
	text-align:right;
	color:#333;
}
.buyersGuideContainer .articleHeader p.date em{
	font-weight:bold;
	display:block;
	color:#369;
}

.buyersGuideContainer ul{
	margin:0px 20px 20px 20px;
}
.buyersGuideContainer ul li{
	margin-bottom:10px;
	line-height:1.5;
	background:url('../images/phase1/bullet-blue.gif') no-repeat left 3px;
	padding-left:30px;
}
.buyersGuideContainer a:hover{
	color:#FF5A00;
}

/** social media buttons **/
.social_like_container{
	float:left;
	margin-top:15px;
	width: 370px;
	background-color: #efefef;
	padding: 2px 3px 2px 3px;
	box-shadow:-1px -1px 0px #aaa, 1px 1px 0px #fff;
	-moz-box-shadow:-1px -1px 0px #aaa, 1px 1px 0px #fff;
	-webkit-box-shadow:-1px -1px 0px #aaa, 1px 1px 0px #fff;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 auto 0 120px !important;
}
.social_like_container li{
	float:left;
	padding:3px 5px 0px 5px !important;
	margin:0 !important;
	background-image:none !important;
	text-align:center;
	height:23px;
}
.social_like_container li h2{
	margin:0 !important;
	padding:0 !important;
	font-size:12pt !important;
}
.social_like_container li.title{
	border-right:1px solid #ccc;
	font-family:Arial;
	color:#FF5A00;
	text-shadow:1px 1px 2px #bbb;
	padding:1px 10px 0px 5px !important;
}
.social_like_container li.fb{
	width:80px;
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
}
.social_like_container li.fb iframe{
	width:80px !important;
}
.social_like_container li.tw{
	border-right:1px solid #ccc;
	border-left:1px solid #fff;
}
.social_like_container li.digg{
	border-left:1px solid #fff;
}

.rfqFooter
{
    margin-top:50px;
}

.rfqFooter h2
{
    font-size:1.2em;
    margin:0 0 0 20px;
}
/** END BUYERS GUIDE ARTICLE PAGE **/


.offersList 
{
  margin:30px 0 0 0;   
}
.offersList h2
{
    font-size: 1.2em;
    margin:0 0 0 20px;
}



.paging ul.centre
{
    text-align:center;
    width: 320px;
    margin: 0 0 0 140px;
}

.paging 
{
    border: 2px solid #96B9D3;
    width: 637px;
    margin: 6px 0 0 1px;
    padding: 8px 0 8px 0;
}

.paging ul
{
    display:inline;
}
.paging li
{
    display:inline;
    margin:0 5px 0 5px;
}
.paging li a.disable:link,
.paging li a.disable:visited,
.paging li a.disable:hover
{
    color:#c0c0c0;
}


.contentLargeLeft.derivative .carDetails {
	
}

.DerivatveApp {
	background-color: #fff;
}

.contentLargeLeft.derivative .carDetails dd.mrp {
	text-decoration: none !important;
}

.contentLargeLeft.derivative ul.sellPoints li {
	float: left;
	width:220px;
	margin-right:20px;
}

.contentLargeLeft.derivative .specs {
	clear: both;
}

.rfq_next_but.der {
	float:right;
	margin-right:0 !important;
}
