﻿.hint
{
    position: absolute;
    width: 360px;
    background-color:#f7f6e9;
    border: 2px solid #b3afa3;
    padding: 10px;
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

.hint .horseHelperTitle
{
    list-style: none;
    margin-left: 0;
    margin-bottom: 0.5em;
    float: none;
    width: 100%;
    font-weight: bold;
    background: url(../../SiteImages/HorseHelper/horseHelperLogo.gif) 0 center no-repeat;
    line-height: 23px;
    padding-left: 25px;
}

.hint ul
{
    overflow: hidden;
    font-size: 0.882em;
    padding: 0;
    margin: 0;
}

.hint ul li
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 16px;
    color: #0c479d;
}

.hint ul li span
{
    color: #434444;
}

.hint ul .left
{
    float:left;
    width:45%;
}

.hint ul .right
{
    float:right;
    width:54%;
}

.active {
    display: block;
}

.inactive {
    display: none;
}

