body
{
	position: relative;
}

div.autosuggest
{
	position: absolute;
}

div.autosuggest ul
{
	border:1px solid #000000;
	list-style: none;
	padding: 0px;
	overflow: hidden;
	background-color: #ffffff;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #000000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 5px;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #fc6800;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #fc6800;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_warning
{
	color:#000000;
	font-weight: bold;
	padding:5px;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}