/*
 * The autocompletion "dropdown".
 */
#autocompletion {
	background: #eaeaea;
	border: 1px solid #CBCBCB;
	color: #575757;
	display: none;
	
	font-family: arial,helvetica,sans;
	font-size: 1.1em;
	left: 22px;
	position: absolute;
	min-width: 162px;
}

* html #autocompletion {
	width: 162px;
}

#autocompletion  div {
	cursor: pointer;
	padding: 0 3px;
}

/*
 * A selected item in the autocompletion "dropdown".
 */
#autocompletion .highlight {
	background: #B9B9B9;
	color: white;
}
