/* ################################################
###             IMPORT CSS STYLES               ###
################################################ */

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

body {
	margin:0;
	padding: 0;
	font-family:Arial;
	font-size:9pt;
	background:#fff url(../images/body_tile.gif) repeat-x center top;
}
#wrapper {
	width:980px;
	padding: 0;
	margin:0 auto;
}
#main_content {
	width:980px;
	padding: 0;
	margin: 0;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
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: #000 !important;		/* Set primary color. Vehicle Titles */	
}
.color_sec { 
	color: #ab2515 !important; 	/* Set secondary color. Vehicle Prices. Typically should match color_pri */
}

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


/* ################################################
###                  #_header                  ###
################################################ */

#header {
	width:980px;
	height:93px;
}

#header img {border: 0px;}

#header_left {
	float:left;
	width:221px;
	height:93px;
	margin: 0;
	padding: 0;
	background: url(../images/top_left_logo.gif) no-repeat left top;
}
#header_left h1 {
	margin:0;
	padding:0px 0px 0px 6px;
}
#header h1 a {
	display:block;
	width:210px;
	height:88px;
	text-indent: -9000px;
}
#header_mid {
	float:left;
	width:477px;
	height:50px;
	margin:0px;
	padding:43px 0px 0px 0px;
}
#header_mid_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
}
#header_mid_list li {
	display:inline;
	color:#3e1ff9;
	font-size:16px;
	border-right:1px solid #727272;
	margin: 0;
	padding:0px 14px 0px 14px;
	font-weight:bold;
	text-transform: uppercase;
}
#header_mid_list li.last {
	border:none;
	padding-right:0px;
}
#header_right {
	float:right;
	width:282px;
	height:64px;
	margin: 0;
	padding:29px 0px 0px 0px;
}
#header_right_list {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#header_right_list li {
	float:left;
	margin:0px;
	padding:0px;
}
#header_right_list li a {
	display:block;
	height:41px;
	text-indent: -9000px;
	background: url(../images/top_right_logos.gif);
}
#header_right_list li a#chrysler {
	width:71px;
	background-position: 0px;
}
#header_right_list li a#dodge {
	width:31px;
	background-position: -71px;
}
#header_right_list li a#jeep {
	width:48px;
	background-position: -102px;
}
#header_right_list li a#chevy {
	width:49px;
	background-position: -150px;
}
#header_right_list li a#buick {
	width:31px;
	background-position: -199px;
}
#header_right_list li a#pontiac {
	width:22px;
	background-position: -230px
}
#header_right_list li a#cadillac {
	width:30px;
	background-position: -252px;
}


/* ################################################
###                 #_footer                   ###
################################################ */


#footer {
	width:980px;
	border-top:1px solid #cdcbcc;
	margin:10px auto 0px;
	padding: 10px 0px 20px 0px;
}
#footer h1 {
	float:right;
	padding: 0;
	margin:5px 5px 0 0;
}
#footer h1 a {
	display: block;
	width:79px;
	height:17px;
	text-indent: -9000px;
	background: url(../images/ecarlist_small.gif) no-repeat 0px 0px;	
}
#footer h1 a:hover {
	background-position: -79px 0px;
}
#footerNav {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#footerNav li {
	display:inline;
	margin:0;
	padding: 0px 4px;
	border-right:1px solid #666;
	font-size:10px;
}
#footerNav li.last {
	border:none;
}
#footerNav li a {
	color:#666;
	text-decoration: none;
}
#footerNav li a:hover {
	color:#000;
}
#ec_footer {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#ec_footer li {
	display:inline;
	margin:0;
	padding: 0px 4px;
	border-right:1px solid #666;
	font-size:10px;
}
#ec_footer li.last {
	border:none;
}
#ec_footer li a {
	color:#666;
	text-decoration: none;
}
#ec_footer li a:hover {
	color:#000;
}
#ec_footer {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#ec_footer li {
	display:inline;
	margin:0;
	padding: 0px 4px;
	border-right:1px solid #666;
	font-size:10px;
	color:#666;
}
#ec_footer li.last {
	border:none;
}
#ec_footer li a {
	color:#666;
	text-decoration: none;
}
#ec_footer li a:hover {
	color:#000;
}
#cmsFooter {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#cmsFooter li {
	display:inline;
	margin:0;
	padding: 0px 4px;
	border-right:1px solid #666;
	font-size:10px;
	color:#666;
}
#cmsFooter li.last {
	border:none;
}
#cmsFooter li a {
	color:#666;
	text-decoration: none;
}
#cmsFooter li a:hover {
	color:#000;
}


