﻿.w {
    margin: 0 auto;
    float: none;
    width: 1200px;
    position: relative;
}

.path {
    width: 100%;
    float: left;
    background: url(../images/home.png) left 4px no-repeat;
    padding: 0 0 12px 0;
    margin: 10px auto auto auto;
    text-indent: 20px;
    font-size: 14px;
    color: #ddd;
    line-height: 24px;
    border-bottom: 1px #e7e7e7 solid;
}

    .path a {
        margin: 0 5px;
    }

.block {
    clear: both;
    height: 20px;
}

    .block:after {
        content: " ";
    }

.left {
    width: 200px;
    float: left;
    position: relative;
}

.left-nav {
    width: 200px;
    background: #fff;
    position: relative;
    z-index: 999;
    border-top: 1px #e9e9e9 solid;
}

    .left-nav li {
        width: 100%;
    }

        .left-nav li a {
            font-size: 16px;
            border: 1px #e9e9e9 solid;
            color: #0071be;
            border-width: 0 1px 1px 1px;
            display: block;
            text-align: center;
            line-height: 36px;
            padding: 5px 0;
        }

    .left-nav .curr a {
        background: #0066CC;
        border-right: 3px #333 solid;
        color: #fff;
    }

.right {
    width: 950px;
    float: right;
    min-height: 450px;
}

.onebody {
    line-height: 160%;
    color: #666;
    font-size: 100%;
}

.clear {
    clear: both;
}
