/* Original screen CSS. Including this will get the printout l;ooking similar to the screen versions...  then we can alter the styles for print. */
/* CSS Document Start*/
*{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
}

body{
	background:url(../images/body_bg.gif) repeat-x 0px 0px #3b7594;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover{
	/*text-decoration:none !important;*/
}
#wrappper{
	width:964px;
	margin:0 auto;
}

.header{
	width:950px;
	padding-left:4px;
}

.logo{
	width:520px;
	height:137px;
	padding-top:12px;
	float:left;
}

.logo a{
	width:520px;
	height:137px;
	display:block;
	background:url(../images/logo.gif) left no-repeat;
	text-indent:-9000px;
}

.header_right_nav{
	float:right;
	padding-right:15px;
	padding-top:4px;
}

.header_right_nav ul li{
	list-style-type:none;
	background:url(../images/right_splitter.gif) left 6px no-repeat;
	padding:0 8px 0 7px;
	float:left;
}

.header_right_nav ul li a{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#fff !important;
}

.header_right_nav ul li.nobg_top{
	background:none;
}

.header_right_nav ul li a:hover, .header_right_nav ul li a.active_color{ 
	color:#ff6633 !important;
}

.location_nav{
	width:407px;
	height:149px;
	float:right;
	background:url(../images/header_img.jpg) no-repeat;
	position:relative;
	left:3px;
}

.main_nav{
	width:955px;
	height:45px;
	margin-top:0px;
	padding-left:0px;
	background:url(../images/main_nav_splitter.gif) no-repeat right top;
	position:relative;
	top:5px;
}

.main_nav ul{
	height:45px;
	padding-left:3px;
	/*background:url(../images/main_nav_splitter.gif) no-repeat left;*/
}


.main_nav ul li{
	list-style-type:none;
	float:left;
	height:35px;
	padding: 10px 24px 0 23px;
	background:url(../images/main_nav_splitter.gif) left no-repeat;
}

.main_nav ul li a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.main_nav ul li a:hover{
	color:#ff6633;
}

#content_outer{
	width:957px;
	padding: 0 0 0 7px;
	background:url(../images/content_bg.png) repeat-y left;
	position:relative;
	top:5px;
}

#content{
	width:950px;
}

.easy_search{
	width:849px;
	height:72px;
	position:relative;
	padding:26px 0 0 101px;
	background:url(../images/esay_search.gif) left top no-repeat;
}

.easy_search p{
	float:left;
	font-size:11px;
	color:#000;
	padding: 5px 0 0 140px;
}

.search_icon{
	position:absolute;
	background:url(../images/search_logo.gif) no-repeat;
	width:125px;
	height:97px;
	left:16px;
	top:10px;
}

.easy_search label{
	width:138px;
	height:40px;
	display:block;
	text-indent:-9000px;
	float:left;
	background:url(../images/easy_search.gif) no-repeat left;
}

.easy_search input{
	float:left;
}

.easy_search input.txtfield{
	width:547px;
	height:35px;
	border:1px solid #ced0d1;
	font-size:23px;
	font-weight:bold;
	color:#bababa;
	margin-right:15px;
	padding: 3px 0 0 9px;
}

.find_car_main{
	width:950px;
	height:243px;
}

.find_car_left{
	width:206px;
	height:233px;
	border-top:1px solid #0c171d;
	border-left:1px solid #0c171d;
	border-bottom:1px solid #0c171d;
	float:left;
	background:#35434c;
	padding: 8px 0 0 17px;
}

.find_bycar_menu{
	width:188px;
	height:30px;
	border-top:1px solid #cccccd;
	border-left:1px solid #cccccd;
	border-bottom:1px solid #cccccd;
	background:#f3f4f4;
	padding: 4px 0 0 3px;
	margin: 0 0 4px 0;
}

.find_bycar_menu a{
	text-decoration:none;
	font-size:15px;
	color:#000;
	display:block;
	padding-left:36px;
	padding-top:5px;
	cursor:pointer;
}
.find_bycar_menu a:hover {
	color:#F60;
	cursor:pointer;
}
.find_bycar_menu a.bullet{
	background:url(../images/find_bullet.gif) no-repeat left;
	height:21px;
}
.find_bycar_menu a.bus{
	background:url(../images/find_bus.gif) no-repeat left 3px;
	height:17px;
}

