.tabs-hide {
    display: none;
}
.tabs-nav {
    margin: 0; padding: 0;
    height: 26px;
    background-image: url(jquery.tabs/tab-dot.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    list-style: none;
}
.tabs-nav li.first {
    margin: 0;
}
.tabs-nav a, .tabs-nav a span {
    float: left;
    display: block;
    padding: 0;
    background: url(jquery.tabs/tab-left.gif);
    background-repeat: no-repeat;
    line-height: 26px;
    background-position: left top;
    background-repeat: no-repeat;
}
.tabs-nav a span {
    background: url(jquery.tabs/tab-right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0 8px 0 0;
}
.tab-content {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    clear: both;
}
.tab-content-in {
    padding: 8px;
}
.tabs-nav a {
    padding: 0 0 0 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: left -26px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: right -26px;
}
.tabs-container {
    margin: 0; padding: 0;
}
