/* @override 
	http://brokenbeakers.com/sites/smithandvine/assets/templates/vine_default/css/Autocompleter.css
	http://www.smithandvine.com/assets/templates/vine_default/css/Autocompleter.css
*/

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: #f1eae2;
	text-align:				left;
	z-index:				50;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size: 12px;
	line-height: 150%;
	padding: 0.2em .75em 0.2em .5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color: #b3aca6;
	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: #a55c31;
}