@charset "UTF-8";
@import url('../../common/css/base.css');
/**************************************************
Franchise Chevrolet
***************************************************/

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

.span8 {
	width:65%;
}

form.validation legend {
	display: none;
}

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:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration: underline;
}

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

/*containers*/

#header_wrapper {
	background: #e8e8e8 url('../images/headerWrapper_bg.png') repeat-x top left;
	width: 100%;
	display: table;
	border-bottom: 1px solid #b6b6b6;
}

#container_wrapper {
	background: url('../images/containerWrapper_bg.png') repeat-x top left;
	width: 100%;
	display: table;
	border-top: 1px solid #fff;
}

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

#header {
	width: 980px;
	height: 70px;
	margin: 0px auto;
}

#content{
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	background: url('../images/contentInner_bg.png') no-repeat center top;
}

#home #content {
	padding: 0px;
	background: none;
}

/*header*/

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

h3#home_link a{
	text-indent:-9000px;
	display: block;
	width: 616px;
	height: 70px;
}

h3#home_link a:hover{
	text-decoration: none;
}

#headerContact_container {
	display: inline;
	float: right;
	margin: 25px 0px 2px 0px;
	text-align: right;
}

#headerContact_container h3 {
	font-size: 14px;
	font-family: Arial;
	color: #505050;
	display: inline;
	margin: 0px;
}

h3#headerPhone_sales {
	border-right: 1px solid #999;
	padding: 0px 10px 0px 0px;
}

h3#headerPhone_service {
	padding: 0px 0px 0px 5px;
}

/**** social media links ****/

#socialMedia_links {
	float: right;
	clear: right;
	display: inline;
	list-style-type: none;
}

#socialMedia_links li {
	float: left;
	display: inline;
	margin-left: 5px;
}

#socialMedia_links li a {
	float: left;
	display: block;
	text-indent: -9000px;
	width: 24px;
	height: 24px;
}

#socialMedia_links li a#socialMedia_link01 {
	background: url('../images/facebook_icon.png') no-repeat;
}

#socialMedia_links li a#socialMedia_link02 {
	background: url('../images/twitter_icon.png') no-repeat;
}

/*nav*/

#priNav {
	width: 980px;
	margin: 0px auto;
	list-style-type: none;
	text-align: center;
	background: url('../images/priNav_bg.png') no-repeat;
	padding: 5px 0px 0px 0px
}
#priNav ul {
	display: none;
}

#priNav li{
	display: inline;
}

#priNav li a {
	color: #373737;
	font-size: 14px;
	font-family: "Arial Narrow", Arial;
	text-transform: uppercase;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0px 10px;
	border-right: 1px solid #dfdfdf;
}

#priNav li.last a{
	border: none;
}

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

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

/*dropdown menu*/

#dropmenudiv, #dropmenudiv_firefox{
	font-size: 11px;
	background: #c2c2c2 url('../images/navDropdown_bg.png') repeat-x top left;
	text-align: left;
	border: 1px solid #ababab;
	padding: 2px 2px 2px 2px;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	border-bottom: 1px solid #fff;
	color: #333;
	padding: 2px 0px;
	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-size: 12px;
	margin: 0px 0px;
	text-indent: 10px;
	background: transparent;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover { 
	background: #df9b39;
	color: #fff;
	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-size: 12px;
}

#priNav ul { background: #c2c2c2 url('../images/navDropdown_bg.png') repeat-x top left; margin: 0; width:230px; padding: 0; text-align: left; border: 1px solid #ababab; top: 24px; left: 0px; }
#priNav ul li { padding: 0px; width: 100%; float: left; display: inline; background: none; border-bottom:1px solid #fff; text-align: left; }
#priNav ul li.first {}
#priNav ul li.last {}
#priNav ul li a { color: #333;  text-shadow: none; font-size: 12px; text-decoration: none; text-align: left; text-transform: none; padding: 8px 12px; width:auto; background: none; line-height: normal; }
#priNav ul a:hover { color:#fff; background: #df9b39; }


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

