@charset "utf-8";

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

@import url(../../default/default_white/css/globalInner.css);
@import url(../../common/dropdown.css);
@import url(../../common/similar_vehicles.css);
@import url(../../common/vehicle_v2_sidebar_links.css);
@import url(../../common/v2_top_search.css);
@import url(../../common/vehicle_v2_top.css);
@import url(../../common/vehicle_v2_vitals.css);
@import url(../../common/vehicle_v2_tools.css);
@import url(../../common/vehicle_v2_details.css);
@import url(../../common/news_sidebar.css);
@import url(../../common/news.css);
@import url(../../common/inventory_v2_sidebar_filters.css);
@import url(../../common/inventory_v2_right.css);
@import url(../../common/inventory_v2_sidebar_contact.css);
@import url(../../common/new_vehicles.css);
@import url(../../common/featured_vehicles.css);
@import url(../../common/sitemap.css);
@import url(../../common/specials_footer.css);
@import url(../../common/specials.css);
@import url(../../common/common_classes.css);
@import url(../../common/columns.css);
@import url(../../common/dropdown.css);

/*### =main styles ###
####################*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff;		
	min-width: 980px;							/* 980px; */
}

p { 
	margin: 5px 0;
}

a {
	color: #666;
	text-decoration:none;
}
a:link {}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:visited {}
a:active { outline:none; }
a:focus { outline-style: none; }

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


/*### =structure ###
##################*/
#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: 0px;
}
#rightColumn, #right {
	float:right;
	display:inline;  /* Fix for double margin bug in IE 6 */
	width: 695px;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width:980px;
	margin: 0 auto;
	padding:0;
}

/* ###########################################
###          #main block styles            ###
########################################## */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width:980px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
#left_main_column {
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	width:272px;
}
#right_column_main {
	float:right;
	display:inline;
	margin:0px;
	padding:0px;
	width:695px;
}
#main_logo {
	width:272px;
	height:137px;
	padding:0px;
	margin:0px;
	background:url(../images/logo_main.gif);
	background-repeat:no-repeat;
}
#main_logo h1 {
	margin:0px;
	padding:0px;	
}
#main_logo h1 a {
	display:block;
	width:270px;
	height:100px;
	text-indent:-9000px;
}
#address_block {
	width:222px;
	height:93px;
	padding-left:50px;
	background:url(../images/address_block.gif);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#address_block h1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 28px;
}
#address_block h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}
.left_divider {
	width:272px;
	height:19px;
	margin:0px;
	padding:0px;
	background:url(../images/div_line_left.gif);
}
#footer {
	width:980px;
	padding-top:40px;
	background:url(../images/footer_strip.gif) no-repeat center top;
	margin-top: 6px;
	margin-bottom: 10px;
}
#footer h1 {
	float:right;
	margin:0px;
	padding:0px;
}
#footer h1 a {
	display:block;
	width:140px;
	height:32px;
	text-indent:-9000px;
	background:url(../images/ecarlist.gif);
}
#footer h1 a:hover {
	background-position:-140px;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}

/* ###########################################
###         #primary navigation            ###
########################################## */

#priNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#priNav li {
	width:272px;
	height:35px;
	padding:0px;
	margin-bottom:5px;
}
#priNav li a {
	display:block;
	width:272px;
	height:35px;
	background:url(../images/priNav2.gif);
	text-indent:-9000px;
}

#priNav li ul { display: none; }

#priNav li a#priNav_home {
	background-position:0px 0px;
}
#priNav li a#priNav_inventory {
	background-position:0px -35px;
}
#priNav li a#priNav_vehicle_finder {
	background-position:0px -70px;
}
#priNav li a#priNav_financing {
	background-position:0px -105px;
}
#priNav li a#priNav_services {
	background-position:0px -140px;
}
#priNav li a#priNav_we_buy_cars {
	background-position:0px -175px;
}
#priNav li a#priNav_shipping {
	background-position:0px -210px;
}
#priNav li a#menu0 {
	background-position:0px -245px; position: relative;
}
/* rollover styles */
#priNav li a#priNav_home:hover {
	background-position:-272px 0px;
}
#priNav li a#priNav_inventory:hover {
	background-position:-272px -35px;
}
#priNav li a#priNav_vehicle_finder:hover {
	background-position:-272px -70px;
}
#priNav li a#priNav_financing:hover {
	background-position:-272px -105px;
}
#priNav li a#priNav_services:hover {
	background-position:-272px -140px;
}
#priNav li a#priNav_we_buy_cars:hover {
	background-position:-272px -175px;
}
#priNav li a#priNav_shipping:hover {
	background-position:-272px -210px;
}
#priNav li a#menu0:hover {
	background-position:-272px -245px; position: relative;
}

