/*Â¥²ãÇø*/
.category-floor {margin-bottom: 35px;background:white;}
    .category-floor-title {border-top: 2px solid orange;padding: 0 20px;border-bottom:1px solid #eee;}
        .category-floor-title h2 {height: 48px;margin-bottom: 0;margin-right: 30px;line-height: 48px;float: left;font-size:20px;color:orange;}
        .category-floor-title h2 a{color:orange}
        .category-floor-title .categorieList {}
            .category-floor-title .categorieList li{height: 32px;line-height: 32px;padding: 0 10px;margin: 8px 0;float: left;background: #FFF;font-size: 14px;cursor: pointer;position: relative;}
            .category-floor-title .categorieList li a{display:block;}
            .category-floor-title .categorieList li.on{background-color:orange;color:white;}
                .category-floor-title .categorieList li.on a{color:white;}

.attrlist{width:100%;margin-bottom:10px;}
.attrlist .attrname{width:120px;text-align:right;line-height:25px;font-weight:bold;padding-right:20px;}
.attrlist td{line-height:25px;border-bottom:1px solid #eee;padding:10px 0;}
.attrlist td a{display:inline-block;padding:0 10px;}
.attrlist td a.on{background:orange;color:white;}


.category-floor-wrap {height:100%;}
    .category-floor-wrap .productlist{}
    .category-floor-wrap .productlist li{width:216px;float:left;border:1px solid #eee;text-align:center;margin-left:20px;margin-bottom:20px;position:relative;}
    .category-floor-wrap .productlist li img{width:200px;height:200px; margin:8px auto 0 auto;}
    .category-floor-wrap .productlist .proname{display:block;height:40px;line-height:13px;overflow:hidden;text-align:left;margin:10px 5px;}
    .category-floor-wrap .productlist .priceNav{padding:0 5px;text-align:left;}
    .category-floor-wrap .productlist .priceNav .marketPrice{font-size:10px;}
    .category-floor-wrap .productlist .priceNav .salePrice{font-weight:bold;color:orange;padding-left:10px;}
    .category-floor-wrap .productlist .toolNav{margin:5px 5px 10px 5px;text-align:right;height:26px;line-height:26px;}
        .category-floor-wrap .productlist .toolNav .cart{display:inline-block;padding:5px 8px;background:orange;color:white;height:26px;border-radius:3px;margin-right:5px;cursor:pointer;float:left;line-height:14px;}
        .category-floor-wrap .productlist .toolNav span{padding-right:5px;}