#content, .top_bar .top_bar_bd {
    width: 1180px;
}

.checkbox, .shop_service {
    display: inline-block;
    cursor: pointer;
}

html {
    background-color: #fafafa;
}

#content {
    margin: 20px auto 80px;
}

#page .load {
    height: 336px;
}

.order_header {
    height: 80px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

    .order_header .hd_main {
        width: 1180px;
        margin: 0 auto;
    }

    .order_header .p_l {
        float: left;
        padding-top: 14px;
    }

    .order_header .p_r {
        float: right;
        padding-top: 15px;
    }

    .order_header .logo {
        float: left;
        width: 139px;
        height: 52px;
    }

        .order_header .logo a {
            display: block;
            height: 52px;
            background: url("../../images/pc/logo-lizi.png") 0 center no-repeat;
        }

    .order_header .page_title {
        float: left;
        padding: 7px 0 0 10px;
    }

        .order_header .page_title h2 {
            font-size: 22px;
            font-weight: 400;
            padding-top:5px;
        }

    .order_header .page_step, .order_header .page_step div {
        background: url("../../images/pc/page-step.png") no-repeat;
    }

    .order_header .page_step {
        float: right;
        width: 474px;
        height: 50px;
        overflow: hidden;
    }

        .order_header .page_step div {
            display: block;
            background-position: 0 -65px;
            height: 50px;
            overflow: hidden;
        }

        .order_header .page_step .step_1 {
            width: 95px;
        }

        .order_header .page_step .step_2 {
            width: 240px;
        }

        .order_header .page_step .step_3 {
            width: 390px;
        }

        .order_header .page_step .step_4 {
            width: 474px;
        }

.checkbox {
    width: 15px;
    height: 0;
    padding-top: 14px;
    background: url("../../images/checkbox-ico.png") no-repeat;
    overflow: hidden;
    vertical-align: -3px;
    _vertical-align: 0;
}

.ischecked {
    background-position: 0 -18px;
}

.shop_service {
    margin-left: 5px;
    background: url("../../images/shop_service.gif") no-repeat;
    width: 20px;
    height: 20px;
}