#home_top {
	float: left;
	display: inline;
	width: 980px;
	height: 225px;
	padding: 25px 0px 0px 0px;
	background: url('../images/homeTop_bg.png') no-repeat;
}

#homeTop_img {
	float: left;
	display: inline;
	width: 250px;
	height: 225px;
	margin: 0px 0px 0px 18px;
}

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

#home_bottom {
	float: left;
	display: inline;
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
}

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

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

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

ul#quicklinks {
	list-style-type: none;
	width: 238px;
	height: 158px;
	margin: 10px auto;
}

#home ul#quicklinks {
	float: left;
	display: inline;
	margin: 0px;
}

ul#quicklinks li {
	float: left;
	display: inline;
}

ul#quicklinks li a {
	float: left;
	display: block;
	background: url('../images/quicklinks_bg.png') no-repeat;
	color: #000;
	text-indent: 25px;
	font-family: Arial;
	font-size: 11px;
	height: 29px;
	width: 238px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#quicklinks li a#quicklink_001 {
	background-position: 0px 0px;
}

ul#quicklinks li a#quicklink_002 {
	background-position: 0px -29px;
}

ul#quicklinks li a#quicklink_003 {
	background-position: 0px -58px;
	height: 28px;
}

ul#quicklinks li a#quicklink_004 {
	background-position: 0px -86px;
	height: 28px;
}

ul#quicklinks li a#quicklink_005 {
	background-position: 0px -114px;
	height: 30px;
}

ul#quicklinks li a#quicklink_001:hover {
	background: #ca6e19 url('../images/quicklinkHover_bg.png') repeat-y left;
	color: #fff;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul#quicklinks li a#quicklink_002:hover {
	background: #ca6e19 url('../images/quicklinkHover_bg.png') repeat-y left;
	color: #fff;
}

ul#quicklinks li a#quicklink_003:hover {
	background: #ca6e19 url('../images/quicklinkHover_bg.png') repeat-y left;
	color: #fff;
}

ul#quicklinks li a#quicklink_004:hover {
	background: #ca6e19 url('../images/quicklinkHover_bg.png') repeat-y left;
	color: #fff;
}

ul#quicklinks li a#quicklink_005:hover {
	background: #ca6e19 url('../images/quicklinkHover_bg.png') repeat-y left;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/*****New Vehicles Slider******/

#new_vehicles {
	float: left;
	display: inline;
	background: url('../images/newVehicles_bg.png') no-repeat;
	width: 980px;
	height: 205px;
}

#new_vehicles_showall, #new_vehicles_bottom {
	display: none;
}

#new_vehicles li  {
	display: inline;
	margin: 0px 11px;
}

#new_vehicles li a {
	font-size: 18px;
	font-family: "Arial Narrow", Arial;
	color: #000;
}

#new_vehicles li a:hover {
	color: #df9b39;
	text-decoration: none;
}

#new_vehicles li a span{
	font-size: 13px;
	color: #666;
	font-family: arial;
}

#new_vehicles li img {
	width: 180px;
}

.jcarousel-container {
	width: 980px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 944px;
	margin: 0px auto;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	top: 69px;
	left:0px;
	background: url('../images/arrowPrev_bg.png') no-repeat;
	width: 18px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
	top: 69px;
	background: url('../images/arrowNext_bg.png') no-repeat;
	width: 18px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background: url('../images/arrowPrev_bg.png') no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background: url('../images/arrowNext_bg.png') no-repeat;
}

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

#featuredVehicles_footer {
	display: none;
}

#featuredVehicles_title {
	background: url('../images/featuredHeader_bg.png') no-repeat;
	height: 28px;
	width: 269px;
	text-indent: -9000px;
}

