@charset "utf-8";
/* CSS Document */

.ac_results {
		border: 1px solid #ccc;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		min-width: 381px;
	}
	
	.ac_results li {
		padding: 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #E8F5FB;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
		font-weight: bold;
		color: #FF0000;
	}

