@charset "UTF-8";
@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);


	
@import url(http://images1.ecarlist.com/sites/templates/default/css/default_black_inventory.css);
@import url(http://images1.ecarlist.com/sites/templates/default/css/default_base_inventory.css);

/**************************************************
South Coast Motors 2102
***************************************************/

body {
	background: #000;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-size: 14px;
	color: #949494;
	text-align: left;
	font-family: Arial, 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:#fff;
	text-decoration:underline;
}

a:hover {
	color:#00bfff;
	text-decoration: none;
}

ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

a:active { outline:none; }
a:focus { outline-style: none; }

/*containers*/

#container_repeat {
	display: table;
	width: 100%;
	background: url('../images/containerWrapper_repeat.png') repeat-x;
}

#container_wrapper {
	display: table;
	width: 100%;
	background: url('../images/containerWrapper_bg.png') no-repeat center top;
}

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

#header {
	width: 980px;
	height: 138px;
	margin: 0px auto;
	background: url('../images/header_bg.jpg') no-repeat;
	position: relative;
}

#content{
	margin: 0px auto;
	padding: 10px 22px 20px 10px;
	background: #383838 url('../images/content_bg.png') no-repeat top center;
}

#home #content{
	padding: 0px;
	min-height: auto;
	width: 100%;
}

/*header*/

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

h3#home_link a{
	text-indent: -9000px;
	display: block;
	float: left;
	width: 980px;
	height: 138px;
}

#header #facebook {display: block; position: absolute; top:5px; right:0px;}
#header #facebook_text {color: white; display: block; position: absolute; top:13px; right:38px; font-size: 12px;}
#header #facebook a {display: block; background: url(../images/FaceBook_32b.png) no-repeat top right; text-indent: -9000px; width: 32px; height: 32px;}

/*nav*/

#priNav {
	width: 980px;
	height: 75px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background: url('../images/navBar_bg.png') no-repeat;
}
#priNav ul {
	display: none;
}

#priNav li{
	display: inline;
	float: left;
	background: url('../images/navBorder_bg.png') no-repeat right center;
	margin: 7px 0px 0px 0px;
	padding-right: 2px;
}

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

#priNav li.last{
	background: none;
}

#priNav li a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	text-align: center;
	padding: 0px 8px;
	display: block;
	float: left;
}

/****Hover States****/

#priNav li a:hover {
	color: #fff;
	background: url('../images/navOption_hover.png') repeat-x;
}

/*dropdown menu*/

#dropmenudiv, #dropmenudiv_firefox{
	font-size: 11px;
	background: #6c6c6c;
	text-align: left;
	border: 1px solid #ababab;
	padding: 0px 0px;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	border: none;
	color: #fff;
	padding: 3px 0px;
	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-size: 12px;
	margin: 0px 0px;
	text-indent: 10px;
	background: url('../images/navDropdown_bg.png') no-repeat center bottom;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover { 
	background: #0083db;
	color: #fff;
	font-family: Arial, sans-serif;
  	font-weight: normal;
}


/****Home Styles*****/

#home_top {
	width: 956px;
	margin: 0px auto;
	background: url('../images/homeTop_bg.jpg') no-repeat top center;
}

#flash_content {
	width: 956px;
	height: 343px;
	margin: 0px auto;
}

#nonFlash_container{
	background: url('../images/nonFlash_bg.jpg') no-repeat;
	height: 343px;
	width: 956px;
	text-indent: -9000px;
}

/*****Home Middle*****/

#home_middle {
	float: left;
	display: inline;
	width: 980px;
	background: #fff url('../images/homeMiddle_bg.png') repeat-x;
	padding: 0px 0px 15px 0px;
}

/****Home Bottom ****/

#home_bottom {
	width: 980px;
	background: url('../images/homeBottom_bg.png') no-repeat top center;
	float: left;
	display: inline;
}

#home_about {
	float: left;
	display: inline;
	width: 525px;
	margin: 0px 35px 0px 25px;
}

#home_about p {
	width: 300px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 25px;
	line-height: 22px;
	padding: 10px 0px 0px 0px;
}

#home_about p a {
	display: block;
	width: 78px;
	background: url('../images/readMore_arrow.png') no-repeat right center;
}

#home_about p a:hover {
	color: #fff;
}

#home_contact {
	float: left;
	display: inline;
	width: 369px;
}

#home_about h3 {
	text-indent: -9000px;
	float: left;
	display: inline;
	background: url('../images/homeAbout_header.jpg') no-repeat;
	width: 525px;
	height: 70px;
	margin: 0px;
}