.find_car_left h2{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding: 0 0 5px 0;
}

.find_car_right{
	width:726px;
	float:right;
	position:relative;
	color:#FFF;
}
.find_car_right a {
	color:#FFF;
}
#overlayMakes, #overlayTypes, #overlayModels, #overlayFeatures, #overlayCaravans {
	display:none;
	visibility:hidden;
	position:absolute;
	top:0px;
	right:0px;
	width:699px;
	height:202px;
	background:url(../images/search-bg.jpg) 0 0 repeat-x #80A5BC;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:20px;
}
#overlayMakes h3, #overlayTypes h3, #overlayModels h3, #overlayFeatures h3, #overlayCaravans h3 {
	color:#FFF;
	font-size:1.5em;
	margin-bottom:15px;
}
#overlayMakes table, #overlayTypes table, #overlayFeatures table {
	width:700px;
}
#overlayMakes table td, #overlayTypes table td, #overlayFeatures table td {
	padding-right:30px;
	padding-bottom:20px;
	font-size:0.8em;
	text-transform:capitalize;
	vertical-align:top;
}
#overlayModelsTables td, #overlayModelsTables th, #overlayCaravansTables td, #overlayCaravansTables th {
	padding:0px;
	margin:0px;
	font-size:0.9em;
	text-align:left;
}
.overlayClose {
	position:absolute;
	top:10px;
	right:15px;
	font-size:0.8em;
}

.content_center{
	width:932px;
	padding: 11px 13px 68px  5px;
	background:#fff;
}

.advent_main{
	float:left;
	width:217px;
}

.advent_main a{
	float:right;
	margin-bottom:10px;
}

.mobile_a_padd{
	margin-top:4px !important;
}

.center_content_details{
	float:right;
	width:697px;
}

.car_deals{
	width:695px;
	margin-bottom:18px;
	border:1px solid #d2d0d0;
}

.car_deals_head{
	height:43px;
	width:666px;
	padding: 0 17px 0 12px;
	background:url(../images/h2_deals_bg.gif) left top repeat-x;
}

.car_deals_head h2{
	height:14px;
	width:409px;
	margin: 10px 0 0 0;
	color:#da460a;
	font-size:19px;
	float:left;
	/*text-indent:-9000px;
	background:url(../images/deals_h2.gif) no-repeat;*/
}

.car_deals_head h3{
	float:right;
	padding-top:11px;
}

.car_deals_head h3 a{
	font-weight:bold;
	font-size:13px;
	color:#da460a;
}
.car_deals_head h3 span{
	font-weight:bold;
	font-size:13px;
	color:#da460a;
}

.car_deals_head h3 a span{
	font-style:italic !important;
}

.car_deals_head h3 a:hover, .car_deals_head h3 a:hover span {
	color:#000;
}

.car_pic{
	width:691px;
	padding: 0 0 2px 4px;
	background:url(../images/deal_bg.gif) repeat-x bottom #fff;
	border-top:1px solid #d7d5d5;
}

.car_pic img{
	padding-bottom:6px;
}

.car_pic_details1{
	width:193px;
	float:left;
	padding: 20px 22px 18px 22px;
	border-right:1px solid #d7d5d5;
}
.caravan-deal {
	position:absolute;
	top:0px;
	left:0px;
}

.car_pic_price{
	padding-left:25px;
}

.car_pic_price1{
	padding-left:17px;
}

.car_pic h3{
	color:#1e1c1c;
	font-size:13px;
}

.car_pic h2{
	color:#da460a;
	float:left;
	font-size:19px;
}

.car_pic a.drive{
	color:#1e1c1c;
	font-size:11px;
	float:left;
	margin-left:8px;
	margin-top:5px;
	text-decoration:underline;
}

.car_pic a.super_deal{
	color:#da460a;
	font-size:12px;
	width:148px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
	padding: 7px 0 0 0;
	margin-top:10px;
	background:url(../images/a_super_bg.gif) no-repeat;
	text-decoration:none;
}

.car_pic a.super_deal:hover{
	text-decoration:underline;
}

.car_pic_details2{
	width:179px;
	float:left;
	padding: 20px 19px 18px 19px;
	border-right:1px solid #d7d5d5;
}

.car_pic_details3{
	width:179px;
	float:left;
	padding: 20px 18px 18px 18px;
}

