﻿#clubshop {
    width: 740px;
    margin-left: 14px;
    float: left;
    border-top: 7px solid #ce114a;
}

.top-searchbar {
    margin-top: 2px;
    height: 25px;
    width: 100%;
    background-image: url(/pub/images/shop_topbar_left.png);
    background-repeat: no-repeat;
}

    .top-searchbar .selectorbg {
        margin-left: 6px;
        background: #ce114a;
        width: 150px;
        height: 100%;
        color: #fff;
    }

    .top-searchbar .selector-cut {
        height: 100%;
        width: 8px;
        background-image: url(/pub/images/shop_topbar_mid.png);
        background-repeat: no-repeat;
    }

    .top-searchbar .top-searchbar-cont {
        height: 100%;
        background: #f1b6c6;
        width: 573px;
        position: relative;
    }

    .top-searchbar .top-searchbar-right {
        height: 100%;
        width: 3px;
        background-image: url(/pub/images/shop_topbar_right.png);
        background-repeat: no-repeat;
    }

    .top-searchbar .top-searchbar-cont .searchtype {
        position: absolute;
        top: 0;
        left: 0;
    }

.searchtype li {
    float: left;
    background-image: url(/pub/images/border-right-bg13.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 11px;
}

    .searchtype li:last-child {
        background-image: none;
    }

#container2014 .searchtype li a, #container2014 .searchtype li a:visited {
    color: #fff;
}

    #container2014 .searchtype li a:hover {
        color: #ce114a;
    }

/*商品item*/

.pditem .pditem-a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(about:blank);
}

.pditem .pditem-cont {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .pditem .pditem-cont .pditem-pic {
        width: 175px;
        height: 175px;
        display: block;
        margin: 0 auto;
    }

    .pditem .pditem-cont .pditem-title {
        height: 22px;
        line-height: 22px;
        text-align: center;
        overflow: hidden;
    }

    .pditem .pditem-cont .pditem-shimaoprice {
        background: url(/pub/images/btn_gold_123.png) no-repeat center center;
        height: 24px;
        line-height: 24px;
        width: 123px;
        margin: 0 auto;
        color: #fff;
        padding: 0 5px;
        text-align: center;
    }

    .pditem .pditem-cont .pditem-vipprice {
        height: 24px;
        line-height: 24px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
/*商品item*/

/*热销商品*/
.hotlist {
    width: 738px;
    margin-top: 10px;
}

    .hotlist .hotlist-top {
        width: 100%;
        height: 5px;
        background: url(/pub/images/hotlist-top.png) no-repeat;
    }

    .hotlist .hotlist-bottom {
        width: 100%;
        height: 4px;
        background: url(/pub/images/hotlist-bottom.png) no-repeat;
    }

    .hotlist .hotlist-cont {
        width: 100%;
        background: #fbe9ee;
        padding-bottom: 10px;
    }

        .hotlist .hotlist-cont .hotlist-title {
            width: 95%;
            margin: 0 auto;
            border-bottom: #f4c5d2 solid 2px;
        }

            .hotlist .hotlist-cont .hotlist-title h2 {
                border-bottom: #ce114a solid 4px;
                padding: 0 48px 0 33px;
                margin: 0;
                width: 10%;
                height: 24px;
                line-height: 24px;
                font-size: 14px;
                font-weight: normal;
                color: #ce114a;
            }

        .hotlist .hotlist-cont .hotlist-cont-pdbox {
            background: #fff;
            width: 95%;
            margin: 10px auto 0;
        }

.hotlist-cont-pdbox .pditem {
    width: 24.8%;
    margin: 10px auto;
    border-right: 1px solid #f1f1f1;
    float: left;
    position: relative;
}

    .hotlist-cont-pdbox .pditem:first-child {
        margin: 10px 0 10px 2px;
    }

    .hotlist-cont-pdbox .pditem:last-child {
        border-right: 0 none;
    }
/*热销商品*/

/*普通商品*/
.normallist-cont-pdbox {
    width: 100%;
}

    .normallist-cont-pdbox .pditem {
        float: left;
        width: 25%;
        margin: 10px auto;
        float: left;
        position: relative;
    }

        .normallist-cont-pdbox .pditem .pditem-title {
            font-size: 14px;
            height: 22px;
            overflow: hidden;
            text-align: center;
        }

        .normallist-cont-pdbox .pditem .pditem-shimaoprice {
            background: url(/pub/images/btn_pink_123.png) no-repeat center center;
        }

        .normallist-cont-pdbox .pditem .pditem-normalprice {
            text-align: center;
        }

        .normallist-cont-pdbox .pditem .btn-pinklight-57 {
            margin: 0 auto;
        }
/*普通商品*/




