@charset "UTF-8";

.list {
	overflow: hidden;
	margin-bottom: 2em;}
	.list li {
		width: 100%;
		padding: 0 0 1px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 20px;
		font-size: 0.917em;
		color: #4d4e4e;}
		.list li a {
			background: #f2f2f2;
			display: block;
			padding: 0 0 0 21px;
			text-decoration: none;
			color: #4d4e4e;}
		.list li a:hover {
			background: #000 url(../../images/list-bg.gif) no-repeat 0% 50%;
			color: #fff;}
		.list li.act a {
			background: #000 url(../../images/list-bg.gif) no-repeat 0% 50%;
			color: #fff;}
		.list li.filter a{
			background-color:#888;
			color:#fff;
			font-weight:bold;}
		.list li.filter a:hover{
			background: #888 url(../../images/list-bg.gif) no-repeat 0% 50%;}
		.list li.filterOption{
			text-align:right;}
		.list li.filterOption.hide{
			display:none;}
		.list li.filterOption select{
			width: 80px;
			margin-left:5px;
			margin-right: 15px;}
