div.price-slider, div.decimal-slider {
    background: #285183;
    height: 8px;
    margin: 10px 0;
}

div.price-slider .filter-handle, div.decimal-slider .filter-handle {
    height: 18px;
    width: 18px;
    cursor: e-resize;
    display: block;
    background: #f49a21;
    top: -4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.price-slider .price-slider-from, div.decimal-slider .decimal-slider-from {
}

div.price-slider .price-slider-to, div.decimal-slider .decimal-slider-to {
    cursor: w-resize;
    margin-top: -18px;
}