#homeAbout_content {
	background: url('../images/homeAbout_content_bg.jpg') no-repeat;
	width: 525px;
	height: 244px;
	float: left;
	display: inline;
}

#home_contact h3 {
	text-indent: -9000px;
	float: left;
	display: inline;
	background: url('../images/homeContact_header.png') no-repeat;
	width: 369px;
	height: 70px;
	margin: 0px;
}

#homeContact_content {
	float: left;
	display: inline;
	background: url('../images/homeContact_content_bg.jpg') no-repeat;
	width: 369px;
	height: 244px;
}

#homeContact_content table {
	float: left;
	display: inline;
	margin: 10px 0px 0px 20px;
}

#homeContact_content th {
	color: #7e7e7e;
	text-transform: uppercase;
	font-size: 12px;
	width: 75px;
}

#homeContact_content td {
	color: #fff;
	font-size: 18px;
}

#homeContact_content #homeContact_address {
	float: left;
	clear: left;
	display: inline;
	color: #fff;
	font-size: 16px;
	margin: 10px 0px 0px 20px;
	white-space: nowrap;
}

#homeContact_content #homeContact_address strong{
	color: #7e7e7e;
	font-size: 12px;
	text-transform: uppercase;
}

#homeContact_directions {
	float: left;
	display: inline;
	margin: 10px 0px 0px 17px;
}

#homeContact_directions a{
	display: block;
	float: left;
	width: 339px;
	height: 60px;
	background: url('../images/homeContact_directions_bg.jpg') no-repeat;
	text-indent: -9000px;
}

/*****Specials Flash******/

#specials_flash {
	width: 675px;
	margin: 0px 0px 0px 0px;
	float: right;
	display: inline;
}

/**** Quick Links ****/

#quicklink_container {
	width: 246px;
	margin: 14px auto 0px auto;
	list-style-type: none;
}

#quicklink_container li{
	float: left;
	display: inline;
	width: 246px;
	clear: left;
}

#quicklink_container li.last{
	border: none;
}

#quicklink_container li a{
	display: block;
	background: url('../images/quicklinks_bg.png') no-repeat 0px -34px;
	color: #fff;
	text-indent: 20px;
	line-height: 31px;
	padding: 0px 0px;
	font-weight: bold;
	text-decoration: none;
	height: 31px;
	width: 246px;
}

#quicklink_container li.first a{
	background: url('../images/quicklinks_bg.png') no-repeat 0px 0px;
	height: 33px;
}

#quicklink_container li.last a{
	background: url('../images/quicklinks_bg.png') no-repeat 0px -125px;
	height: 33px;
}

#quicklink_container li a:hover{
	background: #7c7c7c url('../images/quicklinksHover_bg.png') repeat-x;
	color: #000;

}

/******Featured Vehicles****/

#featuredVehicles_footer {
	display: none;
}

#featuredVehicles {
	width: 950px;
	margin: 5px auto 0px auto;
	padding: 0px 0px 5px 0px;
}

#featuredVehicles_title {
	display: inline;
	float: left;
}

/*#featuredVehicles_title a{
	background: url('../images/featuredVehicles_header.png') no-repeat;
	width: 928px;
	height: 40px;
	display: block;
	text-indent: -9000px;
	float: left;
	display: none;
}*/

#featuredVehicles_title {
display: none;
}

#featured_vehicles_title_custom {
margin-left: 13px;
}


#featured_vehicles_title_custom a{
	background: url('../images/featuredVehicles_header.png') no-repeat;
	width: 928px;
	height: 40px;
	display: block;
	text-indent: -9000px;
	float: left;
}

#featuredVehicles #random_list_location {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#featuredVehicles #random_list_location img{
	border: 5px solid #343434;
	height: 63px;
	width: 95px;
	display: block;
}

#featuredVehicles #random_list_location img:hover{
	border: 5px solid #0084b0;
}

#featuredVehicles #random_list_location a{
	text-decoration: none;
	color: #949494;
	font-size: 11px;
}

#featuredVehicles #random_list_location a:hover{
	color: #0084b0;
	text-decoration: none;
}

#featuredVehicles #random_list_location #random_list_item {
	display: inline;
	margin: 0px 0px 0px 10px;
	text-align: center;
	width: 107px;
}
#featuredVehicles #random_list_location #random_list_item.first {
	margin: 0px 0px 0px 0px;
}

#featuredVehicles #random_list_location #random_list_item br {
	display: none;
}