.car_pic_details1 img, .car_pic_details2 img,.car_pic_details3 img {
	border:1px solid #ACB0AF;
	padding:2px;
	margin-bottom:5px;
}
.center_content_bottom{
	width:697px;
}

.center_content_bottom_h3_main{
	background:url(../images/use_car_bg.gif) left repeat-x;
	border:1px solid #d6d1d1;
	padding-left:18px;
	padding-top:17px;
	height:55px;
	width:424px;
}

.center_content_bottom_h3_main1{
	background:url(../images/use_car_bg.gif) left repeat-x;
	border:1px solid #d6d1d1;
	padding-left:18px;
	padding-top:17px;
	height:55px;
	width:217px;
}

.user_cars{
	width:444px;
	float:left;
}

.user_cars p.right_p{
	font-size:12px;
	color:#666666;
	float:left;
	width:420px;
	padding-top:10px;
}
.user_cars p.right_p img {
	padding-right:15px;
	padding-bottom:5px;
}
.user_cars p.left_p{
	float:left;
	width:235px;
}

.user_cars h3{
	width:420px;
	height:40px;
	font-size:1em;
	color:#323530;
	/* text-indent:-9000px; */
	/*background:url(../images/used_cars.gif) no-repeat left;*/
}

.contact_info{
	width:237px;
	float:right;
}

.contact_info h3 {
	width:210px;
	height:36px;
	font-size:0.95em;
	color:#323530;
	/* text-indent:-9000px;*/
	/* background:url(../images/call_us_txr.gif) no-repeat left 1px; */
}
.contact_info h3 span {
	color:#E24C10;
}

.contact_info_form{
	width:228px;
	border-top:1px solid #e6e3e3;
	border-left:1px solid #e6e3e3;
	border-right:1px solid #e6e3e3;
	padding: 17px 0 63px 7px;
	background:url(../images/cont_pic.jpg) no-repeat bottom #fbfbfb;
}

.contact_info_form input{
	float:left;
	margin-top:2px;
}

input.contact_info_input{
	width:132px;
	height:14px;
	border:1px solid #bebfbe;
	padding:2px 0 0 3px;
	margin-top:3px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

input.contact_info_input_tel{
	width:97px;
	height:14px;
	border:1px solid #bebfbe;
	padding:2px 0 0 3px;
	margin-top:3px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

#footer_ul_outer{
	width:957px;
	padding-left:7px;
	background:url(../images/content_bg.png) repeat-y left;
	text-align:center;
}

#footer{
	width:964px;
	padding-bottom:20px;
}

.footer_ul{
	width:950px;
	background:url(../images/footer_bg.gif) repeat-x;
	height:46px;
	padding-top:5px;
	text-align:center;
}

.footer_ul ul{
	height:45px;
	text-align:center;
}

.footer_ul ul li{
	/*float:left;*/
	display:inline;
	padding: 0 6px 0 7px;
	list-style-type:none;
	background:url(../images/footer_li_bg.gif) left 7px no-repeat;
}

.footer_ul ul li.nobg{
	background:none;
}

.footer_ul ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#959090;
	text-decoration:none;
}

.footer_ul ul li a:hover{
	text-decoration:underline;
}

.copy{
	width:620px;
	margin: 0 auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
}

/*CSS for other pages Start*/

.content_center1{
	width:937px;
	padding: 0 13px 68px 0;
	background:url(../images/content_standard_bg.jpg) 0 0 repeat-x #fff;
	
}

.advent_main1{
	width:221px !important;
}

.search_bar_inner{
	width:214px;
	height:33px;
	padding: 31px 0 0 7px;
	border-bottom:1px solid #2b2a2a;
	background:url(../images/searchbar_inner_bg.gif) no-repeat;
}

.search_bar_inner input{
	float:left;
}
.search_bar_inner input.txtfld{
	border:1px solid #efefef;
	width:147px;
	height:17px;
	margin-right:3px;
	font-size:11px;
	color:#bababa;
	padding: 3px 0 0 4px;
}

.find_car_inner_left{
	width:219px;
	border:1px solid #626262;
	background:#474747;
	padding-top:3px;
	padding-bottom:4px;
	margin-bottom:16px;
}

.find_car_inner_left select{
	width:167px;
	height:19px;
	float:right;
	margin:0;
	border:1px solid #7b9ebd;
	font-size:12px;
}

