ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	text-align:				left;
	font-size: 13px;
	font-family: 'PTSansRegular',sans-serif;
	color: #333;
	z-index:				50;
	color: 					#333;
	background-color: 		white;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					1px 0 0 0;
	padding:				3px 5px;
	-moz-border-radius: 6px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	list-style: none;
	background-color: #F1F2F3;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#bbce99;
	color:					#fff;
}

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

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#405260;
}

input.autocompleter-loading
{
	background-image:		url(../images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	right 50%;
}
