

#tab1, #tab2 {
    width: 450px;
    overflow: hidden; /*通过设置宽度和overflow来清除浮动，让li正确的包含在ul内*/
}

.tab-config li {
    float: left;
    display: block;
    margin: 1px 0 0 7px;
    width: 85px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #62C5E0;
    border-bottom: 0;
    font-weight: bold;
}

    .tab-config li.hover {
        background: #FFFFFF url(../images/ui/0/images/tab-bj.gif) no-repeat bottom;
    }

.tab-config p {
    display: none;
    width: 300px;
}

    .tab-config p.block {
        display: block;
    }

/* left */
.tab-config-left li {
    float: left;
    display: block;
    margin: 1px 0 0 7px;
    width: 85px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #62C5E0;
    border-bottom: 0px;
    font-weight: bold;
    overflow: hidden;
}

    .tab-config-left li.hover {
        background: #FFFFFF url(../images/ui/0/images/tab-bj.gif) no-repeat bottom;
    }

.tab-config-left p {
    display: none;
    width: 300px;
}

    .tab-config-left p.block {
        display: block;
    }

/* left end */

a.linkWORD, a.linkWORD:link, a.linkWORD:active, a.linkWORD:visited, a.linkWORD:hover {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

* .linkWORD {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}
