@charset "utf-8";
/* CSS Document */

/*
===================================================================================================================
Autocomplete
===================================================================================================================
	Comments:
	------------------------------------------------------------
	=> Correlated files: 
	   - fileadmin/tempplates/php_contents/indexed_search_autocomplete/
	   - fileadmin/tempplates/script/autocompleter/
*/

input.autocompleter-loading{
	background-repeat:	no-repeat;
	background-position: right center;
}


ul.autocompleter-choices{
	position: absolute;
	margin:	0px;
	padding: 0px;
	list-style:	none;
	text-align:	left;
	z-index: 200;
	width: 128px !important;
	overflow:hidden;
	background: url(../../../templates/images/bg_menu_bottom.png);
}

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

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