/**
 * INVENTORY SEARCH RESULTS
 * @version 2016.03.23.01 LB Ticket 285107 - allow unavailable search criteria to disappear from the list
 * @version 2016.03.24.01 LB Ticket 285817 - make "Filter" button inactive until criteria selections have changed
 * @version 2016.04.01.01 LB Ticket 289273 - make "Reset All" button larger (as wide as "Click to Select" buttons)
 * @version 2019.05.21 dcs Ticket #538701 - fixed case on file inclusion
*/

#searchpage {
	width: 925px;/*900px;*/
	margin: 0;
	float: left;
	}
	
#medium_filter_button {
		display: none;
		}
		
#searchCriteria {
	width: 260px;
	margin: 0 auto 10px;
	display: inline-block;
	float: left;
	}
	
#searchCriteria h3 {
	line-height: 24px;
	font-size: 1.5em;
	padding-left: 5px;
	margin: 3px 0;
	text-align: center;
	}
	
#searchCriteria #reset {
	margin-right: 3px;
	font-size: .5em;
	}

span#reset .ui-button-text
{
	background-color: #bb0000;
	border-radius: 5px;
	color: #ffffff;
	padding: 2px 10px;
	min-width: 85px;
}

#criterialist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#criterialist .buttonset {
	width: 240px;
	margin: 0 auto;
	}
	
#criterialist .criteria_label {
	font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
	float: left;
	margin-top: .2em;
	margin-left: 3px;
	}
	
#criterialist .criteria_open {
	color: #777777;
	display: inline-block;
	float: right;
	cursor: pointer;
	margin-top: .2em;
	margin-right: 3px;
	width: auto;
	}

#criterialist .criteria_open.criteria_resp	{
	display: none;
	}
		
#criterialist .criteria_label.criteria_full	{
	display: inline-block;
	}
		
#criterialist .criteria_open.criteria_full	{
	display: inline-block;
	}
		
#criterialist .criteria_open .ui-button-text {
	padding: 2px 10px;
	}
	
#criterialist .criteria_selected {
	display: block;
	clear: both;
	margin-left: 8px;
	}
	
.unavailable_list_item {
	color: #808080;
	display: none;
	}
	
.criteria_slideout {
	width: 300px;
	z-index: 8000;
	padding: 10px;
	max-height: 450px;
	overflow: auto;
	}
	
#slidedirections {
	width: 226px;
	height: 20px;
	border-bottom: none;
	border-right: none;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.2em;
	}
	
#slideclose,
#slidereset
{
	cursor: pointer;
	width: 40%;
	height: 20px;
	border-bottom: none;
	padding: 3px;
	background: none;
	font-size: 1.2em;
}

#slideclose
{
	float: left;
	background-color: #00bb00;
	color: #ffffff;
}

#slideclose.disabled
{
	background-color: #bbbbbb;
}

#slidereset
{
	float: right;
	background-color: #bb0000;
	color: #ffffff;
}

#slidecancel {
	cursor: pointer;
	display: inline-block;
	height: 28px;
	width: 28px;
	}
	
#slidecancel span {
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 7px;
	background: url(/cssLib/CX5Front/close-x.png);
	background-size: 100%;
	background-repeat: no-repeat;
	}
	
.criteria_slideout ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#criterialist #criteria_price_slider, #criterialist #criteria_payment_slider {
	width: 200px;
	margin: 35px auto 15px;
	display: block;
	}
	
#criterialist .criteria_text {
	width: 70px;
	}

#criterialist .criteria_item {
	margin: 10px 0;
	width: 250px;
	padding: 0 5px;
	clear: both;
	}
	
.unavailable_list_item {
	color: #808080;
	}

#criterialist .pricelabel {
	width: 70px;
	font-size: 1.1em;
	}
	
#criterialist .cx5_is_criteria_section {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #808080;
	font-weight: bold;
	font-size: 1.1em;
	}

.sortbar {
	width: 97%;
	min-height: 20px;
	padding: .2em 1.5%;
	margin-bottom: 10px;
	max-width: 623px;/*603px;*/
	display: inline-block;
	float: right;
	}
	
.sortbar #countarea {
	display: inline-block;
	width: 100px;
	}
	
.sortbar #sortsection {
	margin: 0;
	display: inline-block;
	float: right;
	}
	
.sortbar #sortfield {
	width: 170px;
	}

#searchresults {
	width: 100%;
	max-width: 650px;/* jln 630px;*/
	float: right;
	}
.comparearea {
		display:inline;
	}


/* compare vehicles modal jln  */
.comparearea{
	float:right;
	padding:10px 0;
	display:none;
}

#vehicle_compares{
	width:95%;	
}

.compare_vehicle {
	width:200px;
	float:left;
}

.compare_vehicle .img_holder{
	width:110px;
	height:75px;
}

.compare_vehicle  ul{
	margin-top:35px;
	list-style-type: none;
	padding: 0;
}