.toolTipInner_price{
	color: #0084b0;	
}

.tt_carfax { float:left; }
.tt_carfax { margin:0px 0px 3px 3px; }
.tt_cpo { float:left; }

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

.color_pri { 
	color: #000 !important;		/* Set primary color. Vehicle Titles */	
}

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

.price_line_1 {
	color: #0084B0;
}

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

.inventory_v2_details h4 a  {
	color: #004f69 !important;
}

.inventory_v2_details h4 a:hover {
	color: #0084b0 !important;
	text-decoration: underline;
}

.inventory_row {
	border-color: #555;
}

.inventoryLeft br{
	display: block;
	margin-top: 3px;
}
.inventory_v2_image {width: 95px !important;}
.inventory_image_label.inventory_image_label_pending {display: block; background: url(../images/pending_95_yellow.jpg) no-repeat top left; text-indent: -9000px; height:23px; width:95px;}
.inventory_image_label.inventory_image_label_sold {display: block; background: url(../images/sold_95.jpg) no-repeat top left; text-indent: -9000px; height:23px; width:95px;}

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

#left{
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 12px;
	width: 250px;
}

#rightColumn {
	float:right;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 670px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#right{
	display: inline;
	margin-right: 0px;
	width: 670px;
}

/*### =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 ;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
}

#inventory .inventory_v2_pagination, #inventory .inventory_v2_pagination a{color: #FFF;}
#inventory .inventory_v2_paginationCenter{width: 455px;}

/* Refine Your Search */
#inventory #inventory_v2_sidebar_filters h2 {
	font-size:  16px;
	color: #838383;
	text-indent: 10px;
}

#inventory_v2_sidebar_filters h3.non_expandable_menuheader{
	color: #838383;
	padding: 10px 0px 0px 10px;
}

/* Filter List */

.filterList { background: #424242; border-color:#4d4d4d }
.filterList li {color: #ababab;}
.filterList li a{ color:#fff; font-size: 13px; background: url('../images/filterArrow_gray_scm.png') no-repeat 2px center; }
.filterList li a:hover { background: #004f69 url(../../images/listingImages/arrowTree_white.gif) no-repeat 2px center; color: #fff}
#currentFilters, #currentFilters a, #currentFilters p { background: #25282a; border-color:#363636; color: #fff; font-size: 13px; }
#currentFilters a.clearFilter:hover {
	color: #ccc;
}
.filterList span a:hover {
	text-decoration: underline;
	color: #004f69;
}

#vehicle_v2_sidebar_links {
	background: #424242;
	border-color: #4d4d4d;
	color: #fff;
	margin: 0px auto;
	width: 239px;
	padding: 5px 5px;
}
#vehicle_v2_sidebar_links li a { 
	color:#fff; font-size: 13px; 
	background: url('../images/filterArrow_gray_scm.png') no-repeat 2px center; 
}
#vehicle_v2_sidebar_links li a:hover { 
	background: #004f69 url(../../images/listingImages/arrowTree_white.gif) no-repeat 2px center; color: #fff
}

.inventory_v2_row { 
	border-bottom:1px dotted #525252; 
	color: #666;
	background-color: #fefefe;
}

.inventory_v2_details_wrap a.btn_inventory_photos{
	color: #333;
}

.inventory_v2_details_wrap a, .inventory_v2_details a {
	color: #333;
}

.inventory_v2_details a:link{
	color: #333;
}

.inventory_v2_details_wrap a.btn_inventory_contact:link, .inventory_v2_details a.btn_inventory_contact:link {
	color: #333;
}

.inventory_v2_details_wrap a.btn_inventory_history, .inventory_v2_details a.btn_inventory_history {
	color: #333;
}

.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: #666; 
	text-decoration:underline;
}

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

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

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

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

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

#priceContainer #price_right{
	display: inline;
	margin: 0px 105px 0px 0px;
}

#vehicle_vitals { background: #212121; padding: 0px 0px 0px 5px; }
#vehicle_title { font-weight: bold; font-size: 27px; padding:0; text-indent: 5px; color: #00b9ff !important;}

#vehicle_vitals #price .price_line_1 { font-weight: bold; font-size: 24pt; color: #00b9ff !important;}

#customer_tools { color: #000; }
#customer_tools #customer_tools_top_middle { color: #000 !important; }
#customer_tools a { color: #000; }

#similarVehicles h3{
	text-transform: uppercase;
	background: none;
	color: #fff;
	padding: 3px 0px;
	text-align: center;
}

