@charset "utf-8";
/* CSS Document */

/*
 * Inventory Style Sheet
 * Eastern Chrysler Dodge Jeep
 *
 * Copyright © 2008 Eastern Chrysler Dodge Jeep. All Rights Reserved.
 * http://www.easternchrysler.ca
 *
 * Author: Kelsey Martens, kmartens@easternchrysler.com	
 * Created: May 1, 2008
 */


/*
    SEARCH BAR
------------------------------------------------------ */

#used_search {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 170px;
	background: #0682b8 url('/content/images/search_bg.jpg') no-repeat;
	display: none;
	}
#used_search_show {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 170px;
	background: #0682b8 url('/content/images/search_bg.jpg') no-repeat;
	}
#new_search {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 170px;
	background: #0682b8 url('/content/images/search_bg.jpg') no-repeat;
	display: none;
	}
#new_search_show {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 170px;
	background: #0682b8 url('/content/images/search_bg.jpg') no-repeat;
	display: inline;
	}
div.search_bottom {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 8px;
	background-color: #ffffff;
	clear: both;
	}
div.search_head {
	padding: 15px 5px 0 15px;
	margin: 0 auto;
	border: 0;
	width: 165px;
	height: 147px;
	float: left;
	}
div.search_head h3 {
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	line-height: 38px;
	margin: 0 0 10px 0;
	}
div.search_head p {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	}
div.search_head p a:link, div.search_head p a:active, div.search_head p a:visited {
	text-decoration: none;
	color: #ffffff;
	}
div.search_head p a:hover {
	text-decoration: underline;
	color: #ffffff;
	}

div.search_inv_box {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 255px;
	height: 160px;
	float: left;
	}
div.search_tab {
	background: #e3f3f9 url('/content/images/search_tab_bg.gif') repeat-x;
	padding: 3px 15px 3px 15px;
	margin:  10px 5px 0 5px;
	width: 215px;
	height: 16px;
	display: block;
	border: 0;
	}
div.search_tab a:link, div.search_tab a:active, div.search_tab a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #002f3a;
	text-decoration: none;
	background: url('/content/images/search_tab_arrow.gif') no-repeat;
	background-position: right;
	width: 215px;
	display: block;
	padding: 0;
	margin:  0;
	border: 0;
	}
div.search_tab a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #002f3a;
	}

#used_search .search_used_drop {
	padding: 0;
	background-color: #ffffff;
	margin:  0 5px 10px 5px;
	border: 0;
	width: 245px;
	height: 119px;
	display: block;
                overflow: auto; 
	}
#used_search .search_used_drop ul {
	list-style-type: none;
	text-align: left;
	position: relative;
	}
#used_search .search_used_drop li {
	margin: 0;
	text-align: left;
	display: inline;
	background-color: #ffffff;
	}
#used_search .search_used_drop li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
	margin: 0;
	height: 15px;
	width: 197px;
	padding: 4px 15px 4px 15px;
	background-color: #ffffff;
	border: 0;
	display: block;
	border-bottom: 1px solid  #bbdbe8;
	}
#used_search .search_used_drop li a:hover {
	background-color: #cde6f0; 
	text-decoration: none;
	color: #000000;
	}

#new_search .search_new_drop {
	padding: 0;
	background-color: #ffffff;
	margin:  0 5px 10px 5px;
	border: 0;
	width: 245px;
	height: 119px;
	display: block;
                overflow: auto; 
	}
#new_search .search_new_drop ul {
	list-style-type: none;
	text-align: left;
	position: relative;
	}
#new_search .search_new_drop li {
	margin: 0;
	text-align: left;
	display: inline;
	background-color: #ffffff;
	}
#new_search .search_new_drop li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
	margin: 0;
	height: 15px;
	width: 197px;
	padding: 4px 15px 4px 15px;
	background-color: #ffffff;
	border: 0;
	display: block;
	border-bottom: 1px solid  #bbdbe8;
	}
#new_search .search_new_drop li a:hover {
	background-color: #cde6f0; 
	text-decoration: none;
	color: #000000;
	}

.cross_inventory {
	margin: 0px 10px 10px 10px;
	padding: 7px 10px;
	border: 1px solid #ffba4e;
	background-color: #ffd74e;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	}
.cross_inventory span {
	font-size: 15px;
	font-weight: bold;
	}
.cross_inventory a {
	text-decoration: none;
	color: #000000;
	}
.cross_inventory a:link, .cross_inventory a:active, .cross_inventory a:visited {
	text-decoration: none;
	color: #000000;
	}
.cross_inventory a:hover {
	text-decoration: none;
	color: #000000;
	}



/*
    CANT FIND
------------------------------------------------------ */

#cant_find {
	border: 0;
	padding: 0;
	margin: 12px;
	width: 936px;
	height: 141px;
	background: #f68407 url('/content/images/cant_find_bg.jpg') no-repeat;
	cursor: pointer;
	clear: both;
	}
