.ac_results
{
	background-color: #e3f3fc;
	width: 205px !important;
	position: relative; /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-size: 11px;
	z-index: 2;
	padding-left: 0px;
}

.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-size: 11px;
	line-height: 20px;
	overflow: hidden;
	list-style: none;
	border-bottom: #CCC dotted 1px;
}

.ac_loading
{
	background: white url(    'indicator.gif' ) right center no-repeat;
}

.ac_odd
{
	background-color: #e3f3fc;
}

.ac_over
{
	background: #55B4EB; /* #0AA3CD;*/
	color: #FFF;
}

