@charset "UTF-8";

@import url(http://images1.ecarlist.com/sites/default/default_white/css/globalInner.css);
@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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
#page_bkgd {
	padding:0px;
	margin:0px auto;
	background:url(../images/page_bkgd.jpg) no-repeat center top;
}
#wrapper {
	width:980px;
	margin:0px auto;
	padding:0px;
}
#header {
	width:980px;
	height:135px;
	margin:0px;
	padding:0px;
}
#main_content {
	width:980px;
	margin:0px;
	padding:0px;
}
.clear {
	margin:0px;
	padding:0px;
	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: #007cc3 !important;		/* Set primary color. Vehicle Titles */	
}
.color_sec { 
	color: #007cc3 !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: 10px;
	margin-left:10px;
}
#rightColumn, #right {
	float:right;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 690px;
	padding: 0px;
	margin-top: 10px;
	margin-right:10px;
}


/* ##########################################
###             header                    ###
########################################## */

#header_left {
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	width:279px;
	height:105px;
	background:url(../images/top_logo.gif) no-repeat left top;
}
#header_left h1 {
	margin:0px;
	padding:0px;
}
#header_left h1 a {
	display:block;
	width:275px;
	height:100px;
	text-indent:-9000px;
}
#header_right {
	float:right;
	display:inline;
	margin:0px;
	width:257px;
	height:87px;
	background:url(../images/header_right.gif) no-repeat right top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 130px;
	text-align:right;
}
#header_right h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	color:#007cc3;
}

#header_right ul#contact_info{
	background: #fff;
	width: 255px;
	height: 103px;
	border: 1px dotted #444;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	color:#007cc3;
	list-style-type: none;
	font-weight: bold;
}

#header_right ul#contact_info li {
	padding: 2px 5px 2px 0px;
	display: inline;
	float: right;
	width: 250px;
}

#header_right ul#contact_info li.contact_alt {
	background: #007CC3;
	color: #f7f7f7;
}

.social {
	margin:5px 0px 0px;
	padding:0px;
	list-style-type:none;
}
.social li {
	float:right;
	margin-left:10px;
}

/* ##########################################
###          #-navigation                 ###
########################################## */

#navigation {
	width:980px;
	height:35px;
	border-bottom:10px solid #007cc3;
	background: url(../images/nav_bkgd.gif) no-repeat center top;
	padding: 0px;
	margin:0px 0px 9px 0px;
}

#priNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#priNav li {
	margin:0px;
	padding:0px;
	float:left;
}
#priNav li a {
	display:block;
	height:35px;
	text-indent:-9000px;
	background:url(../images/priNav.gif);
}
#priNav li a#menu0 {
	width:99px;
	background-position:0px;
}
#priNav li a#menu1 {
	width:95px;
	background-position:-99px;
}
#priNav li a#menu2 {
	width:80px;
	background-position:-194px;
}
#priNav li a#menu3 {
	width:76px;
	background-position:-274px;
}
#priNav li a#menu4 {
	width:122px;
	background-position:-350px;
}
#priNav li a#menu5 {
	width:86px;
	background-position:-472px;
}
#priNav li a#priNav_Contact_Us {
	width:102px;
	background-position:-558px;
}

/* rollover states */
#priNav li a#menu0:hover {
	width:99px;
	background-position:-660px;
}
#priNav li a#menu1:hover {
	width:95px;
	background-position:-759px;
}
#priNav li a#menu2:hover {
	width:80px;
	background-position:-854px;
}
#priNav li a#menu3:hover {
	width:76px;
	background-position:-934px;
}
#priNav li a#menu4:hover {
	width:122px;
	background-position:-1010px;
}
#priNav li a#menu5:hover {
	width:86px;
	background-position:-1132px;
}
#priNav li a#priNav_Contact_Us:hover {
	width:102px;
	background-position:-1218px;
}

#priNav li ul {
	display:none;
}

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

#dropmenudiv, #dropmenudiv_firefox {
	background:#007cc3;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

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

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover {
	color:#fff;	
	background:#000 url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat scroll 2px center;
}


/* ##########################################
###              #-footer                 ###
########################################## */

#footer {
	width:980px;
	margin:11px 0px 20px 0px;
	padding:36px 0px 0px;
	background:url(../images/footer_blue_strip.gif) no-repeat center top;
}
#footer p{
	font-size:9px;
	color:#999;
}

