.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	opacity:.90;
	background-color: #FFF;
	color:#000;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0 0 38px 0;
	margin: 0;
}

.ac_results li {
	clear:both;
	margin: 0px;
	padding: 7px 25px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 14px;
	/* 
	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;
}

.ac_results strong {
	color:#000;
	background-color:#C3D6DD;
	padding:5px 0 5px 0;
}

.ac_odd {
}

.ac_over {
	display:block;
	background-color: #CEE1E5;
	color:#000;
}

.ac_over strong {
	background-color: #CEE1E5;
	font-weight:bold;
}

.ac_results div.keyword {
	float:left;
	width:180px; /* ? */
	margin:8px 0 0 20px;
}

.ac_results div.thumb {
	float:left;
	width:50px;
	text-align:center;
	overflow:hidden;
}

.ac_results div.thumb img {
	height:50px;
}