.find_car_inner_left div{
	width:215px;
	height:24px;
}

.find_car_inner_left label{
	width:44px;
	font-size:11px;
	color:#cccccc;
	float:left;
	text-align:right;
	padding-top:2px;
}

.find_car_inner_left input{
	float:right;
	margin: 2px 0 0 0;
}

.find_car_inner_left h5{
	color:#cccccc;
	font-size:11px;
	padding-bottom:3px;
	padding-left:42px;
}

.search_match_main{
	width:695px;
	margin:18px 0 17px 0;
}

.search_match_main_left{
	width:385px;
	float:left;
}

.search_match_main_left p{
	font-size:14px;
	color:#333333;
	padding-bottom:6px;
}

.search_match_main_left p a{
	color:#333333;
	margin-left:1px;
}

p a.dark_color{
	color:#da460a;
}

.search_match_main_left p a.all{
	font-weight:bold;
}

.search_match_main_left h2{
	font-size:18px;
	color:#da460a;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.search_match_main_right{
	width:272px;
	float:right;
	border:1px solid #d4cfcf;
}

.search_match_main_right_inner{
	width:255px;
	float:left;
	background:#e6e5e5;
	padding: 8px 0 5px 15px;
	border:1px solid #f0eeee;
}

.search_match_main_right_inner h3{
	font-size:14px !important;
	color:#323530;
	padding-bottom:2px;
}

.search_match_main_right_inner ul{
	padding:0;
	margin:0;
}

.search_match_main_right_inner ul li{
	display:block;
	line-height:15px;
	list-style-type:none;
}

.search_match_main_right_inner ul li a{
	color:#323530;
	font-size:11px;
	line-height:14px;
	font-style:italic;
}

.car_deals1{
	width:695px;
	margin-bottom:18px;
	position:relative;
}

.car_deals1 h3{
	font-size:16px !important;
	color:#da460a !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	padding-right:5px;
	padding-bottom:7px;
	padding-top:15px;
	float:left;
}

.car_deals1 h3 span{
	padding-left:42px;
}
.car_deals1 h1{
	padding-right:5px;
	padding-bottom:7px;
	float:left;
	width:515px;
}
.car_deals1 h1 span {
	padding-left:42px;
	color:#da460a !important;
}

.car_deals1 #car-detail-price {
	font-size:2.5em;
	text-align:right;
	color:#da460a !important;
	font-weight:bold;
	position:absolute;
	top:0px; right:0px;
}



.car_deals_head1{
	height:32px;
	width:680px;
	padding: 6px 6px 0 7px;
	border-top:1px solid #d5d4d4;
	border-left:1px solid #d7d5d5;
	border-right:1px solid #d4d2d2;
	border-bottom:1px solid #d3d1d1;
	background:url(../images/search_result_header_bg.gif) left top repeat-x;
}

.car_deals_head1_left{
	float:left;
	padding-top:2px;
	width:300px;
}

.car_deals_head1_left label{
	float:left;
	font-size:11px;
	color:#333333;
	padding-right:5px;
	padding-top:3px;
}

.car_deals_head1_left label select{
	float:left;
	width:167px;
	font-size:12px;
	height:19px;
	border:1px solid #7b9ebd;
}

.car_deals_search_details_main{
	width:665px;
	border-left:1px solid #d2d0d0;
	border-right:1px solid #d3d1d1;
	border-bottom:1px solid #d4d2d2;
	padding: 15px 15px 18px 13px;
	background:url(../images/search_car_display_bg.gif) repeat-x left bottom;
}

.car_deals_search_detail{
	width:665px;
}

.car_deals_search_detail_left{
	width:191px;
	float:left;
}

.car_deals_search_detail_left_img{
	width:184px;
	height:128px;
	padding: 7px 0 0 7px;
	position:relative;
	background:url(../images/search_car_frame.gif) no-repeat;
}

.deals_tag {
	position:absolute;
	background:url(../images/deals_tag.png) no-repeat;
	width:146px;
	height:41px;
	top:3px;
	left:4px;
}
.deals_tag_large {
	position:absolute;
	background:url(../images/deals_tag-large.png) no-repeat;
	width:300px;
	height:81px;
	top:0px;
	left:0px;
}

.car_deals_search_detail_right{
	width:460px;
	float:right;
}

.car_deals_search_detail_right h2{
	font-size:19px;
	color:#1e1c1c;
	padding-bottom:6px;
}

