/* suggest search result */
.ac_input {
	width: 200px;
}
.ac_results {
	width: 200px;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 0.7em;
	z-index: 101;
}
.ac_results ul {
	width: 400px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #0099cc;
	position: absolute;
	background: #fff;
}
.ac_results li {
	width: 390px;
	color: #0099cc;
	padding: 2px 5px;
}
.ac_results a {
	width: 100%;
}
/* thanks udoline: this fixed position error into msie */
.ac_results iframe {
	width: 200px;
	position: absolute;
}
.over {
	background: #E0E0E0;
}

/* // see template ApplicationFrame.isml
.ac_loading { background : url('<isprint value="#WebRoot()#"/>/images/common/indicator.gif') right center no-repeat; }
*/

/* EO: suggest search result */
