@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/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 ###
####################*/
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 */
}

body {
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:10pt;
}
#wrapper {
	width:980px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
}
#top_strip {
	height:35px;
	background:url(../images/top_grey_strip.gif);
	background-repeat:repeat-x;
}
#header {
	background: url(../images/header_bg2.png) no-repeat;
	height: 95px;
}
#header_left {
	width:250px;
	height:98px;
	float:left;
	background:url(../images/top_left_logo.jpg) no-repeat; /* DEALER LOGO */
	margin:0px;
	padding:0px;
}
#header_left h1 {
	display:block;
	height:86px;
	margin:0px;
	padding:0px;
}
#header h1 a {
	display:block;
	width:204px;
	height:86px;
	text-indent:-9000px;
}
#header_address {
	width:407px;
	height:66px;
	margin:10px 0px 0px 300px;
	float:left;
	display: inline;
}
#header_address h2 {
	color:#000000;
	font-weight:normal;
	margin-top:25;
	text-transform:uppercase;
	padding: 0;
	margin-bottom: 5px;
}
#header_address p {
	color:#000000;
	font-size:8pt;
	text-transform:uppercase;
	margin-bottom: 5px;
	padding: 0px;
}

#header_address a {
	color:#a40000;
	font-size:8pt;
	text-transform:uppercase;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

#header_icons{
	float: left;
	list-style-type:none;
width: 0;
}

#header_icons li {
	float: left;
	margin: 0px 10px 0px 35px;
}

#header_icons li a{
	display: block;
	float: left;
	height: 71px;
	width: 50px;
	text-indent: -9000px;
}

p#header_sub {
	margin: 10px 0 8px 0;
}
p#dealer_phones {
	color:#fff;
	font-weight:bold;
	float: right;
	margin: 0px 5px 0px 0px;
	width: 530px;
	display: inline;
}

p#dealer_phones span{
	font-size: 10px;	
}

#header_right {
	float:right;
	width:151px;
	height:98px;
	margin:0px;
	padding:0px;
	background:url(../images/top_toyota_logo.gif);
	background-repeat:no-repeat;
}
#navbar {
	height:30px;
	background:#fff;
	width:962px;
	margin: 0px auto;
	border-bottom: 1px solid #d3d2d3;
}
#research_bar {
	height:45px;
	width:962px;
	margin: 0px auto;
	background: url('../images/research.jpg') repeat-x;
	border-top: 30px solid #000;
}

.clear {
	margin:0px;
	padding:0px;
	clear:both;
}

#priNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#priNav li {
	float:left;
	margin:0px;
	padding-left:8px;
	padding-right:8px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:30px;
}
#priNav li a {
	display:block;
	color:#676767;
	text-decoration:none;
}

#priNav li ul {
	display:none;
}


/*dropdown menu*/

#dropmenudiv, #dropmenudiv_firefox{
	margin-left:1px;
	position:absolute;
	top:-1px;
	background: #2c2c2c;
	font:normal 9pt Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:1000;
	text-align:left;
	padding: 0px 8px 0px 0px;
	width:100%;
	border-top: 1px solid #9b9ea0;
	border-right: 1px solid #9b9ea0;
	border-left: 1px solid #9b9ea0;
	border-bottom: 1px solid #9b9ea0;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	z-index:1000;
	display: block;
	white-space:nowrap;
	width:100%;
	border: none;
	color: #fff;
	padding: 1px 0px;
	font-family: Arial;
  	font-weight: bold;
  	font-size: 11px;
	text-indent: 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover { 
	color: #63615b;
	font-weight: bold;
}

#research {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#research li {
	float:left;
	display:block;
	height:45px;
	line-height:45px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
#research li a {
	display:block;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	color:#fff;
	text-decoration:none;
}
#research li a:hover {
	background:#333;
}

a#research_link{
	background: url('../images/research_arrow.jpg') no-repeat;
	width: 120px;
	height: 45px;
	display: block;
	text-indent: -9000px;
}

#research li a#research_link:hover{
	background: url('../images/research_arrow.jpg') no-repeat;
}

#main_content {
	background:#fff;
	margin:0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer {
	background:#fff;
	min-height:22px;
	margin:0px;
	padding:0px;
}
#footer_left {
	width:580px;
	min-height:16px;
	margin:0p;
	padding:0px;
	background:#fff;
	color:#000;
	font-size: 11px;
}

#footer_left p{
	margin: 0px;
	padding: 4px 0px 0px 5px;
}

#footerNav {
	margin:0px;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footerNav li {
	display:inline;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	font-size:9px;
	border-right:1px solid #fff;
	line-height:22px;
}
#footerNav li:last-child {
	border:none;
}
#footerNav li a {
	color:#000;
	text-decoration:none;
}
#footerNav li a:hover {
	text-decoration:underline;
}

