.tt{
    position: relative;
	font-weight: bold;
}
.tt span{ display: none; }

/* Quando estiver na pesquisa de produtos - Nome */
.tt:hover span.tt_tooltip_sl{
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0;
    width: 442px;
    font-weight: normal;
    filter: alpha(opacity:85);
    KHTMLOpacity: .85;
    MozOpacity: .85;
    opacity: .85;
}
/* Quando estiver na pesquisa de produtos - Telefone */
.tt:hover span.tt_tooltip_sr{
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
    width: 442px;
    font-weight: normal;
    filter: alpha(opacity:85);
    KHTMLOpacity: .85;
    MozOpacity: .85;
    opacity: .85;
}
/* Para notícias e busca no Portal */
.tt:hover span.tt_tooltip{
    display: block;
    position: relative;
    padding: 0;
    width: 442px;
    font-weight: normal;
    filter: alpha(opacity:85);
    KHTMLOpacity: .85;
    MozOpacity: .85;
    opacity: .85;
    z-index: 15;
}
.tt:hover span.tt_top{
	display: block;
	padding: 30px 0px 0px;
    background: url(noticialista.gif) no-repeat top;
}
.tt:hover span.tt_middle{
	display: block;
	padding: 0px 12px;
	background: url(noticialista_meio.gif) repeat-y bottom;
}
.tt:hover span.tt_bottom{
	display: block;
	padding: 3px 0px 10px;
    background: url(noticialista.gif) no-repeat bottom;
}

