.ac_results {
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	text-align: left;
	color: #666F79;
	font-size: 1.333em;
	width: 509px !important;
	margin-top: 1px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 1.7em;
	overflow: hidden;
}

.ac_over {
	background-color: #fff3c1;
}

.ac_results li strong {
	font-weight: bold;
}