/* COMMON STYLES */

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 7px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    font: 14px Arial, sans-serif;
}
input[type="search"].styler {
    -webkit-appearance: none;
}
textarea.styler {
    overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px Arial, sans-serif;
    cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.styler:after {
    content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}




/******************************************/
/*************** THEMES *******************/
/******************************************/



/******************************************/
/**************** GREY 1 ******************/
/******************************************/

/* CHECKBOX */

.jq-checkbox.aapf_grey1 {
    top: -1px;
    width: 14px;
    height: 14px;
    background: url('../../images/themes/grey_1/sprite.png') no-repeat;
    vertical-align: middle;
    cursor: pointer;
}


.jq-checkbox.aapf_grey1.checked{
    background-position: -14px 0;
}
.jq-checkbox.aapf_grey1.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

/* RADIO */

.jq-radio.aapf_grey1 {
    width: 14px;
    height: 14px;
    background: url('../../images/themes/grey_1/sprite_radio.png') no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.jq-radio.aapf_grey1.checked {
    background-position: -14px 0;
}
.jq-radio.aapf_grey1.focused {
    border: 1px solid #08C;
}
.jq-radio.aapf_grey1.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

/* SLIDER */

.slide.aapf_grey1 .berocket_filter_slider.ui-widget-content,
.slide.aapf_grey1 .berocket_filter_price_slider.ui-widget-content{
    background: none repeat scroll 0 0 #b0b5b9;
    border: 0 none;
    border-radius: 0;
    height: 4px;
    padding: 0;
}

.slide.aapf_grey1 .berocket_filter_slider.ui-widget-content .ui-slider-range,
.slide.aapf_grey1 .berocket_filter_price_slider.ui-widget-content .ui-slider-range{
    background: none repeat scroll 0 0 #000000;
}

.slide.aapf_grey1 .berocket_filter_slider.ui-widget-content .ui-slider-handle,
.slide.aapf_grey1 .berocket_filter_price_slider.ui-widget-content .ui-slider-handle{
    background: url("../../images/themes/grey_1/handler.png") no-repeat scroll center center / cover  transparent;
    width: 12px;
    height: 12px;
    border: 0;
    top: -4px;
}