﻿.tooltip 
{ 
    background: transparent url(../../Images/Backgrounds/tooltip.png) no-repeat left top; 
    color: #fff; 
    display: none; 
    font-size: 11px; 
    height: 263px; 
    width: 183px; 
    z-index: 100;
} 

.tooltip h4
{
    background-color: #474139;
    font-size: 11px;
    margin: 2px;
    margin-bottom: 0px;
    padding: 5px;
}

.tooltip img
{
    border-bottom: solid 1px #FFF;
    border-top: solid 1px #FFF;
    margin: 0px 2px;
    height: 115px;
    width: 179px;
}

.tooltip .description
{
    background-color: #ECE9D9;
    border: solid 1px #474139;
    color: #000;
    margin: 5px;
    padding: 5px;
}
