@charset "UTF-8";
@import url(http://images1.ecarlist.com/sites/common/similar_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_sidebar_links.css);
@import url(http://images1.ecarlist.com/sites/common/v2_top_search.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_top.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_vitals.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_tools.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_details.css);
@import url(http://images1.ecarlist.com/sites/common/news_sidebar.css);
@import url(http://images1.ecarlist.com/sites/common/news.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_sidebar_filters.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_right.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_sidebar_contact.css);
@import url(http://images1.ecarlist.com/sites/common/new_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/featured_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/sitemap-2.0.css);
@import url(http://images1.ecarlist.com/sites/common/specials_footer.css);
@import url(http://images1.ecarlist.com/sites/common/specials.css);
@import url(http://images1.ecarlist.com/sites/common/common_classes.css);
@import url(http://images1.ecarlist.com/sites/common/columns.css);
@import url(http://images1.ecarlist.com/sites/common/dropdown.css);

/**************************************************
Lewis Scion 2183
***************************************************/

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

p {
	margin-top:0px;
	margin-bottom:8px;
}
h1 {
	font-size:16pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h2 {
	font-size:14pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}
h3 {
	font-size:10pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:8px;
}

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

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

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

/*containers*/

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

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

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

#header {
	width: 950px;
	height: 65px;
	margin: 0px auto;
}

#content{
	margin: 0px auto;
}

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

/*header*/

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

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

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

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

#headerContact_info {
	float: right;
	clear: right;
	display: inline;
	color: #848484;
	font-family: 'Trebuchet MS', Arial;
	font-size: 12px;
	height: 23px;
	line-height: 27px;
	margin: 3px 5px 0px 0px;
}

#headerContact_info strong {
	font-size: 14px;
}

/*nav*/

#priNav {
	height: 110px;
	list-style-type: none;
	margin: 5px 0px 0px 0px;

}
#priNav ul {
	display: none;
}

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

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

#priNav li.last{
	padding-right: 0;
}

#priNav li a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-family: "Lucida Sans", Arial;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	padding: 0px 5px 0px 5px;
}

#priNav li a:hover {
	color: #000;
	background: #ffff00;
}


/*dropdown menu*/

#dropmenudiv, #dropmenudiv_firefox{
	font-size: 11px;
	background: #999;
	text-align: left;
	border: 1px solid #333;
	margin-left: -10px;
	padding: 0;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 3 0 0 0px;
	font-family: Arial, sans-serif;
  	font-weight: normal;
  	font-size: 12px;
	margin: 0px;
	text-indent: 12px;
	text-transform: uppercase;
	background: url(../../images/listingImages/arrowTree_blk.gif) no-repeat 2px center;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover { 
	color: #000;
	font-family: Arial, sans-serif;
  	font-weight: normal;
  	background: #ffff00 url(../../images/listingImages/arrowTree_blk.gif) no-repeat 2px center;
}


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

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

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

#home_middle {
	float: left;
	display: inline;
	padding: 10px 0px 0px 73px;
}

/*****home bottom******/

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


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

#homeTop_img {
	background: url('../images/homeTop_img.jpg') no-repeat;
	width: 270px;
	height: 234px;
	float: left;
	display: inline;
}

#specials_flash {
	width: 675px;
	margin: 0px 0px 0px 5px;
	padding: 8px 0px 0px 0px;
	float: right;
	display: inline;
	background: url('../images/specialsFlash_top.png') no-repeat top left;
}

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

#quicklink_container {
	list-style-type: none;
	float: left;
	display: inline;
	width: 197px;
}

#quicklink_container li{
	float: left;
	display: inline;
	margin: 5px 0px 0px 0px;
}

#quicklink_container li.first{
	margin: 0px;
}

#quicklink_container li a{
	display: block;
	background: #999;
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	padding: 0px 0px;
	font-weight: normal;
	text-decoration: none;
	height: 16px;
	width: 197px;
	text-indent: 5px;
}

#quicklink_container li a:hover{
	color: #000;
	background: #ffff00;
}

/****New Models****/

#newModels_container {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	width: 675px;
}

ul#newModels_links {
	float: left;
	display: inline;
	background: url('../images/newModels_bg.png') no-repeat;
	height: 140px;
	width: 100px;
	margin: 0px 0px 0px 5px;
}

ul#newModels_links li {
	float: right;
	display: inline;
	clear: right;
	margin: 0px 5px 0px 0px;
}

ul#newModels_links li.first {
	margin-top: 75px;
}

ul#newModels_links li a{
	text-decoration: none;
	color: #a3a3a3;
	display: block;
	font-family: "Lucida Grande", Arial;
}

ul#newModels_links li a span{
	display: none;
}

