/**
 * @category    Mana
 * @package     ManaPro_FilterCheckboxes
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
/*ol.m-filter-css-checkboxes li a.m-checkbox-unchecked { background: transparent url(../images/manapro_filtercheckboxes/checkbox_unchecked.png) 0 center no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-checked { background: transparent url(../images/manapro_filtercheckboxes/checkbox_checked.png) 0 center no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked:hover { background: transparent url(../images/manapro_filtercheckboxes/checkbox_unchecked_hover.png) 0 center no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-checked:hover { background: transparent url(../images/manapro_filtercheckboxes/checkbox_checked_hover.png) 0 center no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked,
ol.m-filter-css-checkboxes li a.m-checkbox-checked { padding-left: 20px !important; text-decoration: none; }*/


/*.filters .inactive .image-holder:after,*/
/*.filters .m-checkbox-checked .image-holder:after,*/
/*.filters .color .m-checkbox-checked .image-holder:after{*/
	/*content: '';*/
	/*display: block;*/
    /*background: url(../images/sprite-icons.png) -156px -130px no-repeat;*/
    /*width: 61px;*/
    /*height: 61px;*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 1px;*/
    /*margin-left: 0px;*/
/*}*/

.filters .image-holder.inactive:after {
    content: "";
    display: block;
    background: url("../images/disable-filters.png") 0 0 no-repeat;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 0;
    top: 0;
    height: 61px;
    width: 61px;
    /*z-index: 1000;*/
    cursor: default;
}
.filters .m-checkbox-checked .image-holder:after,
.filters .color .m-checkbox-checked .image-holder:after {
    content: '';
    display: block;
    background: url("../images/active-filters.png") 0 0 no-repeat;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    position: absolute;
    bottom: 0;
    left: 6px;
    right: 0;
    top: 0;
    height: 61px;
    width: 61px;
    /*z-index: 1000;*/
    cursor: default;
}

.filters .m-filter-css-checkboxes{
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    overflow: hidden;
}
.filters .m-filter-css-checkboxes > li{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
}
/*.filters .inactive .image-holder:after{*/
    /*margin-left: 0;*/
    /*left: 1px;*/
    /*top: 0;*/
    /*opacity: 0.8;*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
    /*background-position: -221px -128px;*/
/*}*/
/*.filters .m-checkbox-checked .image-holder:after{*/
    /*margin-left: 0;*/
    /*left: 0;*/
    /*top: 0;*/
    /*opacity: 0.8;*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*overflow: hidden;*/
/*}*/

/*.filters .m-checkbox-checked .image-holder img,
.filters .inactive .image-holder img {opacity: 0}*/

.filters .inactive a {cursor: default}
/*.filters .color .m-checkbox-checked .image-holder:after{*/
	/*left: 1px;*/
	/*top: 0;*/
	/*width: 64px;*/
	/*height: 64px;*/
/*}*/
/*#narrow-by-list .custom .m-checkbox-checked .image-holder:after{*/
	/*content: '';*/
	/*display: none;*/
/*}*/
/*#narrow-by-list .custom .m-checkbox-unchecked .image-holder{*/
	/*display: none;*/
/*}*/
/*#narrow-by-list .custom .m-checkbox-checked .image-holder{*/
	/*display: block;*/
/*}*/