.ac_results {
	padding: 0;
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	overflow: hidden;
	z-index: 99999;
	color:#000000;
	}
.ac_results ul {
	width:100%;
	list-style: none outside none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0;
	padding:5px 5px 0 5px;
	display: block;
	line-height:50px;
	height:50px;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	overflow: hidden;
	cursor:pointer;
	border-bottom:#257dc1 1px solid;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	color:#000000;
	background-color: #F3F3F3;
}
.ac_over {
	background-color: #0073D4;
	color: #ffffff;
}