/* inventory and vehicle pages nav */
#invNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#invNav li {
	display:block;
	padding:0px;
}
#invNav li a {
	display:block;
	width:272px;
	height:18px;
	margin-bottom:5px;
	text-indent:-9000px;
	background:url(../images/priNav_inventory2.gif);
}

#invNav li ul { display: none; }

#invNav li a#invNav_home {
	background-position:0px 0px;
}
#invNav li a#invNav_inventory {
	background-position:0px -18px;
}
#invNav li a#invNav_vehicle_finder {
	background-position:0px -36px;
}
#invNav li a#invNav_financing {
	background-position:0px -54px;
}
#invNav li a#invNav_services {
	background-position:0px -72px;
}
#invNav li a#invNav_we_buy_cars {
	background-position:0px -90px;
}
#invNav li a#invNav_shipping {
	background-position:0px -108px;
}
#invNav li a#menu0 {
	background-position:0px -126px;  position: relative;
}

/* hover states */
#invNav li a#invNav_home:hover {
	background-position:-272px 0px;
}
#invNav li a#invNav_inventory:hover {
	background-position:-272px -18px;
}
#invNav li a#invNav_vehicle_finder:hover {
	background-position:-272px -36px;
}
#invNav li a#invNav_financing:hover {
	background-position:-272px -54px;
}
#invNav li a#invNav_services:hover {
	background-position:-272px -72px;
}
#invNav li a#invNav_we_buy_cars:hover {
	background-position:-272px -90px;
}
#invNav li a#invNav_shipping:hover {
	background-position:-272px -108px;
}
#invNav li a#menu0:hover {
	background-position:-272px -126px;  position: relative;
}

/*dropdown menu*/

#dropmenudiv, #dropmenudiv_firefox{
	margin-left:273px;
	margin-top: -35px;
	position:absolute;
	top:5px;
	font:normal 9pt Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:1000;
	text-align:left;
	padding: 0px;
	width:100%;
	border-top: none;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	z-index:1000;
	display: block;
	white-space:nowrap;
	width:100%;
	background: #777;
	color: #fff;
	padding: 3px 0px;
	font-family: helvetica;
  	font-weight: normal;
  	font-size: 11px;
	text-indent: 5px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover { 
	background: #555;
	color: #fff;
	font-weight: normal;
	font-family: helvetica;
}


#inventory #dropmenudiv, #vehicle #dropmenudiv, #inventory #dropmenudiv_firefox, #vehicle #dropmenudiv_firefox{
	margin-left:273px;
	margin-top: -18px;
	position:absolute;
	top:5px;
	font:normal 9pt Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:1000;
	text-align:left;
	padding: 0px;
	width:100%;
	border-top: none;
}

#inventory #dropmenudiv a, #vehicle #dropmenudiv a, #vehicle #dropmenudiv_firefox a, #inventory #dropmenudiv_firefox a {
	z-index:1000;
	display: block;
	white-space:nowrap;
	width:100%;
	background: #777;
	color: #fff;
	padding: 3px 0px;
	font-family: helvetica;
  	font-weight: normal;
  	font-size: 11px;
	text-indent: 5px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#inventory #dropmenudiv a:hover, #vehicle #dropmenudiv a:hover, #vehicle #dropmenudiv_firefox a:hover, #inventory #dropmenudiv_firefox a:hover { 
	background: #555;
	color: #fff;
	font-weight: normal;
	font-family: helvetica;
}



/* ###########################################
###          #footer navigation            ###
########################################## */

#footerNav {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#footerNav li {
	display:inline;
	margin:0px;
	padding-left:3px;
	padding-right:3px;
	border-right:1px solid #999;
	font-size:10px;
}
#footerNav li:last-child {
	border:none;
}
#footerNav li a {
	color:#999;
	text-decoration:none;
}
#footerNav li a:hover {
	text-decoration:underline;
}

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

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


