/* global */
#cluetip-close img
{
    border: 0;
}
#cluetip-title
{
    overflow: hidden;
    width: 184px;
    height: 22px;
    overflow: hidden;
    background-image: url(/static/images/hilfe_box_top_bg.gif);
    background-repeat: no-repeat;
    border: 0;
}
#cluetip-title #cluetip-close
{
    float: right;
    position: relative;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline;
    text-indent: -1000em;
    background-image: url(/static/images/icon_bubble_close.gif);
    background-repeat: no-repeat;
    margin: 0px 12px 0 0;
}
#cluetip-title #cluetip-close:hover
{
    background-position: 0 -16px;
}
#cluetip-waitimage
{
    width: 1px;
    height: 1px;
    position: absolute;
    background-image: url(/static/images/clear.gif);
}
.cluetip-arrows
{
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#cluetip-extra
{
    display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default
{
    background-color: #FFF;
    width: 184px;
    overflow: hidden;
}
.cluetip-default #cluetip-outer
{
    position: relative;
    width: 184px;
    overflow: hidden;
    margin: 0;
    background-color: #FFF;
}
.cluetip-default h3#cluetip-title
{
    width: 184px;
    overflow: hidden;
}
.cluetip-default #cluetip-title a
{
    color: #d9d9c2;
    font-size: 0.95em;
}
.cluetip-default #cluetip-inner
{
    padding: 10px;
}
/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip
{
    background-color: transparent;
    width: 184px;
    overflow: hidden;
}
.cluetip-jtip #cluetip-outer
{
    position: relative;
    background-color: #fff;
    width: 184px;
    overflow: hidden;
}
.cluetip-jtip h3#cluetip-title, h3#cluetip-title
{
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    padding: 2px 5px 0px 7px;
    margin: 0 0 0px 0;
}

.cluetip-jtip #cluetip-inner
{
    display: inline-block;
}
.cluetip-jtip div#cluetip-close
{
    text-align: right;
    margin: 0 5px 5px;
    color: #900;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title, .cluetip-rounded #cluetip-inner
{
    zoom: 1;
}
