/* head */
.forums h2 {
    float: left;
    font-size:32px; 
    padding-left: 10px;
    margin-bottom:18px;
    text-align: left;
}
.forums h2 span {
    display: block;
    font-size:12px; 
    line-height: 13px;
    padding-left: 2px;
}
.forums .head-buttons {
    float: right;
    padding: 17px 10px;
}
.forums .head-buttons a:link, .forums .head-buttons a:visited {
    background-color: #c8c1ae;
    color: #ffffff;
    border-radius: 3px;
    font: 14px verdana,arial;
    padding: 5px 7px;
    text-shadow: 0 0 0;
}
.forums .head-buttons a:hover, .forums .head-buttons a:active {
    background-color: #a8a18e;
    text-decoration: none;
}
/* categories */
.forums table {
    width:100%;
}
.forums table th {
    font-size: 13px;
    text-align:left;
    padding:5px 3px;
    margin:2px;
    border: 1px solid #D8D1BE;
    background-color: #D8D1BE;
}
.forums table td {
    font-size: 12px;
    text-align:left;
    padding:4px 3px;
    margin:2px;
    border: 1px solid #D8D1BE;
    background-color:#FFFFFF;
}
.forums table td.status {
    width: 10%;
    text-align: center;
    border-right: none;
}
.forums table td.title {
    width: 60%;
    border-left: none;
    border-right: none;
}
.forums table td.stats {
    width: 30%;
    text-align: center;
    border-left: none;
}

/* subcategory */
.forums table td.topics_status {
    width: 8%;
    text-align: center;
    border-right: none;
    vertical-align: middle;
}
.forums table td.topics_title {
    width: 52%;
    border-left: none;
    border-right: none;
    vertical-align: middle;
}
.forums table td.topics_stats {
    width: 15%;
    text-align: center;
    border-left: none;
    border-right: none;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
}
.forums table td.topics_stats_last {
    width: 10%;
    text-align: center;
    border-left: none;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
}