.similarVehicle { 
	border: 1px solid #4d4d4d;
	background: #424242;
	color: #fff;
	font-size: 12px;
	
}

.similarVehicle ul li {
	font-size: 11px;
}

.similarVehicle a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.similarVehicle a:hover{
	text-decoration: underline;	
}

.similarVehicle ul {
	width: 135px; 
}

.similarVehicle .price{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.similarVehicle img {
	border: 1px solid #000;
}

#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:#333;
	font-size:11pt;
	padding:8px 10px;
	text-decoration:none;
}

#leftContainer {height:auto !important;}

#equipment .oe_code{color:#007AA3;}
#equipment .oe_price span{color:#007AA3;}
#equipment .oe_details span{color:#007AA3;}

#thedescription span{background:none !important; }

element.style {
    background:none !important;
}

#equipment ul li.oe_cost span, #equipment ul li.oe_details span, .oe_code {color:#ccc !important;}


#equipment .ip_equipment_column1{width:250px; float:left !important; clear:none !important;}
.oe_code{color:#0084B0 !important;}
.oe_cost{color:#0084B0 !important;}
.oe_details{color:#0084B0 !important;}
oe_details span{color:#0084B0 !important;}

/* 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 {
	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:  ;
	color: #fff;
}

#vitalsRight{
	width: 199px;	
}

#vitalsLeft{
	width: 160px;	
}

.gray_ten {
	color: #666
}

#vitalsContainer{
	font-size: 11px;
	color: #fff;
}

#vitalsContainer strong{
	color: #bbbbbb;
}

#vehicle_contact span{
	color: #fff;
	font-size: 18px;
}

#vehicle_contact a{
	color: #00b9ff;
	text-decoration: none;
}

#vehicle_contact a:hover{
	color: #00b9ff;
	text-decoration: underline;
}

#vehicle_topbar{
	color: #fff;
	padding: 0px 0px 15px 0px;
	border: none;
	background: url('../images/sortBar_bg.png') repeat-x;
	border-bottom: 5px solid #000;
	height: 30px;
}

#vehicle_topbar a{
	color: #fff;
	text-decoration: underline;
}

#vehicle_topbar a:hover{
	color: #fff;
	text-decoration: none;
}

#sort_bar{
	color: #fff;
	padding: 0px 5px 5px 10px;
	line-height: 44px;
	background: url('../images/sortBar_bg.png') repeat-x;
}

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

#searchBar {
	color: #fff;
	background: url('../images/searchBar_bg.png') repeat-x;
	padding: 0px;
}

#searchBar_right{
	visibility: hidden;
}

#searchBar .button {
	background: #0084b0;
	color: #fff;
	text-transform: uppercase;
}

#vehicleDisclaimer {
	color: #fff;
}

#vehicle_thumbs {
	background: #000;
	border: none;
}

#vitalsRight_mpg span{
	color: #fff;
}

#vehicle_v2_notify_button img {
	
}

#vehicle_v2_notify_button {
	width: 222px;
	margin: 10px auto;
	display: block;
}

#vehicle_v2_notify_button:hover {
	
}

#vd_block_description_button {
	color: #000;
}

#vd_block_description_button:hover {
	color: #004f69;
}

/**** Dealer Contact Inventory ****/

#inventory_v2_sidebar_contact, #dealer_contact {
	height: 383px;
	width: 250px;
	background: #424242 url('../images/dealerContact_bg.png') no-repeat;
	padding: 0px 0px 0px 0px;
	color: #fff;
	border: none;
	margin: 0px auto;
	border-bottom: 1px solid #000;
}

#dealer_contact {
	background: url('../images/dealerContact_inner_bg.png') no-repeat;
	width: 246px;
	height: 380px;
	border-bottom: none;
}

#inventory_v2_sidebar_contact h2, #dealer_contact h2 {
	width:244px;
	height: 51px;
	line-height: 31px;
	color: #fff;
	font-size: 16px;
	text-align: center;	
	text-indent: -9000px;
}

#dealer_contact h2 {
	height: 41px;
}

#inventory_v2_sidebar_contact fieldset ol, #dealer_contact fieldset ol  {
	width: 220px;
	margin: 0px auto;
}

#contact_small .input_element {
	width: 180px !important;
}

#ec_is_submit{
	width: 161px;
	height: 29px;
	margin: 5px auto;
}

.submitButton {
	background: #c6c6c6;
	width: 161px;
	height: 29px;
	cursor: pointer;
	margin: 0px auto;
	border: 1px solid #a8a8a8;
}

