.ac_results {
	padding: 0px;
 	border-right: 1px solid #C5D8DF;
	border-bottom: 2px solid #C5D8DF;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color:#555;
	height:188px;
	width:108px;
	border-radius: 3px;
	box-shadow: 0 4px 8px 2px rgba(3, 3, 3, 0.2);
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 0 2px 8px;
	cursor: default;
	display: inline;
	line-height:22px;
	height:22px;
	float:left;
	width:91px;
	cursor:pointer;
	overflow:hidden;
	border-left:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	font-size: 12px;
	font-weight: 800;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
 	overflow: hidden;
}

.ac_results li strong {font-weight:500;}
.ac_loading {
	background: white url('/style/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color:#F5F5F5;
	color:#1B76D1;
}