.tabs-hide { display: none; }

#tabs {
    overflow: hidden;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
    height: 20px;
}
.tabs-nav li {
    float: left;
    margin: 0 2px 0 0; 
}

.tabs-nav a, .tabs-nav a span { display: block; }
    
.tabs-nav a {
    position: relative;
    top: 1px;
    color: #000;
    font-size: 8pt;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d0ad51;
    border-bottom: none; 
    padding: 1px 5px;
    background: #eae4ce; 
}

.tabs-nav a:hover { background: #f2efdf; }

.tabs-nav .tabs-selected a {
    color: #333;
    background: #f9f5ec;
    font-weight: bold;
}

.tabs-nav a span { margin-bottom: 2px; }

.tabs-nav a:hover span { border-bottom: none; }

.tabs-nav .tabs-selected a span {
    padding-top: 1px;
    border-bottom: none !important;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
    cursor: text;
}
.tabs-container {
    clear: both;
    border: 1px solid #d0ad51;
    margin: 0 8px 0 8px;
    background: #f9f5ec;
    overflow: hidden;
}