.compare_vehicle  ul li{
	font-size:10px;
	padding:7px;
	border-bottom:2px solid #ccc;
	height: 12px;
	min-height: 12px;
}

.compare_vehicle ul li:last-child {
	border-bottom: none;
	height: auto;
}

.compare_vehicle .veh_comments {
	font-weight:bold;
	font-size:11px;
}

.compare_vehicle .noimage {
	width: 110px;
	height: 60px;
	color: #aaaaaa;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	cursor: auto;
}

.no_search_results {
	width: 90%;
	padding: 60px 5%;
	font-size: 1.4em;
	font-weight: bold;
	}

.inventory_result {
	display: inline-block;
	float:left;
	margin: 2px 0;
	min-height: 145px;
	width: 100%;
	}

.inventory_result .photo {
	width: 158px;
	height: 150px;
	display: inline-block;
	float: left;
	overflow: hidden;
	cursor: pointer;
	}
	
.inventory_result .photo .photolink {
	display: inline-block;
	width: 85px;
	height: 20px;
	margin-left: 4px;
	}
	
.inventory_result .photo .videolink {
	display: inline-block;
	width: 55px;
	height: 20px;
	margin-left: 4px;
	}
	
.video_av, .photobadge {
	cursor: pointer;
	font-size: .8em;
	}

.inventory_result .photo .noimage {
	width: 156px;
	height: 116px;
	color: #aaaaaa;
	line-height: 116px;
	vertical-align: middle;
	text-align: center;
	cursor: auto;
	}

.resultheader {
	width: 98%;
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.6em;
	cursor: pointer;
	padding: 5px 1%;
	}

.resultheader a{
	text-decoration: none;
	}

.resultheader .resultlabel {
	display: inline-block;
	width: 96%;/* jln 100%;*/
	min-height: 1.7em;
	}
	
.resultheader .vehicle_special_holder {
	width: 10em;
	height: 1.6em;
	overflow: hidden;
	margin: 2px auto;
	padding: 0;
	display: inline-block;
	float: right;
	}
	
.resultheader .vehicle_special {
	color: white;
	font-weight: bold;
	background: #e00000; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00000 0%, #a90000 44%, #6d0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00000), color-stop(44%,#a90000), color-stop(100%,#6d0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00000 0%,#a90000 44%,#6d0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00000 0%,#a90000 44%,#6d0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#6d0000',GradientType=0 ); /* IE6-9 */
	padding: 0;
	font-size: .7em;
	text-align: center;
	vertical-align: middle;
	}

.resultheader .vehicle_special img {
	border: none;
	}

.compare_box {
	clear:both;
	float:right;
	border-left:1px solid black;
	width:20px;
	height:125px;
	display:inline;
}
.resultcompare {
	float: left;
	margin: 0;
	display:inline;
	}
.compare_heading {
	float:left;
	display:inline;
	}

.resultbody {
	width: 100%;
	min-height: 112px;
	padding: 0;
	display: inline-block;
	border-top: none;
	margin-top: 0px;
	}

.resultspecs {
	width: 210px;
	min-height: 85px;
	display: inline-block;
	float: left;
	}
	
.resultspecs .cx5_is_resultspecline {
	display: block;
	float: left;
	margin-top: 3px;
	}
	
.resultspecs .label {
	width: 100px;
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
	float: left;
	clear: left;
	}
	
.resultspecs .hasincentives {
	width: 80px;
	margin-right: 15px;
	}
	
.resultspecs .hasincentives.ui-button-text-only .ui-button-text {
	padding: 0;
	}

.resultspecs .content {
	width: 100px;
	display: inline-block;
	padding-left: 5px;
	overflow: hidden;
	float: left;
	clear: right;
	}

.resultbody .specialinfo {
	display: inline-block;
	width: 75px;
	height: 80px;
	float: left;
	margin: 5px 5px 0px 10px;
	}

.resultbody .specialinfo .carfax {
	height: 51px;
	width: 75px;
	margin: 5px 0 5px 0;
	display: inline-block;
	}

.resultbody .specialinfo .certified {
	height: 51px;
	width: 75px;
	margin: 5px 0;
	display: inline-block;
	}
.resultbody .results_right_col {
	float: right;
	display: inline-block;
	width: 160px;
	min-height: 115px;
	}

.resultlink .ui-button-text {
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	}


.resultbody .results_right_col {
	float: right;
	display: inline-block;
	width: 160px;
	min-height: 115px;
	padding-top: .25em;
	}
	
.is_price_line {
	min-height: 1.4em;
	padding: .25em 0;
	font-size: 1em;
	color: #404040;
	}
	

.is_price_line .is_price_label {
	display: inline;
	float: left;
	}
	
.is_price_line .is_price_value {
	display: inline;
	float: right;
	margin-right: .5em;
	}
	
