/* CSS Filter */

#filter {
	width: 200px;
	background-color: #7C1A1B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;		
	color: white;	
}

#bg {
	background:url(../images/filter_bg_bottom.jpg) bottom left no-repeat;	 
}

#filter .open,
#filter .alwaysopen {
	background:url(../images/filter_open.png) top left no-repeat;	
	height: 40px;
	margin-bottom: 2px;
	cursor: pointer;
}

#filter .alwaysopen {
	cursor: default;
}

#filter .closed {
	background:url(../images/filter_closed.png) top left no-repeat;
	height: 40px;
	margin-bottom: 1px;
	cursor: pointer;
}

#filter #name {
	padding: 13 0 0 20;
}

#item {
	background:url(../images/filter_item.png) top left no-repeat;
	height: 24px;
	margin: 5 0 5 0;
}

#itemnoimage {
	height: 24px;
	margin: 5 0 5 0;
}

#item #name,
#itemnoimage #name {
	padding: 6 0 0 20;
	font-size: 10px;
}

#itemnoimage {
	padding-right: 20px;
}

.disabled {
	color: #D3D3D3;
}

#item #name a,
#item #name a:hover {
	color: white;
	text-decoration: none;
}

#item #name a:hover {
	text-decoration: underline;
}

#spacer {
	height: 10px;
}
