#filterpro .option_box {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
    vertical-align: top;
    width: 217px;
}
#filterpro .option_box:last-child {
    border-bottom: 0px solid #ccc;
}
#filterpro_box > .box-heading {
    background: rgba(0, 0, 0, 0) url("../image/bg-filter-header.png") repeat-x scroll 0 0;
    color: #545872;
    font-family: Helvetica;
    font-size: 17px;
    padding: 1px 17px !important;
    text-transform: none;
}
.box-content.filterpro {
    background: #fcfcfc!important;
    padding: 0 13px 30px;
}


#filterpro .price_limit {
    border: 0;
    color: #38B0E3;
    font-weight: bold;
    width: 100%;
}

#filterpro_box .price_limit {
    border: 0;
    color: #404040;
    font-weight: bold;
    width: 100%;
}

#filterpro .ui-widget-header {
    background: rgba(0, 0, 0, 0) url("../image/slid-bg-active.png") repeat-x scroll 0 0;
    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 {
    background: rgba(0, 0, 0, 0) url("../image/in-stock-bg.png") no-repeat scroll 0 0;
    margin-top: 5px;
    padding: 10px;
}

#filterpro .price_slider  input {
    text-align: center;
	width: 70px;
}

#filterpro .option_values {
    padding-top: 5px;
}

#filterpro .option_name, #filterpro .attribute_group_name {
    background: url("../image/filter-select.png") no-repeat scroll right center transparent;
    cursor: pointer;
    padding: 11px 5px 11px 17px;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

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

.clear {
    margin-top: 10px;
}
.clear > .clear_filter {
    background: rgba(0, 0, 0, 0) url("../image/clear.png") no-repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    padding: 13px;
    text-indent: -9999px;
    width: 135px;
}

#filterpro .collapsible{
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 11px;
}
#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;
}
.stock-box {
    background: rgba(0, 0, 0, 0) url("../image/in-stock-bg.png") no-repeat scroll 0 0 !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    padding-left: 11px !important;
}
.stock-box > input[type="checkbox"]{display: none;}

.stock-box > label {
    background: rgba(0, 0, 0, 0) url("../image/radio-bg.png") no-repeat scroll 0 -16px;
    color: #3f4451;
    font-family: Helvetica;
    font-size: 12px;
    height: 20px;
    padding-left: 22px;
    width: 20px;
}

.stock-box > input[type="checkbox"]:checked+label{
    background: rgba(0, 0, 0, 0) url("../image/radio-bg.png") no-repeat scroll 0 0;
}
