em, strong {
	font-weight: 600;
	font-style: normal;
}

a { outline: none; }

.left, .right {
	display: inline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.selected_link {
	font-weight: 600 !important;
	text-decoration: none !important;
}

.asc {
	background: transparent url(../images/search_images/sort_arrow_asc.gif) center 1.2em no-repeat !important;
}

.desc {
	background: transparent url(../images/search_images/sort_arrow_desc.gif) center 1.2em no-repeat !important;
}

.remove_link {
	color: #666;
	text-indent: 1.5em;
	text-decoration: underline;
	display: block;
	background: transparent url(../images/search_images/remove.gif) left center no-repeat;
}

.yellow_highlight {
	background-color: #ffc;
	padding: 0.15em 0;
}

.fieldset_normal ul {
	max-height: 202px;
	overflow: hidden;
	margin-left: 1em !important;
}

.fieldset_normal ul li {
	list-style-position: inside;
}

.fieldset_expanded ul {
	max-height: none;
}

#search_filter, #vehicle_inventory {
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
}

#search_filter {
	float: left;
	display: inline;
	width: 19%;
	background-color: #f8f8dd;
	padding: 1em;
	border: 1px solid #d5d5a4;
	margin: 0.6em 0 0.6em 0.6em;
}

#search_filter a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}

#search_filter #toggleStockSearch {
	text-decoration: underline;
	color: #900;
	font-size: 80%;
}

#search_refine {
	margin-bottom: 1em;
}

#search_filter h2, h3, h4 {
	color: #069;
	margin: 0.75em 0;
}

#search_filter h2 {
	font-size: 130%;
}

#search_filter h3 {
	font-size: 120%;
}

#search_filter h4 {
	font-size: 110%;
}

#remove_filter_container {
	width: 87% !important;
	background-color: #fff !important;
	padding: 0.5em 1em;
}

#search_filter label, #search_filter input  {
	font-size: 120%;
	font-weight: 600;
	display: block;
	float: left;
	margin-bottom: 0.75em;
	padding: 0.25em;
}

#search_filter label {
	width: 7em;
}

#search_filter input {
	width: 9em;
}

#submitStock {
	width: 25px !important;
	height: 25px !important;
	background: transparent url(../images/search_images/search_button.gif) 0 0 no-repeat;
	text-indent: -9999em;
	cursor: pointer; /* hand-shaped cursor */
	border: 0;
	margin: 0.2em 0 0 0.5em;
}

#search_filter br {
	clear: left;
}

#vehicle_inventory {
	float: right;
	display: inline;
	width: 75%;
	margin: 0.6em 0.6em 0.6em 0;
}

#vehicle_search_by {
	color: #004365;
	font-weight: 600;
	margin: 0 auto 0.5em auto;
	width: 95%;
}

#vehicle_search_by li {
	display: inline;
	list-style-image: none;
	font-size: 100%;
}

#vehicle_search_by li a {
	color: #08c;
	margin: 0 1.25em;
	padding-bottom: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}

#vehicle_search_by li a:hover {
	text-decoration: underline;
}

.pagination {
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
	color: #08c;
	font-weight: 500;
}

.pagination p {
	float: right;
}

.pagination span {
	float: left;
	font-size: 110%;
	font-weight: 600;
	margin: 0.3em 0 0 0.25em;
}

.pagination a {
	color: #fff;
	text-decoration: none;
	padding: 0.2em 0.4em;
	border: 1px solid #069;
	background-color: #08c;
	font-weight: normal;
}

.pagination a:hover {
	background-color: #06c;
}

.clearboth {
	clear: both;
}

#search_filter fieldset {
	width: 97%;
	margin: 0 auto 2em auto;
	background-color: #f0f0cc;
	border: 1px solid #d1d181;
}

#search_filter fieldset a.show_more {
	padding: 0.1em 0.5em;
	background-color: #3c3;
	color: #fff;
	float: right;
	margin: 0 1em 1em 0;
	font-size: 80%;
	text-decoration: none;
	
}

#search_filter fieldset #remove_all {
	padding: 0.1em 0.5em;
	background-color: #999;
	color: #fff;
	margin: 0 0 0 1em;
	font-size: 80%;
	text-decoration: none;
}

#search_filter fieldset #remove_all:hover {
	background-color: #666;
}

#search_filter fieldset ul {
	margin: 1em 0 1em 2.5em;
	list-style-image: url(../images/search_images/arrow.gif);
	color: #737358 !important;
	font-size: 90%;
}

#search_filter fieldset ul li {
	color: #737358;
	font-size: 110%;
}

#search_filter fieldset ul li a {
	color: #08c;
	margin-right: 0.35em;
}

