.leftCate {
    width: 180px;
    background: #252525;
    height: 100%;
}


.userHead {
    margin-top: 15px;
}

.userHead img {
    width: 50px;
    height: 50px;
}

.cateArea {
    margin-top: 15px;
}

.userName {
    color: #f3f3f3;
}

.webName {
    color: #f3f3f3;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;

    background: #656565;
    padding: 5px;
}

.cateList {
    position: absolute;
    left: 220px;
    top: 60px;
    clear: both;
}

.cateItemNormal {
    background: #252525;
    color: #f3f3f3;
    padding: 6px 12px 6px 12px;
    -webkit-borde-rradius: 5px;
    -moz-border-radius: 5px;
    font-size: 15px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.cateItemNormal:hover {
    background: #e5e5e5;
    color: #f33;
    -webkit-borde-rradius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cateItemActive {
    background: #f5f5f5;
    color: #f33;
    padding: 6px 12px 6px 12px;
    -webkit-borde-rradius: 5px;
    -moz-border-radius: 5px;
    font-size: 15px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.conArea {
    background: #fcfcfc;
    padding: 5px;
    height: 100%;
}

.homePageIntroArea {
    float: left;
    width: 180px;
    margin-top: 50px;
}

.conList {
    float: left;
    width: 770px;
}

.SepLine {
    height: 1px;
    background: #888;
}

.bottomLog {
    float: left;
}

.myWebBottomInfo {
    float: left;
    line-height: 40px;
}

a.exit:link {
    float: right;
    padding-right: 10px;
    color: #eee;
    text-decoration: underline;
    font-size: 10.5pt;
}

a.exit:visited {
    color: #eee;
    text-decoration: none;
}

a.exit:hover {
    color: #ff3535;
    text-decoration: underline;
}

a.exit:active {
    color: #ff3535;
    text-decoration: underline;
}

.userLever {
    font-size: 14px;
    color: #eee;
}