/* ################################################
###             IMPORT CSS STYLES               ###
################################################ */

@import url(http://images1.ecarlist.com/sites/default/default_white/css/globalInner.css);
@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 Block Styles               ###
################################################ */

body {
	background: #666;
	margin:0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	width:972px;
	margin:0px auto;
	padding: 0px;
}
#header {
	width:972px;
	height:126px;
	margin:9px 0px 0px;
	padding: 0px;
	background: url(../images/header.gif) no-repeat center top;
}
#header h1 {
	margin:0px;
	padding:10px 0px 0px 12px;
}
#header h1 a {
	display:block;
	width:349px;
	height:89px;
	text-indent: -9000px;
}
#navblock {
	width:962px;
	height:35px;
	margin:0px;
	padding:0px 5px;
	background: url(../images/navbar.gif) no-repeat center top;
}
#main_content {
	width:972px;
	margin:0px;
	padding:10px 0px;
	background: url(../images/main_content_tile.gif) repeat-y center center;
}
.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: #333 !important;		/* Set primary color. Vehicle Titles */	
}
.color_sec { 
	color: #333 !important; 	/* Set secondary color. Vehicle Prices. Typically should match color_pri */
}

#leftColumn, #left {				/* left and leftColumn can usually have the same width and setting. */
	float:left;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 240px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 10px;
}
#rightColumn, #right {
	float:right;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 690px;
	padding: 0px;
	margin-right: 15px;
	margin-top: 10px;
}


/* ################################################
###           #-primary naviation              ###
################################################ */

#priNav {
	margin:0px;
	padding: 0px;
	list-style-type: none;
}
#priNav li {
	float:left;
	margin:0px;
	padding: 0px;
	border-right:1px solid #000000;
	text-transform: uppercase;
}
#priNav li a {
	display:block;
	padding:9px 20px 10px;
	color:#fff;
	text-decoration: none;	
}
#priNav li a:hover {
	background: url(../images/navhov.gif) repeat-x center top;
}

/* ################################################
###              #-footer styles               ###
################################################ */

#footer {
	width:962px;
	padding: 5px 5px 0px;
	margin:0px;
	background: url(../images/footer.gif) no-repeat center top;
}
#footer h1 {
	float:right;
	margin:2px 15px 0px 0px;
	padding:0px;
}
#footer h1 a {
	display:block;
	width:110px;
	height:24px;
	text-indent: -9000px;
	background: url(../images/ecarlist.gif);
}
#footer h1 a:hover {
	background-position: -110px;
}
#footerNav {
	margin:0;
	padding:5px 0px 15px;
	list-style-type: none;
	text-align: center;
}
#footerNav li {
	display:inline;
	font-size:11px;
	border-right:1px solid #fff;
	margin:0px;
	padding:0px 5px;
}
#footerNav li.last {
	border:none;
}
#footerNav li a {
	color:#fff;
	text-decoration: none;
}
#footerNav li a:hover {
	text-decoration:underline;
}

#ec_footer {
	margin:0;
	padding:5px 0px 15px 10px;
	list-style-type: none;
}
#ec_footer li {
	display:inline;
	font-size:11px;
	border-right:1px solid #bdbdbd;
	margin:0px;
	padding:0px 5px;
	color:#bdbdbd;
}
#ec_footer li.last {
	border:none;
}
#ec_footer li a {
	color:#bdbdbd;
	text-decoration: none;
}
#ec_footer li a:hover {
	text-decoration: underline;
}

/* #################################################
###             #=inventory  page                ###
################################################ */


/* If you want to turn off the small site logo at the top of the search column */

#leftColumn #site_logoSection { 
	display:none;
}
#inventory #leftColumn {
	margin-left:15px;
	margin-top:32px;
	display:inline;
}
#home #leftColumn {
	margin-left:15px;
	margin-top:32px;
	display:inline;
}
#inventory #rightColumn {
	margin-right:15px;
	display:inline;
}
#home #rightColumn {
	margin-right:15px;
	display:inline;
}


/* Number of Results */
#leftColumn #inventory_v2_sidebar_filters h3 {
	font-size:  ;
	padding:10px 0px 5px 5px;	
}

/* Refine Your Search */
#leftColumn #inventory_v2_sidebar_filters h2 {
	font-size:  ;
	padding:0px 0px 10px 5px;	
}

/* Search Filter List Container Boxes */
#leftColumn .filterList {
	background:#f7f7f7  ; /* Default is light grey and looks good on most sites */
	border:1px solid #e6e6e6;  ;    /* Default is light grey and looks good on most sites */
	padding:  ;
	margin:  ;
}

