@charset "UTF-8";


/* ################################################
###             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);


body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
#wrapper {
	width:994px;
	pading:0px;
	margin:0px auto;
}
#header_new {
	width:994px;
	height:132px;
	margin:0px;
	padding:0px;
}
#header_left {
	float:left;
	width:159px;
	height:132px;
	background:url(../images/header_left_logo.gif) no-repeat left top;
}
#header_left h1 {
	margin:0px;
	padding:0px;
}
#header_left h1 a {
	display:block;
	width:131px;
	height:95px;
	text-indent:-9000px;
}
#header_right {
	float:right;
	width:835px;
	height:132px;
	margin:0px;
	padding:0px;
}
#header_right_top {
	width:835px;
	height:75px;
	margin:0px;
	padding:0px;
	background:url(../images/header_rt_top.gif) no-repeat left top;
}
#header_right_top h2 {
	display:none;
}
#nav_section {
	width:835px;
	line-height:25px;
	background:url(../images/nav_bkgd_tile.gif) repeat-x center center;
	height: 25px;
}
#header_right_bttm {
	width:835px;
	height:32px;
	margin:0px;
	padding:0px;
	background:url(../images/header_rt_bttm.jpg) no-repeat center top;
}
#main_content {
	width:994px;
	margin:0px;
	padding:10px 0px;
}

#priNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#priNav li {
	float:left;
	margin:0px;
	padding:0px 8px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#priNav li ul {
	display:none;	
}
#priNav li a {
	color:#fff;
	text-decoration:none;
}

#footer_new {
	width:994px;
	padding:15px 0px 0px;
	margin:0px;
	background:url(../images/footer_border.gif) no-repeat center top;
}
#footer_new_left {
	float:left;
	width:600px;
	margin:0px;
	padding:0px;
}
#footer_new_left p {
	font-size:11px;	
	margin:0px;
	padding:0px;
}
#footer_new_left p a {
	color:#333;	
}
#footer_new_right {
	width:350px;
	float:right;
	margin:0px;
	pdding:0px;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}
#logos {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#logos li {
	margin:0px 20px;
	padding:0px;
	float:left;
}
#logos li a#ecarlist {
	display:block;
	width:121px;
	height:27px;
	background:url(../images/ecarlist.gif);
	text-indent:-9000px;
}
#logos li a#ecarlist:hover {
	background-position:-121px;	
}
#logos li#refined {
	margin-top:5px;
	display:block;
	width:119px;
	height:17px;
	background:url(../images/refined_media.gif) no-repeat center top;
	text-indent:-9000px;
}

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: #2a41a9 !important;		/* Set primary color. Vehicle Titles */	
}
.color_sec { 
	color: #e21500 !important; 	/* Set secondary color. Vehicle Prices. Typically should match color_pri */
}


/*### =structure ###
##################*/
#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: 250px;
	padding: 0px;
	margin: 0px;
}
#rightColumn, #right {
	float:right;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 690px;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width:980px;
	margin: 0 auto;
	padding:0;
}


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

#dropmenudiv a, #dropmenudiv_firefox a {
	font-size:9px;
	font-weight:normal;
	background:#badbef;
	color:#000;
	border:none;
	margin:0px;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover {
	color:#fff;
	font-weight:normal;
	background:#1989c8;
}


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


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

#leftColumn #site_logoSection { 
	display:none;
}

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

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

/* Search Filter List Container Boxes */
#leftColumn .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 */
#leftColumn .filterList h3 {
	color:  ;
	font-size:  ;
	padding:0px 0px 0px 10px;
}

/* 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:#fff;
	background:#2a359e  url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat 2px center;
}

/* 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:#2a359e;    /* 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: 60px 10px 10px;
	border:1px solid #e8e8e8;
	background:#F9F9F9  url(http://images1.ecarlist.com/sites/images/listingImages/leftColumnEmailDealer.jpg) no-repeat center top;
}
#leftColumn #inventory_v2_sidebar_filters {
	padding:0px;
}

/* 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 #e8e8e8;
	background:#F9F9F9;
}

/* 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 */
#inventory #searchBar {
	border-top:  ;	/* 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: #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:  ; /* 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:  ;
}


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

/* If you want to turn off the small site logo at the top of the search column */
/*
#vehicle #site_logoSection {
	display:none;
}
*/

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

/* 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:  ;
}
#vehicle .similarVehicle ul li a:hover {
	color:#413f3f;
	text-decoration:underline;
}

/* View More Box */
#vehicle #vehicle_v2_sidebar_links {
	margin:  ;
	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:#2a359e  url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat 2px center;
}

/* Breadcrumbs and share bar at top */
#vehicle #vehicle_topbar {
	background:  ;
	font-size:  ;
	color:  ;
}

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

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

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

#vehicle #vehicle_thumbs img {
	margin-bottom:8px;
	margin-left:6px;
} 
.refinedMedia {margin: 25px 0 0 600px;}