.ac_results {
	padding: 0px;
	border: 0px solid #888;
	background-color: #eee;
	overflow: hidden;
	z-index: 99999;
	margin-top: 1px;
	border-radius: 0 0px 6px 6px;
}

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

.ac_results li {
    margin: 0px;
    padding: 12px 10px;
    cursor: default;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    /*white-space: pre;*/
}
.ac_results li:hover {
	cursor:pointer;
}
.ac_loading {
	background:url('indicator.gif') right 40px center no-repeat;
}

.ac_odd {
	background-color: #E5E5E5;
}

.ac_over {
	background-color: #313131;
	color: white;
}
