@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);

/*### =main styles ###
####################*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #6f7277;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	color:#000;
	background-image: url(../images/wht_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	width:1000px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:1000px;
	height:70px;
	padding:0px;
	margin:0px;
	background-image: url(../images/nisssan_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	padding:0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100;
}
#header h1 a {
	display:block;
	width:440px;
	height:59px;
	text-indent:-9000px;
}
#header h2 {
	display:none;
}
#nav {
	width:985px;
	height:16px;
	background:#d0d0d0;
	padding-top:4px;
	padding-left: 15px;
}
#main_content {
	width:980px;
	background:#fff;
	padding: 10px;
}
#footer {
	border-top: 5px solid #fff;
	width:1000px;
	margin:0px;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}


/* #################################################
###                #=navigation                  ###
################################################ */

#priNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
#priNav li {
	float:left;
	display:block;
	font-weight:bold;
	font-size:11px;
	text-transform:capitalize;
}
#priNav li a {
	color:#666;
	text-decoration:none;
	padding:8px 11px 0px 10px;
	
}

#priNav li ul {
	display:none;
}

	
#footerNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
#footerNav li {
	 display:inline;
	 padding-left:8px;
	 pading-right:8px;
	 font-size:10px;
}
#footerNav li a {
	color:#bbb9ba;
	text-decoration:none;
}

#footer #mediaRevo {background-color: #fff;}
#footer #mediaRevo {padding: 10px;}
#footer #mediaRevo img {border: none;}

#footer h1 {
	display: none;
}
#footer h2 {
	float:right;
	padding:0px;
	margin-top: 0px;
	margin-right: 395px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer h2 a {
	display:block;
	width:137px;
	height:30px;
	text-indent:-9000px;
	background:url(../images/ecarlist.gif);
}
#footer h2 a:hover {
	background-position:-137px;
}

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

#dropmenudiv a, #dropmenudiv_firefox a {
	font-size:11px;
	font-weight:bold;
	background:#dbdde2;
	color:#666;
	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;
	background:#666;
}




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: #c71343 !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-left:10px;
}
#rightColumn, #right {
	float:right;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 690px;
	padding: 0px;
	margin-right: 10px;
	margin-top:10px;
}


/* #################################################
###             #=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-top: 10px;	
}

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

/* 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-top: 10px;
	padding-left: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:#1b8c7b url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat scroll 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:#33588C  ;    /* 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 {
	padding:50px 15px 15px 15px;
	background-color:#f9f9f9;
	background-image: url(http://images1.ecarlist.com/sites/brianhoskinsford/images/email_deaer_head.gif); /* Dealer Contact email header image goes here */
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	border-left-color: #e8e8e8;
}

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

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

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

/* View More Box */
#vehicle #vehicle_v2_sidebar_links {
	margin-bottom:10px;
	padding:  ;
}

/* View More Heading */
#vehicle #vehicle_v2_sidebar_links p {
	font-size:  ;
	padding-left: 20px;
}

/* 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:#1b8c7b 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 {
	background:  ;
	font-size:  ;
	color:  ;
}

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

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

/* Dealer Name on the left side of the contact form */
#vehicle #dealerboxName {
	font-size:  ;
}

/* Dealer Address on the left side of the contact form */
#vehicle .dealerboxAdd {
	font-size:  ;
}

/* Dealer Phone Number on the left side of the contact form */
#vehicle #dealerboxPhone {
	font-size:  ;
	padding:  ;
}

/* Dealer Map Link on the left side of the contact form */
#vehicle #dealerboxMap a {
	font-size:  ;
	color:  ;
}

/* Dealer Map Link Hover on the left side of the contact form */
#vehicle #dealerboxMap a:hover {
	color:  ;
}

/* 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 #picShadow {
	padding-left:5px;
}