.ac_results {
	padding: 0px;
	border-left:1px solid #1e1d1d;
	border-right:1px solid #1e1d1d;
	border-bottom:1px solid #1e1d1d; 
	background-color: #f8f8f8;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	/*padding: 2px 5px;*/
	padding: 2px 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	color: #222222;
	text-align:left;
	border-top:1px solid #1e1d1d; 
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
	cursor:pointer;
}

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

.ac_odd {	
/*	kazdy sudy radek	*/
	background-color: #ececec;
}

.ac_over {
	background-color: #d3d3d3;
}