.submitButton:hover {
	color: #0080d2;
}

#dealer_contact .submitButton {
	 background: url('../images/dealerContact_submit.png') no-repeat;
	 border: none;
	 width: 131px;
	 color: #fff;
}


/****customer tools****/

#customer_tools, #customer_tools_top_middle{
	color: #000 !important;
}

form.validation .trade_bid {
	width: auto;
}

#vehicle #customer_tools .input_element {
	float:none;
	font-size:12px;
	width:170px !important;
}

.customer_tools_left {
	width: 160px;
}

.customer_tools_left img {
	width: 160px;
}

/***inner page*****/

#right p, #finance_middle p, #notify_middle p {
	color: #949494;
}

#right p, #finance_middle p, #notify_middle p {
	color: #949494;
	font-family: Arial, Helvetica, sans-serif;
}

#right h2, #finance_middle h2, #notify_middle h2 {
	color: #fff;
	font-family: Arial;
	font-size: 24px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #cdcbcc
}

#financeHeader {
	width: 850px !important;
	background-position: -40px top;
	min-width: 850px;
}

#financePage_right{
	float: right;
	display: inline;
	margin-right: 10px;
	padding: 100px 0px 0px 0px;
	width: 670px;
}

#financeLeft h2 {
	font-family: Arial;
}

.financeBox2 p, .financeBox2 ul li {
	font-family: arial;
	font-size: 11px;
	color: #000;
}

#financeRight{
	margin: 0px auto;	
}

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

#financeLeft{
	margin: 0px 0px 0px 15px;
	font-family: Arial;	
}
#notify_middle img{
	margin: 15px 0px 0px 0px;
}

#notify_middle {
	float: left;
	display: inline;
	margin-left:10px;
	margin-right: 0px;
	width: 600px;
}


/*****service page****/

#service #vehicle_question_submit, #parts #vehicle_question_submit {
	width: 207px;
	margin: 15px auto 0px auto;
}

/****shipping page*****/
#shipping #content {
	padding-bottom: 35px;
}

/**** sidebar addresss*****/

#sidebar_address_head {
	color: #fff;
}

#sidebar_address{
	font-size: 13px;
	padding: 0px 0px 10px 13px;
}

#sidebar_address a#getdirections:hover {
	color: #0083db;
}

/*****custom pages*****/

.custom_pages{
	min-height: 470px;
	padding: 0px 0px 30px 0px;
}

.custom_pages ul {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 20px 0px;
}

/****** shipping ******/

#shipping #content {
	padding-left: 10px;
}
	
/***notify form***/

#notify_form_div {
	background: #f9f9f9;
	color: #000;
}

#notify #notify_form_div h3{
	padding: 0px 0px 0px 10px;
	color: #000;
	font-size: 16px;
}

#notify .tb_even{
	background: #e0e0e0;
}

/******** Footer ********/

#footer{
	font-size: 10px;
	width: 980px;
	height: 216px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	color: #8e8e8e;
	background: url('../images/footer_bg.jpg') no-repeat;
}

#footer a:hover {
	color: #0083db;
	text-decoration: underline;
}

#footer a{
	color: #8e8e8e;
	font-size: 10px;
	text-decoration: none;
}

#footer_content{
	margin: 70px 5px 0px 0px;
	float: right;
	display: inline;
	text-align: right;
}

ul#footerNav li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0px 4px;
}

ul#footerNav li.last {
	border: none;
}

ul#ec_footer{
	list-style-type: none;
	margin: 15px 0px 3px 0px;
	color: #595959;
}

ul#ec_footer li{
	display: inline;
	margin: 0px 0px;
	border-right: 1px solid #595959;
	padding: 0px 5px 0px 5px;
}

ul#ec_footer li a{
	color: #595959;
}

ul#ec_footer li.last{
	border-right: none;
}

h3#ecarlist_logo{
	float: left;
	display: inline;
	margin: 65px 0px 0px 15px;
}

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

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

/****** firefox 2 mac ******/

.customer_tools_right_left li, .customer_tools_right_right li, #contact_small ol li, .customer_tools_left li {
	clear: left;
}

#rightColumn li.price_disclaimer { font-size:9px; margin: 3px 0 0; color:#8b8b8b; font-weight: normal; }
#inventory .inventory_v2_price_right { width:125px; }
#inventory .inventory_v2_details { width:315px; }
.inventory_v2_price { width:210px; }

.dt-footer{
	top: 54px;
    position: relative;
    left: 34px;
}

