/* ################################################
###             IMPORT CSS STYLES               ###
################################################ */

@import url(http://images1.ecarlist.com/sites/common/dropdown.css);
@import url(http://images1.ecarlist.com/sites/common/similar_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_sidebar_links.css);
@import url(http://images1.ecarlist.com/sites/common/v2_top_search.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_top.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_vitals.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_tools.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_details.css);
@import url(http://images1.ecarlist.com/sites/common/news_sidebar.css);
@import url(http://images1.ecarlist.com/sites/common/news.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_sidebar_filters.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_right.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_sidebar_contact.css);
@import url(http://images1.ecarlist.com/sites/common/new_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/featured_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/sitemap-2.0.css);
@import url(http://images1.ecarlist.com/sites/common/specials_footer.css);
@import url(http://images1.ecarlist.com/sites/common/specials.css);
@import url(http://images1.ecarlist.com/sites/common/common_classes.css);
@import url(http://images1.ecarlist.com/sites/common/columns.css);


/* ################################################
###            #_main page styles               ###
################################################ */

body {
	margin: 0;
	padding: 0;
	background: #fff0af;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
#wrapper {
	width:990px;
	padding:0px 4px;
	margin:0 auto;
	background: url(../images/shadow.jpg) repeat-y center top;
}
#header {
	width:950px;
	height:81px;
	margin: 0 20px;
	padding: 0;
	background: url(../images/header.jpg) no-repeat center top;
}
#header h1 {
	float:left;
	padding:12px 0px 0px 14px;
	margin: 0;
}
#header h1 a {
	display:block;
	width:203px;
	height:60px;
	text-indent: -9000px;
}
#header h2 {
	display:block;
	text-indent:-9000px;
	height:2px;
	margin:0;
	padding:0;
}
#main_content_bkgd {
	width:990px;
	margin:0px;
	padding:15px 0px;
	background:#760700 url(../images/main_content_tile.gif) repeat-x center top;
}
#main_content {
	width:928px;
	padding:10px;
	margin:0 20px;
	background:#fff;
	border:1px solid #ccc;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
}
p { 
	margin: 5px 0;
}

a {
	color: #666;
	text-decoration:none;
}
a:link {}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:visited {}
a:active { outline:none; }
a:focus { outline-style: none; }

.color_pri { 
	color: #000 !important;		/* Set primary color. Vehicle Titles */	
}
.color_sec { 
	color: #760700 !important; 	/* Set secondary color. Vehicle Prices. Typically should match color_pri */
}


/* #################################################
###                #=primary nav                ###
################################################ */

#priNav {
	width:950px;
	height:28px;
	padding:0;
	margin:0 20px;
	list-style-type:none;
	background:url(../images/navtile_off.gif) repeat-x center top;
}
#priNav li {
	float:left;
	margin:0;
	padding:0;
	text-transform:capitalize;
	border-right:1px solid #FFFFFF;
	font-family:"trebuchet ms";
}
#priNav li.last {
	border:none;
}
#priNav li a {
	display:block;
	font-weight:bold;
	line-height:18px;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
}
#priNav li a:hover {
	background: url(../images/navtile_on.gif) repeat-x center top;
	color:#600000;
}
#priNav li ul {
	display:none;
}


/* #################################################
###              #drop down menus                ###
################################################ */

#dropmenudiv, #dropmenudiv_firefox {
	margin-top:-3px;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	font-weight:bold;
	background:#600000;
	color:#fff;
	margin:0px;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 4px;
	font-size:11px;
	border-bottom: 1px solid #e6e6e6;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover {
	color:#600000;
	background:#e6e6e6;
}



/* #################################################
###              #=footer styles                ###
################################################ */

