
/* Styles for JQuery/Prototype versions */
.autocomplete-w1
{
	background:		url(/typo3conf/ext/pmkisac/res/images/shadow.png) no-repeat bottom right;
	position:		absolute;
	top:			0px;
	left:			0px;
	margin:			8px 0 0 6px;
	/* IE6 fix: */
	_background:	none; _margin:0;
}
.autocomplete
{
	border:			1px solid #999;
	background:		#fff;
	cursor:			default;
	font-size:		11px;
	text-align:		left;
	max-height:		350px;
	overflow:		auto;
	margin:			-6px 6px 6px -6px;
	/* IE6 specific: */
	_height:		350px;
	_margin:		0;
	_overflow-x:	hidden;
}
.autocomplete .selected
{
	background:		#f0f0f0;
}
.autocomplete div {
	padding:		2px 5px;
	white-space:	nowrap;
}
.autocomplete strong {
	font-weight:	normal;
	color:			#3399FF;
}

/* Styles for Mootools version */
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:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

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

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	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:					#9FCFFF;
}
/* Shared style for all 3 frameworks */
input.autocompleter-loading
{
	background-image:		url(/typo3conf/ext/pmkisac/res/images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	right 50%;
}



