.price-range-block {
    margin:20px 40px 20px 10px;
}

.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .5em;
}
.ui-slider-horizontal {
    margin-bottom: 12px;
    width:100%;
}
.ui-widget-header {
    background: #0e4b7a;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.6em;
	height: 1.6em;
	
	margin-top:-4px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle:focus
{
	border:1px #0e4b7a solid;
	background: #0e4b7a;
}

.price_slider_min
{
	float:left;
	width:80px;
	margin-right:5px;
}
.price_slider_max
{
	float:left;
	width:80px;
	margin-right:5px;
}
.price_slider_search
{
	display:inline-block;
	float:left;
	border:0px #ccc solid;
	width:80px;
	margin-right:5px;
	padding-top:18px;
}

INPUT.price-range-search, INPUT.price-range-search:hover {
    margin:0px;
	width:80px; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    display: inline-block;
    height: 36px;
    padding:11px 10px 8px 10px;
    border-radius: 4px;
	text-align:center;
	font-size:10pt;
	color:#fff;
	border:1px #f78e25 solid;
	background: #f78e25;
}
.price-range-field{
    width:100%; 
	max-width:80px;
    min-width: 16%;
    background-color:#fff; 
    border: 0.5px solid #cfcfcf; 
    color: black; 
    border-radius: 4px; 
	font-size:11pt;
    height:36px; 
	display:inline-block;
    padding:12px 10px 8px 10px;
	line-height:24px;
}
.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