#footer_left {
	float:left;
	width:430px;
	margin:0px;
	padding:0px;
}
#footer_right {
	float:right;
	width:190px;
	margin:0px;
	padding:0px;
}
#footer_mid {
	float:right;
	width:130px;
	padding:0p;
	margin:0px 62px 0px 0px;
}
#footer_mid h1 {
	margin:6px 0px 0px;
	padding:0px;
}
#footer_mid h1 a {
	display:block;
	width:126px;
	height:33px;
	background:url(../images/ecarlist.gif);
	text-indent:-9000px;
}
#footer_mid h1 a:hover {
	background-position:-126px;
} 
#footerNav {
	margin:9px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#footerNav li {
	display:inline;
	margin:0px;
	padding:0px 4px;
	border-right:1px solid #999;
	font-size:9px;
}
#footerNav li:last-child {
	border:none;
}
#footerNav li a {
	color:#999;
	text-decoration:none;
}
#footerNav li a:hover {
	color:#026ba8;
}

#ec_footer {
	margin:9px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#ec_footer li {
	display:inline;
	margin:0px;
	padding:0px 4px;
	border-right:1px solid #999;
	font-size:9px;
}
#ec_footer li:last-child {
	border:none;
}
#ec_footer li a {
	color:#999;
	text-decoration:none;
}
#ec_footer li a:hover {
	color:#026ba8;
}

#cmsFooter {
	margin:9px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#cmsFooter li {
	display:inline;
	margin:0px;
	padding:0px 4px;
	border-right:1px solid #999;
	font-size:9px;
}
#cmsFooter li:last-child {
	border:none;
}
#cmsFooter li a {
	color:#999;
	text-decoration:none;
}
#cmsFooter li a:hover {
	color:#026ba8;
}


/* ##########################################
###           #-home page                 ###
########################################## */

#home_specials {
	float:left;
	width:676px;
	height:225px;
	padding:0px 5px 4px 0px;
	/* background:url(../images/home_specials_placeholder.jpg) no-repeat center top; */
}
#home_video {
	float:right;
	width:271px;
	height:221px;
	margin:0px;
	padding:4px 0px 5px 10px;
	background:url(../images/video_placeholder.jpg) no-repeat center top;
}
#new_vehicles {
	margin:10px 0px 0px;
	padding:0px;
	width:980px;
	background:#fff;
	/* background:url(../images/new_vehicles_bkgd.jpg) no-repeat center top; */
}
#new_vehicles_bar {
	margin:0px;
	padding:0px;
	width:980px;
	height:23px;
	text-align:center;
	line-height:23px;
	background:url(../images/new_vehicles_bar.gif) no-repeat center top;
}
#blue_line {
	padding:0px;
	width:980px;
	height:10px;
	background:#007cc3;
	margin:13px 0px 6px 0px;
}
#home_ql {
	float:left;
	width:280px;
	height:233px;
}
#links_quick {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#links_quick li {
	margin:0px;
	padding:0px;
}
#links_quick li a {
	display:block;
	width:280px;
	background:url(../images/quicklinks.gif);
	text-indent:-9000px;
}
#links_quick li a#intspecials {
	height:44px;
	background-position:0px 0xp;
}
#links_quick li a#incentives {
	height:48px;
	background-position:0px -44px;
}
#links_quick li a#hours {
	height:49px;
	background-position:0px -92px;
}
#links_quick li a#quick {
	height:48px;
	background-position:0px -141px;
}
#links_quick li a#jobs {
	height:44px;
	background-position:0px -189px;
}

/* rollover states */
#links_quick li a#intspecials:hover {
	height:44px;
	background-position:-280px 0px;
}
#links_quick li a#incentives:hover {
	height:48px;
	background-position:-280px -44px;
}
#links_quick li a#hours:hover {
	height:49px;
	background-position:-280px -92px;
}
#links_quick li a#quick:hover {
	height:48px;
	background-position:-280px -141px;
}
#links_quick li a#jobs:hover {
	height:44px;
	background-position:-280px -189px;
}

#featured {
	float:right;
	margin:0px;
	width:240px;
	height:215px;
	padding:7px 5px 9px 5px;
	background:url(../images/featured_vehicles_blank.gif) no-repeat center top;
	overflow:hidden;
}
#featured h2{
	color:#656565;
	font-weight: bold;
	padding-left: 5px;
	font-size: 14px;
}
#featuredVehicles_title {
	display:none;
}

