/**
 * @category    Mana
 * @package     ManaPro_FilterCheckboxes
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.m-filter-item-list li {
	padding:0 0 5px 0; 
	font-size:13px;
}
.m-filter-item-list li a {
	padding:0 0 3px 0;
color:#000000;	
	text-decoration: none; 
}
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked { 
	background: transparent url(../images/manapro_filtercheckboxes/checkbox_unchecked.png) 0 0 no-repeat;
	text-decoration: none; 
	display: inline-block; 
	padding:0 0 5px 20px; 
	font-size:13px;
	line-height:1;
}
ol.m-filter-css-checkboxes li a.m-checkbox-checked { 
	background: transparent url(../images/manapro_filtercheckboxes/checkbox_checked.png) 0 0 no-repeat; 
	text-decoration: none; 
	padding:0 0 5px 20px; 
	display: inline-block;
}
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked:hover {
	background: transparent url(../images/manapro_filtercheckboxes/checkbox_unchecked_hover.png) 0 0 no-repeat;
}
ol.m-filter-css-checkboxes li a.m-checkbox-checked:hover { 
	background: transparent url(../images/manapro_filtercheckboxes/checkbox_checked_hover.png) 0 0 no-repeat; 
} 

.m-filter-checkboxes li input { 
	margin-right: 5px; position: relative; bottom: 2px; 
}