.acInput {
	width: 200px;
}
.acResults {
	/*
	padding: 0px;
	border: 1px solid #999;
	background-color: #FFF;
	overflow: hidden;
	z-index:2000;
	*/
	
	color:#696e6f;
	line-height:20px;
	position:absolute;
	left:0;
	top:33px;
	width:242px;
	padding:0;
	border:1px solid #209751;
	background:white;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	z-index:5000;
}

.acResults ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
/*
.acResults li {
	margin: 0px;
	padding: 0;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	color:#000;
	font-family: Helvetia, Arial, sans-serif;
}
*/
.acResults li {
	display:block;
	padding:4px 14px 7px 14px;
	text-decoration:none;
	color:#696e6f;
	transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
	-ms-transition:300ms;
	cursor: pointer;
}
.acResults li:hover {
	background:#209751;
	color:white;
}
.acResults li:hover b {
	color:white;
}


.acResults li b {
	font-weight:bold;
	color:#1c8045;
}

.acLoading {
	background : url('../img/indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: #eeeeee;
}




.acResults2 {
	padding: 0px;
	border: 1px solid #999;
	background-color: #FFF;
	overflow: hidden;
	z-index:2000;
}

.acResults2 ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.acResults2 li {
	margin: 0px;
	padding: 0;
	cursor: pointer;
	display: block;
	width: 100%;
	/*font: menu;*/
	font-size: 12px;
	overflow: hidden;
	color:#000;
}
.acResults2 li b {
	color:#006599;
}