/* ################################################
###          #_primary navigation               ###
################################################ */

#priNav {
	margin:0;
	padding: 0;
	height:26px;
	list-style-type: none;
	text-align: center;
}
#priNav li {
	display:inline;
	margin:0;
	padding:0px 13px;
	border-right:1px solid #b8b8b8;
	text-transform: uppercase;
	line-height:26px;
	font-size:11px;
}
#priNav li.last {
	border:none;
}
#priNav li a {
	color:#373737;
	text-decoration: none;
}
#priNav li a:hover {
	color:#d90008;
}
#priNav li ul {
	display:none;
}

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

#dropmenudiv, #dropmenudiv_firefox {
	background:#f9f9f9 url(../images/dropdown_bkgd.gif) no-repeat left bottom;
	padding-right:0px;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	font-size:11px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #fff;
	margin:0px;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover {
	color:#fff;	
	background:#d90008;
}


/* ################################################
###                 #_home page                ###
################################################ */

#home_box {
	width:980px;
	height:273px;
	margin: 0;
	padding: 0;
	background: url(../images/specials_bkgd.jpg) no-repeat left top;
}
#dealership_pic {
	float:left;
	padding: 0;
	margin: 28px 0px 0px 18px;
	width:250px;
	height:225px;
}
#home_specials {
	float:right;
	padding:0;
	margin:28px 17px 0px 0px;
	width:675px;
	height:225px;
	/* background: url(../images/specials_placeholder.jpg) no-repeat left top; */
}

/* new vehicles styles */
#new_cars_top {
	margin:0px;
	padding: 0px 17px 0px 18px;
	list-style-type: none;
	height:156px;
	width:945px;
}
#new_cars_top li {
	margin: 0;
	padding: 0;
	float:left;
	text-align: center;
}
#new_cars_top li a {
	text-decoration: none;
	text-align: center;
	color:#000;
	font-size:14px;
	font-weight: bold;
}
#new_cars_top li a:hover {
	color:#d90008;
	background: url(../images/new_car_arrows.gif) no-repeat -20px;
}
#new_cars_top li a#chevrolet {
	display:block;
	width:229px;
	height:121px;
	text-indent: -9000px;
	background: url(../images/new_vehicles_top.jpg);
	background-position: 0px;	
}
#new_cars_top li a#chrysler {
	display:block;
	width:229px;
	height:121px;
	text-indent: -9000px;
	background: url(../images/new_vehicles_top.jpg);
	background-position: -229px;	
}
#new_cars_top li a#jeep {
	display:block;
	width:249px;
	height:121px;
	text-indent: -9000px;
	background: url(../images/new_vehicles_top.jpg);
	background-position: -458px;	
}
#new_cars_top li a#dodge {
	display:block;
	width:238px;
	height:121px;
	text-indent: -9000px;
	background: url(../images/new_vehicles_top.jpg);
	background-position: -707px;	
}
#new_vehicles_container {
	width:980px;
	height:314px;
	margin: 0;
	padding: 0;
	background: url(../images/new_vehicles_back.jpg) no-repeat left top;
}
#new_cars_top li a.new_cars_text {
	text-align: center;
}
#new_cars_bttm {
	margin:0px;
	padding: 0px 140px 0px 134px;
	list-style-type: none;
	height:158px;
	width:706;
}
#new_cars_bttm li {
	margin: 0;
	padding: 0;
	float:left;
	text-align: center;
}
#new_cars_bttm li a {
	text-decoration: none;
	text-align: center;
	color:#000;
	font-size:14px;
	font-weight: bold;
}
#new_cars_bttm li a:hover {
	color:#d90008;
	/* background: url(../images/new_car_arrows.gif) no-repeat center right; */
}
#new_cars_bttm li a#caddy {
	display:block;
	width:228px;
	height:113px;
	text-indent: -9000px;
	background: url(../images/new_vehicles_bttm.jpg);
	background-position: -0px;	
}
#new_cars_bttm li a#buick {
	display:block;
	width:238px;
	height:113px;
	text-indent: -9000px;
	background: url(../images/new_vehicles_bttm.jpg);
	background-position: -228px;	
}
#new_cars_bttm li a#pontiac {
	display:block;
	width:240px;
	height:113px;
	text-indent: -9000px;
	background: url(../images/new_vehicles_bttm.jpg);
	background-position: -466px;	
}
.home_small {
	font-size:10px;
}
#new_cars_top li a.home_small {
	font-size:10px;
	color:#666;
}
#new_cars_top li a.home_small:hover {
	color:#d90008;	
	color:#666;
}
#new_cars_bttm li a.home_small {
	font-size:10px;
}

