/**
 * Auto Complete 4.1 - CSS Temp
 * October 5, 2009
 * Corey Hart @ http://www.codenothing.com
 */ 

ul.auto-complete-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	max-height: 250px;
	overflow: auto;
	margin-left: -8px;
	width: 471px !important;
}

ul.auto-complete-list li {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	background-color: white;
	border: 1px solid #BF1909;
	cursor: pointer;
}

ul.auto-complete-list li.auto-complete-list-rollover {
	background-color: #FFF1EF;
}
