﻿#tooltip.features-help {
        font-family: Tahoma;
        font-size: 10px;
        color: #565656;
        border: none;
        width: 349px;
        height: 91px;
        opacity: 1;
        background: url('images/tooltip.png');
        background-repeat: no-repeat;
}

#tooltip.features-help div  
{
    width: 318px; 
    height: 56px;
    text-align: left; 
    overflow: hidden;   
    padding: 10px;
    background-color: #fffdd7;
    top: 4px;
    left: 5px;
    position: relative;
    float: left;
}

#largehelp 
{
    width: 349px;
    height: 447px;
    background: url('images/help.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3000;
    right: 3%;
    top: 100px;
}

#largehelp .close
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ff0000;
    position: relative;
    top: 5px;
    right: 10px;
    text-align:right;
    float: right;
    padding: 2px;
    z-index: 10;
}

#largehelp div
{
    padding: 5px;
    width: 325px;
    height: 405px;
    position: relative;
    top: 5px;
    left: 5px;
    overflow: auto;
    font-family: Tahoma;
    font-size: 10px;
    color: #565656;
    text-align: left;
}

#tooltip #help a
{
    font-family: Tahoma;
    font-size: 10px;
    color: #a3a3a3;
    display: block;
    width: 64px;
    height: 12px;
    background-image: url('images/corner.gif');
    background-position: right 6px;
    background-repeat: no-repeat;
    text-align: left;
    position:absolute;
    bottom: 5px;
    right: 10px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}