/* ###########################################
###               #home styles             ###
########################################## */
#left_rail_bttns { width:272px;}
#left_rail_bttns h1, #left_rail_bttns h2, #left_rail_bttns h3 {
	margin:0px;
	padding:0px;
}



#left_rail_bttns h1 a {
	display:block;
	width:272px;
	height:77px;
	margin:0px 0px 2px 0px;
	padding:0px;
	background:url(../images/callout39.gif);
	text-indent:-9000px;
}
#left_rail_bttns h1 a:hover {
	background-position:-272px 0;
}

#left_rail_bttns h2 a {
	display:block;
	width:272px;
	height:77px;
	background:url(../images/rail_btns_bg.gif) 0px 154px;
	text-indent:-9000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#left_rail_bttns h2 a:hover {
	background-position:-272px 154px;	
}

#left_rail_bttns h3 a {
	display:block;
	width:272px;
	height:77px;
	background:url(../images/rail_btns_bg.gif) 0px 77px;
	text-indent:-9000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#left_rail_bttns h3 a:hover {
	background-position:-272px 77px;	
}


#home_flash {
	width:695px;
	height:280px;
	margin:0px;
	padding:0px;
	background:url(../images/main_img.jpg);
}
#home #home_flash {
	background:none;
}
#makes {
	width:695px;
	height:64px;
	padding:0px;
	margin:0px 0px 8px 0px;
	background:url(../images/makes.gif);
}
#home_text_area {
	width:315px;
	min-height:200px;
	margin:0px;
	background-image: url(../images/dealership_pic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 380px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#featured_inventory {
	width:695px;
}
#featured_inventory h1 {
	display:block;
	margin:0px;
	padding:0px;
	width:695px;
	height:21px;
	background:url(../images/featured_inv_title.gif) no-repeat center top;
	text-indent:-9000px;
}

#home #random_list_item {
	margin-right:9px;
	margin-left:8px;
	height:100px;
}
#home #random_list_item a {
	font-size:10px;
}
#home #featuredVehicles_title {
	display:none;
}
#home .toolTipInner_price {
	color:#b3151b;
}

#home #home_text_area h4 {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
}
a.social_link img {
border:none;	
	
}
h4.social_link2 {
	display:inline;
}
#home #home_text_area h4 a:hover {
	background-position:-100px;	
}

a#twitter_link { 
/*	background:url(../images/twitter.gif) no-repeat;*/
	float:right;
	position:relative;
	top:-5px;
	margin:0 5px;
}

a#facebook_link {
/*	background:url(../images/facebookLink_icon.png) no-repeat;*/
/*	width:50px;*/
	float:right;position:relative;
	top:-5px;
	margin:0 5px;
	
}

a#lewisvillemitsu_link {
/*	background:url(../images/lewismitsu.gif) no-repeat;*/
	padding:0px 5px;
	position:relative;
	top:-30px;
}

#home_links {
	position:relative;
}

a#ebayhome { position:absolute;top:0;right:0;}
a#ebayhome img {
	border:none;
}
/* #################################################
###             #=inventory  page                ###
################################################ */

#inventory #leftColumn {
	width:272px;
}
#inventory #rightColumn {
	width:695px;
	margin:0px;
}

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

#inventory #site_logoSection { 
	display:none;
}

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

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

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

/* Search Filter List Header styles */
#inventory .filterList h3 {
	font-weight:bold;
	color:  ;
	font-size:  ;
	padding-left:35px;
	margin-left: 15px;
	padding-top: 00px;
	padding-right: 0px;
	padding-bottom: 0px;
}

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

/* Search Filter List Item styles */
#inventory .filterList ul li {
	color:  ;
	font-size:  ;
	padding:  ;
}

/* Search Filter List Item Hover styles  - Default is Dark Blue */
#inventory .filterList li a:hover {
	color:#fff;
	background: #cf181f url(../../images/listingImages/arrowTree_white.gif) no-repeat 2px center;
}

/* View More Button Styles */
#inventory .filterList span a {
	float:left;         /* Default is right */
	margin:10px 20px;
}

