
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
    width: 327px;
    padding-top: 37px;
    overflow: hidden;
    display: none;
    position: absolute;
    text-align:left;
    color:#4d4e52;
    font-size:12px;
    z-index: 500;
    background: transparent url(../imagens/tipTop.png) no-repeat top;}

.tipMid {background: transparent url(../imagens/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../imagens/tipBtm.png) no-repeat bottom; height: 32px;}