/* map styles */
p.map a {
	float:left;
	display:block;
	width:129px;
	height:34px;
	margin:0;
	padding: 134px 0px 0px 135px;
	background: url(../images/map.gif);
	color:#000;
	text-decoration: none;
}
p.map a:hover {
	color:#d00006;
	background-position: -263px;
}

/* featured vehicles styles */
#featured_box {
	float:right;
	width:699px;
	margin: 0;
	padding: 0;
}
#featured_box h1 {
	margin: 0;
	padding: 15px 0px 8px 6px;
	color:#7f7f7f;
	font-size: 18px;
	font-weight:normal;
	
}
#home #random_list_location #random_list_item {
	margin:0px 5px;
	width:105px;
}
#home #featuredVehicles_title {
	display:none;
}
#home #random_list_location #random_list_item img {
	border:5px solid #cdd3d6;
}
#home #random_list_location #random_list_item img:hover {
	border:5px solid #d90008;
}
#home #random_list_location #random_list_item a:hover {
	text-decoration: none;
	color:#d90008;
}

#home .toolTipInner_price {
	color:#d90008;
}

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


/* If you want to turn off the small site logo at the top of the search column */

#inventory #site_logoSection { 
	display:none;
}
#inventory #leftColumn {
	display:inline;
}
#inventory #rightColumn {
	display:inline;
}


/* Number of Results */
#inventory #inventory_v2_sidebar_filters h3 {
	font-size:  ;
	padding-left:5px;	
}

/* Refine Your Search */
#inventory #inventory_v2_sidebar_filters h2 {
	font-size:  ;
	padding-left:5px;	
}

/* Search Filter List Container Boxes */
#inventory .filterList {
	background:#f9f9f9  ; /* Default is light grey and looks good on most sites */
	border:1px solid #e8e8e8;    /* Default is light grey and looks good on most sites */
	padding:  ;
	margin:  ;
}

/* Search Filter List Header styles */
#inventory .filterList h3 {
	color:  ;
	font-size:  ;
	padding-left:10px;	
}

/* Search Filter List styles */
#inventory .filterList ul {
	padding:  ;
	margin:  ;
}

/* Search Filter List Item styles */
#inventory .filterList ul li {
	color:#6c6c6c;
	font-size:  ;
	padding:  ;
}
#inventory .filterList ul li a {
	color:#6c6c6c;
}
/* Search Filter List Item Hover styles  - Default is Dark Blue */
#inventory .filterList li a:hover {
	color:#fff;
	background-color: #db1f26;
	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 */
#inventory .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! */
#inventory .filterList span a:hover {
	color:#790310;    /* No Really, remember to change this color. I wasn't kidding, he f@$king hates that default red color... */
}

/* Contact Form Box */
#inventory #inventory_v2_sidebar_contact {
	margin:  ;
	padding:50px 19px 10px 19px;
	background:#f9f9f9  ; /* Default is light grey and looks good on most sites */
	border:1px solid #e8e8e8;    /* Default is light grey and looks good on most sites */
	background-image: url(http://images1.ecarlist.com/sites/euroclassics/images/email_deaer_head.gif); /* Dealer Contact email header image goes here */
	background-repeat: no-repeat;
	background-position: center top;
}

/* 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 */
#inventory #currentFilters {
	background:#f9f9f9  ; /* Default is light grey and looks good on most sites */
	border:1px solid #e8e8e8;    /* Default is light grey and looks good on most sites */
}

/* Current Filters Text */
#inventory #currentFilters p {
	padding-left:15px;
	font-size:12px;
	color:#6C6C6C;
}
/* Current Filters Link (x) */
#inventory #currentFilters p a {
	color:#6C6C6C;
}
#inventory #currentFilters p a:hover {
	color:#999;
}

