.ac_results {
	padding: 0px;
	border: 1px solid #a0c735;
	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: #f5ffe0;
}

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

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

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