


input.tx-indexedsearch-searchbox-sword {
	float: left;
}
div.tx-indexedsearch-clear-left {
	clear: left;
}
div.autocompleter-loading {
	position:absolute;
	left: 153px;
		top: 12px;
	background: #fff url(images/spinner.gif) no-repeat center;
	width: 20px;
	height: 18px; }

.autocompleter-loading2 {
	background: transparent url(images/spinner.gif) no-repeat right;
}

ul.autocompleter-choices {
	position: absolute;
	margin: 8px 0 0 -16px;
	padding: 0;
	list-style: none;
	border: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 50;
	width: 200px;
	padding: 9px 9px 23px 9px;
	background: url(../../../../fileadmin/templates/images/hg-isac.png) bottom right no-repeat !important;
	background: url(../../../../fileadmin/templates/images/hg-isace-ie.gif) bottom right no-repeat;
}
ul.autocompleter-choices li {
	position: relative;
	padding: 3px 20px;
	cursor: pointer;
	font-weight: normal;
	list-style: none;
	font-size: 1em;
	border-top: 1px solid #f1f1f1;
}
	ul.autocompleter-choices li:first-child {
		border-top: 0;}
		
ul.autocompleter-choices li.autocompleter-selected {
	background-color:#d2d2d2;
	
}
ul.autocompleter-choices span.autocompleter-queried {
	/* font-weight: bold; */
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	/* color: #9FCFFF; */
}