#search_filter legend {
	margin-left: 1em;
	background-color: #08c;
	padding: 0.1em 0.5em;
	color: #fff;
	font-size: 90%;
	text-transform: capitalize;
}

.vehicle_inventory_block {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	padding: 0.75em 0;
	width: 100%; /* Get IE to trigger hasLayout */
}

.vehicle_special {
	/*background: transparent url(../images/search_images/vehicle_block_bg_special.gif) center center no-repeat !important;*/
	background: #fff;
}

.vehicle_inventory_block_special {
	background: #fff;
}

blockquote.inventory_special_text {
	padding: 5px;
	color: #333;
	font-size: 90%;
	font-weight: 600;
	background: #cff9c2;
	border: 1px dotted #006600;
	width: 98%;
	margin: 0 auto;
}

blockquote.inventory_special_text span.special_text {
	text-align: center;
	margin: 0 auto;
	display: block;
	background: transparent url(../images/search_images/tag.png) 41% center no-repeat;
}

.inventory_special_wrapper {
	background-color: #ecffe6;
	border-left: 1px dotted #006600;
	border-right: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
	width: 98%;
	padding: 5px;
	margin: 0 auto;
}

.inventory_wrapper {
	width: 98%;
	padding: 5px;
	margin: 0 auto;
}

.inventory_wrapper:hover {
	background: #fcf7f7;
}

.vehicle_inventory_block ul.vehicle_columns {
	margin: 0.8em 0 0 0.5em;
}

.vehicle_inventory_block ul.vehicle_columns li {
	float: left;
	display: block;
	margin-right: 0.5em;
	font-size: 100%;
}

.vehicle_inventory_block ul li.vehicle_image {
	width: 107px;
}

.vehicle_inventory_block ul li.vehicle_image .vehicle_photo {
	background: #fff;
	padding: 0.2em;
	border: 1px solid #ccc;
}

.vehicle_inventory_block ul li.vehicle_image ul {
	margin-left: 0.35em;
}

.vehicle_inventory_block ul.vehicle_columns .vehicle_image li {
	margin-right: 0;
}

a.vehicle_video, a.vehicle_slideshow, a.vehicle_windowSticker {
	display: block;
	margin-left: 0.25em;
	font-size: 90%;
	line-height: 1.75em;
	text-decoration: underline;
	font-weight: normal;
	color: #777;
	text-indent: 1.9em;
}

a.vehicle_video:hover, a.vehicle_slideshow:hover {
	text-decoration: underline;
}

a.vehicle_video {
	background: transparent url(../images/search_images/video_icon.gif) left center no-repeat;
}

a.vehicle_slideshow {
	background: transparent url(../images/search_images/slideshow_icon.gif) left center no-repeat;
}

a.vehicle_windowSticker {
	background: transparent url(../images/search_images/windowSticker_icon.gif) left center no-repeat;
}

.vehicle_inventory_block ul li.vehicle_info {
	width: 275px;
	line-height: 1.5em;
	font-size: 100%;	
}

.vehicle_inventory_block ul li.vehicle_info li { 
	padding-bottom: 0.1em;
}

.vehicle_inventory_block ul li.vehicle_info span.dealer_address {
	text-transform: uppercase;
	font-size: 80%;
	margin: 0 0 0 0.75em;
	color: #141414;
	font-weight: 600;
}


.vehicle_inventory_block ul li.vehicle_info a.vehicle_title {
	color: #339;
	text-decoration: underline;
	font-weight: 600;
	font-size: 120%;
	margin-left: 0.5em;
}

.vehicle_inventory_block ul li.vehicle_info a.vehicle_title:hover {
	text-decoration: none;
}

.vehicle_inventory_block ul li.vehicle_info span.special_title {
	color: #c30;
	font-size: 120%;
	margin: 0.2em 0 0 0.4em;
	font-weight: 600;
}

.vehicle_inventory_block ul li.vehicle_info ul.info li {
	display: inline;
}

.vehicle_inventory_block ul li.vehicle_info p {
	font-size: 90%;
	color: #555;
	text-transform: uppercase;
	padding: 0.75em 1em;
	line-height: 1.35em;
}

.vehicle_inventory_block ul li.vehicle_info p a.more_link {
	font-size: 100%;
	color: #060;
	text-decoration: underline;
	text-transform: none;
	padding: 0 0.5em;
	font-weight: normal;
}

.vehicle_inventory_block ul li.vehicle_info ul {
	margin: 00 0 0.15em 0.5em;
}

.vehicle_inventory_block ul li.vehicle_info ul li {
	display: block;
	float: none;
}

.vehicle_inventory_block ul li.vehicle_info ul.vehicle_info_tags li {
	display: inline;
	/*padding: 0.25em 0.5em;*/
	font-size: 80%;
	float: left;
	margin-right: 2em;
}

