a.span {
        position: relative;
        color: #000;
}
a span {
        display: none;
}

a:hover {font-size: 100%;} /* IE/Win requires some link change on hover
in order to show the tooltips */

a:hover span { /*the span will display just on :hover state*/
        display: block !important;
        position: absolute;
        top: 15px;
        left: 40px;
        width: 155px;
        border: 1px solid #31659C;
        background-color: #D4E6FE;
        color: #000;
        font-size: .8em;
        margin: 0px;
        padding: 0px;
        text-align:left;
        text-decoration:none;
}

p.test1 a {
position:relative;
}

p.test2 a {z-index: 2;}

p.test3 a {z-index: 1;}

td.price {
position:relative;
font-size:11px;
padding:3px;
width: 155px;
color:#FFFFFF;
background-color:#31659C;
}

td.pricelist {
position:relative;
padding-left:5px;
}
