/* BASIC css start */
.shopArea{ width:100%; margin:0 auto;}
.shopArea .subTit{
    font-size:16px;  
    color:#000; 
    margin-top:20px; 
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 24px;
}
.shopArea .product{position:relative; margin-top:30px}
.shopArea .product li{ }
.shopArea .product li:last:child{padding-right:0px}
.shopArea .product .itemLink{clear:both; width:280px; border-top:1px solid #000;  margin:0 auto; position:relative; margin-top:30px; margin-bottom:30px }
.shopArea .product .itemLink li{clear:both; border-bottom:1px solid #000; height:42px; line-height:42px; border-left:1px solid #000; border-right:1px solid #000;  padding-right:0px }
.shopArea .product .itemLink li a{display:block; color:#000; font-size:14px; padding-left:20px;}
.shopArea .product .itemLink span.goBtn{ position:relative; right:10px; top:10px; float:right}
/* BASIC css end */

