/* BASIC css start */
#prdBrand .cate-wrap .bcate { width: 775px; margin-top: 20px; padding-left: 25px; background: url(/images/d3/green_note/common/bull_w20_h13_green.gif) no-repeat 0 50%; font-size: 16px; font-weight: bold; }
#prdBrand .cate-wrap .mcate { width: 100%; margin-top: 20px; word-wrap: break-word; }
#prdBrand .cate-wrap .mcate li { display: inline; }
#prdBrand .cate-wrap .mcate li a { display: inline-block; white-space: nowrap; margin: 5px; padding: 0 10px; background: url(/images/d3/green_note/common/bull_w2_h2_square.gif) no-repeat 0 50%; }

/* 기존 상품 분류 카테고리 CSS */
#prdBrand .cate-wrap .bcate { width: 775px; margin-top: 20px; padding-left: 25px; background: url(/images/d3/green_note/common/bull_w20_h13_green.gif) no-repeat 0 50%; font-size: 16px; font-weight: bold; }
#prdBrand .cate-wrap .mcate { width: 100%; margin-top: 20px; word-wrap: break-word; }
#prdBrand .cate-wrap .mcate li { display: inline; }
#prdBrand .cate-wrap .mcate li a { display: inline-block; white-space: nowrap; margin: 5px; padding: 0 10px; background: url(/images/d3/green_note/common/bull_w2_h2_square.gif) no-repeat 0 50%; }

/* [추가] 상품 목록 가격 및 할인율 스타일 */
.item-list .item { text-align: center; }
.item-list .item .price { color: #ff0000; font-size: 12px; margin-top: 4px; }
.item-list .item .price strike { color: #ff0000; text-decoration: line-through; }
.item-list .item .price strike span { color: #000000; }
.item-list .item .discount-rate { color: #666666; font-size: 12px; margin-top: 2px; }
.item-list .item .prd-price { font-weight: bold; color: #000000; font-size: 13px; margin-top: 2px; }
/* BASIC css end */