.car_deals_search_detail_right p{
	line-height:16px;
	color:#323530;
	font-size:11px;
}

.car_deals_search_detail_right_price{
	width:460px;
	margin-top:5px;
}

.car_deals_search_detail_right_price_left{
	width:304px;
	float:left;
	padding-top:11px;
	clear:both;
}

.car_deals_search_detail_right_price_right{
	width:148px;
	float:right;
	text-align:center;
}

.car_deals_search_detail_right_price_right span{
	font-size:10px;
	color:#323530;
	font-weight:bold;
	display:block;
	padding-top:1px;
}

.car_deals_search_detail_right_price_left p{
	font-size:12px;
	color:#010101;
	font-weight:bold;
	padding-bottom:10px;
}

.car_deals_search_detail_right_price_left p span.old_price{
	font-size:18px;
	color:#3a708f;
}

.car_deals_search_detail_right_price_left p span.new_price{
	font-size:22px;
	color:#da460a;
}

.car_deals_search_detail_right_price_left p span.drive_away{
	font-style:italic;
}

a.view_details_a{
	background:url(../images/view_details_btn.gif) no-repeat;
	display:block;
	height:31px;
	width:148px;
	text-indent:-9000px;
}

.spliter_search{
	background:url(../images/spliter_search_pg.gif) no-repeat;
	width:657px;
	height:1px;
	margin: 10px auto 17px auto;
}

.search_scroller{
	width:432px;
	height:33px;
	border-left:1px solid #d2d0d0;
	border-right:1px solid #d3d1d1;
	border-bottom:1px solid #d4d2d2;
	padding: 10px 6px 0 255px;
	margin-top:1px;
	background:url(../images/search_pg_slider_bg.gif) repeat-x left top;	
}	

.search_scroller_left{
	float:left;
	padding-top:6px;
}

.search_scroller_left ul li, .search_scroller_right ul li{
	float:left;
	list-style-type:none;
	font-size:11px;
	color:#333333;
	padding-right:2px;
}

.search_scroller_left ul li a, .search_scroller_right ul li a{
	font-size:11px;
	color:#333333;
}

.search_scroller_right {
	font-size:11px;
	float:right;
	color:#333333;
	width:195px;
}

.search_scroller_right p{
	font-weight:bold;
	float:right;
}

.search_scroller_right ul{
	float:right;
}

.car_details{
	width:515px;
	float:left;
}

.car_details h5{
	font-size:14px;
	color:#1e1c1c;
	padding-top:8px;
}

.car_details p{
	line-height:16px;
	color:#323530;
	font-size:11px;
}

.other_details{
	width:154px;
	float:right;
}

.car_slide_show{
	width:515px;
	height:358px;
	position:relative;
}

.car_slide_show_caption{
	width:495px;
	height:22px;
	padding-left:20px;
	padding-top:5px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:11px;
	color:#fff;
	background:url(../images/car_caption_bg.png) no-repeat;
}

.car_slide_show_thumbnail_main{
	width:515px;
	padding-top:8px;
}

.car_slide_show_thumbnail_main_left{
	width:274px;
	float:left;
}

.car_slide_show_thumbnail_main_left ul li{
	float:left;
	list-style-type:none;
	padding: 0 3px 3px 0;
	font-size:0;
	position:relative;
}

.car_slide_show_thumbnail_main_left ul li a img{
	border:1px solid #aea6a6;
}

.car_slide_show_thumbnail_main_left ul li a{
	
}

.car_slide_show_thumbnail_main_left ul li a span{
	/* background-color: #fff;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
	-khtml-opacity: 0.35;
    opacity: 0.35;*/
	width:63px;
	height:41px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	cursor:pointer;
}

.car_slide_show_thumbnail_main_left ul li a:hover img{
	background:none;
	border:1px solid #F60;
}

.car_slide_show_thumbnail_main_right{
	width:233px;
	float:left;
	padding:0;
	position:relative;
	left:8px;
}

.car_slide_show_thumbnail_main_right ul{
	width:231px !important;
}

.car_slide_show_thumbnail_main_right ul li{
	list-style-type:none;
	color:#323530;
}

.car_slide_show_thumbnail_main_right ul li ul li{
	font-size:11px;
	float:left !important;
	line-height:13px;
}

