﻿.TooltipShow
{
    display: inline;
}
.TooltipLink
{
    float: right;
    width: 100%;
    text-align: right;
    font-size: 6pt;
    font-weight: normal;
    color: #777;
    border-bottom:dotted 1px #ccc;
    padding-bottom:5px;
    margin-bottom:5px;    
}
.TooltipLink a
{
    font-size: 8pt;
    font-weight: normal;
    color: #266f8f;
}
.TooltipLink a:hover
{
    color: Red;
}
.tooltip
{
    width: 356px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    z-index: 5000000;
    float: right;
    margin-top:10px;
    
}
.tooltip .text
{
    padding: 5px 15px 35px 15px;
    background: url(./images/tooltip.png) no-repeat 0 100%;
    float: right;
    border-radius: 10px;
    width: 326px;
}


.AdsDetailLeftBoxTitle
{
    color: #7b7a7a;
    font-size: 8pt;
    float: right;
    margin-bottom:10px;
}
.AdsDetailLeftBoxTitle2
{
    color: #ccc;
}
.AdsDetailLeftBoxValue
{
    color: #7b7a7a;
    font-size: 8pt;
    float: right;
    margin-right: 10px;
    font-weight: bold;
    color: #000;
}
.AdsDetailLeftBoxValue2
{
    color: #fff;
}
.AdsDetailLeftBoxUnit
{
    color: #7b7a7a;
    font-size: 8pt;
    float: right;
    margin-right: 10px;
}
.AdsDetailLeftBoxUnit2
{
    color: #ccc;
}
.TooltipLink
{
    color: #ccc !important;
}