#footer {
	width:990px;
	padding:12px 4px 15px;
	margin:0 auto;
	background:url(../images/footer_bkgd.jpg) no-repeat center top;
}
#copy_list {
	float:left;
	margin:0 0 0 5px;
	padding:0;
	list-style-type:none;
}
#copy_list li {
	display:inline;
	font-size:11px;
	padding:3px;
	color:#600000;
	font-family:"trebuchet ms";
}
#copy_list li a {
	color:#600000;
	text-decoration:none;
}
#terms_list {
	float:right;
	margin:0 5px 0 0;
	padding:0;
	list-style-type:none;
}
#terms_list li {
	display:inline;
	font-size:11px;
	padding:0 3px;
	color:#600000;
	border-right:1px solid #600000;
	font-family:"trebuchet ms";
}
#terms_list li.last {
	border:none;
}

#terms_list li a {
	color:#600000;
	text-decoration:none;
}
#footer_brands {
	width:910px;
	border-top:2px solid #600000;
	border-bottom:2px solid #600000;
	padding:13px 40px;
	margin:8px 0;
}
.brands_list {
	float:left;
	margin:0 40px 0 0;
	display:inline;
	padding:0;
	list-style-type:none;
}
.brands_list li {
	font-size:12px;
	color:#600000;
	font-family:"trebuchet ms";
}
.brands_list li a {
	color:#600000;
	text-decoration: none;
}
.brands_list li a:hover {
	text-decoration: underline;
}
.disclaimer_text {
	font-size:10px;
	margin:0;
	padding:10px 5px;
	color:#600000;
}
#footerNav {
	border-top:1px solid #d7ac7c;
	margin:15px 100px;
	padding:15px 0 0;
	list-style-type:none;
	text-align:center;
	font-family:"trebuchet ms";
}
#footerNav li {
	display:inline;
	margin:0;
	padding:0 3px;
	border-right:1px solid #600000;
	font-size:11px;
}
#footerNav li.last {
	border:none;
}
#footerNav li a {
	text-decoration:none;
	color:#600000;
}
#footer h1 {
	margin:0 0 0 425px;
	padding:0;
}
#footer h1 a {
	display:block;
	width:120px;
	height:34px;
	text-indent:-9000px;
	background:url(../images/ecarlist.gif) no-repeat -120px;
}
#footer h1 a:hover {
	background-position:0px;
}


/* #################################################
###             #=inventory  page                ###
################################################ */


/* If you want to turn off the small site logo at the top of the search column */

#inventory #site_logoSection { 
	display:none;
}
#home #leftColumn {
	display:inline;
	width:230px;
	margin-top:10px;
}
#home #rightColumn {
	display:inline;
	margin-top:10px;
}
#inventory #leftColumn {
	display:inline;
	width:230px;
	margin-top:10px;
}
#inventory #rightColumn {
	margin-top:10px;	
	display:inline;
}


/* Number of Results */
#inventory #inventory_v2_sidebar_filters h3 {
	font-size:  ;
	padding-left:5px;	
}

/* Refine Your Search */
#inventory #inventory_v2_sidebar_filters h2 {
	font-size:  ;
	padding-left:5px;	
}

/* Search Filter List Container Boxes */
#inventory .filterList {
	background:  ; /* Default is light grey and looks good on most sites */
	border::  ;    /* Default is light grey and looks good on most sites */
	padding:  ;
	margin:  ;
}

/* Search Filter List Header styles */
#inventory .filterList h3 {
	color:  ;
	font-size:  ;
	padding-left:10px;	
}

/* Search Filter List styles */
#inventory .filterList ul {
	padding:  ;
	margin:  ;
}

/* Search Filter List Item styles */
#inventory .filterList ul li {
	color:  ;
	font-size:  ;
	padding:  ;
}

/* Search Filter List Item Hover styles  - Default is Dark Blue */
#inventory .filterList li a:hover {
	color:#fff;
	background-color: #760700;
}

/* View More Button Styles */
#inventory .filterList span a {
	float: left;         /* Default is right */
	margin: 10px;
}

