.ac_results {
	border: 1px solid gray;
	background-color: #ebebeb;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width: 300px;
}

.ac_results li {
	/*white-space: nowrap;*/
	color: #101010;
	text-align: left;
	font-size: 12px;
	width: 300px;
	float: left;
}

/*
.ac_results .results_even {
    background-color:#D1D1D1;
}

.ac_results .results_odd {
    background-color: #ebebeb;
}
*/

.ac_results li a {
    padding: 5px 5px;
    display: block;
}

.ac_over {
	cursor: pointer;
	background-color: #F1CA13;
}

.ac_match {
	text-decoration: underline;
	color: black;
}
