
@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);
@import url(http://images1.ecarlist.com/sites/common/dropdown.css);

/**************************************************
NISSAN CITY 1688 STYLESHEET
AUTHORED BY: ECARLIST.COM
***************************************************/

body {
	background: #7a7a7a;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-top:0px;
	margin-bottom:8px;
}
h1 {
	font-size:16pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}

a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#c71444;
}

/*containers*/

#container{
	width: 980px;
	margin: 0px auto;
}

#header {
	width: 980px;
	height: 93px;
	background: url(../images/banner.jpg) no-repeat;
	display: none;
}

#content{
	padding: 25px 0px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #fff;
}

/*header*/

h3#home_link{
	display: inline;
	float: left;
	margin: 0px;
}

h3#home_link a{
	text-indent: -9000px;
	display: block;
	width: 321px;
	height: 93px;
	background: url('../images/headerLogo_bg.png') no-repeat;
	float: left;
}	

/*nav*/

#priNav{
  overflow: hidden;
  width: 978px;
  height: 60px;
  list-style-type: none;
  background: #030504 url(../images/nav_bg.jpg) repeat-y;
  border: 1px solid #fff;
  display: none;
}

#priNav li{
	float: left;
	margin: 6px 5px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	display: inline;
}

#priNav li.first{
	margin-left: 10px;
}

#priNav ul{
	display: none;
}

#priNav li a{
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 70px;
	height: 45px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	text-align: center;
	background: #6d8faa;
	border: 1px solid #fff;
}

#priNav li a:hover{
	color: #000;
}

/*dropdown menu*/

#dropmenudiv, #dropmenudiv_firefox{
	padding-top:0px	;
	font-size: 11px;
	background: none;
	text-align: center;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	background: url(../images/dropdown_bg.jpg) repeat-x;
	border: 1px solid #000;
	color: #000;
	padding: 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 14px;
	margin: 2px 0px;
	text-indent: 0px;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover { 
	border: 1px solid #000;
	background: url(../images/dropdown_bg.jpg) repeat-x;
	color: #c71444;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
}

*html #dropmenudiv {
	padding-right:3px;
}


/*main image*/

#main_image{
	width: 964px;
	height: 191px;
	background: url(../images/main_image.jpg) no-repeat;
}


/*### =structure ###
##################*/

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

.inventory_v2_price_right .price_line_1 .callForPrice {
	font-size: 16px;	
}


/*### =structure ###
##################*/
#leftColumn{				/* 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 0px 0px 15px;
}

#left{
	width: 255px;
	padding: 5px;
}

#rightColumn {
	float:right;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 670px;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	color: #333;
}
#right p, #finance_middle p, #notify_middle p {
	color: #000;	
}

#right h2, #finance_middle h2, #notify_middle h2 {
	color: #000;	
}

#financeRight{
	margin: 0px 15px 0px 0px;	
}

#financeRight #sidebar_address, #notify_right #sidebar_address{
	color: #000;
	padding: 0px;
}

#financeLeft{
	margin: 0px 0px 0px 15px;	
}

#financeHeader{
	width: 887px !important;	
}

#notify_middle img{
	border: 1px solid #000;
	margin: 15px 0px 0px 0px;
}

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

/* Number of Results */
#inventory #inventory_v2_sidebar_filters .filterList h3 {
	font-size: 14px ;
	padding:  ;
	color: #6d8faa;
}

/* Refine Your Search */
#inventory #inventory_v2_sidebar_filters h2 {
	font-size:  16px;
	padding:  ;	
	color: #6d8faa;
}

#inventory_v2_sidebar_filters h3.non_expandable_menuheader{
	color: #6d8faa;	
}

