
.ContentTitle {
    border-bottom: #cecdcd 1px solid;
    padding-bottom: 8px;
}

    .ContentTitle h2 {
        font-size: 16px;
        font-weight: 100;
        float: left;
    }

        .ContentTitle h2:before {
            content: "";
            width: 3px;
            height: 14px;
            background: #cfa972;
            float: left;
            margin: 5px 7px 0px 0px;
        }

/* tsShopContainer */
#tsShopContainer li, #tsShopContainer img {
    vertical-align: top;
}

#tsShopContainer {
    width: 450px;
    position: relative;
    float: left;
    background: #dfdfdf;
    margin-top: 30px;
    border: 1px solid #e4e4e4;
}

    #tsShopContainer #tsImgS {
        text-align: center;
        width: 100%;
        position: relative;
    }

        #tsShopContainer #tsImgS a {
            display: block;
            text-align: center;
            margin: 0px auto;
        }

        #tsShopContainer #tsImgS img {
            border: 0px;
        }

    #tsShopContainer #tsPicContainer {
        width: 100%;
        height: 70px;
        position: relative;
        background: #fff;
    }

        #tsShopContainer #tsPicContainer #tsImgSArrL {
            width: 17px;
            height: 100%;
            background: url(../images/picshopArr.gif) no-repeat left center;
            position: absolute;
            top: 0px;
            left: 8px;
            cursor: pointer;
        }

        #tsShopContainer #tsPicContainer #tsImgSArrR {
            width: 17px;
            height: 100%;
            background: url(../images/picshopArr.gif) no-repeat right center;
            position: absolute;
            top: 0px;
            right: 8px;
            cursor: pointer;
        }

        #tsShopContainer #tsPicContainer #tsImgSCon {
            position: absolute;
            top: 10px;
            left: 38px;
            height: 70px;
            overflow: hidden;
        }

            #tsShopContainer #tsPicContainer #tsImgSCon ul {
                width: 100%;
                overflow: hidden;
            }

            #tsShopContainer #tsPicContainer #tsImgSCon li {
                width: 54px;
                float: left;
                cursor: pointer;
            }

                #tsShopContainer #tsPicContainer #tsImgSCon li img {
                    padding: 3px;
                    margin: 1px;
                    border: 1px solid #e4e4e4;
                    display: block;
                    width: 42px;
                    height: 42px;
                }

                #tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
                    border: 1px solid #c69a6d;
                    margin: 0px;
                }

.ProDetail {
    float: right;
    width: 300px;
    padding-top: 30px;
}

    .ProDetail h2 {
        font-size: 24px;
        padding-bottom: 9px;
        font-weight: normal;
        border-bottom: #ddd 1px solid;
        margin-bottom: 20px;
    }