.remtso-tabs.remsto-tpp-tabs 
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 625px;
    height: 100%;
    font-weight: bold;
}

.remtso-tabs.remsto-tpp-tabs a 
{
    text-decoration: none;
}

.remtso-tabs.remsto-tpp-tabs > ul 
{
    border-bottom: 1px solid #404041;
    color: white;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.remtso-tabs.remsto-tpp-tabs > ul li
{
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    margin: 0 0.5em 0 0;
    padding: 5px 10px;
    border-radius: 6px  6px 0px 0px;
    cursor: pointer;
    background: #3f3f3f none repeat scroll 0 0;
    color:inherit;
    z-index: 2;
    border: none;
    list-style: outside none none;
}

.remtso-tabs.remsto-tpp-tabs li.tab-selected
{
    background-color: #6e9fa6;
    border-bottom: 0 none;
    color:inherit; 
}

/* Pager */
.nav-pager li {
    float: left;
    width: 2em;
    list-style-type: none;
}