﻿/*
############################
VEHICLE INFORMATION SEARCH RESULTS PAGE STYLES
############################
*/

#main_content .ajax__tab_header
{
	padding: 38px 1px 13px 1px;
	background-image: url(../../Images/search/bgr-header-tab.jpg);
	background-repeat: no-repeat;
	border-style: none;
	display: block;
	width: 588px;
	height: 32px;
}

#main_content .ajax__tab_tab
{
	margin: 0px;
	padding: 3px 5px 8px 5px;
	background-color: #000000;
	background-image: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	float: left;
	border-style: solid none none none;
	border-top-width: 3px;
	border-top-color: #4E4E4E;
}

#main_content .ajax__tab_tab:hover
{
	margin: 0px;
	background-color: #454545;
	border-top-width: 3px;
	border-top-color: #666666;
	border-top-style: solid;
}


#main_content .ajax__tab_active .ajax__tab_tab
{
	padding: 3px 5px 8px 5px;
	background-color: #666666;
	border-top-width: 3px;
	border-top-color: #000000;
	border-top-style: solid;
	color: #FFFFFF;


}


#main_content .ajax__tab_inner
{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #808080;
}


#main_content .ajax__tab_outer
{
	padding: 0px;
	background-image: none;
	margin: 0px 0px 0px 4px;
}




#main_content .ajax__tab_body
{
	border-style: none;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 50px;
	background-color: #F8F8F8;
	float: left;
}

.ajax__tab_body ul
{
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	padding-left: 20px;
}

.ajax__tab_body ul li
{
	list-style-type: square;
}

#main_content .ajax__tab_body h1
{
	display: block;
	float: left;
	margin-bottom: 30px;
	width: 570px;
	font-weight: normal;
	color: #D2284D;
	padding-bottom: 5px;
}

#main_content .ajax__tab_body hr
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 550px;
	height: 1px;
}

