@charset "utf-8";
/* CSS Document */

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width:200px;
}
	
.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
	font-family:trebuchet ms;
	font-size:11px;
	color:#333333;
	overflow:hidden;
	width:185px;
}

.ac_results li a {
	color:#cc3230;
}
	
.ac_over {
	cursor: pointer;
	background-color: #dedede;
	color:#cc3230;
}
	
.ac_match {
	text-decoration: underline;
	color:#213e73;
}
	