/* Top Search Bar Styles */
#inventory #searchBar {
	border-top: 1px solid #000;	/* Default is 6px solid #000... I think that's too thick */
}

/* Sort Bar underneath Search Bar */
#inventory #sort_bar {
	font-size:  ;
}

/* Sort Bar underneath Search Bar Rollovers -- Make sure to change this... Len really hates the default red color! */
#inventory #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 */
#inventory .inventory_v2_details h4 a {
	color:#000;  /* Make sure you set this */
}
#inventory .inventory_v2_details h4 a:hover {
	color:#25337e
;
}
/* Vehicle Price   --  If you leave this as the default red color the beatings will begin... Len absolutesly f@#king HATES this */
#inventory .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) */
#inventory .inventory_v2_details_links li a {
	color: #666;
}

/* Vehicle Listing Rollover Links (photos, details, contact, carfax) */
#inventory .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:  ;
}
#inventory .inventory_v2_row {
	background:none;
}


/* stock/vin search box */
#inventory #stockVinSearch {
	background:#f9f9f9  ;
	border:1px solid #e8e8e8;
	padding:10px;	
	margin: 5px 0;
}

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


/* Similar Vehicles Heading */
#vehicle #leftColumn h3 {
	font-size:  ;
	padding:  ;
}

/* Similar Vehicles Box */
.similarVehicle { 
	font-size: 8pt;
	border: 1px solid #d8d8d8;
	background: #e8e8e8;
}
.similarVehicle ul {
	width: 135px; 
}

/* Similar Vehicles Box Details */
#vehicle .similarVehicle ul li {
	font-size:  ;
	color:#444;
}

/* Similar Vehicles Title */
#vehicle .similarVehicle ul li a {
	font-size:  ;
	font-weight:bold;
	padding:  ;
	color:#444;
}

/* View More Box */
#vehicle #vehicle_v2_sidebar_links {
	background:#f9f9f9  ; /* Default is light grey and looks good on most sites */
	border:1px solid #e8e8e8;    /* Default is light grey and looks good on most sites */
}

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

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

/* 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;
}
 
#vehicle #dealerboxName {
	padding-top:5px;
	font-size:14px;
}
#vehicle .dealerboxAdd {
	font-size:12px;
}
#vehicle #dealerboxPhone {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
#vehicle #dealerboxMap a {
	font-size:12px;
	color:#152849;
	text-decoration:none;
}
#vehicle #dealerboxMap a:hover {
	text-decoration:underline;
}

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


/* #################################################
###                   #about                    ###
################################################ */

#site_logoSection {
	display:none;
}
#left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
}
#about #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
}
#dealer_contact {
	background: url(../images/dealer_contact.gif) no-repeat center bottom;
	height:315px;
	width:220px;
	margin: 0;
	padding: 55px 10px 10px;
}
#dealer_contact h2 {
	display:none;
}
#dealer_contact .section {
	font-size:12px;
}
#dealer_contact .section input {
	margin-bottom:10px;
	width:210px;
}
#dealer_contact .section select {
	margin-bottom:10px;
}
#dealer_contact .section textarea {
	margin-bottom:10px;	
	width:210px;
}

/* #################################################
###                   #notify                    ###
################################################ */

#notify #notify_middle {
	padding-top:15px;
	margin-right:0px;
	width:600px;
}
#notify #notify_middle h2 {
	font-size:20px;
	padding-bottom:10px;
}
#notify #notify_middle p {
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
#notify #notify_right {
	padding-top:15px;
	margin-right:10px;
	display:inline;
	margin-bottom:20px;
}


/* #################################################
###                #trade bid                    ###
################################################ */

#trade_bid #notify_middle {
	padding-top:15px;
	margin-right:0px;
	width:600px;
}
#trade_bid #notify_middle h2 {
	font-size:20px;
	padding-bottom:10px;
}
#trade_bid #notify_middle p {
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
#trade_bid #notify_right {
	padding-top:15px;
	margin-right:10px;
	display:inline;
	margin-bottom:20px;
}
#trade_bid #sidebar_address {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	width:280px;
}
#trade_bid #sidebar_address_head {
	font-size:12px;
}
#trade_bid .floatleft p {
	font-size:10px;
}
#trade_bid .floatleft {
	margin-top:10px;
	margin-bottom:10px;
}
#trade_bid #sidebar_address a#getdirections:hover {
	color:#152849;
}

