#filter {
	
}

#filter * {
	font-size: 11px;
}

#filter input {
	width: 47px;
	font-family: tahoma;
}

.filterCatClose {
	background-image: url("/images/filter_off.gif");
}

.filterCatOpen {
	background-image: url("/images/filter_on.gif");
}

.filterCatClose,.filterCatOpen {
	font-weight: bold;
	padding: 4px 4px 4px 21px;
	margin-bottom: 3px;
	background-color: #E0E5FF;
	border-bottom: 1px solid #D0D5EE;
	background-repeat: no-repeat;
	background-position: 8px 7px;
	cursor: pointer;
	color: #555;
}

.filterContent {
	margin-top: 5px;
	margin-bottom: 5px;
}

.filterContent div {
	margin-bottom: 6px;
}

.filterSubCatClose {
	background-image: url("/images/filter_off.gif");
}

.filterSubCatOpen {
	background-image: url("/images/filter_on.gif");
}

.filterSubCatClose,.filterSubCatOpen {
	font-weight: bold;
	padding: 2px 2px 2px 21px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #E5E5FF;
	border-bottom: 1px solid #D5D5EE;
	background-repeat: no-repeat;
	background-position: 8px 5px;
	cursor: pointer;
	color: #555;
}
