/* ################################################
###             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 block styles            ###
########################################## */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background: #d5d5d5;
}
#wrapper {
	width:970px;
	margin: 0 auto;
	padding: 0;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
a:visited {}
a:active { outline:none; }
a:focus { outline-style: none; }

.color_pri { 
	color: #000 !important;		/* Set primary color. Vehicle Titles */	
}
.color_sec { 
	color: #7c0c00 !important; 	/* Set secondary color. Vehicle Prices. Typically should match color_pri */
}


/* ###########################################
###             #header styles             ###
########################################## */

#header {
	width:970px;
	height:110px;
	margin: 0;
	padding: 0;
	background: url(../images/header.jpg) no-repeat center top;
}
#header h1 {
	float:left;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width:120px;
	height:86px;
	text-indent: -9000px;
}
#header a#directions {
	float:left;
	margin: 0;
	padding: 65px 0 0 80px;
	color:#818080;
	text-transform: uppercase;
}
#header a#directions:hover {
	color:#000;
}
#header h2 {
	float:right;
	margin: 0;
	padding: 14px 13px 0 0;
}
#header h2 a {
	display:block;
	width:159px;
	height:37px;
	text-indent: -9000px;
}

/* ###########################################
###          #primary navigation          ###
########################################## */

#priNav {
	width:960px;
	height:28px;
	margin: 0;
	padding: 0 5px;
	background: url(../images/navtile.gif) repeat-y center top;
	text-align: center;
}
#priNav li {
	display:inline;
	font-size:12px;
	font-weight: bold;
	margin: 0;
	padding: 0 4px;
	text-transform: uppercase;
	line-height:28px;
}
#priNav li a {
	color:#818080;
	text-decoration: none;
}
#priNav li a:hover {
	color:#000;
}
#priNav li ul {
	display:none;
}

#main_content {
	width:960px;
	margin: 0;
	padding: 5px;
	background: url(../images/content_tile.jpg) repeat-y center top;
}

/* #################################################
###              #drop down menus                ###
################################################ */

#dropmenudiv, #dropmenudiv_firefox {
	background:#333;
	padding-right:0px;
	margin-top:0;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	font-size:11px;
	font-weight:bold;
	color:#dddad3;
	border-bottom:none;
	margin:0px;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover {
	color:#dddad3;	
	background:#660000;
}



/* ###########################################
###               #footer                 ###
########################################## */

#footer {
	width:970px;
	margin: 0;
	padding: 15px 0 0;
	background: url(../images/footer.gif) no-repeat center top;
}
#footerNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footerNav li {
	display:inline;
	font-size:10px;
	margin: 0;
	padding: 0 5px;
	border-right:1px solid #818080;
}
#footerNav li.last {
	border: none;
}
#footerNav li a {
	color:#818080;
	text-decoration: none;
}
#footerNav li a:hover {
	color:#000;
}
#ec_footer {
	margin: 0;
	padding:5px 0;
	list-style-type: none;
	text-align: center;
}
#ec_footer li {
	display:inline;
	font-size:10px;
	margin: 0;
	padding: 0 5px;
	border-right:1px solid #818080;
	color:#818080;
}
#ec_footer li.last {
	border: none;
}
#ec_footer li a {
	color:#818080;
	text-decoration: none;
}
#ec_footer li a:hover {
	color:#000;
}

#footer h1 {
	margin: :0;
	padding: 0 0 0 420px;
}
#footer h1 a {
	display:block;
	width:130px;
	height:28px;
	text-indent: -9000px;
	background: url(../images/ecarlist.gif) no-repeat left top;
}
#footer h1 a:hover {
	background-position: -130px 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;
}
#inventory #leftColumn {
	margin-left:10px;
	display:inline;
	width:230px;
}
#inventory #rightColumn {
	margin-right:10px;
	margin-top:15px;
	display:inline;
	width:675px;
}


/* Number of Results */
#inventory #inventory_v2_sidebar_filters h3 {
	color:#000;
	font-size:  ;
	padding:15px 0px 0px 10px;	
}

/* Refine Your Search */
#inventory #inventory_v2_sidebar_filters h2 {
	font-size:18px;
	padding-left:5px;
	color:#000;	
}

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

/* Search Filter List Header styles */
#inventory #inventory_v2_sidebar_filters .filterList h3 {
	color:#000;
	padding-left:15px;
	padding-top:5px;	
}

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

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

/* Search Filter List Item Hover styles  - Default is Dark Blue */
#inventory .filterList li a:hover {
	color: #fff;
	background: #7c0c00 url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat scroll 2px center;
}

