.ac_results {
	padding: 0px;
	border: 1px solid #8bb3ae;
	background-color: white;
	overflow: hidden;
	z-index: 99997;

}

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

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	width: 100%;
}

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

.ac_odd {
	background-color: #e8faf6;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.qnt {
  font-size:0.8em;
  color:#58a2a3;
  float: right;
  margin: 2px 7px 0 0;
}

.ac_close
{
float:right;
font-size:11px;
font-weight:bold;
padding:2px 7px 2px 0
}