.car_slide_show_thumbnail_main_right ul li ul li.left_li{
	width:80px;
	text-align:right;
	padding:0 7px 0 0;
	font-weight:bold;
}

.car_slide_show_thumbnail_main_right ul li ul li.right_li{
	width:136px;
	padding:0 0 0 7px;
	margin-left:1px;
}

.car_slide_show_thumbnail_main_right ul li ul li.list_bg_color, .list_bg_color{
	background:#ece9e9;
	/*height:14px;*/
}
#table-car-details {
	border:1px solid #999;
	border-collapse:collapse;
	width:220px;
}
#table-car-details th, #table-car-details td {
	font-size:11px;
	text-align:left;
	padding:2px 5px;
}

.car_slide_show_thumbnail_main_right ul li ul li a{
	text-decoration:none;
	font-size:11px;
	color:#da460a;
	margin-left:7px;
}

.features_ul{
	float:left;
	padding-left:10px;
	padding-top:2px;
	padding-right:50px;
}

.features_ul_right_padd{
	padding-right:0;
}

.features_ul li{
	list-style-type:none;
	font-size:11px;
	color:#333333;
	line-height:16px;
	background:url(../images/features_li_bullet.gif) no-repeat left 5px;
	padding-left:13px;
	width:190px;
}

.other_details_top_form{
	width:141px;
	background:#e6e5e5;
	padding: 0 5px 0 6px;
	border:1px solid #d1cccc;
}

.other_details_top_form h2{
	color:#323530;
	font-size:19px;
	padding-left:10px;
}

.other_details_top_form p{
	color:#999999;
	font-size:9px;
	padding: 0 0 2px 7px;
}

.other_details_top_form input{
	color:#999999;
	margin-bottom:2px;
	font-size:11px;
	width:134px;
	height:15px;
	border:1px solid #d2cdcd;
	float:left;
	padding: 1px 0 0 3px;
}

.other_details_top_form label{
	color:#000;
	font-size:9px;
	float:left;
	display:block;
	width:120px;
	padding-left:4px;
	padding-top:7px;
}

.other_details_top_form textarea{
	border:1px solid #d2cece;
	height:58px;
	width:134px;
	font-size:11px;
	color:#999999;
	margin-bottom:10px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
}

input.enquired_req_fld{
	border:0;
	background:url(../images/enquire_required_fld.gif) no-repeat;
	width:125px;
	height:16px;
	padding-left:14px;
	padding-top:2px;
}

input.checkbox{
	width:13px !important;
	height:13px;
	border:0 !important;
	float:left;
	font-size:0;
	line-height:0;
	margin: 6px 0 4px 0;
}

input.submit_btn{
	float:right;
	width:62px;
	height:19px;
	margin-right:2px;
}

p.call_us_enq{
	font-size:10px;
	color:#323530 !important;
	float:left;
}

.other_details_top_form p span{
	color:#e24c10;
}

input.small_txt{
	width:52px;
}

input.small_txt2{
	width:75px;
	float:right;
	margin-right:2px;
}