#home #random_list_item {
	height:110px;
	padding:0px;
	margin:0px 11px;
	font-size:10px;
}

#random_list_location #random_list_item a {
	font-size: 10px;
	line-height: 10px;
}

#home_middle_buttons {
	width:429px;
	height:230px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
	list-style-type:none;
}
#home_middle_buttons li {
	margin:0px 0px 3px 0px;
	padding:0px;
}
#home_middle_buttons li a {
	display:block;
	width:429px;
	height:114px;
	background:url(../images/mid_bttns_2.jpg);
	text-indent:-9000px;
}
#home_middle_buttons li a#sales {
	background-position:0px 0px;
}
#home_middle_buttons li#place {
	display:block;
	width:429px;
	height:114px;
	background:url(../images/home_middle_buttons.jpg);
	background-position:-429px -114px;
	text-indent:-9000px;
}
/*
#home_middle_buttons li a#sales:hover {
	background-position:-429px 0px;
}
*/
/* #home_middle_buttons li a#place:hover {
	background-position:-429px -114px;
} */

#home .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:transparent url(http://images1.ecarlist.com/sites/hondakaty/images/arrow_left.gif);
	cursor:pointer;
	height:18px;
	left:939px;
	position:absolute;
	top:153px;
	width:18px;
	z-index: 100;
}
#home .jcarousel-skin-tango .jcarousel-next-horizontal {
	background:transparent url(http://images1.ecarlist.com/sites/hondakaty/images/arrow_right.gif);
	cursor:pointer;
	height:18px;
	position:absolute;
	top:153px;
	width:18px;
	z-index: 100;
	right: 1px;
}
#home .jcarousel-skin-tango .jcarousel-clip-horizontal {
	height:146px;
	width:960px;
	position: relative;
	left: 10px;	
}
#home #new_vehicles li {
	border-right:1px dotted #000;
	width:193px;	
}
#home #new_vehicles li a {
	font-size:16px;
	color:#3c77bd;
	text-decoration:none;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#home #new_vehicles li span {
	font-size:12px;
	font-weight:normal;
	color:#152849;
}
#home #showAllButton {
	font-size:9px;
	color:#3c77bd;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
} 
#home #new_vehicles_top {
	height:15px;
}
#home #player {
	width:275px;
	height:225px;
}

#home .toolTipInner_price {
	color:#007cc3;
}

/* #################################################
###             #=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;
	width:240px;
}
#inventory #rightColumn {
	display:inline;
	width:709px;
}


/* 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;
	color:#007cc3;
}

/* Search Filter List Container Boxes */
#inventory .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 */
#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:  ;
	font-size:  ;
	padding:  ;
}

/* 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:#007cc3;    /* 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;
	border:1px solid #E8E8E8;
	background-color:#F9F9F9;
	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 {
	border:none;
	background: #007cc3;
}

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

/* Top Search Bar Styles */
#inventory #searchBar {
	background:url(../images/inventory_bar.gif) no-repeat center top;
	padding:0px 0px 5px 0px;
	margin:0px 0px 4px 0px;
	border:none;
}

/* Sort Bar underneath Search Bar */
#inventory #sort_bar {
	background:url(../images/inventory_bar.gif) no-repeat center top;
	padding:0px 8px 10px 8px;
	margin:0px 0px 4px 0px;
	line-height:33px;
	border:none;
}

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

/* Vehicle Title */
#inventory .inventory_v2_details h4 a {
	color:  ;  /* Make sure you set this */
}

.inventory_v2_image {margin-right: 5px; width: 119px}
.inventory_v2_image a {display: block; position: relative;}
.inventory_v2_image .largeImage {width: 117px; z-index: 100;}
.inventory_v2_image a:hover .largeImage {display: block; left: -30px; position: absolute; top: -20px; width: 200px;}

.inventory_v2_details {width: 335px;}


#inventory .price_line_1 {
	color:  ; 
	font-size:  ;
	margin-top: 15px;
	padding-bottom:3px;
}

#inventory .price_title {
	font-size: 13px;
	margin-top: -37px;
	*margin-top: -45px;
}

