.ac_results {
	padding: 0px;
	border: 1px solid #9bc0fa;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-top:-1px;
}

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

.ac_results li {
	padding: 7px 5px 7px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing:0.5px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 18px;
	overflow: hidden;
}

/* the icons on the left of each item */
.ac_results li div.has_tag,
.ac_results li div.no_tag              {float:left; width:15px; height:15px; margin:2px 5px 0 0; background:url('images/sprite_tags.png') no-repeat; }
.ac_results li div.has_tag             {background-position:-15px 0;}

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

.ac_odd {
/*  background-color: #eee;*/
}

.ac_over {
	background-color: #edf7ff;
}