/* #################################################
###                   #contact                   ###
################################################ */

#contact #site_logoSection {
	display:none;
}
#contact #left {
	display:inline;
	width:240px;
}
#contact #right {
	display:inline;
	width:660px;
}
#contact #sidebar_address {
	border:1px solid #E8E8E8;
	background-color: #F9F9F9;
	padding:10px;
	margin-bottom:20px;
}
#contact #sidebar_address_head {
	font-size:12px;
}
#contact .floatleft p {
	font-size:10px;
}
#contact .floatleft {
	margin-top:10px;
	margin-bottom:10px;
}
#contact #sidebar_address a#getdirections:hover {
	color:#cf1a19;
}
#contact #customer_tools_top_middle {
	color:#000;
}

#contact .customer_tools_label {
	font-size:12px;	
}
#contact .customer_tools_input {
	width:180px;
}
#contact .customer_tools_right_left {
	width:200px;
	float:left;
}
#contact .customer_tools_right_right {
	width:200px;	
	float:left;
	margin-left:10px;
}
#contact #customer_tools {
	width:650px;
	margin-left:0px;
	margin-right:0px;
	
}
#contact .customer_tools_right {
	float:right;
	width:430px;
}


/* #################################################
###                  #service                  ###
################################################ */

#service #site_logoSection {
	display:none;
}
#service #left {
	display:inline;
	margin-left:15px;
	margin-right:0px;
	margin-top:15px;
	padding:0px;
	width:240px;
}
#service #right {
	display:inline;
	margin-left:0px;
	margin-right:15px;
	margin-top:15px;
	padding:0px;
	width:690px;
}
#service #sidebar_address {
	border:1px solid #E8E8E8;
	background-color: #F9F9F9;
	padding:10px;
	margin-bottom:20px;
}
#service #sidebar_address_head {
	font-size:12px;
}
#service .floatleft p {
	font-size:10px;
}
#service .floatleft {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}
#service #sidebar_address a#getdirections:hover {
	color:#cf1a19;
}
#service #right h2 {
	font-size:20px;
	padding-bottom:10px;
}
#service #right p {
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
#service #service_container {
	margin-top:20px;	
}
#service #service_container h3 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#service #service_container ul {
	list-style-type:none;
}
#service #service_container ul li {
	font-size:12px;
}
#service #service_container ul li input {
	margin-bottom:10px;	
}
#service #service_container ul li select {
	margin-bottom:10px;	
}

#service #vehicle_question_submit {
	margin-left:200px;
	margin-top:20px;
	margin-bottom:20px;
}

#service #left h2 {
	display:block;
	width:228px;
	height:63px;
	margin-top:30px;
	padding:0px;
}
#service #left h2 a {
	display:block;
	width:228px;
	height:63px;
	text-indent:-9000px;
	background-image:url(../images/owner_advantage.gif);
}

/* #################################################
###                  #parts                  ###
################################################ */

#parts #site_logoSection {
	display:none;
}
#parts #left {
	display:inline;
	margin-left:15px;
	margin-right:0px;
	margin-top:15px;
	padding:0px;
	width:250px;
}
#parts #right {
	display:inline;
	margin-left:0px;
	margin-right:15px;
	margin-top:15px;
	padding:0px;
	width:690px;
}
#parts #sidebar_address {
	border:1px solid #E8E8E8;
	background-color: #F9F9F9;
	padding:10px;
	margin-bottom:20px;
}
#parts #sidebar_address_head {
	font-size:12px;
	
}
#parts .floatleft p {
	font-size:10px;
}
#parts .floatleft {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;	
}
#parts #sidebar_address a#getdirections:hover {
	color:#cf1a19;
}
#parts #right h2 {
	font-size:20px;
	padding-bottom:10px;
}
#parts #right p {
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
#parts #service_container {
	margin-top:20px;	
}
#parts #service_container h3 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#parts #service_container ul {
	list-style-type:none;
}
#parts #service_container ul li {
	font-size:12px;
}
#parts #service_container ul li input {
	margin-bottom:10px;	
}
#parts #service_container ul li select {
	margin-bottom:10px;	
}

