div.price-slider {
    background: url("bkg_slider.png") repeat-x scroll 0 0 transparent;
    height: 17px;
}
div.price-slider .filter-handle {
    height: 17px;
    width: 10px;
    cursor: e-resize;
    display: block;
}
div.price-slider .price-slider-from {
    background: url("slider.png") no-repeat scroll 0 0 transparent;
}
div.price-slider .price-slider-to {
    background: url("slider.png") no-repeat scroll -23px 0 transparent;
    cursor: w-resize;
    margin-top: -17px;
}
#loading{
    width:100%;
    height:100%;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
}
.nav_loading_filters_opacity {
    opacity: 0.9;
    width:100%;
    height:100%;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    background-color: #fff;
}
img#loading-image-catalin{
    left:50%;
    top:50%;
    display:block;
    position:fixed;
    z-index:900;
    opacity: 1;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
#animate-spin {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    left:50%;
    top:50%;
    display:block;
    position:fixed;
    z-index:900;
    margin-left: -30px;
    margin-top: -4px;
}
.show_more_filters {
    text-align: center;
    display: block;
    cursor: pointer;
}
.show_more_filters a {
    text-decoration: none;
}
.select_filters { position: relative; margin: 0 auto; min-height: 20px; line-height: 20px; }
.select_filters,
.select_filters > span { cursor: pointer; }
.select_filters > label { width: 18px; height: 18px; cursor: pointer; position: absolute; top: 3px; left: 0;}
.select_filters input[type=checkbox] { visibility: hidden; }
.select_filters > label {
    background:transparent url(lejer_select.png) no-repeat scroll -2px -2px;
    overflow:hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    line-height: 16px;
    padding: 0;
}
.select_filters input:checked + label {
    background-position: -2px -152px;
}