#divSearch{
	
}

#divSearchBox{
	height: 25px;
	background: url("../img/mfa-toolbarGradient.gif");
	padding: 10px;
}

#divNiceFilter{
	height: 45px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #CFCFCF;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
}

#divHitList{
	position: absolute;
	top: 93px;
	left: 3px;
	right: 3px;
	bottom: 3px;
  overflow: auto;
}

#searchInputBox{
	border: 1px solid #CFCFCF;
	height: 16px;
	padding: 3px;
	width: 198px;
}

#searchButton{
	background-image: url("../img/ico-loupe.png");
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	/*
	float:right;
	*/
	cursor: pointer;
}

#hitListBanner{
	color: #2B7AA6;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
  width: 210px;
}

#divHitList ul{
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#divHitList ul li{
	padding: 3px;
	padding-left: 25px;
	list-style: none;
	color: #003466;
	background-color: transparent;
}

#divHitList ul li span.classBadge{
	background-color: #696969;
	color: white;
	font-size: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	/*padding: 1px;*/
	margin-right: 2px;
	text-align: center;
	display: inline-block;
}

#divHitList ul li.prf{
  font-weight: bold;
}

#divHitList ul li.nice{
	background-image: url("../img/nice-n12_2.png");
	background-position: 3px;
	background-repeat: no-repeat;
}

#divHitList ul li.alt{
	background-color: #F1F1F1;
}

#divHitList ul li:hover{
	background-color: #D9E1E8;
	color: #990033;
}

#divHitList ul li.alt:hover{
	background-color: #CDD5DC;
	color: #990033;
}

#divHitList ul li.hide{
	display: none;
}

.spanClassFilter{
	background-color: #003466;
	color: white;
	font-size: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	/*padding: 1px;*/
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.filterOff{
	background-color: #809AB3;
}