#parts #vehicle_question_submit {
	margin-left:200px;	
	margin-top:20px;
	margin-bottom:20px;
}


/* #################################################
###                  #specials                  ###
################################################ */

#specials #site_logoSection {
	display:none;
}
#specials #left {
	display:inline;
	margin-left:15px;
	margin-right:0px;
	margin-top:15px;
	padding:0px;
	width:250px;
}
#specials #right {
	display:inline;
	margin-left:0px;
	margin-right:15px;
	margin-top:15px;
	padding:0px;
}
#specials #dealer_contact {
	background: url(../images/dealer_contact.gif) no-repeat center bottom;
	height:315px;
	width:220px;
	margin: 0;
	padding: 55px 10px 10px;
}
#specials #dealer_contact h2 {
	display:none;
}
#specials #dealer_contact .section {
	font-size:12px;
}
#specials #dealer_contact .section input {
	margin-bottom:10px;
	width:200px;
}
#specials #dealer_contact .section select {
	margin-bottom:10px;
}
#specials #dealer_contact .section textarea {
	margin-bottom:10px;	
	width:200px;
}
#specials #ip_specials h3 {
	font-size:14px;	
}

/* ###################################################
###                  #sitemap                      ###
################################################### */

#sitemap #sitemap_list {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sitemap #sitemap_list li {
	font-size:11pt;
}
#sitemap .sitemap_vehicle_title {
	font-weight:bold;	
}
#sitemap h1 {
	margin-bottom:25px;
	margin-top:15px;	
}
#sitemap .sitemap_vehicle_list {
	list-style-type: none;
}
#sitemap #sitemap_list li {
	text-transform: capitalize;
}



#ql_main {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#ql_main li {
	margin: 0;
	padding: 0;
	
}
#ql_main li a {
	display:block;
	width:238px;
	text-indent: -9000px;
	background: url(../images/quicklinks_bkgd.gif) no-repeat;
}
#ql_main li a#inv {
	height:29px;
	background-position: 0px 0px;
}
#ql_main li a#special {
	height:29px;
	background-position: 0px -29px;
}
#ql_main li a#credit {
	height:28px;
	background-position: 0px -58px;
}
#ql_main li a#service {
	height:28px;
	background-position: 0px -86px;
}
#ql_main li a#parts {
	height:30px;
	background-position: 0px -114px;
}

/* rollover states */
#ql_main li a#inv:hover {
	height:29px;
	background-position: -238px 0px;
}
#ql_main li a#special:hover {
	height:29px;
	background-position: -238px -29px;
}
#ql_main li a#credit:hover {
	height:28px;
	background-position: -238px -58px;
}
#ql_main li a#service:hover {
	height:28px;
	background-position: -238px -86px;
}
#ql_main li a#parts:hover {
	height:30px;
	background-position: -238px -114px;
}
#ecl_hours_head {
	text-align: center;
	font-size: 12pt;
	margin: 20px 0 10px;
}
#ecl_hours {
	list-style-type: none;
	font-weight: bold;
	text-align:right;
}
#ecl_hours span {
	font-weight: normal;
	padding: 0 10px;
	float: right;
	width: 50%;
	text-align: left;
}

.ecl_hours_head {
	padding-left: 16px;
	font-size: 12pt;
	
}
.ecl_hours {
	list-style-type: none;
	font-weight: bold;
}
.ecl_hours span {
	font-weight: normal;
	padding: 0 10px;
	width: 50%;
}

.left_hours{
	text-align: left;
}

.right_day{
	text-align: right;
}

#about #right .floatLeft { float:left; display:inline; margin: 0 0 0 50px; padding: 0; width:250px; }
#about #right .floatRight { float:right; display:inline; margin: 0 50px 0 0; padding: 0; width:250px; }

