.ac_results {
	width:485px;
	border: 1px solid #000;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	font-size:14px;
}

.ac_results li {
	padding: 2px 5px;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #E2EAFF;
}

.ac_match {
	color: black;
}

.ac_results li:first{
	font-size:10px;
	color:#003E7E;
	font-weight:bold;
}

.ac_results .ac_hint{
	font-size:10px;
	color:#003E7E;
	font-weight:bold;
}