div.autosuggest
{
	position: absolute;
	background-image: url(../img/autocomplete_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	font-family: arial;
}


div.autosuggest ul
{
    width: 80%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #dfdfdf;
	border: solid 1px #c4c8cf;
	border-bottom: 0;
}

div.autosuggest ul li
{
    border-bottom: solid 1px #c4c8cf;
	color: #3b3a3a;
	padding: 0;
	margin: 0 0 0;
	font-weight: bold;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #3b3a3a;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #cfffe1;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 2px 2px;
	font-weight: normal;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #3b3a3a;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #3b3a3a;
}

div.autosuggest ul li.as_highlight a
{
	color: #3b3a3a;
	background-color: #cfffe1;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_warning
{
	font-weight: normal;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #01a33e;
}