.ac_results {
	padding: 0px;
	border: 1px solid gray;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
li.ac_cat {
	clear: both;
}
li.ac_cat.ac_odd ul {
	background: #EDEDEE;
}
span.ac_cat {
	display: inline-block;
	width: 90px;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
	float: left;
}
.ac_results ul {
	/*width: 100%;*/
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}
.ac_results ul ul {
	width: 300px;
	float: right;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	clear:none;
}
.ac_results li.ac_item, .ac_more li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	/*border-bottom: 1px solid #eee;*/
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_even {
	/*background-color: #fff;*/
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_results li.ac_item.ac_over, .ac_more .ac_over {
	/*background-color: #666666;*/
	background-color: #0066CC;
	color: #fff;
}

.ac_more {
	padding: 10px;
	/*border-top: 1px solid #DDDDDD;*/
	text-align: center;
	color: #36A7CD;
	font-weight: bold;
	background: url(more.png) no-repeat 250px 3px #EDEDEE;
}
.ac_more .ac_over {
	background: url(more.png) no-repeat 250px -14px #0066CC;
}
.ac_more li {
	border: 0px;
}