ul#newModels_links li a:hover{
	color: #ffff00;
}

ul#newModels_links li a:hover span{
	display: inline;
	color: #fff;
}

/****New Models Cars******/

#newModels_cars {
	float: left;
	display: inline;
	width: 570px;
}

#newModels_cars li{
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;
}

#newModels_cars li a{
	float: left;
	border-bottom: 2px solid transparent;
	display: block;
	background: url('../images/newModels_cars.jpg') no-repeat;
	height: 140px;
	width: 185px;
	text-indent: -9000px;
}

#newModels_cars li a#newModels_001 {
	background-position: 0px 0px;
}

#newModels_cars li a#newModels_002 {
	background-position: -192px 0px;
}

#newModels_cars li a#newModels_003 {
	background-position: -384px 0px;
}


#newModels_cars li a#newModels_001:hover {
	background-position: 0px 0px;
	border-bottom: 2px solid #ffff00;
}

#newModels_cars li a#newModels_002:hover {
	background-position: -192px 0px;
	border-bottom: 2px solid #ffff00;
}

#newModels_cars li a#newModels_003:hover {
	background-position: -384px 0px;
	border-bottom: 2px solid #ffff00;
}

#newModels_cars li p {clear: left;}

#newModels_cars li p a {height: auto; background: none; color: #ccc; font-size: 11px; margin-bottom: 5px; margin-top: 3px; text-decoration: none; text-indent: 0;}
#newModels_cars li p a:hover {color: #ff0;}

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

#featuredVehicles_footer {
	display: none;
}

#featuredVehicles {
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	width: 950px;
}

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

#featuredVehicles #random_list_location {
	background-color: #000;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 950px;
}


#featuredVehicles #random_list_location img{
	border: none;
	border-bottom: 1px solid #000;
	height: 63px;
	width: 94px;
	display: block;
}

#featuredVehicles #random_list_location img:hover{
	border-bottom: 1px solid #ffff00;
}

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

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

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

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

.toolTipInner_price{
	color: #000;	
}

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

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

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

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

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

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

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


/*### =structure ###
##################*/
#leftColumn{				/* left and leftColumn can usually have the same width and setting. */
	float:left;
	display:inline;  /* Fix for double margin bug in IE 6 */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	width: 240px;
	background: #000 url('../images/inventorySidebar_bg.png') top left repeat-x;
}

#vehicle #leftColumn{				/* left and leftColumn can usually have the same width and setting. */
	margin: 0px 0px 0px 10px;

}

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

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

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

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

/* Number of Results */
#inventory #inventory_v2_sidebar_filters .filterList h3 {
	font-size: 12px ;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
}

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

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

/* Filter List */

.filterList { background: transparent; border: none}
.filterList li {color: #000;}
.filterList li a{ color:#fff; font-size: 13px; background: url('../images/filterArrow_red_lewis.png') no-repeat 2px center; }
.filterList li a:hover { background: #ff0 url(../../images/listingImages/arrowTree_blk.gif) no-repeat 2px center; color: #000}
#currentFilters, #currentFilters a, #currentFilters p { background: #1a1a1a; border: none; color: #fff; font-size: 13px; }
#currentFilters a.clearFilter:hover {
	color: #ccc;
}
.filterList span a:hover {
	text-decoration: underline;
	color: #000;
}

#vehicle_v2_sidebar_links {
	background: transparent;
	border: none;
	color: #fff;
	margin: 10px 0px 15px 0px;
	width: 235px;
	padding:0px 0px 0px 5px;
}
#vehicle_v2_sidebar_links li a { 
	color:#fff; font-size: 13px; 
	background: #000 url('../../images/listingImages/arrowTree_white.gif') no-repeat 2px center; 
}
#vehicle_v2_sidebar_links li a:hover { 
	background: #ff0 url('../../images/listingImages/arrowTree_blk.gif') no-repeat 2px 4px; color: #000
}

.inventory_v2_row { 
	border: none; 
	color: #fff;
	background: transparent;
	margin: 0px 0px 10px 0px;
}

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

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

.inventory_v2_details h4 a, .inventory_v2_details h4 a:link {
	color: #fff !important;
}

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

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

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

.inventory_v2_details_wrap a:hover, 
.inventory_v2_details_wrap a.btn_inventory_contact:hover, 
.inventory_v2_details_wrap a.btn_inventory_photos:hover,
.inventory_v2_details_wrap a.btn_inventory_history:hover { 
	color: #ff0; 
	text-decoration:underline;
}

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

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

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

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

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

