@CHARSET "UTF-8";

.filter {
	height: 180px;
	overflow: hidden;
}

.filter .group {
	width: 115px;
	margin: 15px 0px 0px 10px;
	float: left;
	overflow: visible;
}

.filter .seperator {
	margin-top: 15px;
	width: 1px;
	height: 125px;
	background: #DCDCDC;
	float: left;
}

.filter .group h4 {
	margin-bottom: 7px;
}

.filter .inactive {
	color: #B4B4B4;
}

.filter .group .list a {
	font-size: 12px;
	line-height: 16px;
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 14px;
	margin-bottom: 5px;
	background: url(/img/shared/checkbox.png) transparent no-repeat left 5px
		;
}

.filter .group .list a:hover {
	color: #0F3647;
	background: url(/img/shared/checkbox_act.png) transparent no-repeat left
		0px;
}

.filter .group .list a.active {
	padding-left: 14px;
	background: url(/img/shared/checkbox_act.png) transparent no-repeat left
		0px;
}

.filter .group .list a.inactive {
	cursor: default;
	color: #B4B4B4;
}

.filter .inactive .list a {
	cursor: default;
	color: #B4B4B4;
	display: block;
}

.filter .group .list a.inactive:hover {
	cursor: default;
	color: #B4B4B4;
	background: url(/img/shared/checkbox.png) transparent no-repeat left 5px
		;
}

.filter .inactive .list a:hover {
	cursor: default;
	color: #B4B4B4;
	background: url(/img/shared/checkbox.png) transparent no-repeat left 5px
		;
}

.result {
	overflow: hidden;
	text-align: center;
	padding: 9px;
	background: url(/img/shared/bg_finder.png) #F7F7F7 no-repeat top center;
}