.is_price_line.highlightline .is_price_label {
	font-weight: bold;
	color: #ff0000;
	}
	
.is_price_line.highlightline .is_price_value {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	}
	
.is_price_spacer {
	display: block;
	height: 1em;
	}
	
.is_price_dotted {
	display: block;
	height: 0;
	border-bottom: .1em dotted #808080;
	margin-right: 1em;;
	}
	
.is_price_line .is_price_paylabel {
	display: block;
	margin: 0 auto;
	}
	
.is_price_line .is_price_payvalue {
	display: block;
	margin: 0 auto;
	font-style: italic;
	font-size: 1.4em;
	}

.results_right_col  .resultcall {
	display: inline-block;
	width: 150px;
	height: 56px;
	}
	
.new_info_line {
	clear: right;
	float: right;
	display: inline-block;
	min-height: 25px;
	margin: 3px 0;
	width: 480px;
	}
	
.new_info_line .adLine {
	display: inline-block;
	width: 280px;
	height: 25px;
	float: left;
	margin: 0;
	margin-right: 10px;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.2em;
	}
	
.new_info_line .resultlink {
	display: inline-block;
	width: 170px;
	float: right;
	margin-right: 15px;
	margin-left: 0;
	}

.new_info_line .resultlink a {
	display: block;
	width: 170px;
	margin: 0 auto;
	}

.new_info_line .resultlink a.paymentlink {
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
	}

.resultlink .paymentlink .ui-button-text {
	padding: 0;
	}

.resultlink .paymentlink .is_price_line_payment {
	padding: 0;
	}

.resultlink .ui-button-text {
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	}
	
.cx5_is_nocriteria #searchresults {
	margin: 0 auto;
	display: block;
	float: none;
	}
		
.cx5_is_nocriteria .sortbar {
	margin: 0 auto 10px;
	display: block;
	float: none;
	}
.cx5_is_nocriteria .comparearea {
		margin-right:135px;
		}
	
.ce5_is_pluginarea {
	clear: both;
	}
	
.ce5_is_newplugin1, .ce5_is_newplugin2, .ce5_is_usedplugin1, .ce5_is_usedplugin2 {
	display: inline-block;
	height: 40px;
	width: 260px;
	margin: 3px 0 3px 36px;
	}

.view_autocheck {
	cursor: pointer;
	}

/** similar vehicles block **/
#cx5ws_simvehblock {
	width: 100%;
	max-width: 320px;
	display: inline-block;
	float: left;
	clear: left;
	margin-bottom: 10px;
	}
	
#wsSimilarVehicles {
	}
	
#wsSimilarVehicles h3{
	margin: 5px 0 10px;
	font-size: 1.4em;
	}
	
.wsSimilarVehicle {
	margin-bottom: 3px;
	}
	
#wsSimilarVehicles .cx5_ws_similarvehicleline a {
	text-decoration: none;
	}
	
#wsSimilarVehicles .cx5_ws_sv_resultheader {
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 3px;
	font-size: 1.1em;
	}
	
#wsSimilarVehicles .cx5_ws_sv_resultbody {
	border-top: none;
	clear: both;
	}
	
#wsSimilarVehicles .cx5_ws_is_photo {
	display: inline-block;
	float: left;
	height:90px;
	width:120px;
	}
	
#wsSimilarVehicles .cx5_ws_sv_no_image_available {
	color: #ababab;
	text-align: center;
	padding-top: 30px;
	}
	
#wsSimilarVehicles .cx5_ws_sv_info {
	display: inline-block;
	float: right;
	min-height:90px;
	width:190px;
	}
	
#wsSimilarVehicles .cx5_ws_sv_info .cx5_ws_sv_resultspecline {
	clear:both;
	margin: 2px 0;
	display: inline-block;
	float: right;
	width:190px;
	}
	
.cx5_ws_sv_label {
	float: left;
	font-weight: bold;
	}
	
.cx5_ws_sv_content {
	float: right;
	padding-right: 3px;
	}
	
#wsSimilarVehicles .cx5_ws_sv_info .cx5_ws_sv_resultpriceline {
	clear:both;
	font-size: 1.4em;
	font-weight: bold;
	margin: 6px 0 4px;
	display: inline-block;
	float: right;
	width:190px;
	}
	
#wsSimilarVehicles .cx5_ws_sv_info .cx5_ws_sv_resultpaymentline {
	clear:both;
	margin: 2px 0;
	display: inline-block;
	float: right;
	width:190px;
	}

#list_dealers {
	display: none;
}

#list_price #criteria_tabs_1 ul li {
	float: right;
}

#list_price #criteria_tabs_1 ul li:first-child {
	float: left;
}

#list_price #criteria_tabs_1 ul #priceorpaymentor {
	display: inline-block;
	padding: 9px 0 0 6px;
	font-weight: normal;
}
	
#cx5ws_ad6block {
	padding: 0 10px;
	}

