#filterpro .option_box {
    display: inline-block;
    width: 100%;
    min-width: 100%;
    padding: 5px;
    vertical-align: top;
		border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #e8e8e8;
	 margin-bottom: 12px;
}

#filterpro .price_limit {
  border: 1px solid;
  border-radius: 5px;
  color: #696969;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

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

#filterpro select {
    width: 126px;
}
#filterpro #slider-range {
height: .2em;
  top: 10px;
}
#filterpro .ui-state-default {
background: #343e5c;
  border: 0px solid #1D6A87;
  top: -.6em;
  cursor: pointer;
  border-radius: 50%;
-moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -khtml-transition: none;
  transition: none;
}
#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    background: none repeat scroll 0 0 #1D6A87; top: -.6em;
}

#filterpro .price_slider {
    padding: 5px 10px 20px 10px;
}

#filterpro .price_slider  input {
    width: 65px;
}

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

#filterpro .option_name, #filterpro .attribute_group_name {
    background: transparent url("../image/filter-bullet-down.png") no-repeat scroll right center;
    border-bottom: 1px solid #cfd0d4;
    color: #000;
    cursor: pointer;
    padding: 5px;
    text-align: center;
	/*text-transform: uppercase;*/
}
#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;
    margin-top: 5px;
    color: #BAD5DF;
}

#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;
}
/*
#filterpro input {
    left: -9999px;
    position: absolute;
    visibility: hidden;
}

[type="checkbox"] + label::before {
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    content: "";
    height: 18px;
    left: 0;
    margin-top: 2px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 18px;
    z-index: 0;
}
[type="checkbox"] + label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
    position: relative;
}

[type="checkbox"]:checked + label::before {
    backface-visibility: hidden;
    border-color: transparent #019dd6 #019dd6 transparent;
    border-style: solid;
    border-width: 2px;
    height: 22px;
    left: -3px;
    top: -4px;
    transform: rotate(40deg);
    transform-origin: 100% 100% 0;
    width: 12px;
}
[type="checkbox"] + label::before {
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    content: "";
    height: 18px;
    left: 0;
    margin-top: 2px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 18px;
    z-index: 0;
}
*/