.ac_results {
	padding: 0px;
	border: 1px solid #303030;
	background-color: #505050;
	overflow: hidden;
	z-index: 99999;
	font-size: 100%;
	margin-left: 8px;
}

.ac_odd {
  background-color: #3e3e3e;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	text-align: left;
	padding-left: 5px;
/*  padding-top: 2px;*/
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 25px;
	overflow: hidden;
}

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

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

.ac_over {
	background-color: #F6992D;
/*   #0A246A;*/
	color: black;
}

/*.ac_results li strong {
  background-color: lightyellow;
  color: black;
  padding-left: 1px;
  padding-right: 1px;
}*/