.ac_results { overflow: hidden; z-index: 99999; background:#444; }

.ac_results ul {
	background-color: #444444;
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0 10px 12px 10px;
	margin: 0 0 0 6px;
}

.ac_results li {
	text-align:left;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	color:#ccc;
}

.ac_results li strong { color:#fff; }
.ac_results .ac_over, .ac_results .ac_over strong { color: #00ADEE; }

.ac_loading {
	/*background: white url('indicator.gif') right center no-repeat;*/
}

.ac_results .search_close{ float:right; width:16px; height:16px; margin:0; padding:0; margin:12px 12px 0 0; }
.ac_results .search_close a{ display:block; width:16px; height:16px; background:url(/common/img/hdr/lang_select_close.png) top left no-repeat; text-indent:-9999px; }

#autocomplete_buttons{ background:#444; margin:0 0 0 6px; padding-bottom:15px; }
