
a.tooltip2 {
    border: none;
    width: 200px;
    color: #BC1920;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
}
a.tooltip2 img{
    border: none;
    position: absolute;
}
a.tooltip2 b {
    display: none;
    position: absolute;
}
a.tooltip2:hover {
    border: 0 none;
    position: absolute;
    text-decoration: none;
    z-index: 2500;
}
a.tooltip2:hover b {
    background: none repeat scroll 0 0 #F2EBC1;
    border: 1px solid #bbb;
    color: #000000;
    display: block;
    font-weight: normal;
    left: -25px;
    padding: 5px;
    position: absolute;
    top: 15px;
    width: 300px;
    font: 10px/15px Verdana,Geneva,sans-serif;
    z-index: 9999px;
}

.clear {
    clear: both;
}

.tooltip_quantity{
margin-left: 8px;
margin-top: 2px;
}

.AddressBookPreview .tooltip_quantity{
margin-left: 4px;
margin-top: 0px;
}