/* .ac_results {
	padding: 3px;
	border: 1px solid black;
	background-color: #488f3e;
	color:white;
	overflow: hidden;
	z-index: 99999;
	width: 78.5% !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	
	margin: 0px;
	padding: 6px 11px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 17px;
	line-height: 16px;
	overflow: hidden;
	color: white;
	background-color: #488f3e;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: yellowgreen !important;
}
 */

 .ac_results {	
    margin: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
	padding: 3px;
	overflow: hidden;
	z-index: 99999;
	width: 54.7% !important;
	/* top: 382.938px !important; */
	left: 580.25px !important;
}
.ac_results ul {
	width: 100%;
	background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0;
}

.ac_results li {
	
	border-bottom: 1px solid #e8e8e8;
    list-style: none outside none;
    padding: 10px 5px 10px 5px;
    text-align: left;
}