.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 5px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    background-clip: padding-box;
}

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

.ac_results li {
	margin: 0px;
	padding: 15px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 18px;
	line-height: 16px;
	overflow: hidden;
	text-transform: capitalize;
}

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

.ac_odd {
	background-color: white;
}

.ac_over {
background-color: #e0dcd9;
    color: black;
}