/* 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:220px;
}
.inventory_v2_price_right {
	width: 110px; min-height: 35px; height:auto !important; height:35px; 
}

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

#inventory .inventory_v2_row.alt_row {
	background: #7fb0d0
}
#inventory .filterList li a {
	background: url(http://images1.ecarlist.com/sites/images/listingImages/arrowHondaBlue.gif) no-repeat scroll 2px center;
	color:#666;
	font-weight:normal;
	line-height:125%;
	padding:0 2px 0 12px;
	text-decoration:none;
	width:125px;
}
#inventory .filterList li a:hover {
	background:#007cc3 url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat scroll 2px center;
	color:#fff;
	font-weight:normal;
	line-height:125%;
	padding:0 2px 0 12px;
	text-decoration:none;
	width:125px;
}

#inventory #stockVinSearch {
	padding:10px 0px 10px 10px;
	border:1px solid #E8E8E8;
	background:#F9F9F9;
	margin:5px 0px;
}


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


#vehicle #vehicle_v2_sidebar_links li a {
	background: url(http://images1.ecarlist.com/sites/images/listingImages/arrowHondaBlue.gif) no-repeat scroll 2px center;
	color:#666;
	font-weight:normal;
	line-height:125%;
	padding:0 2px 0 12px;
	text-decoration:none;
	width:125px;
}
#vehicle #vehicle_v2_sidebar_links li a:hover {
	background:#007cc3 url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat scroll 2px center;
	color:#fff;
	font-weight:normal;
	line-height:125%;
	padding:0 2px 0 12px;
	text-decoration:none;
	width:125px;
}

#vehicle_contact span{ font-size:16px; font-weight:bold;}



/* 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: 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 .price_title {
	font-weight: bold;
	font-size: 16px;
}

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

#about #site_logoSection {
	display:none;
}
#about #left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
	width:240px;
}
#about #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
}
#about #dealer_contact {
	border:1px solid #E8E8E8;
	background-color: #F9F9F9;
	padding:10px;
}
#about #dealer_contact h2 {
	font-size:16px;
	padding-bottom:10px;

}
#about #dealer_contact .section {
	font-size:12px;
}
#about #dealer_contact .section input {
	margin-bottom:10px;
	width:210px;
}
#about #dealer_contact .section select {
	margin-bottom:10px;
}
#about #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;
}


/* #################################################
###                  #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:#152849;
}
#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:240px;
}
#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:#152849;
}
#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:240px;
}
#specials #right {
	display:inline;
	margin-left:0px;
	margin-right:15px;
	margin-top:15px;
	padding:0px;
}

#specials #right h2 {
color:#016AA7;
font-size:18pt;
font-weight:normal;
margin:0 auto 5px;
text-align:left;
}

#specials #dealer_contact {
	border:1px solid #E8E8E8;
	background-color: #F9F9F9;
	padding:10px;
}
#specials #dealer_contact h2 {
	font-size:16px;
	padding-bottom:10px;

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


/* #################################################
###                  #financing                  ###
################################################ */

#financing #financeLeft {
	display:inline;
	margin-left:10px;
}

#financing #financeLeft p{
	font-size:12px;
	line-height:18px;
	padding-bottom:5px;
	color:#666;
}

#financing #financeLeft h2{
	color:#007CC3;
}

#financing #financeRight {
	display:inline;
	margin-right:10px;
}
#financing #sidebar_address a#getdirections:hover {
	color:#007cc3;
}


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

#contact #site_logoSection {
	display:none;
}
#contact #left {
	width:240px;
	margin-top:0px;
}

#contact #sidebar_address {
	background:#f9f9f9;
	border:1px solid #e8e8e8;
	clear: both;
	margin-bottom:5px;
	margin-top:15px;
	margin-bottom:15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}
#contact #sidebar_address_head {
	font-size:14px;
	padding-left:20px;
	padding-top:10px;
	color:#444;
		
}
#contact #sidebar_address .floatleft p {
	font-size:12px;
	color:#444;
}
#contact #sidebar_address .floatleft {
	padding-left:10px;
	margin-bottom:15px;
	margin-top:10px;
}
#contact #sidebar_address #getdirections {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}

#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;
}
#contact #sidebar_address a#getdirections:hover {
	color:#007cc3;	
}
#contact #left img {
	margin: 15px 0;
	padding: 0;
}

#quick {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#quick li {
	margin:0px;
	padding:0px;
}
#quick li a {
	display:block;
	width:225px;
	height:35px;
	line-height:30px;
	text-decoration:none;
	color:#666;
	background:url(../images/quicklinks_bttn.gif);
	padding-left:15px;
}
#quick li a:hover {
	color:#007cc3;
	background-position:-240px;
}

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

