#searchBox {
	position: relative;
}

input.tx-indexedsearch-searchbox-sword {
	float: left;
}

div.tx-indexedsearch-clear-left {
	clear: left;
}

.autocompleter-loading {
	background: #FFFFFF url(/typo3conf/ext/pmkisac/res/images/spinner.gif) no-repeat 165px center;
/*
	float: left;
	clear: right;
	width: 20px;
	height: 14px;
	position: absolute;
	top: 1px;
	right: 58px;
*/
}

.tx-indexedsearch-searchbox div.autocompleter-loading {
	position: relative;
	top: 1px;
	right: 0;
	left: 0;
	margin-left: 5px;
}

ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #D5E0F4;
	background-color: white;
	border-right-color: #D5E0F4;
	border-bottom-color: #D5E0F4;
	text-align: left;
	z-index: 999!important;
	width: 220px!important;
}

ul.autocompleter-choices li {
	position: relative;
	padding: 0.1em 1.5em 0.1em 1em;
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
}

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

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

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #0D395E;
}
