/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}
div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	z-index:101;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #996600;
}

div.autosuggest ul li
{
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
}

div.autosuggest ul li a
{
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}


div.autosuggest ul li a  table tbody tr td span
{
	display: block;
	padding: 0;
	color:  black;
	font-size:10pt;
}

div.autosuggest ul li a table tbody tr td small
{
	font-weight: normal;
	color: #993300;
	
	font-size:10pt;
}

div.autosuggest ul li.as_highlight a table tbody tr td small
{
	color: #fff;

	font-size:10pt;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #CC6600;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-position: bottom left;
	background-repeat: no-repeat;

	font-size:10pt;
	color: #fff;
}

div.autosuggest ul li.as_warning
{
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
}

