#tooltip {
    position: absolute;
    z-index: 3000;
    background-color: #333;
    opacity: 1;
    /*height: 331px;*/
    width: 350px;
    padding: 4px;
    background-repeat: no-repeat;
    border: 1px solid #555;
    color: white;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.fancy {
    padding-top: 50px;
    background: url('images/shadow3.png');
    background-repeat: no-repeat;
}
#tooltip.fancy.viewport-right {
    padding-top: 50px;
    background: url('images/shadow3h.png');
    background-repeat: no-repeat;
}
#tooltip.fancy.viewport-bottom {
    background: url('images/shadow3v.png');
    background-repeat: no-repeat;
}
#tooltip.fancy.viewport-bottom.viewport-right {
    background: url('images/shadow3hv.png');
    background-repeat: no-repeat;
}

#tooltip img.tooltip_photo {
    margin-right: 5px;
    border: 1px solid #999;
    padding: 1px;

    max-height:270px;
    max-width: 150px;
}

#tooltip p {
    margin: 0;
    padding: 0;
}

#tooltip .pink_color {
    color: #ffc8da !important;
}
#tooltip .tooltip_title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ddd;
}

#tooltip .tooltip_logo {
    max-width: 150px;
}