.ac_results {
	padding: 0px;
	border: 1px solid #E6EAED;
	background-color: white;
	z-index: 99999;
   overflow: hidden;
   text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	height: 21px;
   line-height: 21px;
   cursor: default;
	display: block;
   font-size: 12px;
   color: #666;
   padding: 0px 10px 0px 10px;
   font-weight: bold;
   overflow: hidden;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #E6EAED;
}