ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 460px;
	list-style: none;
	border: 1px solid #666;
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	z-index: 50;
	background: #f2eddc;
	color: #6a6056;
}

ul.autocompleter-choices li {
	position: relative;
	margin: 0;
	padding: 0.4em;
	display: block;
	float: none !important; 
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
	font-size: 0.75em;
	line-height: 0.825em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #fff;
	color: #c60;
}

ul.autocompleter-choices span.autocompleter-queried {
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #c60;
}