.priceRangeFilterPanel7Spikes .filtersGroupPanel
{
    background: #FFFFFF;
    font-size: 11px;
    height: 50px;
    overflow: inherit;
}

.priceRangeFilterPanel7Spikes .ui-slider
{
    background: #000000;
    height: 4px;
    position: relative;
    width: 160px;
	margin-bottom: 10px; 
}

.priceRangeFilterPanel7Spikes .priceRangeMinMaxPanel
{
    color: #000000;
    height: 30px;
    width: 160px;
}

.priceRangeMinPanel
{
    float: left;
}

.priceRangeMaxPanel
{
    float: right;
}

.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter
{
    float: right;
    color: white;
    text-transform: none;
    cursor: pointer;
}

.nopAjaxFilters7Spikes .block .title a.clearPriceRangeFilter:hover
{
    text-decoration: underline;   
}

.ui-slider-range {
    background: none repeat scroll 0 0 #000000 !important;
    height: 4px !important;
    padding: 0 !important;
    position: absolute !important;
}

.ui-slider-handle {
	position: absolute !important;
    top: -7px !important;
    background: url('images/scale_knob.png') no-repeat !important;
    height: 18px !important;
    width: 18px !important;
	margin: 0 0 0 -9px !important;
	border: none !important;
}

.priceRangeFilterPanel7Spikes .priceRangeCurrentPricesPanel
{
	overflow: hidden;
    color: #000000;
    width: 160px;
}

.priceRangeCurrentPricesPanel .currentMinPrice
{
    float: left;
}

.priceRangeCurrentPricesPanel .currentMaxPrice
{
    float: right;
}