#filterpro .option_box {
   border-radius: 0px;
display: inline-block;
margin-bottom: 5px;
min-width: 180px;
}

#filterpro .price_limit {
   border: 1px solid #D5D5D5;
color: #5C5C5C;
font-weight: bold;
width: 82%;
padding: 5px;
margin-bottom: 8px;
margin-top: 8px;
}

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

#filterpro select {
    width: 186px;
}

#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: 5px;
width: 173px;
}

#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: 5px;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

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

.clear_filter {
    border-bottom: 1px dashed;
    text-decoration: none;
    float: right;
}
