.ac_results, .channel {
	padding: 10px;
	border: 0;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul, .channel ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #c5cacc;
}

.ac_results li, .channel li {
	margin: 0px;
	padding: 5px;
	cursor: default;
	display: block;
	background-color: #e2e6e8;
	border-bottom: 1px solid #c5cacc; 
	text-align: left;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	
}
 
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

li.ac_over, .channel li a:hover {
	background: url(images/bg_autocomplete_over.gif) repeat-x center;
	color: white;
}
.channel li {
	padding: 0;
	background-color: #fff;
}
.channel li a, .channel li a:link {
 	padding: 0 10px !important; 
	margin: 0;
	color: #000 !important;
	line-height: 30px !important;
 }

.ac_ort { width: 150px;}
