/**
 * Auto Complete 5.1
 * April 13, 2010
 * 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: 200px;
	overflow: auto;
}

ul.auto-complete-list li {
	list-style-type: none;
	margin: 0;
	padding: 3px;
	background-color: white;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	cursor: pointer;
	text-align: left;
	color: #085a96;
	/* font-size: 93%; */
}

ul.auto-complete-list div.infoPlus {
	float:right;
	font-size: 86%;
	color: #aaaaaa;
}
ul.auto-complete-list div.infoPlusUnder {
	font-size: 80%;
	color: #7dbee5;
}

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

ul.auto-complete-list .auto-complete-striped {
	background-color: #e4f5fc;
}