#filterpro .option_box {
   
    display: inline-block;
    margin: 5px;
    width: 100%;
    padding: 5px;
    vertical-align: top;
}

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

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #38B0E3;
    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: 5px;
}

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

#filterpro .option_name, #filterpro .attribute_group_name {
    background: url("../image/filter-bullet-down.png") no-repeat scroll center 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;
}

#filterpro .clear_filter {
    text-decoration: underline;
    color: #9a9a9a;
    font-size: 12px;
    text-transform: lowercase4
    float: left;
}
#filterpro .clear_filter:hover {
	color: #000;
}
#filterpro div {
	text-align:center;
}
#filterpro div .collapsible {
	text-align:left;
}

#filterpro .collapsible{
    max-height: 300px;
    overflow-y: auto;
}
#filterpro img {
    cursor: pointer;
    margin: 2px;
	width:300px;
}

#filterpro img.selected {
    border: 2px solid;
    margin: 0;
}