.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	max-width: 800px;
}

.ac_results li,
.ac_results .relation_category {
	padding: 9px 12px;
	font-size: 12px;
	white-space: nowrap;
	color: #605b5a;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	display: block;
}

.ac_results span.ac_results_title {
	padding: .5em;
	background-color: #e1f1ff;
	margin: 0;
	font-weight: bold;
	color: #605b5a;
	display: block;
	border-bottom: 1px solid #CCC;
}

.ac_results li:last-child,
.ac_results .relation_category:last-child {
	border-bottom: none;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

.ac_byAnyChanceLabel {
	font-size: 4pt;
	color: #ff0000;
}