﻿div#idRollOver
{
    width: 172px;
    position: absolute;
}
div#idRollOver p
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-family: Arial;
}
div#idRollOver p.clsTitle
{
    color: #fff;
    font-weight: bold;
    background: url(../images/hover_title.png) no-repeat;
    height: 31px;
    text-align: center;
    padding: 10px 0 0;
}
div#idRollOver > p.clsTitle
{
    height: 21px;
}
div#idRollOver p.clsBody
{
    padding: 5px 16px 0;
    background: url(../images/hover_background.png) repeat-y;
}
div#idRollOver p.clsBottom
{
    height: 20px;
    background: url(../images/hover_bottom.png) no-repeat;
}