#cant_find div.cant_find_left {
	border: 0;
	padding: 20px 30px 8px 28px;
	margin: 0 auto;
	float: left;
	height: 108px;
	width: 580px;
	}
#cant_find div.cant_find_right {
	border: 0;
	padding: 33px 18px 18px 20px;
	margin: -10px 0 0 0;
	float: left;
	height: 85px;
	width: 260px;
	}
#cant_find div.cant_find_left h3 {
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 0 0 5px 0;
	}
#cant_find div.cant_find_left h3 a:link, #cant_find div.cant_find_left h3 a:active, #cant_find div.cant_find_left h3 a:visited {
	text-decoration: none;
	color: #ffffff;
	}
#cant_find div.cant_find_left h3 a:hover {
	text-decoration: none;
	color: #ffffff;
	}
#cant_find div.cant_find_left p {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 0;
	}
#cant_find div.cant_find_left p a:link, #cant_find div.cant_find_left p a:active, #cant_find div.cant_find_left p a:visited {
	text-decoration: none;
	color: #ffffff;
	}
#cant_find div.cant_find_left p a:hover {
	text-decoration: none;
	color: #ffffff;
	}
#cant_find div.cant_find_right p {
	font-size: 25px;
	font-weight: bold;
	color: #301700;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0;
	}
#cant_find div.cant_find_right p a:link, div.cant_find_right p a:active, div.cant_find_right p a:visited {
	text-decoration: none;
	color: #301700;
	}
#cant_find div.cant_find_right p a:hover {
	text-decoration: none;
	color: #301700;
	}
#cant_find div.cant_find_right p span {
	font-size: 18px;
	}
#cant_find div.cant_find_right p span.cant_find_underline {
	text-decoration: underline;
	}

#cant_find_form {
	border: 0;
	padding: 0;
	margin: 12px;
	width: 936px;
	background-color: #ffe3a7;
	display: none;
	clear: both;
	}
#cant_find_form_show {
	border: 0;
	padding: 0;
	margin: 12px;
	width: 936px;
	background-color: #ffe3a7;
	clear: both;
	}
#cant_find_form div.cant_find_form_head {
	padding: 0;
	margin: 0 auto;
	width: 936px;
	height: 72px;
	background: #f68407 url('/content/images/cant_find_form_bg.jpg') no-repeat;
	border-bottom: 1px solid #ffffff;
	}
#cant_find_form div.cant_find_form_head h3 {
	font-size: 35px;
	font-weight: normal;
	color: #ffffff;
	border: 0;
	padding: 15px 25px 15px 25px;
	margin: 0;
	}
#cant_find_form div.cant_find_form_foot {
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 936px;
	height: 60px;
	clear: both;
	}
#cant_find_form div.cant_find_form_foot p {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 0 25px 15px 25px;
	text-align: center;
	}
#cant_find_form div.cant_find_form_bottom {
	font-size: 1px;
	padding: 0;
	margin: 0 auto;
	width: 936px;
	height: 8px;
	background: #f68407 url('/content/images/cant_find_form_bottom_bg.gif') no-repeat;
	border-top: 1px solid #ffffff;
	}

#cant_find_form div.cant_find_form_sub {
	border: 0;
	padding: 15px 25px 15px 25px;
	margin: 0 auto;
	width: 886px;
	}
#cant_find_form div.cant_find_form_sub p {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	border: 0;
	padding: 0;
	margin: 0;
	}
#cant_find_form div.cant_find_form_left {
	border: 0;
	padding: 20px 30px 20px 28px;
	margin: 0 auto;
	float: left;
	width: 460px;
	}
#cant_find_form div.cant_find_form_right {
	border: 0;
	padding: 20px 18px 20px 10px;
	margin: 0 auto;
	float: left;
	width: 390px;
	}

#cant_find_form p {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
	border: 0;
	padding: 0;
	margin: 0 0 5px 0;
	}
#cant_find_form p label {
	width: 145px;
	float: left;
	}
#cant_find_form p label.required {
	font-weight: bold;
	}

/*
    INVENTORY VIEW
------------------------------------------------------ */

#inventory_view_left {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 680px;
	float: left;
	}
#inventory_view_right {
	padding: 0 0 15px 0;
	margin: 0 auto;
	border: 0;
	width: 280px;
	float: left;
	background-color: #5e7a85;
	}
#inventory_photos {
	padding: 19px;
	margin: 0 auto;
	width: 642px;
	border-bottom: 1px solid #b2d8dd;
	background-color: #d6edf6;
	}
#inventory_photos_wrap {
	padding: 0;
	margin: 0 auto;
	border: 1px solid #348cb7;
	width: 640px;
	}
