/* @override http://localhost/~hanonno/worn_relics/styles/autocompleter.css */

ul.autocompleter-choices {
	position:				absolute;
	list-style:				none;
	text-align:				left;
	font-family: "Lucida Grande";
	z-index:				50;
	background-color:		#fff;
	
	border: 1px solid #b6b7bb;	
			border-top: none;
}

ul.autocompleter-choices li {
	position:				relative;
	margin:					-2px 0 0 0;
	padding: 				1px;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	line-height:			2.0em;
	
	font-size: 8pt;	
}

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

ul.autocompleter-choices span.autocompleter-queried {
	display:				inline;
	float:					none;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	font-weight: bold;
}