/**
 * @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 { color:#333;background: transparent url(../../image/ui/checkbox_unchecked.png) center left no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-checked { color:#333; background: transparent url(../../image/ui/checkbox_checked2.png) center left no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked:hover { background: transparent url(../../image/ui/checkbox_unchecked.png) center left no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-checked:hover { background: transparent url(../../image/ui/checkbox_checked.png) center left no-repeat; }
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked,
ol.m-filter-css-checkboxes li a.m-checkbox-checked { padding-left: 26px; text-decoration: none; }

.mb-mana-catalog-leftnav .block.block-layered-nav dl dd ol > li > a { padding: 3px 0 4px 26px; }

.m-filter-checkboxes li input { margin-right: 5px; position: relative; bottom: 2px; }