.node {
    color: #fff;
    font-size: 9px;
    overflow: hidden;
    cursor: pointer;
    background-image: url('/us/xdjimg.xdjjpg?path=/images/transparentbackground.gif');
    text-align: center;
    font-size: 13px;
}

.album {
    width: 100px;
    margin: 3px;
}

#infovis {
    position: relative;
    width: 750px;
    height: 600px;
    margin: auto;
    overflow: hidden;
}

.outContent {
    z-index: 200;
    height: auto;
    width: auto;
    display: none;
    position: absolute;
}

.tip {
    color: #ffffff;
    width: 139px;
    background-color: #959595;
    opacity: 0.85;
    filter: alpha(opacity=85);
    font-size: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 7px;
    border-radius: 10px;
}

.tipArrow {
    width: 6px;
    height: 11px;
    float: left;
    background-image: url('/us/xdjimg.xdjjpg?path=/images/smallchart-arrow-c.png');
    background-repeat: no-repeat;
    left: -12px;
    top: 2px;
    position: relative;
}

.colorTipDiv {
    display: inline-block;
}

    .colorTipDiv > div {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 140px;
    }

        .colorTipDiv > div > div {
            display: inline-block;
            *display: inline;
            zoom: 1;
            width: 10px;
            height: 10px;
        }
