@import "general.css";
@import "layout.css";
@import "forum.css";

#forum {
    margin-bottom: 5px;
}

/* forum section */
#forum thead th.topic {
    width: 63%;
    background: url("../img/tabs/set-left-corner.gif") no-repeat left 38px;
}

#forum thead th.replies {
    width: 13%;
    text-align: center;
}

#forum thead th.new {
    width: 24%;
    text-align: center;
    background: url("../img/tabs/set-right-corner.gif") no-repeat right 38px;
}

#forum tbody td {
    padding: 13px 5px;
    border-top: 1px solid #ebebeb;
    vertical-align: top;
}

#forum td.topic {
    padding-left: 13px;
}