#inventory_photos_wrap img.main_photo {
	border-bottom: 1px solid #ffffff;
	display: block;
	}
#inventory_photos_wrap div.alternate_photos_row {
	padding: 0;
	margin: 0 auto;
	border: 0;
	height: 100px;
	}
#inventory_view_header {
	border: 0;
	padding: 10px 15px 10px 15px;
	margin: 0 auto;
	width: 930px;

	background-color: #ffffff;
	}
#inventory_view_header h3 {
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
	color: #006da3;
	width: 575px;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
	}
#inventory_view_header p {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #006da3;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
	}
#inventory_view_header p a:link, #inventory_view_header p a:active, #inventory_view_header p a:visited {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #006da3;
	}
#inventory_view_header p a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #006da3;
	}
#inventory_details {
	padding: 15px;
	margin: 0 auto;
	border: 0;
	width: 390px;
	float: left;
	clear: both;
	}
#inventory_details p {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 23px;
	margin: 0 0 5px 0;
	}
#inventory_details p b {
	font-weight: bold;
	}
#inventory_details p.vin {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 0 0;
	}
#inventory_details p.vin b {
	font-weight: bold;
	}
#inventory_options {
	padding: 15px;
	margin: 0 auto;
	border: 0;
	width: 650px;
	clear: both;
	}
#inventory_options h4 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
	}
#inventory_options p {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	margin: 0 0 5px 0;
	}
#inventory_fuel_economy {
	padding: 0 0 15px 15px;
	margin: 0 auto;
	border: 0;
	width: 285px;
	float: right;
	}
#inventory_fuel_economy div.economy_box_wrap {
	padding: 0;
	margin: 0;
	border: 1px solid #000000;
	width: 285px;
	height: 130px;
	}
#inventory_fuel_economy div.economy_box {
	padding: 5px;
	margin: 0 auto;
	border: 0;
	width: 85px;
	height: 85px;
	float: left;
	}
#inventory_fuel_economy p {
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0;
	}
#inventory_fuel_economy div.economy_box p.type {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;
	}
#inventory_fuel_economy div.economy_box p.economy {
	font-size: 35px;
	font-weight: bold;
	margin: 10px 0 7px 0;
	}
#inventory_fuel_economy div.economy_box p.desc {
	font-size: 12px;
	}
#inventory_fuel_economy div.economy_box_wrap p.disclaimer {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	margin: 0;
	}

#inventory_calculator {
	padding: 15px;
	margin: 0 auto;
	border: 0;
	width: 650px;
	height: 140px;
	border-top: 1px solid #b2d8dd;
	background-color: #d6edf6;
	}
#inventory_calculator h4 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
	}
#inventory_calculator p {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	line-height: 25px;
	margin: 0 0 5px 0;
	}
#calc_cash {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 220px;
	float: left;
	}
#calc_cash label {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 95px;
	float: left;
	}
#calc_rates {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 190px;
	float: left;
	}
#calc_rates label {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 55px;
	float: left;
	}
#calc_payment {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 240px;
	float: left;
	}
#inventory_calculator p.calc_estimated {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	line-height: 30px;
	margin: 0;
	padding: 0 15px 0 15px;
	background: #00668f url('/content/images/pay_calc_top_bg.gif') no-repeat;
	border-bottom: 1px solid #ffffff;
	}
#inventory_calculator p.calc_price {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	line-height: 55px;
	vertical-align: middle;
	margin: 0;
	padding: 0 15px 0 15px;
	background: #0080b3 url('/content/images/pay_calc_bottom_bg.gif') no-repeat;
	}
#inventory_calculator input.calc_price {
	font-family: Arial, Verdana, Helvetica, Calibri, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	margin: 0;
	padding: 2px;
	border: 0;
	background: #0080b3;
	width: 124px;
	vertical-align: middle;
	}

#inventory_price_sale {
	padding: 30px 42px 0 0;
	margin: 5px 0 0 0;
	border: 0;
	width: 218px;
	height: 80px;
	float: left;
	background: url('/content/images/inventory_price_sale.gif') no-repeat;
	}
#inventory_price_sale p.orig_price {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: line-through;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0 0 20px 0;
	}
#inventory_price_sale p.sale_price {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	float: right;
	padding: 0 0 0 5px;
	margin: 0;
	}
#inventory_price_sale p.payments {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	text-align: right;
	margin: 5px 0 0 0;
	}
#inventory_price_sale p.payments span {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	}
#inventory_price {
	padding: 25px 40px 0 0;
	margin: 5px 0 0 0;
	border: 0;
	width: 218px;
	height: 80px;
	float: left;
	background: url('/content/images/inventory_price.gif') no-repeat;
	}
#inventory_price p.reg_price {
	color: #006993;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0 0 5px 0;
	}