/* Search Filter List Header styles */
#leftColumn #inventory_v2_sidebar_filters .filterList h3 {
	color:  ;
	font-size:12px;
	font-weight:bold;
	font-family: Georgia;
	padding-left:25px;	
}

/* Search Filter List styles */
#leftColumn .filterList ul {
	padding:  ;
	margin:  ;
}

/* Search Filter List Item styles */
#leftColumn .filterList ul li {
	color:  ;
	font-size:  ;
	padding:  ;
}

/* Search Filter List Item Hover styles  - Default is Dark Blue */
#leftColumn .filterList li a:hover {
	color:  ;
	background-color: #000;
	background-image:  ;
	background-repeat: no-repeat; /* best to leave at this default */
	background-position: 2px center;  /* best to leave at this default */
}

/* View More Button Styles */
#leftColumn .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! */
#leftColumn .filterList span a:hover {
	color:#790310;    /* No Really, remember to change this color. I wasn't kidding, he f@$king hates that default red color... */
}

/* Contact Form Box */
#leftColumn #inventory_v2_sidebar_contact {
	margin:  ;
	padding:50px 19px 10px 19px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background-color:#f7f7f7;
	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 */
#leftColumn #currentFilters {
	border:1px solid #e6e6e6;
	background: #f7f7f7;
}

/* Current Filters Text */
#leftColumn #currentFilters p {
	padding-left:15px;
	font-size:12px;
	color:#6C6C6C;
}
/* Current Filters Link (x) */
#leftColumn #currentFilters p a {
	color:#6C6C6C;
}
#leftColumn #currentFilters p a:hover {
	color:#999;
}

/* Top Search Bar Styles */
#rightColumn #searchBar {
	border-top: 1px solid #000;	/* Default is 6px solid #000... I think that's too thick */
}

/* Sort Bar underneath Search Bar */
#rightColumn #sort_bar {
	font-size:  ;
}

/* Sort Bar underneath Search Bar Rollovers -- Make sure to change this... Len really hates the default red color! */
#rightColumn #sort_bar a:hover {
	color: #666;    /* No Really, remember to change this color. I wasn't kidding, he f@$king hates that default red color... */
}

/* Vehicle Title */
#rightColumn .inventory_v2_details h4 a {
	color:  ;  /* Make sure you set this */
	font-family: Georgia;
}

/* Vehicle Price   --  If you leave this as the default red color the beatings will begin... Len absolutesly f@#king HATES this */
#rightColumn .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) */
#rightColumn .inventory_v2_details_links li a {
	color: #666;
}

/* Vehicle Listing Rollover Links (photos, details, contact, carfax) */
#rightColumn .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;
}

#rightColumn .inventory_v2_paginationLeft, #rightColumn .inventory_v2_paginationCenter, #rightColumn .inventory_v2_paginationRight {
	padding:10px 0px 0px;
}

/* Page Next at the bottom of the page */
#rightColumn .inventory_v2_pagination a {
	color: #666;
}

/* Page Numbers and Next Rollover at the bottom of the page */
#rightColumn .inventory_v2_pagination a:hover {
}

/* Disclaimer at the bottom of the page */
#rightColumn #vehicleDisclaimer p {
	font-size: 10px;
	padding: 10px 0px;
}
#rightColumn .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-left:15px;
	margin-top:30px;
	display:inline;
}
#vehicle #rightColumn {
	margin-right:15px;
	display:inline;
}


/* Similar Vehicles Heading */
#vehicle #leftColumn h3 {
	font-size:  ;
	padding:  ;
}

/* Similar Vehicles Box */
.similarVehicle { 
	font-size: 8pt;
	border: 1px solid #e6e6e6;
	background: #f7f7f7;
}
.similarVehicle ul {
	width: 125px; 
}

/* 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:  ;
	padding:10px;;
}

/* View More Heading */
#vehicle #vehicle_v2_sidebar_links p {
	font-size:12px;
	font-weight:bold;
	font-family:Georgia;
	padding-left:10px;
	color:#000;
}

/* 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:  ;
	background-color: #333;
	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:none;
	font-size:  ;
	color:  ;
}

/* Breadcrumbs and share bar at top Links */
#vehicle #vehicle_topbar a {
	color:#000;
}

/* Vehicle Title -- Make sure to enlarge this */
#vehicle #vehicle_title {
	font-size: 14pt;	
	font-weight:bold;
	font-family: Georgia;
}

/* Contact Phone Number */
#vehicle #vehicle_contact span {
	color:  ;
	font-size:  ;
}

/* Contact Link */
#vehicle #vehicle_contact a {
	color:  ;
	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;
}