/* View More Button Style Rollover -- Make sure to change this... Len really hates the default red color! */
#inventory .filterList span a:hover {
	color:#cf181f;    /* 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:  ;
	background-color:#fff;
	background-image: url(../../lewisvilleautoplex/images/dealer_contact_red.gif); /* Dealer Contact email header image goes here */
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ed1c24;
	border-bottom-color: #ed1c24;
	border-left-color: #ed1c24;
}

/* 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:1px solid #ed1c24  ;    
	background-color:#fff  ;
}

/* 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:  ;	/* Default is 6px solid #000... I think that's too thick */
}

/* Sort Bar underneath Search Bar */
#inventory #sort_bar {
	font-size:  ;
	background:url(../../images/listingImages/bgSearchBar.gif) repeat-x scroll left top;
}

/* 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:  ;  /* Make sure you set this */
}

/* Vehicle Price   --  If you leave this as the default red color the beatings will begin... Len absolutesly f@#king HATES this */
#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;
} 


/* #################################################
###                   #=vehicle                  ###
################################################ */

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

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

#vehicle #similarVehicles {
	width:272px;
}

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

/* View More Heading */
#vehicle #vehicle_v2_sidebar_links p {
	font-size:  ;
	padding:  ;
}

/* View More List */
#vehicle #vehicle_v2_sidebar_links ul {
	padding:  ;
}

/* View More List Items */
#vehicle #vehicle_v2_sidebar_links li {
	font-size:  ;
}

/* View More List Item Rollover */
#vehicle_v2_sidebar_links li a:hover {
	color:  ;
	background-color: #333;
	background-image:  ;
	background-repeat: no-repeat; /* best to leave at this default */
	background-position: 2px center;  /* best to leave at this default */	
}

/* Breadcrumbs and share bar at top */
#vehicle #vehicle_topbar {
	background:  ;
	font-size:  ;
	color:  ;
}

/* Breadcrumbs and share bar at top Links */
#vehicle #vehicle_topbar a {
	color:  ;
}

/* Vehicle Title -- Make sure to enlarge this */
#vehicle #vehicle_title {
	font-size: 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:  ;
}

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


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


#contact #customer_tools_top {
	display:none;
}
#contact #right h1 {
	display:block;
	width:695px;
	height:22px;
	margin:0px;
	padding:0px;
	background:url(../images/contact_us_title.gif) no-repeat center top;
	text-indent:-9000px;
}
#contact #customer_tools_content_wrapper {
	background:none;
	border:none;
}

#contact .customer_tools_content_contact {
	margin-left:100px;
	
}

#contact #mapcenter {
	margin-left:25px;
}
#contact .customer_tools_right {
	float:none;
	margin:0px;
}


/* #################################################
###                  #=shipping                  ###
################################################ */

#shipping #left {
	float:right;
	display:inline;
	margin:0px;
	padding:0px;
}
#shipping #right h1 {
	display:block;
	width:695px;
	height:22px;
	margin:0px 0px 15px 0px;
	padding:0px;
	background:url(../images/shipping_title.gif) no-repeat center top;
	text-indent:-9000px;
}
#shipping #right h2 {
	font-size:13pt;
	padding-bottom:15px;
}


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

#notify #notify_middle {
	width:695px;
	margin:0px;
	padding:0px;
}
#notify #notify_middle h2 {
	display:block;
	width:695px;
	height:22px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-indent:-9000px;
	background:url(../images/finder_title.gif) no-repeat center top;
}
#notify #notify_right {
	width:300px;
	margin:0px;
}
#notify #notify_middle p {
	font-size:12px;
	margin-right:320px;
}

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

#about #right h2 {
	display:block;
	width:695px;
	height:22px;
	padding:0px;
	margin: 0 0 10 0;
	text-indent:-9000px;
	background:url(../images/about_title.gif) no-repeat center top;
}
	

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

