div.table-r{
        position:relative;
        margin:0 6px -5px 0;
}
.table-r .data{
        background:#ffffff; /*url(/images/cat-table/line.jpg) repeat;*/
}
div.table-r .data{
        background:url(/images/cat-table/line.gif) repeat-x bottom;
}
.table-r .data th{
        background:#cccacb url(/images/cat-table/tbl_hdr_bg.png);
        text-align:left;
        font-weight:normal;
        color:white;
        height:24px;
        vertical-align:middle;
        padding:0 4px 0 4px;
        white-space:nowrap;
        font-size:10px;
}
.table-r .data th img{
        margin-left:3px;
}
.table-r .data th.sel{
        background:#dbdddc url(/images/cat-table/tbl_hdr_bg2.png);
}
.table-r .data th.right2{
        /*border-right:1px #bebebe solid*/
}
.table-r .data td{
        color: #7b7b7b;
        padding:6px 11px 7px 11px;
        vertical-align:middle;
        border-right:1px #C4C4C4 solid;
}
.table-r .data td.right2{
        border-right:none;
        background:none;
}
.table-r .data td.msg{
        font-size:10px;
}
.table-r .data td.name{
        white-space:nowrap;
}
.table-r .data td.money{
        font-weight:bold;
        color:black;
        white-space:nowrap;
}
.table-r .data td.money img{
        margin-right:4px;
}
.table-r .data td.t_cat{
        text-align:center;
}

.table-r .data td.nav img{
        margin:0 4px;
}
.table-r .data tr.sel td{
        background:#d9d9d9;
}
.table-r .data tr.bottom0 td{
        padding-bottom:0;
}
.table-r .data tr.bottom td{
        padding:0;
}


.table-r .right{
        background:url(/images/categorii/sm_site03_01_22.png) repeat-y;
}

.table-r .forum_msg{
        background:white;
        padding:10px 5px 30px 10px;
        font-size:12px;
}
.table-r .forum_msg .l{
        float:left;
        /*width:px;*/
        width:376px;
        height:45px;
}
.table-r .forum_msg .r{
        width:88px;
        padding-left:5px;
        float:right;
        height:45px;
        padding-right:45px;
}
.table-r .forum_msg textarea, .table-r .forum_msg input{
        color:#7C7C7C;
        font-size:10px;
}
.table-r .forum_send{
        background:white;
        text-align:center;
        padding:20px 0 30px;
        font-size:12px;
}







.current-user-msg{
        font-size:12px;
}
.current-user-msg img{
        margin:0 10px;
}
.current-user-msg th, .current-user-msg td{
        padding:4px 0;
        cursor:pointer;
}
.current-user-msg th{
        text-align:left;
        font-weight:normal;
        background:#F2F2F2;
}
.current-user-msg a{
        color:#7C7C7C;
}