/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(../autosuggestFiles/topPointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 5px 0 0 0;
	z-index: 10;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0;
/*	margin: 0 0 -1px 0;*/
	padding: 0;
	overflow: hidden;
	background-color: white;
/*	border: 1px solid #B1C8DA;*/
	border-top: 0px;
}

div.autosuggest ul li
{
	color: #3B3B3B;
	padding: 0;
/*	padding: 0 4px 4px 4px;*/
	text-align: right;
}

div.autosuggest ul li a
{
	color: #3B3B3B;
	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:hover
{
	background-color: white;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #33D0CA;
	color: white;
	text-decoration: none;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 12px;
	font-family: Alef, arial;
	font-size: 13px;
	border-top: 1px dashed #DBE0E6;
	text-decoration: none;
}

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_highlight a
{
	color: white;
	background-color: #659AE8;
/*	background-image: url(../autosuggestFiles/hl_corner_br.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
	text-decoration: none;
}

div.autosuggest ul li.as_highlight a span
{
/*	background-image: url(../autosuggestFiles/hl_corner_bl.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
}

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;
	border: 0px;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
/*	background-image: url(../autosuggestFiles/hl_corner_tl.gif);*/
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
/*	background-image: url(../autosuggestFiles/hl_corner_tr.gif);*/
	background-position: bottom right;
}



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

div.autosuggest ul em
{
	font-style: normal;
	font-weight: bold;
	color: #C49D14;
}

div.autosuggest ul li.as_highlight a:hover em
{
	color: black;
}
