.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
   cursor: default;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 13px 0 2px 5px;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: hsl(201, 100%, 30%);
	color: white;
}
