﻿ul.filter-abc {
	width: 100%;
	float: left;
	clear: both;
	list-style: none;
	margin: 0 0 19px 9px;
	_margin: 0 0 19px 0;
	padding: 0;
}

	ul.filter-abc li {
		background: #e0e0e0;
		border: 1px solid #b8b8b8;
		width: 19px;
		height: 20px;
		display: inline;
		float: left;
		text-align: center;
		margin: 0 0 0 2px;
	}
	
		ul.filter-abc li:hover {
			background: #b8b8b8;
		}
	
		ul.filter-abc li a {
			color: #01893f;
			display: block;
			width: 19px;
			height: 20px;
		}
		
		ul.filter-abc li a:visited {
			color: #787878;
		}
		
		ul.filter-abc li.empty {
			background: #e0e0e0;
			border: 1px solid #ebebeb;
			color: #b8b8b8;
		}
		
			ul.filter-abc li.empty a {
				color: #b8b8b8;
				cursor: text;
			}
		
		ul.filter-abc li.sel {
			background: #01893f;
			border: 1px solid #01893f;
			color: #ebebeb;
		}
		
			ul.filter-abc li.sel a {
				color: #ebebeb;
				cursor: text;
			}
