.ac_results {
	padding: 0px;
	border: 1px solid #78A8F7;
	background-color: Window;
	overflow: hidden;
	color: #000000;
	z-index: 200;
}

.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: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;	
}

.ac_loading {
	/*background : Window url('./indicator.gif') right center no-repeat;*/
}

.ac_over {
	background-color: #508CEC;
	color: HighlightText;
}

.ac_more
{
    text-decoration:none;
    color:#508CEC;
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ac_div_more
{
    text-align:right;
    border-top:solid 1px #78A8F7;
}