.ac_results {
    text-align: left;
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}
.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;
	width: 100%;
	font: menu;
	font-size: 12px;
    font-weight: normal;
	overflow: hidden;
    color: #1E1E1E;
    border-bottom: 1px solid #cccccc;
}

/*.ac_loading {
	background : Window url('indicator.gif') right center no-repeat;
} */

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