#vehicle_vitals { background: #000; padding: 0px 0px 0px 5px; border: 1px solid #333; margin: 10px 0px 0px 0px;}
#vehicle_title { font-weight: bold; font-size: 27px; padding:0; text-indent: 5px; color: #ff0 !important;}

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

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

#similarVehicles h3{
	text-transform: uppercase;
	background: none;
	color: #FF0;
	margin-top: 6px;
	padding: 3px 0px;
	text-align: left;
}

.similarVehicle { 
	border: none;
	background: transparent;
	color: #666;
	font-size: 12px;
	padding: 0px;
}

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

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

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

.similarVehicle ul {
	width: 135px; 
}

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

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

#vehicle .vehicle_details_pagination a.selected, #vehicle .vehicle_details_pagination a:hover {
background:transparent url(../../images/innerpageImages/bgDescNav_r.gif) no-repeat scroll center bottom;
color:#9B9B9B;
}
#vehicle .vehicle_details_pagination a {
	background-color:#666666;
	color:#333;
	font-size:11pt;
	padding:8px 10px;
	text-decoration:none;
}

/* Vehicle Picture Thumbnails - Set this to space them properly */
#vehicle #vehicle_thumbs img {
	margin: 0px 2px 0px 3px ;
}

/* Label for fields on the Customer Tools forms */
#vehicle .customer_tools_label {
	font-size:  ;
}

/* give some space to the subject line for the make an offer form */
#vehicle #trade_offer_subject {
	padding-bottom:10px;
}

/* Dealer Name on the left side of the contact form */
#vehicle #dealerboxName {
	font-size:  ;
}

/* Dealer Address on the left side of the contact form */
#vehicle .dealerboxAdd {
	font-size:  ;
}

/* Dealer Phone Number on the left side of the contact form */
#vehicle #dealerboxPhone {
	font-size:  ;
	padding:  ;
}

/* Dealer Map Link on the left side of the contact form */
#vehicle #dealerboxMap a {
	font-size:  ;
	color:  ;
}

/* Dealer Map Link Hover on the left side of the contact form */
#vehicle #dealerboxMap a:hover {
	color:  ;
}

/* Disclaimer at the bottom of the page */
#vehicle #vehicleDisclaimer p {
	font-size:  ;
	padding:  ;
	color: #bbbbbb;
}

#vitalsRight{
	width: 199px;	
}

#vitalsLeft{
	width: 160px;	
}

.gray_ten {
	color: #fff
}

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

#vitalsContainer strong{
	color: #ccc;
}

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

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

#vehicle_contact a:hover{
	color: #ff0;
	text-decoration: none;
}

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

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

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

#vehicle_topbar_left {
	line-height: 34px;
}

#vehicle_topbar_right ul {
	margin: 0px;
}

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

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

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

#searchBar_right{
	visibility: hidden;
}

#searchBar .button {
	background: #c5c5c5;
	color: #333;
	text-transform: uppercase;
}

#vehicle_mainPhoto #picShadow img {border: none;}

#media_center_links {margin-top: 10px;}

#vehicleDisclaimer {
	color: #666;
}

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

#vitalsRight_mpg span{
	color: #fff;
}

#vehicle_v2_notify_button img {
	display: none;
}

#vehicle_v2_notify_button {
	background: url('../images/vehicle_finder_button_lewisscion.png') no-repeat;
	margin: 10px auto;
	display: block;
	width: 197px;
	height: 79px;
}

#vehicle_v2_notify_button:hover {
	
}

#vd_block_description_button {
	color: #000;
}

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

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

#inventory_v2_sidebar_contact, #dealer_contact {
	height: 368px;
	width: 238px;
	background: #000;
	padding: 0px 0px 0px 0px;
	color: #fff;
	border-top: 1px solid #666;
	margin: 10px auto;
}

#inventory_v2_sidebar_contact h2, #dealer_contact h2 {
	width:238px;
	height: 31px;
	line-height: 31px;
	color: #ffff00;
	font-size: 16px;
	text-align: center;	
}

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

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

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

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

.submitButton:hover {
	color: #cc0000;
}

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

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

form.validation .trade_bid {
	width: auto;
}

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

.customer_tools_left {
	width: 160px;
}

.customer_tools_left img {
	width: 160px;
}

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

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

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

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



#financeLeft h2 {
	font-family: Arial;
}

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

#financeRight{
	margin: 0px 20px 0px 0px;	
}

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

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

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

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

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

/****incentives page*****/
#incentives #contact_incentives {background-color: #000; margin-bottom: 10px;}
#incentives .inventory_incentive_form h3, #incentives #contact_incentives h3 {color: #ff0;}

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

#sidebar_address_head {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

#notify .tb_even{
	background: #e0e0e0;
}


/*staff page*/

