@CHARSET "UTF-8";

#filter {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-collapse: collapse;
}

#filter td {
	vertical-align: top;
	padding: 0 10px;
	color: #000;
	font: bold 12px arial;
}

.filter_list {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.filter_list li {
	display: block;
/*	float: left;*/
	font: normal 11px verdana;
	text-align: left;
	padding: 3px 4px;
	width: auto;
}

.filter_list a,
.filter_list span {
	display: block;
	width: auto;
	height: 17px;
	color: #005868;
	background: #cee0e3;
	padding: 2px 4px;
}

.filter_list a:hover {
	background: #005868;
	color: #cee0e3;
}

.filter_list .selected {
	font: bold 11px verdana;
	background: #005868;
	color: #cee0e3;
}


