/**
 * Auto Complete 5.0 - CSS Temp
 * November 22, 2009
 * Corey Hart @ http://www.codenothing.com
 */ 

ul.auto-complete-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	height: 250px;
	overflow:hidden;
}

ul.auto-complete-list li {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	cursor: pointer;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	line-height:20px;
	white-space:nowrap;
}

ul.auto-complete-list li.auto-complete-list-rollover {
	background-color: #f5c607;
}

ul.auto-complete-list .auto-complete-striped {
	background-color: #D7EEF9;
}