/* #################################################
###                   #news                      ###
################################################ */

#news #site_logoSection {
	display:none;
}
#news #left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
	width:240px;
}
#news #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
}
#news #dealer_contact {
	border:1px solid #E8E8E8;
	background-color: #F9F9F9;
	padding:10px;
}
#news #dealer_contact h2 {
	font-size:16px;
	padding-bottom:10px;

}
#news #dealer_contact .section {
	font-size:12px;
}
#news #dealer_contact .section input {
	margin-bottom:10px;
	width:210px;
}
#news #dealer_contact .section select {
	margin-bottom:10px;
}
#news #dealer_contact .section textarea {
	margin-bottom:10px;	
	width:210px;
}


/* #################################################
###                   #jobs                      ###
################################################ */


#jobs #site_logoSection {
	display:none;
}



#jobs #right ul {
	list-style-type:none;	
}
#jobs #employLeft {
	width:310px;
	float:left;
	display:inline;
}
#jobs #employRight {
	width:310px;
	float:right;
}
#jobs #employLeft input {
	margin-bottom:5px;
	width:200px;
}
#jobs #employLeft select {
	margin-bottom:10px;
	width:200px;
}
#jobs #employRight input {
	margin-bottom:5px;
	width:200px;
}
#jobs #employRight textarea {
	margin-bottom:5px;
	width:200px;
}
#jobs #vehicle_question_submit {
	margin-top:30px;
	margin-left:70px;
}

#jobs #left {
	width:240px;
	margin-top:0px;
}
#jobs #right {
	width:650px;	
}

#jobs #right h3 {
	margin:10px 0px;
}

#jobs #sidebar_address {
	background:#f9f9f9;
	border:1px solid #e8e8e8;
	margin-bottom:5px;
	margin-top:15px;
	margin-bottom:15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}
#jobs #sidebar_address a#getdirections:hover {
	color:#007cc3;
}
#jobs #sidebar_address_head {
	font-size:14px;
	padding-left:20px;
	padding-top:10px;
	color:#444;
		
}
#jobs #sidebar_address .floatleft p {
	font-size:12px;
	color:#444;
}
#jobs #sidebar_address .floatleft {
	padding-left:10px;
	margin-bottom:15px;
	margin-top:10px;
}
#jobs #sidebar_address #getdirections {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}


#hrs {
	padding:5px;	
}

p.job_title {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}
#job_duties {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#home .new_vehicle_popup {
	width:104px;
	height:44px;
	margin:0px;
	padding:0px;
	background:url(../images/mpg_bkgd.png) no-repeat center top;
}

* html #home .new_vehicle_popup {
	width:104px;
	height:44px;
	margin:0px;
	padding:0px;
	background:url(../images/mpg_bkgd_ie.png) no-repeat center top;
}
#home .new_vehicle_popup .nvp_hwy {
	float:left;
	color:#333;
	display:inline;
	margin-left:10px;
	margin-top:6px;
	text-align:center;
	font-size:12px;
}
#home .new_vehicle_popup .nvp_city {
	float:right;
	color:#333;
	display:inline;
	margin-right:10px;
	margin-top:6px;
	text-align:center;
	font-size:12px;
}

#job_wrap {
	padding:20px;
}


/* chat code styles */

#home_chat_placer { padding: 0; width:161px; height:29px; text-indent: -9000px; background: url(../images/smartchatbttn.gif) no-repeat left top;
}

#contact #home_chat_placer {
	float: none;
}

#vehicle_chat_placer {
	margin:0 0 20px 40px;
}

#navigation #blackbook {
	float:left;
	margin: 5px 1px 0 0px;
	width:150px; height:29px;
}

.lpStaticButtonAddTextTD, .lpPoweredBy, .lpEmtStarRating {display: none;}

#blackbook a, #blackbook img {border: none; text-decoration: none;}
#leftColumn #blackbook a {margin-left: 15px;}

/* #################################################
###             #testimonials                    ###
################################################ */