ul.staff_member {
	display: inline;
	float: left;
	list-style-type: none;
	width: 196px;
	height: 258px;
	margin: 0px 29px;
	padding: 5px 0px;
}

ul.staff_member li {
	
	width: 202px;
	margin: 0px 0px 5px 0px;
}

ul.staff_member li.staff_photo{
	padding: 0px 5px 0px 0px;
	margin: 0px;
}

ul.staff_member li.staff_photo img{
	border: 4px solid #ccc;
	width: 200px;
}

ul.staff_member li.staff_name{
	font-weight: bold;
}

ul.staff_member li.staff_email{
	font-size: 13px;
}
/******** accessories ********/
#accessories td {padding: 3px;}
#accessories tr.darkshadow {background-color: #333;}


/******** pure_price ********/
#pure_price #content img {float: left; margin-right: 5px;}

/******** payment_calculator ********/
#payment_calculator #financing_vehicle_calculator {float: left;}
#payment_calculator #right #financing_vehicle_calculator #financeCalc h2 {color: #153966; font-size: 13.5pt; margin: 0; padding: 0;}

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

#footer_wrapper {
	display: table;
	width: 100%;
	border-top: 1px solid #ffff00;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/****special footer links****/

#lewisScion_logo {
	float: left;
	display: inline;
	margin: 0px 20px 0px 30px;
}

#lewisScion_logo a {
	display: block;
	float: left;
	width: 78px;
	height: 65px;
	background: url('../images/lewisScion_bg.png') no-repeat;
	text-indent: -9000px;
}

ul#socialMedia_links {
	float: right;
	display: inline;
	list-style-type: none;
	margin: 13px 0px 0px 0px
}

ul#socialMedia_links li {
	float: left;
	display: inline;
	margin: 0px 4px;
}

ul#socialMedia_links li a {
	display: block;
	float: left;
	background: url('../images/socialMedia_links.png') no-repeat;
	height: 22px;
	width: 22px;
	text-indent: -9000px;
}

ul#socialMedia_links li a#socialMedia_001 {
	background-position: 0px 0px;
}

ul#socialMedia_links li a#socialMedia_002 {
	background-position: -28px 0px;
}

ul#socialMedia_links li a#socialMedia_003 {
	background-position: -57px 0px;
}

#testimonials #content ol li{margin-bottom: 10px;}

/*jobs*/
#jobs fieldset#employLeft, #jobs fieldset#employRight {display: block; float: none; width: 49%;}

#jobs fieldset#employRight {margin-top: 25px;}
#jobs input {margin-left: 2px;}

#jobs form li.required {clear: left;}
#jobs form textarea.input_element {float: right; width: 179px !important;}


/*news*/
#news h2 a {color: #fff;}


/*pure_price*/
#pure_price #right `h3 {font-size: 14px; margin-top: 20px; margin-bottom: 0px;}

/*pricing*/
#pricing table {margin-bottom: 25px;}
#pricing table th {text-align: center}
#pricing table tfoot {display: none;}
#pricing table td {text-align: center; padding: 5px;}
#pricing table td.first {text-align: left;}

/*finance_pricing*/
#finance_pricing #right table {padding-bottom: 20px;}

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

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

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

.financerate { font-size:11px; }
.fin_price_disc { font-size:11px; margin: 10px 0; padding: 10px;  }
.fin_price_disc_top { border-top:1px solid #ccc; } 
#right p.creditdisclaimer { font-size:9px; margin: 5px 0; }
#leasefactors { font-size:11px; margin: 5px 0 20px; padding: 0; }
.middiv { background: #202020; padding: 5px 0; }
#right p.finvehicletitle { font-size:12px; margin: 5px 0; padding: 0; }

#right p.financebookvalue { font-size:11px; padding: 5px 0 5px 5px; }
#right p.financevehtitle { font-size:14px; margin: 5px 5px 5px 10px; }
h4.leasefactors { margin: 20px 0 0; padding: 0; font-size:14px; font-weight: normal; text-transform: uppercase; }

#scion { font-size:12px; margin: 5px 0 20px; padding: 0; }
#right p.protection { padding: 5px; margin: 0; font-size:12px; }

#specials_navigation ul li.specials_current {
    background: #CDCBCC;
}
#specials_navigation ul,
#specials_navigation_wrap {
    border-color: #CDCBCC !important;
}
#specials_navigation_wrap {
	border: 0;
}
#specials_navigation ul li a {
    border-color: #333 !important;
}
#specials_navigation ul li.specials_current a {
    border-color: #CDCBCC !important;
	color: #000;
}
#specials_navigation ul li a {
    background: #444;
}
.specials_item  {
    border-color: #666 !important;
}
