.ac_results{
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	border-bottom: 1px solid #262626;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left: -1px;
	padding: 0 4px 2px 4px;
}
.ac_results ul{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li{
	margin: 0;
	padding: 2px 5px;
	margin-bottom: 4px;
	cursor: default;
	display: block;
	font-family: Arial, sans-serif;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 16px;
	/* 
	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;
	color: #4698ca;
}
.ac_loading{
	background: white url('/global/music/images/indicator.gif') right center no-repeat;
}
.ac_results li.ac_odd{
}
.ac_results li.ac_over{
	/*background-color: #4698CA;*/
	color: #fff;
}