/* View More Button Style Rollover -- Make sure to change this... Len really hates the default red color! */
#inventory .filterList span a:hover {
	color:#760700;    /* No Really, remember to change this color. I wasn't kidding, he f@$king hates that default red color... */
}

/* Contact Form Box */
#inventory #inventory_v2_sidebar_contact {
	margin:  ;
	padding:50px 7px 10px 7px;
	border:1px solid #E8E8E8;
	background-color:#F9F9F9;
	background-image: url(http://images1.ecarlist.com/sites/euroclassics/images/email_deaer_head.gif); /* Dealer Contact email header image goes here */
	background-repeat: no-repeat;
	background-position: center top;
}

/* Contact Form Element Styles - Default is usually ok */
/*
#home #inventory_v2_sidebar_contact .input {}
#home #inventory_v2_sidebar_contact textarea {}
#home #inventory_v2_sidebar_contact select {}
*/

/* Current Filters Box */
#inventory #currentFilters {
	border:1px solid #E8E8E8;
	background: #F9F9F9;
}

/* Current Filters Text */
#inventory #currentFilters p {
	padding-left:15px;
	font-size:12px;
	color:#6C6C6C;
}
/* Current Filters Link (x) */
#inventory #currentFilters p a {
	color:#6C6C6C;
}
#inventory #currentFilters p a:hover {
	color:#760700;
}

/* Top Search Bar Styles */
#inventory #searchBar {
	border-top: 1px solid #000;	/* Default is 6px solid #000... I think that's too thick */
}

/* Sort Bar underneath Search Bar */
#inventory #sort_bar {
	font-size:  ;
}

/* Sort Bar underneath Search Bar Rollovers -- Make sure to change this... Len really hates the default red color! */
#inventory #sort_bar a:hover {
	color: #760700;    /* No Really, remember to change this color. I wasn't kidding, he f@$king hates that default red color... */
}

/* Vehicle Title */
#inventory .inventory_v2_details h4 a {
	color:  ;  /* Make sure you set this */
}

/* Vehicle Price   --  If you leave this as the default red color the beatings will begin... Len absolutesly f@#king HATES this */
#inventory .price_line_1 {
	color:  ; /* Really, leave this blank and you'll see why that golf club is net to Jeffrey's desk */
	font-size:  ;
	padding-bottom:3px;
}

/* Vehicle Listing Links (photos, details, contact, carfax) */
#inventory .inventory_v2_details_links li a {
	color: #666;
}

/* Vehicle Listing Rollover Links (photos, details, contact, carfax) */
#inventory .inventory_v2_details_links li a:hover {
	color: #000;
	text-decoration:underline;
}

/* Change width so prices dont wrap */
.inventory_v2_price {
	width:190px;
}
.inventory_v2_price_right {
	width: 110px;
}

/* Page Next at the bottom of the page */
#inventory .inventory_v2_pagination a {
	color: #666;
}

/* Page Numbers and Next Rollover at the bottom of the page */
#inventory .inventory_v2_pagination a:hover {
}

/* Disclaimer at the bottom of the page */
#inventory #vehicleDisclaimer p {
	font-size:  ;
	padding:  ;
}
#inventory .inventory_v2_row {
	background:none;
}

/* #################################################
###                   #=vehicle                  ###
################################################ */

/* If you want to turn off the small site logo at the top of the search column */

#vehicle #site_logoSection {
	display:none;
}


#vehicle #leftColumn {
	margin-top:10px;
	display:inline;
	width:230px;
}
#vehicle #rightColumn {
	margin-top:10px;
	display:inline;
}


/* Similar Vehicles Heading */
#vehicle #leftColumn h3 {
	font-size:  ;
	padding:  ;
}

/* Similar Vehicles Box */
.similarVehicle { 
	font-size: 8pt;
	border: 1px solid #e8e8e8;
	background: #F9F9F9;
}
.similarVehicle ul {
	width: 115px; 
}

