.ac_results {
	width: 245px;
	color: #007DC5;
	font: 12px Arial;
	background: #FFF;
	border: 1px solid #ADC1CE;
	position: absolute;
	top: 0;
	left: 0;
}

.ac_results ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}

.ac_results li {
	width: 404px;
	padding: 5px 10px;
	display:block;
}
.ac_results li span{
	font-size:10px;
}

.ac_results li:hover {
	background: #F8F2DF;
	cursor: pointer;
}
