/**
 * @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 { max-height:216px; overflow-y:auto; }
ol.m-filter-css-checkboxes li { margin:0 0 6px; }
ol.m-filter-css-checkboxes li a { padding-left:22px; background:url(../images/sprite_base.png) no-repeat -180px 0; text-decoration:none; }
ol.m-filter-css-checkboxes li a:hover { text-decoration:underline; }
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked:hover { background-position:-180px -20px; }
ol.m-filter-css-checkboxes li a.m-checkbox-checked { background-position:-180px -40px; }
ol.m-filter-css-checkboxes li a.m-checkbox-checked:hover { background-position:-180px -60px; }