/* Similar Vehicles Box Details */
#vehicle .similarVehicle ul li {
	font-size:  ;
}

/* Similar Vehicles Title */
#vehicle .similarVehicle ul li a {
	font-size:  ;
	font-weight:bold;
	padding:  ;
	color:  ;
}

/* View More Box */
#vehicle #vehicle_v2_sidebar_links {
	margin:0 0 10px 0  ;
	padding:  ;
}

/* View More Heading */
#vehicle #vehicle_v2_sidebar_links p {
	font-size:  ;
	padding:  ;
}

/* View More List */
#vehicle #vehicle_v2_sidebar_links ul {
	padding:  ;
}

/* View More List Items */
#vehicle #vehicle_v2_sidebar_links li {
	font-size:  ;
}

/* View More List Item Rollover */
#vehicle_v2_sidebar_links li a:hover {
	color:#fff;
	background-color: #760700;
	background-image:  ;
	background-repeat: no-repeat; /* best to leave at this default */
	background-position: 2px center;  /* best to leave at this default */	
}

/* Breadcrumbs and share bar at top */
#vehicle #vehicle_topbar {
	background:  ;
	font-size:  ;
	color:  ;
}

/* Breadcrumbs and share bar at top Links */
#vehicle #vehicle_topbar a {
	color:#000;
}
#vehicle #vehicle_topbar a:hover {
	color:#760700;
}

/* Vehicle Title -- Make sure to enlarge this */
#vehicle #vehicle_title {
	font-size: 14pt;	
	font-weight:bold;
}

/* Contact Phone Number */
#vehicle #vehicle_contact span {
	color:  ;
	font-size:  ;
}

/* Contact Link */
#vehicle #vehicle_contact a {
	color:#760700;
	font-size:  ;
}

/* Vehicle Price -- Make sure to set this  */
#vehicle .price_line_1 {
	font-size: 20pt;
	color:  ;
	font-weight:bold;
}

/* Vehicle Listing Details */
#vehicle #vitalsContainer ul li {
	font-size:10px; /* Set to 10px so that the vin number will not wrap around to the next line */
}

/* Buttons underneath the main photo */
#vehicle #media_center_links li a {
	margin-top:5px;
}

/* Vehicle Picture Thumbnails - Set this to space them properly */
#vehicle #vehicle_thumbs img {
	margin:2px 7px;
}

/* Label for fields on the Customer Tools forms */
#vehicle .customer_tools_label {
	font-size:  ;
}

/* give some space to the subject line for the make an offer form */
#vehicle #trade_offer_subject {
	padding-bottom:10px;
}

#vehicle #dealerboxName {
	padding-top:5px;
	font-size:14px;
}
#vehicle .dealerboxAdd {
	font-size:12px;
}
#vehicle #dealerboxPhone {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
#vehicle #dealerboxMap a {
	font-size:12px;
	color:#152849;
	text-decoration:none;
}
#vehicle #dealerboxMap a:hover {
	text-decoration:underline;
}

/* Disclaimer at the bottom of the page */
#vehicle #vehicleDisclaimer p {
	font-size:  ;
	padding:  ;
}

/* Vehicle Description and Equipment Tabs */
.vehicle_details_pagination a {
	background-color:#666666;
	color:#FFFFFF;
	font-size:11pt;
	padding:8px 10px;
	margin-left:5px;
	text-decoration:none;
}
.vehicle_details_pagination a.selected {
	background:#CCCCCC url(../../images/innerpageImages/bgDescNav_r.gif) no-repeat scroll center bottom;
	color:#000000;
}
.vehicle_details_pagination a:hover {
	background:#000000 url(../../images/innerpageImages/bgDescNav_r.gif) no-repeat scroll center bottom;
	color:#FFFFFF;
}

/*****blackboook online link******/

#blackbook_frame {
	width: 980px;
	height: 550px;
}

#blackbook_link {
	margin: 15px auto 10px auto;
	width: 225px;
}

