/* @override http://media.beads.adam.private/css/jquery.suggest.css */

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

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

.ac_results li a {
    padding: 5px 5px;
    display: block;
    color: #08142F;
}

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

.ac_match {
	text-decoration: underline;
	color: #fff;
	background-color: #e2111d;
}
