#filterpro .option_box {
    display: inline-block;
	margin-left: 8px;
    min-width: 138px;
}
#filterpro_box .option_box:last-child {
	    width: auto;
    min-width: auto;
}
#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;
}
.gbplf {
	background: url(../image/24.png) no-repeat right center;
    overflow: hidden;
    border: 1px solid #aaa;
    line-height: 20px;
    font-size: 18px;
    border-radius: 2px;
}
.gbplf:hover {
	border: 1px solid #000;
}
.gbplf select{
	outline: none;
}
#filterpro select, .gbplf select{
    width: 146px;
	background-color: transparent;
    border: 0;
    padding-right: 40px;
    font-size: 14px;
    cursor: pointer;
	margin: 0;
	padding: 0;
	margin-right: -40px;
}
.product-filter > div.limit > select {
	background-color: transparent;
    border: 0;
    padding-right: 40px;
    font-size: 14px;
    cursor: pointer;
	margin: 0;
	padding: 0;
	margin-right: -40px;
}
#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 .price_slider  input {
    width: 40px;
}

#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_box  label {line-height: 23px;}
#filterpro select[name="option_value[14][]"] {
	width: 195px;
}
#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 {
    border-bottom: 1px dashed;
    text-decoration: none;
    float: right;
}

#filterpro .collapsible{
    max-height: 120px;
    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;
}