#filterpro .option_box {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    min-width: 138px;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
    z-index: 0;
}

#filterpro .price_limit {
    border: 0;
    color: #525252;
    font-weight: normal;
    width: 100%;
}

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #c7ebe5;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
}

#filterpro select {
    width: 126px;
}

#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    border: 1px solid #38B0E3;
    background: none repeat scroll 0 0 #d9f2fc;
}

#filterpro .price_slider {
    padding: 10px;
}

#filterpro .price_slider  input {
    width: 60px;
}
#filterpro .ui-slider-horizontal {
    height: 5px;
    border: 0;
    background: #ccc;
}
#filterpro .price_slider .ui-slider-handle {
background: #5c9083;
    border: 0;
    outline: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 1;
}
#filterpro .option_values {
    padding-top: 5px;
}

#filterpro .option_name, #filterpro .attribute_group_name {
    background: url("../image/filter-bullet-down.png") no-repeat scroll right center transparent;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

#filterpro .hided {
    background: url("../image/filter-bullet-up.png") no-repeat scroll right center transparent;
    cursor: pointer;
}

#filterpro_box .clear_filter {
    text-decoration: none;
    float: right;
    margin-top: 2px;
}
#filterpro_box .clear_filter:hover {
  color: #d24a43;
}
#filterpro .collapsible{
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}
#filterpro img {
    cursor: pointer;
    margin: 2px
}

#filterpro img.selected {
    border: 2px solid;
    margin: 0;
}
#column-left + #column-right + #content .product-grid > div.loadmask {
    width: 100%;
}

#filterpro input {
    margin: 4px 3px;
}
#filterpro table{
     margin-bottom: 5px;
}