.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	border:					1px solid #d0cece;
	border-left-color:		#d0cece;
	border-right-color:		#d0cece;
	border-bottom-color:	#d0cece;
	background-color:		#fff;
	text-align:				left;
	z-index:				999;
	background-color:		#fff;
	cursor:pointer;
}

.li {
	list-style-type:		none !important;
}

.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	padding-left: 5px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
	list-style-type:		none !important;
}

.autocompleter-selected
{
	background-color:		#ecf8ff;
	color:					#a7937e;
	cursor:pointer;
	list-style-type:		none !important;
}

 span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
	list-style-type:		none !important;
}

.autocompleter-selected 
{
	color:					#f69780;
	list-style-type:		none !important;

}

span.autocompleter-queried
{
	color:					#f69780;
	font-weight:bold;
	list-style-type:		none !important;
}