#featuredVehicles {
	background: url('../images/featuredVehicles_bg.jpg') no-repeat;
	width: 694px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
}

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

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

#featuredVehicles #random_list_location img:hover{
	border: 4px solid #df9b39;
}

#featuredVehicles #random_list_location a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-family: "Arial Narrow", Arial;
}

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

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

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

.toolTipInner_price{
	color: #dd952b;	
}

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

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

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

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


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

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

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

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

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

#inventory_v2_sorry #similarVehicles h3 {
	color: #333 !important;
}

/* Number of Results */
#inventory #inventory_v2_sidebar_filters .filterList h3 {
	font-size: 14px ;
	color: #333333;
	font-weight: normal;
	text-indent: 10px;
}

/* Refine Your Search */
#inventory #inventory_v2_sidebar_filters h2 {
	font-size:  16px;
	color: #df9b39;
	text-indent: 0px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0px;
}

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

/* Filter List */

#filterListWrap {
	margin: 0px 0px 10px 0px;
}

.filterList { background: #f9f9f9; border-color:#e8e8e8; padding: 5px 0px; }
.filterList li {color: #ababab;}
.filterList li a{ color:#666; font-size: 13px; background: url('../images/filterArrow_chevy.png') no-repeat 2px center; padding:2px 2px 2px 12px; }
.filterList li a:hover { background: #df9b39 url(../../images/listingImages/arrowTree_white.gif) no-repeat 2px center; color: #fff}
#currentFilters {
	background: #999; 
	border-color:#666;
	padding: 5px; 
}
#currentFilters a, #currentFilters p {color: #fff; font-size: 13px;}
#currentFilters a.clearFilter:hover {
	color: #ccc;
}
.filterList span a:hover {
	text-decoration: underline;
	color: #ba0000;
}

#inventory .filterList span a {
	background:none repeat scroll 0 0 #E8E8E8;
	border:1px solid #ABABAB;
	color:#666666;
	float:left;
	margin:10px;
	padding:2px 5px;
}

.filterList span a {
	font-size:7pt;
	text-decoration:none;
}

#vehicle_v2_sidebar_links {
	background: #f9f9f9; 
	border-color:#e8e8e8
	color: #cc9900;
	margin: 0px auto;
	width: 240px;
}
#vehicle_v2_sidebar_links li a { 
	color:#666; font-size: 13px; 
	background: url('../images/filterArrow_chevy.png') no-repeat 2px center;; 
}
#vehicle_v2_sidebar_links li a:hover { 
	background: #df9b39 url(../../images/listingImages/arrowTree_white.gif) no-repeat 2px center; color: #fff
}

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

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

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

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

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

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

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

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

#vehicle_topbar{
	border-bottom: 5px solid #000;
}

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

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

#vehicle_vitals #price .price_line_1 { font-weight: bold; font-size: 24pt; color: #df9b39 !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: transparent;
	color: #333;
	padding: 3px 0px;
	text-align: left;
}

.similarVehicle { 
	border: 1px solid #d8d8d8;
	background: #e8e8e8;
	color: #333;
	font-size: 12px;
	padding: 5px;
	
}

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

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

.similarVehicle ul {
	float: left;
	display: inline;
}

.similarVehicle .price{
	color: #333;
}

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

#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;
}

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

#vitalsRight{
	width: 199px;	
}

#vitalsLeft{
	width: 160px;	
}

.gray_ten {
	color: #666
}

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

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

#vehicle_contact a{
	color: #0049ab;
	text-decoration: none;
}

#vehicle_contact a:hover{
	color: #0049ab;
	text-decoration: underline;
}

.ip_dottedLine {
	background:url("../../../images/innerpageImages/dottedLine.gif") repeat-x scroll center center transparent;
	padding: 6px 0px;
}

#vehicle_topbar{
	color: #333;
	background:url("../../../images/listingImages/bgVehicleNav_white.jpg") repeat-x scroll left top transparent;
	height:46px;
	border: none;
}

