.ac_results {
	padding: 0px;
	border: 0px solid #888;
	overflow: hidden;
	z-index: 99999;
	margin-top: 1px;
	width: 297px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	background: #4f4f4f;
}

.ac_results li {
    margin: 0px;
    padding: 10px 10px;
    cursor: default;
    display: block;
    text-align: left;
    font-size: 14px;
    /* line-height: 18px; */
    overflow: hidden;
    color: white;
    /* white-space: pre; */
    border-bottom: 1px solid #717171;
}
.ac_results li:hover {
	cursor:pointer;
}
.ac_loading {
}

.ac_odd {
}

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