#inventory_price p.payments {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #0095d1;
	text-align: right;
	margin: 0;
	}
#inventory_price p.payments span {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	}

div.inventory_vin {
	padding: 0 28px 0 0;
	margin: 5px 0 0 0;
	border: 0;
	width: 230px;
	height: 40px;
	float: left;
	}
div.inventory_vin p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	line-height: 16px;
	margin: 10px 0 0 0;
	}
div.inventory_vin p b {
	font-weight: bold;
	}

/*
    QUICK CLICKS
------------------------------------------------------ */

div.quick_click_tab {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #2a3337 url('/content/images/quick_click_tab_bg.gif') repeat-x;
	padding: 5px 15px 0 15px;
	margin:  10px 15px 0 15px;
	width: 218px;
	height: 23px;
	display: block;
	border: 1px solid #b9cbd5;
	cursor: pointer;
	}
div.quick_click_tab.open {
	background: #435864 url('/content/images/quick_click_tab_over_bg.gif') repeat-x;
	}
div.quick_click_tab a:link, div.quick_click_tab a:active, div.quick_click_tab a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
div.quick_click_tab a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
img.quick_click_tab_icon {
	padding: 0 12px 0 0;
	margin:  -5px 0 0 0;
	width: 30px;
	height: 28px;
	float: left;
	border: 0;
	}
.quick_click_drop {
	background-color: #b9cbd5;
	padding: 15px;
	margin:  0 15px 0 15px;
	border: 0;
	width: 220px;
	display: block;
	}
.quick_click_drop ul {
	list-style-type: none;
	text-align: left;
	position: relative;
	}
.quick_click_drop li {
	margin: 0;
	text-align: left;
	display: inline;
	}
.quick_click_drop li p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 5px 0 0 0;
	}
#quick_click_email textarea {
	display: none;
	}
#tellafriend_form {
	display: inline;
	}
#more_info {
	display: inline;
	}
#test_drive {
	display: inline;
	}
#make_offer {
	display: inline;
	}
#similar_vehicles {
	padding: 0;
	margin: 0 15px 0 15px;
	border: 0;
	width: 250px;
	}
#similar_vehicles h5 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: center;
	margin: 20px 0 10px 0;
	padding: 0;
	}
#similar_vehicles div.similar_vehicles_box {
	background-color: #b9cbd5;
	padding: 5px 15px 5px 15px;
	margin:  0 auto;
	border: 0;
	width: 220px;
	text-align: center;
	}
#similar_vehicles div.similar_vehicles_top {
	background: #b9cbd5 url('/content/images/similar_vehicles_top_bg.gif') no-repeat;
	width: 250px;
	height: 10px;
	margin: 0 auto;
	font-size: 1px;
	}
#similar_vehicles div.similar_vehicles_bottom {
	background: #ffffff url('/content/images/similar_vehicles_bottom_bg.gif') no-repeat;
	width: 250px;
	height: 10px;
	margin: 0 0 10px 0;
	font-size: 1px;
	}
div.similar_photo {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 180px;
	height: 100px;
	}
div.similar_data {
	padding: 0;
	margin: 0 auto;
	border: 0;
	}
div.similar_data h6 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 7px 0 0 0;
	}
div.similar_data h6 a:link, div.similar_data h6 a:active, div.similar_data h6 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
div.similar_data h6 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0a76a2;
	}
div.similar_data p {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding: 0;
	border: 0;
	margin: 0;
	}
div.similar_data p.price span {
	font-size: 15px;
	font-weight: bold;
	color: #00455f;
	}
div.similar_data p.price span.sale {
	color: #ff0000;
	}
div.similar_data p.payments {
	font-style: italic;
	color: #0076a2;
	margin: 0 0 4px 0;
	}
div.similar_data p.payments span {
	font-weight: bold;
	}

#similar_vehicles div.similar_vehicles_more_info {
	background-color: #ffffff;
	padding: 10px 15px 0 15px;
	margin:  0 auto;
	border: 0;
	width: 220px;
	text-align: center;
	}
.button_moreinfo {
	position: relative;
	background: url('/content/images/button_more_over.gif') no-repeat;
	white-space: nowrap;
	display: block;
	width: 155px;
	height: 26px;
	margin: 0 auto;
	padding: 0;
	}
.button_moreinfo a {
	display: block;
	color: #00292d;
	font-size: 12px;
	font-weight: bold;
	width: 155px;
	height: 26px;
	float: left;
	text-decoration: none;
	}
.button_moreinfo a:hover {
	color: #00292d;
	text-decoration: none;
	}
.button_moreinfo img {
	width: 155px;
	height: 26px;
	border: 0;
	}
* html a:hover {visibility:visible}
.button_moreinfo a:hover img {visibility:hidden;}
.button_moreinfo span {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 32px;
	top: 5px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	}

-->