/* */

.tabset .tab {
    display: block;
    font-size: 1em;
    height: 20px;
    line-height: 1;
    float: left;
    margin: 0 10px 0 -1px;
    padding: 5px 15px 0;
    border: solid 1px #dcdcdc;
    clear: none;
    /* for ie */
    position: relative;
    top: -27px;
    z-index: 1000;
}

* html .tabset .tab { margin-bottom: -10px; }

.tabset .tab a {
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
    color: #aaa;
}

.tabset .tab a:hover,
.tabset .tab a:active {
    outline: none;
}


.tabset .page {
    display: block;
    clear: left;
    padding: 10px 14px;
}

.tabset .page:after {
    display: block;
    clear: both;
    content: ".";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.tabset {
    float: left;
    width: 100%;
    font-size: 0.9em;
    margin: 27px auto 0;
    clear: both;
}

.tabset .activeTab {
    background: #FFF;
    border-bottom-color: white;
}

.tabset .activeTab a:link,
.tabset .activeTab a:visited {
    color: #555;
}

