/* Some attributes of of ac_results are set by JS via options param */
.ac_results {
	padding: 0px;
	border: 1px solid #eee;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
/* generated style
	display: block;
	position: absolute;
	width: 320px;
	top: 269px;
	left: 912px;
*/
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {background: white url('/bp/wiki.nsf/indicator.gif') right center no-repeat;}
.ac_odd {background-color: #eee;}
.ac_over {background-color: #ee9414; color: #000;}