#vehicle_topbar a{
	color: #333;
}

#sort_bar { background:url('../../../images/listingImages/bgVehicleNav_white.jpg') top left repeat-x; height:46px; line-height:46px; padding:0px 10px; color:#000; }

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

#sort_bar_left {
	font-size: 13px;
	margin: 0px;
}

#sort_bar_right {
	display: inline;
	font-size: 13px;
	white-space: nowrap;
}

#sort_bar_right #vehicle_count_controls_right {
	display: inline;
	float: left;
}

#searchBar {
	background:url('../../../images/listingImages/bgSearchBar.gif') top left repeat-x;
	height:43px;
	border-top:1px solid #000;
}

#searchBar_right{
	visibility: hidden;
}

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

#vehicleDisclaimer {
	color: #666;
}

#vehicle_thumbs {
	background: #bfbfbf
}

#vitalsRight_mpg span{
	color: #000;
}

#vehicle_v2_notify_button img {
	display: none;
}

#vehicle_v2_notify_button {
	display: block;
	width: 219px;
	height: 106px;
	background: url('../images/vehicle_finder_button_chevy.jpg') no-repeat;
	text-indent: -9000px;
	margin: 5px auto;
	
}

#vehicle_v2_notify_button:hover {
	
}

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

#inventory_v2_sidebar_contact, #dealer_contact, #contact_incentives {
	height: 373px;
	width: 244px;
	background: url('../images/dealerContact_bg.png') no-repeat;
	padding: 0px 0px 0px 0px;
	color: #333;
	border: none;
	margin: 0px auto;
	font-size: 8pt;
}

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

#contact_incentives h3 {
	margin: 0px auto 10px;
}

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

#contact_small .input_element {
	width: 190px !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 {
	background-position: -76px 0px;
}

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

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

/****service and parts****/

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

#service .required, #parts .required {
	width: 310px;
}

#service_container_v, #parts_container { 
	padding: 0px 0px 15px 0px;
}

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

#right p, #finance_middle p, #notify_middle p {
	color: #333;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

#right h2, #finance_middle h2, #notify_middle h2 {
	color: #333;
	font-family: Helvetica;
	background: url('../images/sortBar_bg.jpg') repeat-x;
	font-size: 24px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #cdcbcc
}

#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: #333;
	padding: 5px;
	font-size: 12px;
}

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

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

/****Specials****/

.automated_10425_line2, .automated_10426_line2 {
	color: #df9b39 !important;
}
/**** sidebar addresss*****/

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

#sidebar_address a#getdirections:hover {
	color: #cc9900;
}

/*****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;
	width: 970px;
}
	
/***notify form***/

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

#notify #notify_form_div h3{
	padding: 5px 0px 5px 10px;
	color: #fff;
	font-size: 16px;
	background: #dd952b;
}

#notify .tb_even{
	background: #e0e0e0;
}

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

#footer{
	font-size: 10px;
	width: 980px;
	height: 86px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	color: #666666;
	border-top: 1px solid #cdcbcc;
}

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

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

#footer_content{
	float: left;
	display: inline;
	padding: 10px 0px 5px 0px;
	text-align: left;
}

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: 3px 0px 3px 0px;
}

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

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

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

h3#ecarlist_logo{
	float: right;
	display: inline;
	margin: 10px 0px 0px 0px
}

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

h3#ecarlist_logo a:hover{
	background-position: right top;
}

#footer .dt-footer { float: right; margin: 10px 0 0; font-size: 14px; color: #666; }
#footer .dt-footer a { font-size: 24px; text-decoration: none; color: #666; }
#footer .dt-footer a:hover { color: #dd952b; }


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

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

.customer_tools_left, .customer_tools_left img {
	width: 170px;
	float: left;
}

#home .ecl_new_vehicles_tooltip { z-index: 9999; }
