#filterBox ul li, .refineSearch ul li{
	list-style:none;
}
.sidebar > div.refineSearch{ margin-bottom:0;}
.refineSearch h5{
	background-color: #D6D1C0;
    border-bottom: 1px solid #E0DDD0;
    border-top: 1px solid #E0DDD0;
    font-size: 12px;
    padding: 2px 0 3px;}
/*.refineSearch h5 span.arrow{background: url("../images/all.png") no-repeat scroll -3px -16px ;
    float: left;
    height: 9px;
    margin: 3px 12px 0;
    width: 11px;}
.refineSearch h5 span.arrow2{background-position: -13px -16px;}*/
/*.refineSearch h5 span.plus{background: url("../images/all.png") no-repeat -35px 0px;float: right;height: 16px;margin: 0 6px 0 0;width: 16px;cursor:pointer;}
.refineSearch h5 span.minus{background: url("../images/all.png") no-repeat 0px 0px;}
.refinePrice h5 span.plus{background: url("../images/all.png") no-repeat 0px 0px;float: right;height: 16px;margin: 0 6px 0 0;width: 16px;cursor:pointer;}
.refineSearch h5 span.minus{background: url("../images/all.png") no-repeat -35px 0px;}*/

.refineSearch h5 span.plus{background: url("../images/all.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);float:right;height:16px;margin:0 6px 0 0;width:16px;cursor:pointer;}
.refineSearch h5 span.minus{background-position: -35px 0;}

.refineSearch ul.size{ padding-bottom:5px;}
.refineSearch .checked {}
.refineSearch .checked span,.refineSearch .unchecked span{background: url("../images/all.png") no-repeat scroll -52px 0 ;
    display: inline-block;
    height: 16px;
    margin: 6px 9px 0;
    vertical-align: bottom;
    width: 16px;}
.refineSearch .unchecked {
    
}
.refineSearch .checked span{
	 background-position: -70px 0;
	}
.progress {
    left: 45%;
    position: fixed;
    top: 50%;
    z-index: 100;
}
.refineSearch .id_clearOptions{ color:inherit;}
.refineSearch .id_clearOptions span{background: url("../images/all.png") no-repeat scroll -17px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    margin: 0 4px;
    vertical-align: bottom;
    width: 16px;}
.OptionTitle{
	 border-bottom: 1px solid #5F225E;
    color: #5F225E;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 3px;
    text-indent: 4px;
    width: 100%;
}
.sidebar div.customScrollBox{ margin-bottom:0;}
#loaderPause{
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
	display:none;
	background:rgba(0,0,0,0.5);
}