.ac_results {
	border: 1px solid #6691ba;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width:165px;
	font-family: Tahoma, Verdana, Sans Serif; font-size:8pt
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
	font-family: Tahoma, Verdana, Sans Serif; font-size:8pt
}

.ac_over {
	cursor: pointer;
	background-color: #6691ba;
	color:#fff!important;
	font-weight:bold;
	font-family: Tahoma, Verdana, Sans Serif; font-size:8pt
}
.ac_over * {color:#fff!important;}

.ac_match {
	text-decoration: underline;
	color: black;
	font-family: Tahoma, Verdana, Sans Serif; font-size:8pt
}