/* 
================================================
autosuggest, inquisitor style
================================================
*/

     
div.autosuggest
{
	padding: 0 0 0 0;	
	background-color: #DBF3FD;
	border: 1px solid #9FDBD6;
	z-index:100;
	position:absolute;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	width:600px;
    font-size: 11px;
}


div.autosuggest ul#title_as_ul
{
	list-style: none;
	list-style-type:none;
	margin: 4px 0 0 0;
	padding: 0;
	width:100%;
	float:left;
	border-bottom: 1px #cccccc dashed;
}

div.autosuggest ul#title_as_ul li{
	text-align:left;
	color:#000000;
	font-family: Arial;
	font-style: bold;
}

div.autosuggest ul#title_as_ul_ct
{
	list-style: none;
	list-style-type:none;
	margin: 0 0 0 45%;
	padding: 0;
	border-bottom: 1px #666666 dashed;
}

div.autosuggest ul#title_as_ul_ct li{
	text-align:center;
	color:#000000;
	font-weight:bold;
}


div.autosuggest ul#as_ul
{
	list-style: none;
	list-style-type:none;
	margin: 4px 0 0 0;
	padding: 0;
	overflow: hidden;
	width:100%;
	float:left;
}

div.autosuggest ul#as_ul_ct
{
	list-style: none;
	list-style-type:none;
	margin: 0 0 0 0px;
	padding: 0;
	overflow: hidden;
	width:48%;
	float:none;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	text-align: left;
	font-family: Arial;
	font-size: 110%;
	width: 100%;
	
}

div.autosuggest ul li a
{
	color: #000000;	
	display: block;
	text-decoration: none;
	background-color: transparent;	
	position: relative;
	padding: 0;
	width: 100%;
	font-style:normal;
}

div.autosuggest ul li a:hover
{
	background-color: #F2FBFE;
	border-top:1px solid #9FDBD6;
	border-bottom:1px solid #9FDBD6;
}

div.autosuggest ul li.as_highlight a:hover
{
	background-color: #F2FBFE;
	border-top:1px solid #9FDBD6;
	border-bottom:1px solid #9FDBD6;
}

/*div.autosuggest ul li a span
{
	width:100%;
	display:inline;
}*/

div.autosuggest ul li a ul
{
	margin:0;
	padding:0;
	display:block;
	text-align:right;
}

div.autosuggest ul li a ul li
{
	/*font-weight: normal;*/
	font-weight:bold;
	color: green;
	width:100%;
}


div.autosuggest ul li a ul li div
{
	/*font-weight: normal;*/
	font-weight:bold;
	color: green;
	width:100%;
}


div.autosuggest ul li a ul li div div#divtitle
{
	/*font-weight: normal;*/
	font-weight:normal;
	color: green;
	width:60%;
	padding:2px 2px 2px 2px;
}

div.autosuggest ul li a ul li div div#divinfo
{
	/*font-weight: normal;*/
	font-weight:normal;
	color: green;
	width:35%;
	margin-left:70%;
	margin-top:-19px;
	padding:2px 2px 2px 2px;
	
}




div.autosuggest ul li a ul li#litotal
{
	font-weight:normal;
	color: red;
	list-style-type:none;
	display:inline;
	width:70%;
	border:1px solid #000000;
}



/*div.autosuggest ul li a span small
{
	
	font-weight:bold;
	color: green;
	border:1px solid #000000;
	display:inline;
		

}*/

div.autosuggest ul li.as_highlight a span small
{
	font-weight:bold;
	color: green;
}

div.autosuggest ul li.as_highlight a
{
	color: #000000;
	background-color: #F2FBFE;
	
	background-position: bottom right;
	background-repeat: no-repeat;
	border-top:1px solid #9FDBD6;
	border-bottom:1px solid #9FDBD6;
}

div.autosuggest ul li.as_highlight a span
{
	
	background-position: bottom left;
	background-repeat: no-repeat;
}

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_highlight a .tl
{
	left: 0;
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
	text-align: center;
}

div.autosuggest ul em
{
	font-weight: bold;
	font-style:normal;
	color: #FF0068;
	
}