#main_content .ajax__tab_body h2
{
	color: #D2284D;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}


.field_holder
{
	float: left;
	margin-bottom: 5px;
	width: 590px;
}

.field_holder h1
{
	background-color: #E8E8E8;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #ADADAD;
	margin-bottom: 5px;

}

.field_holder_left
{
	float: left;
	width: 287px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DFDFDF;
	margin-right: 1px;
	padding-left: 1px;
}

.field_holder_right
{
	float: right;
	width: 290px;
}

.form_title_small
{
	float: left;
	width: 90px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

.field_small
{
	padding: 3px;
	width: 160px;
	background-color: #F7F7F7;
	border-style: solid;
	border-width: 3px;
	border-color: #949494 #B7B7B7 #B7B7B7 #949494;
	color: #106C91;
	font-weight: bold;
	font-size: 11px;
	margin-right: 2px;
}

.field_small:hover
{
	background-color: #FFFFF0;
	border-style: solid;
	border-width: 3px;
	border-color: #FF6600 #FF9955 #FF9955 #FF6600;
	color: #FF6600;

}


.field_large
{
	padding: 3px;
	width: 580px;
	background-color: #F7F7F7;
	border-style: solid;
	border-width: 3px;
	border-color: #949494 #B7B7B7 #B7B7B7 #949494;
	color: #106C91;
	font-weight: bold;
	font-size: 11px;
	margin-right: 2px;
}

.field_large:hover
{
	background-color: #FFFFF0;
	border-style: solid;
	border-width: 3px;
	border-color: #FF6600 #FF9955 #FF9955 #FF6600;
	color: #FF6600;

}


.form_title
{
	float: left;
	width: 170px;
	font-weight: bold;
}

.form_field
{
	float: left;

}

#sidenav .vehicle_gallery
{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 300px;
}

.box_image_holder
{
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-bottom:1px;	
}

.box_image_holder .left
{
	float: left;
	margin-left: 2px;
	margin-right: 1px;
}




.ajax__tab_body .btn_enquiry
{
	padding: 0px;
	background-position: top;
	background-image: url(../../Images/btn-enquiry-audi.png);
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	width: 210px;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 48px;
	height: 55px;
}

.ajax__tab_body .btn_enquiry:hover
{
	color: #CCCCCC;
	background-position: bottom;
	background-image: url(../../Images/btn-enquiry-audi.png);
}

/*
############################
VEHICLE INFORMATION DETAILS  TAB STYLES
############################
*/

.details_title_holder
{
	width: 550px;
	float: left;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.details_title_holder h1 strong
{
	font-size: 11px;
	color: #000000;
}



.details_title_left
{
	width: 380px;
	float: left;
	height: 13px;
	margin-top: 17px;
	
	

}

.details_title_left h1
{
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.details_title_right
{
	width: 170px;
	float: right;
	height: 13px;
	padding-top: 17px;
	text-align: right;

}

.details_title_right a
{
	text-decoration: none;
	font-weight: bold;
}

.link_print_details
{
	background-position: left top;
	background-image: url(../../Images/search/icon-vehicle-summary-print-swansway.png);
	background-repeat: no-repeat;
	float: right;
	padding-left: 25px;
	font-size: 10px;
	margin-right: 10px;
}

.link_print_details:hover
{
	background-position:  left bottom;
	background-image: url(../../Images/search/icon-vehicle-summary-print-swansway.png);
	background-repeat: no-repeat;
	padding-left: 25px;

}

.details_location
{
	background-position: left top;
	background-image: url(../../Images/search/icon-vehicle-details-location.png);
	background-repeat: no-repeat;
	float: right;
	padding-left: 25px;
	font-size: 10px;
}

.details_location:hover 
{
	background-position:  left bottom;
	background-image: url(../../Images/search/icon-vehicle-details-location.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}



.vehicle_details_box
{
	background-image: url(../../Images/search/bgr-vehicle-details-tab.jpg);
	background-repeat: no-repeat;
	width: 570px;
	float: left;
	margin-bottom: 10px;
	text-align: left;	
}



.vehicle_details_box p
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: left;
}

.vehicle_details_col1
{
	width: 240px;
	float: left;
	margin-left: 10px;
}

.vehicle_details_col1 .p_holder
{
	width: 285px;
	float: left;
}



.vehicle_details_col1 .p_holder .col_title
{
	float: left;
	font-weight: bold;
	width: 90px;
	font-size: 10px;
}

.vehicle_details_col1 .p_holder .col_desc
{
	float: left;
	width: 130px;
	text-align: left;
}


.vehicle_details_col2
{
	width: 285px;
	float: left;
}

.vehicle_details_col2 .p_holder
{
	width: 285px;
	float: left;
}


.vehicle_details_col2 .p_holder .col_title
{
	float: left;
	width: 100px;
	font-size: 10px;
	font-weight: bold;
}

.vehicle_details_col2 .p_holder .col_desc
{
	float: left;
	width: 185px;
	text-align: left;
}

.vehicle_details_price 
{
	width: 550px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(../../Images/search/bgr-offer-title.jpg);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	height: 45px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.vehicle_details_price .c_it_link
{
	background-image: url(../../Images/search/icon-c-it.jpg);
	float: right;
	width: 64px;
	height: 32px;
}

.vehicle_details_price .our_price
{
	float: left;
	margin-right: 50px;
}


.c_it_icon
{
	float: right;
	margin-left: 5px;
	width: 64px;
	height: 32px;	
}

 .c_it_link
{
	background-image: url(../../Images/search/icon-c-it.jpg);
	float: right;
	width: 64px;
	height: 32px;
}

.c_it_video
{
	background-position: top;
	background-image: url(../../Images/search/icon-video.png);
	float: left;
	width: 64px;
	height: 32px;
}

.c_it_video:hover
{
	background-position: bottom;
	background-image: url(../../Images/search/icon-video.png);

}

/*
####################
PAGER STYLES
####################
*/

.data_pager
{
	padding: 0px;
	float: left;
	margin-bottom: 20px;
}

.data_pager a
{
	padding: 2px 5px 2px 5px;
	background-color: #9F9F9F;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.data_pager a:hover
{
	padding: 2px 5px 2px 5px;
	background-color: #CACACA;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.pager
{
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #EEEEEE;
}



.data_pager .next_page
{
	background-image: url(../../Images/icon-next.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Arial Black';

}



.data_pager .next_page:hover
{
	background-image: url(../../Images/icon-next-hover.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Arial Black';

}

.data_pager strong
{
	color: #000000;
	font-size: 11px;
}

.criteria_wrapper
{
	background-image: url(../../Images/bgr-criteria_wrapper.jpg);
	background-repeat: no-repeat;
	padding: 5px 10px 10px 10px;
	background-color: #CCCCCC;
	width: 570px;
	float: left;
	margin-bottom: 20px;
	height: 80px;
}

.criteria_wrapper h1
{
	margin: 0px 0px 5px 0px;
	width: 570px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C7C7C7;
	margin-bottom: 10px;
}

.criteria_wrapper .small_search_title
{
	font-size: 14px;
	float: left;
	display: block;
	width: 570px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C7C7C7;
	margin-bottom: 10px;
}


.criteria_wrapper .h1
{
	padding-bottom: 3px;
	border-bottom-color: #A3A3A3;
	float: right;
	padding-top: 5px;
}


.criteria_wrapper .h1 div
{
	font-size: 10px;
	color: #378AAA;
	font-weight: bold;
	margin-right: 5px;
	width: 80px;
	float: right;
}

.please_wait
{
	padding: 3px;
	color: #378AAA;
	font-weight: bold;
	float: right;

}

.criteria_field
{
	padding: 3px;
	background-color: #FFFFFF;
	border: 3px solid #CACACA;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 5px;
	width: 140px;
}

/*
####################
VEHICLE SUMMARY STYLES
####################
*/


.vehicle_summary
{
	background-image: url(../../Images/search/bgr-vehicle-summary-swansway.jpg);
	background-repeat: no-repeat;
	width: 590px;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #ECECEC;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#main_content .vehicle_summary ul li
{
	list-style-type: none;
}



.vehicle_summary a
{
	color: #686F77;
}

.vehicle_summary a:hover
{
	color: #D70C37;
}

.dealership_name
{
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	width: 150px;
}

.vehicle_summary_title
{
	width: 570px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	color: #106C91;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.summary_title_left
{
	float: left;
	margin-top: 10px;
	width: 420px;

}

.summary_finance_offer
{
	float: right;
	margin-top: 3px;

}

.summary_finance_offer a
{
	background-position: top;
	background-image: url(../../Images/bgr-finance-offer-link.png);
	background-repeat: no-repeat;
	width: 140px;
	height: 33px;
	float: right;
	line-height: 38px;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
}


.summary_finance_offer a:hover
{
	background-position: bottom;
	background-image: url(../../Images/bgr-finance-offer-link.png);
	color: #000000;
}

.vehicle_summary_box
{
	width: 590px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}


.vehicle_summary_thumb
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666 #A7A7A7 #A7A7A7 #666666;
	width: 150px;
	float: left;
	margin-right: 5px;
}

.vehicle_summary_thumb img:hover
{
   opacity:0.70;
   filter:alpha(opacity=70);
}

.vehicle_summary_details
{
	width: 430px;
	float: right;
	font-weight: bold;
}

.vehicle_summary_col1
{
	float: left;
	width: 200px;
}

.vehicle_summary_col1  ul
{
	margin: 0px;
	padding: 0px;

}

.vehicle_summary_col1 ul .col_title
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 80px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;


}

.vehicle_summary_col1 ul li
{
	list-style-type: none;
	margin-bottom: 1px;
	padding-left: 5px;
	width: 115px;
	float: left;
	font-size: 10px;

}



.vehicle_summary_col2
{
	float: left;
	width: 230px;
}

.vehicle_summary_col2  ul
{
	margin: 0px;
	padding: 0px;
}

.vehicle_summary_col2 ul .col_title
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 60px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.vehicle_summary_col2 ul li
{
	list-style-type: none;
	margin-bottom: 1px;
	padding-left: 5px;
	width: 165px;
	font-size: 10px;
	float: left;

}


.vehicle_summary_price
{
	width: 410px;
	float: left;
	margin-top: 10px;
	background-image: url(../../Images/search/bgr-vehicle-summary-title-swansway.jpg);
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	height: 45px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.vehicle_summary_price .our_price
{
	float: left;
	margin-right: 30px;
}

.vehicle_summary_links
{
	width: 590px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.vehicle_summary_links ul
{
	padding: 0px;
	margin: 0px;
}


.vehicle_summary_links ul li
{
	list-style-type: none;
	display: inline;
}

.vehicle_summary_links ul li a
{
	float: left;
	font-weight: bold;
	line-height: 18px;
}

.vehicle_summary_links ul .link_full_details a
{
	background-position: left top;
	background-image: url(../../Images/search/icon-vehicle-summary-details-swansway.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
	margin-right: 10px;
	width: 88px;
}

.vehicle_summary_links ul .link_full_details a:hover
{
	background-position:left bottom;
	background-image: url(../../Images/search/icon-vehicle-summary-details-swansway.png);
	background-repeat: no-repeat;


}


.vehicle_summary_links ul .link_enquiry a
{
	background-position: left top;
	background-image: url(../../Images/search/icon-vehicle-summary-enquiry-swansway.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
	margin-right: 10px;
	width: 113px;

}

.vehicle_summary_links ul .link_enquiry a:hover
{
	background-position:left bottom;
	background-image: url(../../Images/search/icon-vehicle-summary-enquiry-swansway.png);
	background-repeat: no-repeat;

}


.vehicle_summary_links ul .link_test_drive a
{
	background-position:left top;
	background-image: url(../../Images/search/icon-vehicle-summary-drive-swansway.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 25px;
	margin-right: 10px;
	width: 83px;
	
	
}

.vehicle_summary_links ul .link_test_drive a:hover
{
	background-position:left bottom;
	background-image: url(../../Images/search/icon-vehicle-summary-drive-swansway.png);
	background-repeat: no-repeat;


}

.vehicle_summary_links ul .link_tell_friend a
{
	background-position:left top;
	background-image: url(../../Images/search/icon-vehicle-summary-friend-swansway.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
	margin-right: 10px;
	width: 96px;
}

.vehicle_summary_links ul .link_tell_friend a:hover
{
	background-position:left bottom;
	background-image: url(../../Images/search/icon-vehicle-summary-friend-swansway.png);
	background-repeat: no-repeat;
	float: left;


}

.vehicle_summary_links ul .link_print a
{
	background-position: left top;
	background-image: url(../../Images/search/icon-vehicle-summary-print-swansway.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 25px;
	width: 60px;
}
 
.vehicle_summary_links ul .link_print a:hover
{
	background-position: left bottom;
	background-image: url(../../Images/search/icon-vehicle-summary-print-swansway.png);
	background-repeat: no-repeat;


}

/* FOR IMAGE POPUPS*/

.opensb { cursor: pointer; }
.smallbox { border: 10px solid white; z-index: 1000; opacity: 1.0; filter: alpha(opacity=100); position: absolute; top: 0px; left: 0px; display: none; cursor: pointer; }
.encapsulator { position: absolute; top: 0px; left: 0px; z-index: 999; display: none; }
.encapsulator .overlay { background: white; opacity: 0.25; filter: alpha(opacity=25); height: 100%; display: none; }