.vehicle_inventory_block ul li.vehicle_info ul.vehicle_info_tags li a.carfax {
	display: block;
	width: 71px;
	height: 14px;
	background: transparent url(../images/search_images/carfax.gif) 0 0 no-repeat;
	text-indent: -9999em;
}

.vehicle_inventory_block ul li.vehicle_info ul.vehicle_info_tags li a.carfax_oneowner {
	display: block;
	width: 75px;
	height: 50px;
	background: transparent url(../images/search_images/carfax_oneowner.gif) 0 0 no-repeat;
	text-indent: -9999em;
}

.vehicle_inventory_block ul li.vehicle_info ul.vehicle_info_tags li a.autocheck {
	display: block;
	width: 64px;
	height: 14px;
	background: transparent url(../images/search_images/autocheck.gif) 0 0 no-repeat;
	text-indent: -9999em;
	border: none;
}

.vehicle_inventory_block ul li.vehicle_info ul.vehicle_info_tags li.certified {
	border: 1px dotted #c00;
	color: #c00;
}

.vehicle_inventory_block ul li.vehicle_info ul li {
	font-size: 90%;
	display: block;
	color: #333;
	line-height: 1.4em;
	float: none;
}

.vehicle_inventory_block ul li.vehicle_leadactions {
	width: 170px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.vehicle_inventory_block ul li.vehicle_leadactions ul li {
	width: 100%;
	float: none;
	margin-left: 1em;
}

.vehicle_inventory_block ul li.vehicle_leadactions a {
	display: block;
	text-indent: 2.35em;
	margin: 0 0 0.75em 0;
	text-decoration: none;
	color: #555;
	font-weight: 600;
	font-size: 90%;
	line-height: 1.5em;
}

.vehicle_inventory_block ul li.vehicle_leadactions a:hover {
	text-decoration: underline;
}

.vehicle_inventory_block ul li.vehicle_leadactions ul li img {
	margin-bottom: 0.75em;
	line-height: 0.5em;
}

.vehicle_inventory_block ul li.vehicle_leadactions a.vehicle_request_info {
	background: transparent url(../images/search_images/vehicle_request_info.gif) 0.45em center no-repeat;
}

.vehicle_inventory_block ul li.vehicle_leadactions a.vehicle_make_offer {
	background: transparent url(../images/search_images/make_offer.png) 0.2em center no-repeat;
}

.vehicle_inventory_block ul li.vehicle_leadactions a.vehicle_testdrive {
	background: transparent url(../images/search_images/vehicle_testdrive.gif) 0.25em center no-repeat;
}

.vehicle_inventory_block ul li.vehicle_leadactions a.vehicle_finance {
	background: transparent url(../images/search_images/vehicle_finance.gif) 0.25em center no-repeat;
}

.vehicle_inventory_block ul li.vehicle_leadactions a.vehicle_details {
	background: transparent url(../images/search_images/view_details.png) 0.25em center no-repeat;
}


.vehicle_inventory_block ul li.vehicle_pricing {
	width: 115px;
	margin-right: 0 !important;
}

.vehicle_inventory_block ul li.vehicle_pricing ul li {
	display: block;
	text-align: right;
	float: none;
	margin-right: 0 !important;
}

.vehicle_inventory_block ul li.vehicle_pricing ul li span.label_msrp, .vehicle_inventory_block ul li.vehicle_pricing ul li span.label_price  {
	float: left;
	display: block;
	text-align: left;
	line-height: 2.15em;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin-left: 3px;
	font-style: italic;
}

.vehicle_inventory_block ul li.vehicle_pricing ul li span.search_eprice a {
	background-color: #ff3;
	text-decoration: underline;
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
}

.vehicle_inventory_block ul li.vehicle_pricing ul li span.msrp, .vehicle_inventory_block ul li.vehicle_pricing ul li span.sellingprice  {
	float: right;
	display: block;
	width: auto;
	font-size: 150%;
	font-weight: 600;
	line-height: 1.25em;
}

.vehicle_inventory_block ul li.vehicle_pricing ul li span.msrp {
	text-decoration: line-through;
	color: #006;
}

.vehicle_inventory_block ul li.vehicle_pricing ul li span.sellingprice {
	color: #900;
}

.vehicle_inventory_block ul li.vehicle_pricing ul li a.incentives {
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	color: #0c0;
	padding: 0.5em 0;
	display: block;
	text-decoration: underline;
}

span.callout {
	display: block;
	font-size: 120%;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2em;
	text-indent: 0.75em;
	background: transparent url(../images/search_images/phone.gif) left center no-repeat;
	color: #444;
	margin: 1em 0 0em 0.25em;
}

.sortpage_container {
	padding: 0.5em;
	background-color: #e6fafc;
	border: 1px solid #91eef9;
}