.price-range-block {
    margin: 10px;
    display: inline-block;
}

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

.ui-slider-horizontal {
    height: .6em;
}

.ui-slider-horizontal {
    margin: 15px 0;
    width: 100%;
}

.ui-widget-header {
	background: #000;
}

.price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
}

.price-range-field {
    min-width: 20%;
    background-color: transparent;
    border: 1px solid #e34546;
    color: #000;
    font-family: myFont;
    font: normal 14px;
    border-radius: 0;
    height: 30px;
    padding: 10px;
    width: 10%;
    font-weight: bold;
}

.search-results-block {
    position: relative;
    display: block;
    clear: both;
}
