.roTooltip .wndBody
{
  font-size:    120%;
  font-weight:  bold;
  color:        #fff;
}

.wndBorderTL,
.wndBorderT,
.wndBorderML
{
/*  font-size:    0; IE fix */
  display: none;
}

.wndBorderTR
{
  position:     absolute;
  top:          0px;
  right:        -5px;

  width:        5px;
  height:       4px;
  background:   transparent url('../images/player/tooltipTR.png') no-repeat top left;
  font-size:    0; /* IE fix */
}
.wndBorderMR
{
  position:     absolute;
  width:        5px;
  right:        -5px;

  bottom:       0px;
  top:          4px;
  background:   transparent url('../images/player/tooltipR.png') repeat-y top left;
  font-size:    0; /* IE fix */
}
.wndBorderBL
{
  position:     absolute;
  width:        26px;
  height:       24px;
  bottom:       -24px;
  background:   transparent url('../images/player/tooltipBL.png') no-repeat top left;
  font-size:    0; /* IE fix */
}
.wndBorderB
{
  position:     absolute;
  height:       4px;
  left:         26px;
  right:        0px;

  bottom:       -4px;

  background:   transparent url('../images/player/tooltipBM.png') repeat-x top left;
  font-size:    0; /* IE fix */
}
.wndBorderBR
{
  position:     absolute;
  width:        5px;
  height:       4px;

  right:        -5px;
  bottom:       -4px;

  background:   transparent url('../images/player/tooltipBR.png') no-repeat top left;
  font-size:    0; /* IE fix */
}

.wndBody
{
  border-top:       1px solid #5c5c5c;
  border-left:      1px solid #5c5c5c;

  background-color: #0a0a0a;
  padding:          5px;
  color:            #fff;
}
