.ac_results {
	padding: 0px;
	border: 1px solid #cccccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	box-shadow: 0 2px 3px #838D86;

}


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

.ac_results li {
	margin: 0px;
	padding: 10px 5px;
	cursor: default;
	display: block;
	/* 
	если ширина будет иметь значение 100%, то будет появляться полоска 
	горизонтальной прокрутки
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	ВАЖНО! Если если высота строки не установлена или используются 
	относительные единицы, то прокрутка будет ломаться в Firefox
	*/
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}
.ac_results li:last-child{
    border-bottom:none;
}

.ac_loading {
    background: white url('/img/indicator.gif') 265px center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #eee;
}