/* Filter List */
.filterList { background: #F1F1F1; border-color:#444 }
.filterList li {color: #333;}
.filterList li a{ color:#333; font-size: 13px; }

.filterList li a:hover { background-color:#000; color: #fff}
#currentFilters, #currentFilters a, #currentFilters p { background: #fff; border-color:#444; color: #333; font-size: 13px; }

.inventory_v2_row { background: #f1f1f1; border-bottom:2px dotted #525252; color: #000;}

.inventory_v2_details_wrap a:hover, 
.inventory_v2_details_wrap a.btn_inventory_contact:hover, 
.inventory_v2_details_wrap a.btn_inventory_photos:hover,
.inventory_v2_details_wrap a.btn_inventory_history:hover { 
	color: #4d0f65; text-decoration:underline;
}

.inventory_v2_pagination a { 
	color: #000;
}
.inventory_v2_pagination a:hover { 
	color: #000;
	text-decoration: underline;
}

.inventory_v2_price_right .price_title{
	margin-top: 2px;	
	color: #333;
}

.inventory_v2_image img{
	border-color: #555;	
}

#inventory_v2_sidebar_filters h3 {
	color: #6d8faa;	
}

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

.gray_ten{
	color: #000;	
}

#vehicle_topbar{
	background: none;
	border-top: 1px solid #000;
}

#vehicle_topbar,
#vehicle_topbar a,
#vehicle_topbar a:hover { color: #000; }
#vehicle_vitals { background: transparent; }
#vehicle_title { font-weight: bold; font-size: 14pt; padding:0; text-indent: 5px; }
#vehicle .color_pri{ color: #6d8faa !important;}
#vehicle_vitals #price .price_line_1 { font-weight: bold; font-size: 24pt; }
#customer_tools { color: #000; }
#customer_tools #customer_tools_top_middle { color: #000 !important; }
#customer_tools a { color: #000; }

#similarVehicles h3{
	border-bottom: 3px solid #000;
	background: #none;
	color: #000;
	padding: 3px 0px;
	text-indent: 4px;
}

.similarVehicle { 
	font-size: 8pt;
	border: 1px solid #222;
	background: #fff;
	color: #333;
	font-size: 11px;
}

.similarVehicle a{
	color: #000;
}

.similarVehicle a:hover{
	color: #6d8faa	
}

.similarVehicle ul {
	width: 135px; 
}
#vehicle_v2_sidebar_links {
	background: #fff;
	border-color: #222;
	color: #333;
	margin: 0px 0px 10px 0px;
}
#vehicle_v2_sidebar_links li a { 
	color:#000; 
	font-size: 13px;
}
#vehicle_v2_sidebar_links li a:hover { 
	background-color:#000; 
	color: #fff;
}
#vehicle .vehicle_details_pagination a.selected, #vehicle .vehicle_details_pagination a:hover {
background:transparent url(../../images/innerpageImages/bgDescNav_r.gif) no-repeat scroll center bottom;
color:#9B9B9B;
}
#vehicle .vehicle_details_pagination a {
	background-color:#666666;
	color:#FFFFFF;
	font-size:11pt;
	padding:8px 10px;
	text-decoration:none;
}

/* Vehicle Picture Thumbnails - Set this to space them properly */
#vehicle #vehicle_thumbs img {
	margin: 0px 2px 0px 3px ;
}

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

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

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

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

#vehicle .person { font-size: 12px; padding: 10px 0 0; }

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

#vitalsRight{
	width: 199px;	
}

#vitalsLeft{
	width: 160px;	
}

#vitalsContainer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
}

#vehicle_contact span{
	color: #000	
}

#vehicle_contact a{
	color: #000;
}

#vehicle_contact a:hover{
	color: #000;
}

#sort_bar{
	background: none;
	border-bottom: 2px solid #000;
	color: #000;
}

#sort_bar a, #sort_bar a:hover{
	color: #000;	
}

#priceContainer #price {
	width: 155px !important;	
}

/************footer*************/

#footer {
	width: 978px;
	height: 130px;
	margin:0px auto;
	padding:0px;
	background: #030504 url(../images/nav_bg.jpg) repeat-y;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	display: none;
}

#footer a:hover {
	color: #4e6fb0;
	text-decoration: underline;
}

#footer a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#footer p{
	text-align: center;
}

#footer_content{
	padding: 20px 0px 0px 0px;
}
#footer #footerNav {
	margin:0px 0px 0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
#footer #footerNav li {
	display:inline;
	margin:0px;
	padding:0px 5px;
	border-right:1px solid #fff;
}
#footer #footerNav li.last {
	border:none;
}

#footer #copyright_list {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

ul#ec_footer{
	list-style-type: none;
	text-align: center;
}

ul#ec_footer li{
	display: inline;
	margin: 0px 5px;
}

h3#ecarlist_logo{
	width: 75px;
	height: 34px;
	margin: 10px auto;
}

h3#ecarlist_logo a{
	display: block;
	background: url('../images/ecarlist_logo.jpg') no-repeat;
	width: 75px;
	height: 34px;
	text-indent: -9000px;
	float: left;
}

h3#ecarlist_logo a:hover{
	background-position: -76px 0px;
}

h3#ecarlist_logo a{
	background: url('../images/ecarlist_logo.png') no-repeat;
	width: 138px;
	height: 31px;
	display: block;
	text-indent: -9000px;
	float: left;
}
h3#ecarlist_logo a:hover{
	background-position: -139px 0px;	
}

#vehicle #vehicle_contact { width:220px; }
#vehicle #vehicle_title { width:430px; }
#vehicle .customer_tools_left { }

a#vehicle_v2_notify_button img { display:none; }
a#vehicle_v2_notify_button { display:block; width:241px; height:113px; text-indent: -9000px; background: url(../images/finder.jpg) no-repeat left top; margin: 20px 0 0; }
