================================================
autosuggest, inquisitor style
================================================
*/

	body
	{
		position: relative;
	}
	
	

	div.autosuggest
	{
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: auto;
		overflow-x:hidden;
		height:250px;
	}
	
	div.autosuggest li
	{
		text-align: left;
		border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	
	div.autosuggest li a:link,
	div.autosuggest li a:visited
	{
		display: block;
		padding: 2px;
		text-decoration: none;
		background-color: #eee;
	}

	div.autosuggest li a:hover,
	div.autosuggest li a:active
	{
		color: #333333;
		/*background-color: #f30;*/
		background-color: #FF6633;
	}


/*div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}*/

div.autosuggest ul li a
{
	color: #333333;
	display: block;
	text-decoration: none;
	background-color: #eee;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #FF6633;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #FF6633;
}

div.autosuggest ul li a span
{
	display: block;
	font-weight: normal;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #333333;
}

div.autosuggest ul li.as_highlight a
{
	color: #333333;
	background-color: #FF6633;
}

div.autosuggest ul li.as_warning
{
	font-weight: normal;
	text-align: center;
}

div.autosuggest ul em
{	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	/*font-style: normal;
	color: #6EADE7;*/
}