#topicTabs { float: left; margin-bottom: 10px; }
ul.mootabs_title {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 31px;
    width: 470px;
}
ul.mootabs_title li { 
    float: left;
    padding: 8px;
    margin: 0 2px 0 0;
    line-height: normal;
    cursor: pointer;    
    font-weight: bold;
    text-align: center; 
}

.mootabs_panel {
    display: none;
    position: relative;
    width: 470px;
    clear: both;
    overflow: auto;
    border: 0;
    margin: -1px 0 0 0;
}

.mootabs_panel.active {
    display: block;
}