.hallstar-product-filters input.disabled + label {
	color: #aaa;
}
.hallstar-product-filters input.styled-checkbox {
    display:none;
}
.hallstar-product-filters input.styled-checkbox + label {
	display: block;
	line-height: 20px;
	cursor: pointer;
}
.hallstar-product-filters input.styled-checkbox + label span.checkmark {
    display:block;
    float: left;
    margin-right: 10px;
    width:17px;
    height:17px;
    background:url(../images/checkbox-sprite.png) -17px top no-repeat;
}
.hallstar-product-filters input.styled-checkbox:checked + label span.checkmark {
    background:url(../images/checkbox-sprite.png) left top no-repeat;
}
/* Filters */
.hallstar-product-filters .expandable-box h3 { cursor: pointer; position: relative; font-size: 14px; line-height: 14px; margin-bottom: 0; text-transform: capitalize; font-weight: 900; margin-top: 0; }
.hallstar-product-filters .expandable-box h3 a { display: block; line-height: 20px; padding: 12px 25px 12px 0; font-size: 13px; }
.hallstar-product-filters .expandable-box h3 a:hover, .hallstar-product-filters .expandable-box h3 a:focus, .hallstar-product-filters .expandable-box h3 a:active { text-decoration: none; color: #255dab; }
.hallstar-product-filters .expandable-box h3 span.plus-minus { width: 21px; position: absolute; top: 10px; font-weight: normal; right: 0; font-size: 20px; line-height: 12px; color: white; background-color: #ccc; padding: 6px 5px 2px 5px; text-align: center; display: block;}
.hallstar-product-filters .expandable-box { border: 1px solid #ddd; border-radius: 2px; margin-bottom: 15px; padding: 3px 22px 0 22px; }
.hallstar-product-filters .expandable-box label { text-transform: none; font-weight: bold; line-height: 18px; padding: 5px 5px 5px 32px; margin-left: -5px; margin-bottom: 0; }
.hallstar-product-filters .expandable-box label:hover { background-color: #f3f3f3;}
.hallstar-product-filters .expandable-box label span.checkmark { margin-left: -27px; }
.hallstar-product-filters .expandable-box .hallstar-product-filters-expand-content { padding-top: 15px; padding-bottom: 15px; border-top: 1px solid #ddd;}

/*.hallstar-product-filters h3.group-title a { position: relative; text-decoration: none; text-transform: uppercase; text-align: left; padding: 5px 45px 5px 0; margin-bottom: 20px; display: block; font-size: 12px; border-bottom: 3px solid #fdb719; }
.hallstar-product-filters h3.group-title span.plus-minus { width: 21px; position: absolute; top: 0; font-weight: normal; right: 0; font-size: 20px; line-height: 12px; color: white; background-color: #ccc; padding: 6px 5px 2px 5px; text-align: center; display: block;}
*/
#loading-image { margin: 50px auto 500px; display: block; }
