/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/
div.itens {
background-color:#FFFFFF;
float:left;
margin-left:8px;
min-height:66px;
width:295px !important;
}
.tip {
	width: 212px;
	padding-top: 32px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;font-size: 14px; font: 14px trebuchet ms, helvetica; font-family: trebuchet MS, helvetica; font-weight: bolder; color: #0084FF}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 15px;}