.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	z-index: 99999;
}

.ac_results ul 
{
	margin-left:5px;
	width: 262px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li 
{
	text-align:left;
	margin: 0px;
	padding:3px 5px;
	cursor: default;
	display: block;
	line-height: 16px;
	overflow: hidden;
	font-size:12px;
}

.ac_loading {
	background: white url('/calculator/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #699734;
	color: #fff;
}