#financing #financeHeader {
	background:#FFFFFF url(../../ecarlink_v2/images/top_financing.jpg) no-repeat right top;
	border-bottom:1px solid #D7D7D7;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	height:244px;
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
	width:695px !important;
	min-width:695px;
}
#financing #financeHeader h1 {
	color:#363636;
	font-size:21pt;
	font-weight:normal;
	letter-spacing:-1px;
	padding:40px 0 0 15px;
}
#financing #financeHeader h2 {
	color:#767D84;
	font-size:10.5pt;
	font-weight:bold;
	letter-spacing:-1px;
	text-indent:18px;
	text-transform:uppercase;
}
#financing #financeHeader ul {
	margin:18px auto 15px;
	padding:0;
}
#financing #financeHeader ul li {
	background:transparent url(../../lewisvilleautoplex/images/finance_arrow.png) no-repeat left center;
	color:#444444;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:17px;
	text-indent:17px;
}
#financing #financeHeader a#get_started:hover {
	background-position:-172px 0;
}
#financing #financeHeader a#get_started {
	background:transparent url(../../lewisvilleautoplex/images/finance_button.png) no-repeat scroll 0 0;
	display:block;
	height:33px;
	margin-left:18px;
	margin-top:30px;
	text-indent:-9000px;
	width:172px;
}

#financing #financeLeft {
	width:695px;
}
#financing #financeRight {
	margin-left:15px;	
}
#financing #financeCalc h2 {
	font-size:13.5pt;
}
#financing #sidebar_address {
	border:1px solid #ccc;
	padding:15px;
}
#financing #sidebar_address p {
	font-size:11px;	
}
#financing #sidebar_address a#getdirections:hover {
	color:#000;	
}

/* #################################################
###              #=testimonails                  ###
################################################ */

#testimonials #right h1 {
	display:block;
	width:695px;
	height:22px;
	padding:0px;
	margin: 0 0 10 0;
	text-indent:-9000px;
	background:url(../images/testimonials_title.gif) no-repeat center top;
}
#testimonials #right .testimonial_text {
	padding:0px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#testimonials #right .testimonial_name {
	font-style:italic;
	font-weight:bold;
	margin:0px;
	padding-top: 0px;
	padding-left: 40px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#testimonials #right .testimonial_text span {
	color:#333;
	font-size:16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#testimonials .testimonials_image {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:40px;
}
#testimonials .testimonials_image2 {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:20px;
}
#testimonials #testimonials_image_column {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:20px;
	width:272px;
}
#testimonials #testimonials_image_column img {
	padding-top:20px;
}

/* #################################################
###              #=meet our staff                  ###
################################################ */


.staff_member { margin:10px; height:200px; text-align:left; }

#meet_our_staff .staff_member { float:left; width:315px; }

.staff_member img { float:left;	margin-right:10px; border:6px solid #ccc; }

.staff_tables table {
	float: left;
	display: inline;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.staff_tables table th {
	background: #c0c0c0;
	color: #ca0000;
	font-size: 16px;
	padding: 5px 5px;
}

.staff_tables table td {
	padding: 5px 10px 5px 0px;
}

.staff_tables table td.staff_txt{
	width: 180px;
}
#meet_our_staff #right .staffbox { float:left; display:inline; width:330px; height:205px; margin: 0 5px 10px 0; padding: 0; }
#meet_our_staff #right .staffbox img { float:left; display:inline; margin: 0 10px 0 0; padding: 0; width:135px; height:165px; }
#meet_our_staff #right .staffbox p { font-size:11px; color:#000; margin-top: 50px; }
#meet_our_staff #right .staffbox a { color:#000; }
#meet_our_staff #right p.thanks { font-size:12px; margin: 10px 20px 25px 0; padding: 0; }
#meet_our_staff #right h4 { background:#C0C0C0; color:#CA0000; font-size:16px; padding:5px; margin: 5px 0 10px }

#service #right p.servicered { margin: 10px 0; color:#750000;  font-weight: bold;  }


#specials #left.col.span3 {display: none;}

#bbb_custom {
	width: 250px;
	margin: 10px auto;
}

#bbb_custom a {
	display: block;
	width: 135px;
	height: 51px;
	background: url('../images/bbblogo.gif') no-repeat;
	text-indent: -9000px;
	float: left;
}


#contact .customer_tools_right_right {
	float:left;
}
#specials_wrapper {
	padding:10px;
	margin:10px 0;
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
	border:1px solid #888;
	
}
#specials_flash {
	width:675px;
	height:225px;
}

img#icon_autocheck { display: none; }

a#bestofdenton {
  background: url("http://images1.ecarlist.com/sites/lewisvillemitsubishi/images1/BestOfDenton2011_sm.jpg") no-repeat scroll left top transparent;
  float: left;
  height: 75px;
  margin: 0 20px 0 10px;
  text-indent: -9000px;
  width: 69px;
}
