
.tooltip 
{
    position: absolute;
    width: 353px;
    z-index: 100;
}

.tooltip-list
{
    width: 264px;
}

.tooltip-place-bid
{
    width: 450px;
}

.tooltip .cap-tp,
.tooltip .cap-bt,
.tooltip-list .cap-tp,
.tooltip-list .cap-bt
{
    line-height: 0;
    font-size: 0;
}

.tooltip .cap-tp
{
    position: relative;
    height: 19px;
    background: url(/images/widgets_tooltip/bg_cap_tp.png) no-repeat;
}

.tooltip .cap-tp div
{
    width: 30px;
    height: 15px;
    top: 0px;
    position: absolute;
    left: 20px;
    background: url(/images/widgets_tooltip/bg_nub.png) no-repeat;
}

.tooltip .cap-bt
{
    background: url(/images/widgets_tooltip/bg_cap_bt.png) no-repeat;
    height: 13px;
}

.tooltip .body
{
    background: url(/images/widgets_tooltip/bg_body.png) repeat-y;
    padding: 0 20px;
}



.tooltip-list .cap-tp
{
    background: url(/images/widgets_tooltip/bg_list_cap_tp.png) no-repeat;
}

.tooltip-list .cap-bt
{
    background: url(/images/widgets_tooltip/bg_list_cap_bt.png) no-repeat;
}

.tooltip-list .body
{
    background: url(/images/widgets_tooltip/bg_list_body.png) repeat-y;
    padding: 0 20px;
}

.tooltip-place-bid .cap-tp
{
    background: url(/images/widgets_tooltip/bg_place_bid_cap_tp.png) no-repeat;
}

.tooltip-place-bid .cap-bt
{
    background: url(/images/widgets_tooltip/bg_place_bid_cap_bt.png) no-repeat;
}

.tooltip-place-bid .body
{
    background: url(/images/widgets_tooltip/bg_place_bid_body.png) repeat-y;
    padding: 0 20px;
}


.tooltip div.bt-close,
.tooltip-list div.bt-close
{
    background: url(/images/widgets_tooltip/bg_bt_close.gif) no-repeat;
    width: 13px;
    height: 17px;
    display: block;
    position: absolute;
    top: 24px;
    right: 12px;
    text-indent: -999em;
    cursor: pointer;
}

.tooltip table.times
{
    

}

.tooltip h6
{
    text-transform: uppercase;
    padding: 0.833em 0 0.333em 0 !important;
    font-weight: bold;
    font-size: 0.917em;
}
