div.itm-autoList
{
	display: none;
	max-height: 300px;
	padding: 0px 5px 0px 5px;
	position: absolute;
	z-index: 3000;
	overflow: auto;
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	color: #C9C9C9;
	background-color: #000000;
}

div.itm-autoList-item
{
	margin: 5px 0px;
	padding: 5px;
	line-height: 1.1em;
}

.itm-autoList-item-selected
{
	background-color: #A1748D;	
}