
/* tooltip styling. uses a background image (a black box with an arrow) */
.tooltip {
	width:200px !important;
	display:none;
	color:#343434;
	font-size:11px;
	z-index:100;
	margin-left:120px;
	margin-top:-17px;
}
.tooltip.toolboss
{
    margin-left:150px;
    _margin-left:320px;
    margin-top:60px;
}
.tooltip div
{
    width:auto !important;
}
.tooltop
{
    height:8px;
    background: url('/images/kokon/tooltop.gif') no-repeat 100% 0;
    font-size:1px;
    line-height:1px;
}
.toolbody
{
    background: url('/images/kokon/toolbg.gif') repeat-y 100% 0;
}
.toolbody div
{
    background: url('/images/kokon/toolbody.jpg') no-repeat 100% 0;
    padding-left:15px;
    padding-right:9px;
    padding-bottom:5px;
    line-height:1.3em;
}
.toolbody b
{
    font-size:12px;
    margin-left:4px;
    display:block;
}
.toolbody p
{
    margin:0;
    padding:0 0 0 4px;
}
.toolbody a
{
    display:block;
    margin-top:5px;
    margin-left:4px;
}
.toolbody span
{
    height:1px;
    background:#b4b4b4;
    border-bottom:1px solid #fff;
    font-size:1px;
    line-height:1px;
    display:block;
    margin-top:6px;
    margin-bottom:6px;
}
.toolbot 
{
    background: url('/images/kokon/toolbot.gif') no-repeat 100% 0;
    height:17px;
    font-size:1px;
    line-height:1px;
}

