#searchBox{
	/* width:130px; */
}

.filterBox{
	background: #FFF;
	border:solid 1px #999;
	width:122px;
}

.filterBox h4{
	text-transform:uppercase;
	font-weight:bold;
	color:#888;
	font-size:.9em;
	margin-bottom: .5em;
}

.filterBox ul{
	margin: 0px;
	padding: .75em;
	list-style:none;
	border-bottom: 1px solid #DDD;
}

/*.filterBox ul li{	
	border-top: 1px solid #DDD;
}*/

.searchConstraint{
	border-top: 1px solid #DDD;
}

.filterOptions a{
	display: block;
	color: #333;
	margin: 0px;
	padding: 0.15em 0px 0.15em 25px;
	text-decoration:none;
	border-top: 1px solid #DDD;
}

.filterOptions a:hover{
	background: #cdf;
	text-decoration:none;
}

.filterOptions a.selected{
	color: #333;
	font-weight: bold;
	background: #cdf url(../img/icons/check.png) no-repeat 5px center;
	/*border: 1px solid #a9ce68;*/
}

.filterOptions a.selected:hover{
	background: #EEEEEE url(../img/icons/cross.png) no-repeat 5px center;
}

a.noSearchConstraint.selected{
	background-color: #FFF;
}


a.noSearchConstraint.selected:hover{
	background: #FFF url(../img/icons/check.png) no-repeat 5px center;
}