.other_details a{
	font-size:10px;
	color:#1e1c1c;
	line-height:11px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

.other_details a:hover{
	text-decoration:underline;
}

.other_details a.emailto{
	background:url(../images/emailthis_bg.gif) no-repeat;
}

.other_details a.print{
	background:url(../images/print_bg.gif) no-repeat;
}

.other_details a.finance{
	background:url(../images/finance_bg.gif) no-repeat;
}

.other_details a.print, .other_details a.emailto, .other_details a.finance {
	margin: 10px 0 10px 0;
	display:block;
	width:117px;
	height:23px;
	padding-left:37px;
	padding-top:8px;
	text-decoration:underline;
}

.other_details h5{
	font-size:12px;
	color:#323530;
	padding-left:6px;
}

.other_details_bottom_cars{
	width:147px;
	float:left;
	padding-top:8px;
	padding-left:7px;
}

.other_details_bottom_cars a:hover{
	text-decoration:underline !important;
}

.other_details_bottom_cars_left{
	width:64px;
	float:left;
}

.other_details_bottom_cars_left img{
	border:1px solid #aea6a6;
}

.other_details_bottom_cars_right{
	float:left !important;
	width:70px !important;
	padding-left:6px;
}

.other_details_bottom_cars_right h3{
	font-size:15px !important;
	color:#da460a;
	padding-top:4px;
}

a.free_delivery{
	background:url(../images/free_delivery_btn.gif) no-repeat;
	width:153px;
	height:31px;
	text-indent:-9000px;
	display:block;
	float:left;
	margin:8px 0 8px 0;
}

/*CSS for other pages End*/

/* CSS Document End */

.content_standard {
	padding:20px 20px 40px 10px;
	font-size:0.8em;
}
.content_standard h1 {
	font-size:2.5em;
	margin-bottom:10px;
}
.sectionAdminLinks {
	padding-top:10px;
}
#contentcomponent ul, #contentcomponent ol {
	margin:10px 0px 10px 73px;
}
#car-admin-links {
	position:absolute;
	top:-16px;
	left:-20px;
	font-size:0.8em;
}
.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:20px;
	line-height:18px;
}
.emailfriendmsg, .contactformgeneral {
	font-size:1.2em;
	padding-bottom:5px;
}
.error, .msgerror {
	padding-left:25px;
	padding-top:1px;
	background:url(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}
table.overlayModelsTables td, table.overlayModelsTables th, table.overlayCaravansTables td, table.overlayCaravansTables th {
	padding:0px;
	margin:0px;
	font-size:0.7em;
}
#overlayModelsTables td select, #overlayCaravansTables td select {
	width:230px;
}
.icon-pdf {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-bottom:20px;
	line-height:24px;
	padding-left:30px;
	padding-top:1px;
	background:url(../images/icon-pdf.gif) no-repeat 0 0;
	color:#C00;
	display:block;

}
#suggestion {
	position:absolute;
	top:66px;
	left:246px;
	width:537px;
	background:#FFF;
	padding:10px;
	font-size:0.9em;
}
#suggestion h3 {
	padding-bottom:10px;
}
#suggestion.suggestionsidenav {
	top:54px;
	left:14px;
	width:132px;
	background:#FFF;
	padding:10px;
	font-size:0.7em;
	border:1px solid #666;
	border-top:0;
}

/**********************************
* added by gez
**********************************/

.find_bycar_menu a.active{
	background-image:url('../images/find_bullet-active.gif') !important;
}

#overlayTypes{
	background:#80a4bc url('../images/overlayTypes.gif') left -1px no-repeat;
	color:#2f4961;
}

#overlayFeatures{
	background:#80a4bc url('../images/overlayFeatures.gif') left -1px no-repeat;
	color:#2f4961;
}
#overlayMakes{
	background:#80a4bc url('../images/overlayMakes.gif') left -1px no-repeat;
	color:#2f4961;
}
#overlayModels{
	background:#80a4bc url('../images/overlayModels.gif') left -1px no-repeat;
	color:#2f4961;
}
#overlayCaravans{
	background:#80a4bc url('../images/overlayCaravans.gif') left -1px no-repeat;
	color:#2f4961;
}

.find_car_right a.overlayClose{
	background:url('../images/overlayClose.gif') left top no-repeat;
	padding-top:25px;
	color:#ff0000;
	right:25px;
	top:20px;
	font-size:11px;
	cursor:pointer;
}

.find_car_right a {
	color:#2f4961;
}
#overlayTypes #find-car-table{
	background:url('../images/find-car-table.gif') 30px top no-repeat;
	width:621px;
	margin-left:10px;
}

#overlayTypes #find-car-table td{
	height:100px;
	width:207px;
	vertical-align:bottom;
	text-align:center;
	padding:0px;
	padding-bottom:0px;
}
#overlayTypes #find-car-table tr.row1 td {
	height:70px;
}

#overlayMakes h3, #overlayTypes h3, #overlayModels h3, #overlayFeatures h3, #overlayCaravans h3 {
color:#8d8f92;
font-size:12px;
margin-bottom:15px;
margin-left:15px;
}

#find-feature-table{
	margin-left:25px;
}
#find-feature-table label{
	margin-left:10px;
	font-size:12px;
}

#feature-submit{
	position:absolute;
	bottom:20px;
	right:30px;
	width:80px;
}

#overlayModelsTables, #overlayCaravansTables{
	margin-left:20px;
}
 #find-makes-table{
 	margin-left:20px;
	margin-top:15px;
}

.find_bycar_menu a.bus.active {
	background-image:url('../images/find_bus-active.gif') !important;
}