#ec_footer {
	margin:0px;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#ec_footer li {
	display:inline;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	font-size:9px;
	border-right:1px solid #fff;
	line-height:22px;
}
#ec_footer li:last-child {
	border:none;
}
#ec_footer li a {
	color:#000;
	text-decoration:none;
}
#ec_footer li a:hover {
	text-decoration:underline;
}

#footerRight {
	width:228px;
	float:right;
}
#footerRight a {float: left !important;}
#footerRight p {margin: 30px 0 5px !important; font-size: 12.6px; color: #666666;}
#footerRight h1 {
	padding-top:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#footer_bottom{
	background: url('../images/footerBottom_bg.jpg') no-repeat;
	height: 52px;
}

#footer_bottom h3 a#ecarlist_logo{
	background: url('../images/ecarlist_logo.png') no-repeat;
	width: 138px;
	height: 31px;
	display: block;
	text-indent: -9000px;
	float: right;
	margin: 5px 10px 0px 0px;
}

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


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

#home #leftColumn {
	display:inline;
	margin-left:15px;
}
#home #rightColumn {
	display:inline;
	margin-right:15px;
}

#inventory #leftColumn {
	display:inline;
	margin-left:15px;
}
#inventory #rightColumn {
	display:inline;
	margin-right:15px;
}

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

/* Number of Results */
#leftColumn #inventory_v2_sidebar_filters h3 {
	color: #cd1432;
	font-size:  ;
	padding-bottom: 10px;
	padding-top:10px;
}

/* Refine Your Search */
#leftColumn #inventory_v2_sidebar_filters h2 {
	font-size:  ;
	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-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:  ;
	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 */
}

/* View More Button Styles */
#leftColumn .filterList span a {
	float:left;         /* Default is right */
	margin-left: 15px;
	margin-top:10px;
}

/* View More Button Style Rollover -- Make sure to change this... Len really hates the default red color! */
#leftColumn .filterList span a:hover {
	color:#0086ba;    /* 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 {
	border: 1px solid #e8e8e8;
	background-color:#f9f9f9;
	background-image: url(../images/email_dealer.gif); /* Dealer Contact email header image goes here */
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

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



/* #################################################
###                   #=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 {
	display:inline;
	margin-left:15px;
}
#vehicle #rightColumn {
	display:inline;
	margin-right:15px;
}


/* 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:  ;
	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:  ;
	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:  ;
	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: 20pt;	
	font-weight:bold;
	width:450px;
}

/* 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: 24pt;
	color: #cd1432;
	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;
}

/* QUICKLINKS -- VEHICLE FINDER, INVENTIVES, ONLINE SPECIALS */
#quicklinks_container {
	padding-top:15px;
	margin:0px auto;
	position:relative;
	width:250px;
}

#quicklinks_container #quicklinks {
	padding:0px;
	margin:0px;
	list-style:none;
}

#quicklinks_container #quicklinks li {
	padding:0px;
	margin:0px;
	display:block;
	height:58px;
	width:250px;
	overflow:hidden;
	text-align:left;
}

#quicklinks_container #quicklinks li a {
	color:#0075a5;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	line-height:48px;
	padding:18px 0px;
}

#quicklinks_container #quicklinks li a:hover { color:#000; }
#quicklinks_container #quicklinks li img { float:left; text-align:left; }

/* DEALER CONTACT */
#dealer_contact {
	background:#e6e6e6;
	border:1px solid #ccc;
	color:#0075a5;
	font-size:8pt;
	line-height:14px;
	text-align:left;
	padding:10px 25px 20px 25px;
	margin:5px auto;
	width:200px;
}

* html #dealer_contact {
	padding:10px 19px 20px 19px;
	width:198px;
}

#dealer_contact h2 {
	color:#0075a5;
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size:12pt;
	text-align:center;
}

#dealer_contact form {
	padding:0px;
	margin:0px;
}

#rn_appointmentREQ {
	color:#d40000;
	font-size:7pt;
	line-height:14px;
}

#dealer_contact .section {
	margin-bottom:15px;
	text-align:left;
}

.inputBox {
	width:200px;
	border:#36393c 1px solid;
	margin-top:3px;
	margin-bottom:6px;
}

.submitButton {
	width:165px;
	background:#b9b9b9;
	border:#979797 1px solid;
	color:#444;
	padding:5px 0 5px 0;
	text-align:center;
}

#rn_logoSection, #site_logoSection { display:none; }
#dealer_phones{font-weight: bold; font-size:12px; padding-top: 9px; float: right; width: 253px}
#dealer_phones #phone_left, #dealer_phones #phone_right{ float: left;}
#dealer_phones #phone_left {padding-right: 30px  }
#dealer_phones span{color: #646464}
