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

/*  //trebuie comentat pentru a merge thickbox corect!
body
{
	position: relative;
}
*/

div.autosuggest					{	position: fixed;padding: 0px 0 0 0;z-index:999;width:298px;}
div.as_header					{	float:left;display:inline;width:298px;height:34px;background:url(../images/suggest_header.png) no-repeat top left;}
div.as_footer					{	float:left;display:inline;width:298px;height:45px;background:url(../images/as_footer_bg.png) no-repeat bottom left;}
div.as_footer a					{	float:left;display:inline;width:270px;margin:13px 0 0 15px;text-align:left;text-decoration:none;font-family:"museo-sans-n7", "museo-sans"; font-weight:700; color:#6a6a6a; font-size:14px;line-height:14px;}
div.autosuggest ul				{	list-style: none;margin: 0;padding: 0;overflow: hidden;background-color: none;border:none;border-top:none;float:left;display:inline;width:298px}
div.autosuggest ul li				{	padding: 0;margin: 0;text-align: left;background:url(../images/autosuggest_li_bg.png) no-repeat top left;width:298px;float:left;display:inline;}
div.autosuggest ul li a			{	display: inline;float:left;background:url(../images/autosuggest_li_a_bg.png) no-repeat right center;text-decoration: none;position: relative;padding: 7px 50px 5px 15px;width: 233px;font-family:"museo-sans-n5", "museo-sans"; font-weight:500; color:#2b2b2b; font-size:14px;line-height:14px;}
div.autosuggest ul li a span.date	{	text-decoration: none;font-family:"museo-sans-n5", "museo-sans"; font-weight:500; color:#2b2b2b; font-size:12px;}
div.autosuggest ul li.as_highlight {	background:url(../images/autosuggest_li_bg_hover.png) no-repeat top left;}
div.autosuggest ul li.as_highlight a			{	color: #fff;background:url(../images/autosuggest_li_a_hover.png) no-repeat right center;}
div.autosuggest ul li.as_highlight a span.date	{	color: #fff;}

div.autosuggest ul li a em						{	font-family:"museo-sans-n9", "museo-sans"; font-weight:900; color:#2b2b2b; font-size:14px;font-style:normal}
div.autosuggest ul li.as_highlight a em		{	font-family:"museo-sans-n9", "museo-sans"; font-weight:900; color:#fff; font-size:14px;font-style:normal}