/*Width is set via js, se default.js for more information*/
ul.autocompleter-choices
{
	position: absolute;
	margin:	0;
	padding: 0;
	list-style: none;
	border: solid 1px #CCC;
	background-color: #fff;
	text-align: left;
	z-index: 50;
	background-color: #fff;
}

ul.autocompleter-choices li
{
	background-color: #fff;
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				12px;
	line-height:			1.8em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	/*color:					#9FCFFF;*/
}