#header_right_new {position: relative; float: left; width:405px; margin-right:20px; }
#header_right_new ul {
	margin:0;
	padding: 24px 0 0;
	list-style-type: none;
}
#header_right_new li {
	float:left;
	margin:0px;
	padding:0px;
}
#header_right_new li a {
	display:block;
	height:41px;
	text-indent: -9000px;
	background: url(../images/lg_logos.jpg);
}
#header_right_new li a#chrysler {
	width:118px;
	background-position: 0px;
}
#header_right_new li a#dodge {
	width:42px;
	background-position: -118px;
}
#header_right_new li a#jeep {
	width:57px;
	background-position: -160px;
}
#header_right_new li a#chevy {
	width:70px;
	background-position: -217px;
}
#header_right_new li a#buick {
	width:42px;
	background-position: -287px;
}
#header_right_new li a#pontiac {
	width:27px;
	background-position: -329px
}
#header_right_new li a#cadillac {
	width:49px;
	background-position: -356px;
}


#headerlogos { float: right; margin: 0 10px 0 0; padding: 24px 0 0; list-style-type: none; }
#headerlogos li { float:left; margin:0px 0px 0 0; padding:0px; }
#headerlogos li a { display:block; height:41px; text-indent: -9000px; background: url(../images/lg_logos.jpg); }
#headerlogos li a#chrysler { width:118px; background-position: 0px; }
#headerlogos li a#dodge { width:99px; background: url('../images/dodgeLogo_bg.png') no-repeat 0px center; }
#headerlogos li a#jeep { width:57px; background-position: -160px; }
#headerlogos li a#chevy { width:70px; background-position: -217px; }
#headerlogos li a#buick { width:42px; background-position: -287px; }
#headerlogos li a#pontiac { width:27px; background-position: -329px }
#headerlogos li a#cadillac { width:49px; background-position: -356px; }


#headersocial { float:right; margin: 20px 0 0; padding: 0; list-style-type: none; width: 120px; }
#headersocial li { float:left; margin: 0 10px 0 0px; padding: 0; }
#headersocial li a { display:block; width:33px; height:33px; text-indent: -9000px; background: url(../images/socialtop.png) no-repeat; }
#headersocial li a#facebook { background-position: 0px 0px; }
#headersocial li a#blogger { background-position: -33px 0px; display: none;}

#headersocial li#socialMedia_first {
	margin-left: 22px;
}

#headersocial li#socialMedia_text {
	clear: left;
	text-align: center;
	width: 100%;
}

p.headerphone { float:left; display:inline; margin: 25px 0 0 4px; font-size:20px; color:#3E1FF9; padding: 0; font-weight: bold; text-align: center; text-transform: uppercase; }

#header_mid { width: 175px; padding: 0;}
ul#header_mid_list {margin-top: 15px; width: 120px;}
ul#header_mid_list li {  font-size: 20px; border: none; padding: 7px 0 3px 0;}
#header_right {position: relative; float: left; /*margin-right: 70px; width: 340px;*/ width:405px; margin-right:20px; }
#header_right_list { }
.rightSponsor {position: absolute; top: 14px; left: 425px;}

#topsocial { float:right; margin: 4px 0 0; padding: 0; list-style-type:none; }
#topsocial li { margin: 0; padding: 0; }
#topsocial li a { display:block; width:181px; height:41px; text-indent: -9000px; background: url(../images/social_lg.png) no-repeat; *background: url(../images/social_lg.jpg) no-repeat; }
#topsocial li a#facebook { background-position: 0px 0px; }
#topsocial li a#blog { background-position: -181px 0px; display: none; }


/*****MPG temp fix*****/

.inventory_gogreen_mpg , #gaspump {
}

#inventory .filterList span.expandable {
	display: none;
}

#inventory .categoryitems {
	display: block !important;
}


#employLeft {  margin: 10px; padding: 0; float:left; width:320px; border-right:1px dotted #ccc; }
#employRight {  margin: 10px; padding: 0; float:left; width:320px; }
#employLeft h3, #employRight h3 { color:#595959; margin: 15px 0; font-size:16px; }
#employLeft .input_element, #employRight .input_element { font-size:12px; padding: 3px;  width:170px !important;}
#employment form.validation .inline .validationIcon, form.validation .inline .input_element { }
#employSubmit { clear:both; padding: 10px; width:280px; margin: 10px auto; }
#employSubmit input#vehicle_question_submit { margin: 10px 0; width:280px; height:40px; line-height: 40px; text-align: center; font-size:12px; color:#565656; background: #ccc; border:1px solid #c6c6c6;  *margin-top:10px; }
#employSubmit input#vehicle_question_submit:hover { color:#d0131a;  cursor: pointer; }
