#glossyTabLinks, #glossyTabLinksLoad {
    padding: 0;
    margin: 0;
    font-size: 15px;
}
#glossyTabLinks UL, #glossyTabLinksLoad UL {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
#glossyTabLinks LI, #glossyTabLinksLoad LI {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #ffff74;
    margin: 0;
    padding: 0.42em 0 0.42em 0;
    white-space: nowrap;
    text-align: center;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -khtml-border-radius-topleft: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    cursor: pointer;
    float: left;
}
#glossyTabLinks LI A, #glossyTabLinksLoad LI A {
    padding: 0em 0.8em 0em 0.8em;
    font-family: "Arial narrow", Arial;
    text-decoration: none;
    color: inherit;
}
#glossyTabContent {
    color: #ffee88;
    background-color: #000000;
    float: none;
    z-index: 0;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ffff74;
    border-right: 1px solid #ffff74;
    border-bottom: 1px solid #ffff74;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    top: 10px;
}