﻿@charset "utf-8";




.shop_containner {
    width: 980px;
    margin: 0 auto 20px;
    background:#2b58d8;
}

.shop_nav {
    width: 100px;
    float: left;
    background: #ff8400;
}

    .shop_nav li {
        padding: 15px 0;
        text-align: center;
        background-color: #2b58d8;
        color: #fff;
        _height: 71px;
    }

        .shop_nav li p {
            line-height: 22px;
        }

        .shop_nav li.man {
            border-bottom: 1px solid #fff;
        }

        .shop_nav li.cur {
            background-color: #8b99da;
            background-image: url(../images/li_cur_arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

        .shop_nav li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
            text-decoration: none;
        }

            .shop_nav li a i {
                display: block;
                margin: 0 auto 5px;
                height: 36px;
                width: 36px;
                background-repeat: no-repeat;
            }

                .shop_nav li a i.home {
                    background-image: url(../images/nav_home.png);
                }

                .shop_nav li a i.information {
                    background-image: url(../images/nav_info.png);
                }

                .shop_nav li a i.order {
                    background-image: url(../images/nav_order.png);
                }

                .shop_nav li a i.menu {
                    background-image: url(../images/nav_menu.png);
                }

                .shop_nav li a i.comment {
                    background-image: url(../images/nav_order.png);
                }

                .shop_nav li a i.account {
                    background-image: url(../images/nav_parse.png);
                }

.shop_main {
    min-height: 700px;
    float: right;
    width: 879px;
    border: 1px solid #ddd;
    border-left: none;
    background: #ffffff;
}

    .shop_main .main-content {
        padding: 10px 28px 30px;
    }

        .shop_main .main-content h1 {
            line-height: 35px;
            padding-left: 12px;
            padding-top: 10px;
        }

        .shop_main .main-content .shop_menu {
            height: 35px;
            border-bottom: 1px solid #ddd;
            position: relative;
            margin-top: 10px;
        }

            .shop_main .main-content .shop_menu ul {
                position: absolute;
                height: 35px;
                top: 1px;
                left: 15px;
            }

                .shop_main .main-content .shop_menu ul li {
                    padding: 0 22px;
                    line-height: 33px;
                    border: 1px solid #ddd;
                    margin-right: 10px;
                    text-align: center;
                    background: #f5f5f5;
                    float: left;
                }

                    .shop_main .main-content .shop_menu ul li a {
                        color: #333;
                    }

                    .shop_main .main-content .shop_menu ul li.cur {
                        color: #2b58d8;
                        background: #fff;
                        border-bottom: 1px solid #fff;
                    }

                        .shop_main .main-content .shop_menu ul li.cur a {
                            color: #2b58d8;
                        }