#testimonials #site_logoSection {
	display:none;
}
#testimonials #left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
	width:240px;
}
#testimonials #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
}
#testimonials #dealer_contact {
	border:1px solid #E8E8E8;
	background-color: #F9F9F9;
	padding:10px;
}
#testimonials #dealer_contact h2 {
	font-size:16px;
	padding-bottom:10px;

}
#testimonials #dealer_contact .section {
	font-size:12px;
}
#testimonials #dealer_contact .section input {
	margin-bottom:10px;
	width:210px;
}
#testimonials #dealer_contact .section select {
	margin-bottom:10px;
}
#testimonials #dealer_contact .section textarea {
	margin-bottom:10px;	
	width:210px;
}

#whywrap { width:945px; padding: 15px; margin: 0 auto; background: #fff; }
#why_buy_certified #whywrap h2 { font-size:24px; margin-bottom: 20px; color:#333; }  
#why_buy_certified #whywrap h3 { margin: 45px 0 10px; font-size:20px; color:#444; border-bottom: 1px solid #bbb; }
#why_buy_certified #whywrap p { font-size:12px; line-height: 18px; color:#4A4A4A; }
#why_buy_certified #whywrap p.title { margin: 20px 0 5px; padding: 0; font-weight: bold; font-size:14px; }
#why_buy_certified #whywrap ul { margin: 0; padding: 10px 0 10px 20px; list-style-type:square; }
#why_buy_certified #whywrap li { margin: 0; padding: 3px 0; font-size:12px; color:#4a4a4a; }
#chartlegend { float:right; width:275px; padding: 5px; background:#f3fbfd; margin: 5px 0 0 15px; border:1px solid #e4f3f8; }
#chartlegend p { margin: 0; padding: 0 0 5px; font-weight: bold; }
#why_buy_certified #whywrap #chartlegend ul { margin: 0; padding: 0; list-style-type: none; }
#why_buy_certified #whywrap #chartlegend li { font-size:11px; }
p#powertrainchart { float:left; width:649px; height:226px; text-indent: -9000px; background: url(../images/chart/PowertrainChart.jpg) no-repeat left top; }
p#nonpowertrainchart { float:left; width:649px; height:326px; text-indent: -9000px; background: url(../images/chart/NonPowertrainChart.jpg) no-repeat left top; }
.coveredbox { float:right; width:265px; margin: 0; padding: 10px; background:url(../images/chart/BlueBgTop.jpg) no-repeat right top; }
#why_buy_certified #whywrap .coveredbox  p { font-size:12px; margin: 0; padding: 0; }
#why_buy_certified #whywrap .coveredbox  p.big { font-weight: bold; font-size: 14px; }
#why_buy_certified #whywrap .coveredbox ul { margin: 0; padding: 10px 0 10px 20px; list-style-type:square; }
#why_buy_certified #whywrap .coveredbox li { margin: 0; padding: 3px 0; font-size:12px; color:#4a4a4a; }
.ptrain { height:226px; }

#certifiedrightbox { float:right; margin: 0 0 0 15px; width:250px; height:354px; padding: 88px 23px 0 124px; background: url(../images/chart/right-bg.jpg) no-repeat left top; }
#certifiedrightbox a#view { display:block; width:193px; height:29px; margin: 0; padding: 0; text-indent: -9000px; background: url(../images/chart/view.jpg) no-repeat left top; }
#certifiedrightbox a#view:hover { background-position: -193px 0px; }

a#autotraderhome { float:right; display:inline; }
a#blackbook { float:right; display:inline; }
#cmsFooter { display:none; }

#cert_logo_big {
	float: right;
	display: inline;
	clear: right;
}

#carfaxLeft_image {
	float: right;
	display: inline;
	clear: right; margin-bottom: 5px;
}

#navigation a#homechat { float:right; margin: 5px 0 0; padding: 0; width:161px; height:29px; text-indent: -9000px; background: url(../images/smartchatbttn.gif) no-repeat left top; }
a#homechat { float:left; margin: 5px 0 0; padding-bottom:10px; width:161px; height:29px; text-indent: -9000px; background: url(../images/smartchatbttn.gif) no-repeat left top; }

a#autotraderhome {
display:none;
float:right;
}

#topsocial { float:right; display:inline; margin:5px 0 0 5px; padding: 0; list-style-type: none; }
#topsocial li { float:left; margin: 0 7px 0 0; padding: 0; }
#topsocial li a { display:block; width:30px; height:31px; text-indent: -9000px; background: url(../images/topsocial.png) no-repeat; }
#topsocial li a#facebook { background-position: 0px 0px; }
#topsocial li a#youtube { background-position: -30px 0px; }
#topsocial li a#twitter { background-position: -60px 0px; }