/* 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:##7c0c00;    /* 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 {
	padding:10px 5px 10px;
	background:#fafafa url(../images/email_dealer.gif) no-repeat center top; /* Default is light grey and looks good on most sites */
	border:1px solid #ededed;    /* Default is light grey and looks good on most sites */
	margin-bottom: 10px;
}
#inventory #inventory_v2_sidebar_contact h2 {
	padding:10px 0;
}
#inventory #contact_small {
	width:220px;
}
/* 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 {
	background: #d6d6d6;
	border:1px solid #c5c4c4;
}

/* Current Filters Text */
#inventory #currentFilters p {
	padding-left:15px;
	font-size:12px;
	color:#424242;
}
/* Current Filters Link (x) */
#inventory #currentFilters p a {
	color:#000;
}
#inventory #currentFilters p a:hover {
	color:#000;
	text-decoration: underline;
}

/* Top Search Bar Styles */
#inventory #searchBar {
	border-top: none;
	padding:2px 0px 8px 0px;
	height:35px;
}

/* Sort Bar underneath Search Bar */
#inventory #sort_bar {
	padding:2px 10px 8px;
	height:35px;
	line-height:35px;
}

/* Sort Bar underneath Search Bar Rollovers -- Make sure to change this... Len really hates the default red color! */
#inventory #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 */
#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:#7c0c00; /* 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_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:15px 10px 20px 0;
}
#inventory .inventory_v2_row {
	font-size: 12px;
}

#inventory .inventory_v2_details_links li a { font-size: 12px;}

.inventory_v2_special_body, .vehicle_v2_special_body {font-size: 12px;}

a#vehicle_v2_notify_button {
	margin:0 0 0 17px;
}

/* #################################################
###                   #=vehicle                  ###
################################################ */

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

#vehicle #site_logoSection {
	display:none;
}

#vehicle_contact {
	font-size: 14px;
}

#vehicle #leftColumn {
	margin-left:10px;
	display:inline;
	width:235px;
	margin-top:15px;
}
#vehicle #rightColumn {
	margin-right:10px;
	display:inline;
	margin-top:15px;
}


/* Similar Vehicles Heading */
#vehicle #leftColumn h3 {
	color:#000;
	font-size:16px;
	padding: 15px 0px 0px 0px ;
}

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

.simCar_pricelabel {font-size: 11px;}

/* Similar Vehicles Box Details */
#vehicle .similarVehicle ul li.price {
	color:#000;
	font-size:12px;
}

/* Similar Vehicles Title */
#vehicle .similarVehicle ul li a {
	font-size:  ;
	font-weight:bold;
	padding:  ;
	color:#000;
	text-decoration: none;
}

/* View More Box */
#vehicle #vehicle_v2_sidebar_links {
	border: 1px solid #ececec;
	background: #fafafa;
	margin-bottom:10px;
	padding:10px;;
	font-weight:bold;
}

/* View More Heading */
#vehicle #vehicle_v2_sidebar_links p {
	color:#959595;
	font-size:  12px;
}

/* View More List */
#vehicle #vehicle_v2_sidebar_links ul {
	padding:0px;
	margin:0 0 0 10px;
}

/* View More List Items */
#vehicle #vehicle_v2_sidebar_links li {
	font-weight:normal;
}
#vehicle #vehicle_v2_sidebar_links li a {
	color:#7f7f7f;
	font-size: 12px;
}

/* View More List Item Rollover */
#vehicle #vehicle_v2_sidebar_links li a:hover {
	color: #fff;
	background: #7c0c00 url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat scroll 2px center;
}

/* Breadcrumbs and share bar at top */

#vehicle #vehicle_topbar_left, #vehicle #vehicle_topbar_right {
	line-height:35px;
	height:35px;
	font-size: 12px;
}

/* Breadcrumbs and share bar at top Links */
#vehicle #vehicle_topbar a {
	color:#444;
	text-decoration: none;
}
#vehicle #vehicle_topbar a:hover {
	text-decoration: underline;
}

/* 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: #000;
	font-size:  ;
}

/* Vehicle Price -- Make sure to set this  */
#vehicle .price_line_1 {
	font-size: 20pt;
	font-weight:bold;
}

/* Vehicle Listing Details */
#vehicle #vitalsContainer ul li {
	font-size:11px; /* 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 */
.customer_tools_content li, #right .customer_tools_content_contact ul li, #vehicle .customer_tools_label {
	font-size:  12px;
}


/* 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;
}

#vehicle_details_middle p {font-size: 12px;}

#vd_block_description_button {font-size: 12px;}

/* Disclaimer at the bottom of the page */
#vehicle #vehicleDisclaimer p {
	font-size:  12px;
	padding:0 10px 20px 0 ;
}

/* 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;
}
#vehicle #picShadow {
	margin-left:5px;
}
#vehicle #vehicle_vitals {
	background: none;
}

/* #################################################
###                   #notify                    ###
################################################ */

#notify #notify_middle {
	padding-top:15px;
	margin-right:0px;
	width:600px;
}
#notify #notify_middle h2 {
	font-size:20px;
	padding-bottom:10px;
}
#notify #notify_middle p {
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
#notify #notify_right {
	padding-top:15px;
	margin-right:10px;
	display:inline;
	margin-bottom:20px;
}
#notify #notify_right h3 {
	padding:5px 0 5px 5px;
}


#site_logoSection { display:none; }