ul.autocompleter-choices
{
	position:						absolute;
	margin:							0;
	padding:						0;
	list-style:					none;
	border:							1px solid #7c7c7c;
	border-left-color:	#c3c3c3;
	border-right-color:	#c3c3c3;
	border-bottom-color:#ddd;
	background-color:		#fff;
	text-align:					left;
	font-family:				Helvetica, Georgia, "Times New Roman", Times, serif;
	font_size:					10px;
	z-index:						50;
	background-color:		#fff;
	
}

ul.autocompleter-choices li
{
	position:					relative;
	margin:						-2px 0 0 0;
	padding:					2px; /*0.2em 1.5em 0.2em 1em;*/
	display:					block;
	float:						none !important; 
	cursor:						pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-family:			Helvetica, Georgia, "Times New Roman", Times, serif;
	font_size					:10px;
	line-height:			15px;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#888;;
	color:							#fff;
	font_size:					10px;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:		normal;
	margin:					0;
	padding:				0;
	font_size:10px;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#AAA;
	font_size:			10px;
}
