﻿#chart .tip
{
    padding: 0;
    margin: 0;
    position: absolute;
    display: none;
    width: 150px;
    background-image: url(../images/crosshair.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 6px;
    margin-left: -5px;
    padding-top: 6px;
    margin-top: -5px;
    font-size: 10px;
    opacity: .60;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
}
#chart .top_right
{
    text-align: right;
    background-position: top right;
    padding-left: 0;
    margin-left: 0;
    padding-right: 6px;
    margin-right: -5px;
}
#chart .bottom_right
{
    text-align: right;
    background-position: bottom right;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 6px;
    margin-bottom: -5px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 6px;
    margin-right: -5px;
}
#chart .bottom_left
{
    background-position: bottom left;
    padding-left: 6px;
    margin-left: -5px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 6px;
    margin-bottom: -5px;
}
#chart .tip span.inner
{
    display: block;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    padding: 3px;
    background-color: #ccc;
    padding-right: 13px;
}
#chart .tip span.inner a
{
    display: none;
    text-decoration: none;
}
#chart .tip span.inner a.close
{
    position: absolute;
    text-align: center;
    width: 14px;
    height: 14px;
    top: 6px;
    right: 0px;
    font-size: 11px;
    font-weight: normal;
}
#chart .tip span.inner a.close:hover
{
    font-weight: bold;
    background-color: #999;
}
#chart .hovering
{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    z-index: 1001;
}
#chart .hovering span.inner a
{
    display: block;
}
#chart .bottom_right span.inner a.close
{
    right: 6px;
    top: 0px;
}
#chart .top_right span.inner a.close
{
    right: 6px;
    top: 6px;
}
#chart .bottom_left span.inner a.close
{
    right: 0px;
    top: 0px;
}
a.tooltip
{
    text-decoration: none;
    color: Black;
}

.products a.product
{
    display: block;
    color: black;
    text-decoration: none;
}
.products a.product:hover
{
    text-decoration: underline;
}
