.ac_results {
	padding: 0px;
	border: 1px solid #eeeeee;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	font-family: Arial, "Lucida Grande", "Trebuchet MS",Verdana, sans-serif;
	/*left: 40px !important;*/
	width: 180px !important;
}

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

.ac_results li {
	height: 20px;
	margin: 0px;
	padding: 3px;
	cursor: default;
	display: block;
	font-size: 10pt;
	line-height: 20px;
	overflow: hidden;
	color: #5f5f5f;
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_results li.ac_over {
	background-color: #eeeeee;
	color: #5f5f5f;
	cursor: pointer;
}

