.autocomplete {
	visibility: hidden;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	background-color: white;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	position: absolute;
	cursor: default;
	overflow: auto;
	overflow-x: hidden;
	text-align: left !important;
}

.autocomplete_item,
.autocomplete_item_highlighted {
	padding: 3px;
	padding-left: 5px;
	color: #333;
	/* ellipsis support goes here? */
}
	
.autocomplete_item_highlighted {
	background-color: #dde4d6;
}

DIV.autocomplete_footer
	{
		margin-top:2px;
		padding-left:4px;
		border-top:1px solid gray;
		padding-top:1px;
		padding-bottom:1px;
}

DIV.autocomplete_footer IMG.autocomplete_footer_branding {
	/*
	 * sli_systems-powered_150_15.gif - specified in autocomplete.js
	 */
		height: 15px; width: 150px;
}

IMG.autocomplete_footer_branding {
	border: 0px;
	}