#overlayModels .promo_img, #overlayCaravans .promo_img {
	position:absolute; 
	top:39px; 
	right:75px;
}
#overlayCaravans .promo_img2 {
	position:absolute; 
	top:0px; 
	right:85px;
	border:0;
	text-align:center;
	width:300px;
}
#overlayCaravans h2 {
	font-size:20px;
	padding:0;
	margin:0;
}
#overlayCaravans h2 span {
	font-size:15px;
	color:#000;
}
#overlayCaravans h3 {
	margin:0;
	padding:0;
}
#overlayCaravans .super_deal {
	color:#F00;
	font-size:12px;
	text-align:center;
}
.backtoprevious {
	color:#F60;
	float:right;
	position:relative;
	top:-15px;
	right:-22px;
	font-size:0.9em;
}
#fancy_zoom_large label {
	width:150px;
}
#fancy_zoom_large {
	background-color:#F00;
}
#advertpage p {
	margin-bottom:20px;
}
#advertpage .print-links {
	padding-left:15px;
}
#advertpage h2 {
	margin-bottom:10px;
}
#advertpage hr {
	height:1px;
	border:0;
	border-top:1px solid #CCC;
	margin-bottom:20px;
	margin-top:40px;
}
#animated-windmill {
	position:absolute;
	top:-187px;
	left:4px;
	border:0px;
}
#tablecontact th, #tablecontact td {
	text-align:left;
	vertical-align:top;
	padding:2px 0px;
}
#tablecontact th {
	padding-right:10px;
}
#contact-form-general input[type="text"], #contact-form-general textarea {
	width:300px;
}
hr {
	height:1px;
	border:0;
	border-top:1px solid #CCC;
}
.layout2section1, .layout2section2, .layout2section3, .layout2section3 {
	vertical-align:top;
}
.layout2section1 {
	padding-right:60px;
}
.layout2section2 {
	text-align:right;
}
.layout2section2 iframe {
	border:1px solid #999;
	
}
.layout2section2 {
	text-align:right;
}
.borderless {
	border:0px;
}














/* PRINT CSS Start*/
*{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:none;
}
#outer {
	width:640px;
	text-align:left;
}
a:hover{
	/*text-decoration:none !important;*/
}
h1 {
	margin:20px 0px 0px 0px;
	font-size:1.4em;
}
.pics {
	border-collapse:collapse;
}
.pics img, #large_image {
	border:1px solid #FFF;
}
.data {
	width:100%;
}
.data th, .data td, .tablefeatures td, .tablefeatures th {
	text-align:left;
	padding-right:20px;
	vertical-align:top;
}
.data th {
	
}
.car_deals_search_detail{
	width:665px;
}

.car_deals_search_detail_left{
	width:191px;
	float:left;
}

.car_deals_search_detail_left_img{
	width:184px;
	height:128px;
	padding: 7px 0 0 7px;
	position:relative;
	background:url(../images/search_car_frame.gif) no-repeat;
}
.car_slide_show {
	position:relative;
	width:642px;
}
.deals_tag {
	position:absolute;
	background:url(../images/deals_tag.png) no-repeat;
	width:146px;
	height:41px;
	top:3px;
	left:4px;
}
.deals_tag_large {
	position:absolute;
	background:url(../images/deals_tag-large.png) no-repeat;
	width:300px;
	height:81px;
	top:1px;
	left:1px;
}

.bullet {
	position:relative;
	top:-3px;
}
.features, .address {
	font-size:0.8em;
}
.price {
	font-size:1.6em;
	font-weight:bold;
	color:#063;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
.price span.gen {
	color:#000;
}
.price span {
	color:#F60;
	font-size:0.8em;
}
.disclaimer {
	font-size:10px;
	padding:20px 0px;
}
#tableheader {
	font-size:12px;
	width:100%;
}
#tableheader th {
	text-align:left;
}
#tableheader td {
	text-align:right;
}

/* Things to hide when printing any page. */
/* .find_car_main, .header, #flashcontent, .advent_main, .advent_main1, .easy_search, #footer, .suggestion, #animated-windmill, .contact_info { */
.find_car_main, .header, #flashcontent, .advent_main, .advent_main1, .easy_search, #footer, .suggestion, #animated-windmill, .deals_tag, .deals_tag_large {
	display:none;
	visibility:hidden;
}
.center_content_details{
	float:none;
	width:800px;
}
