

/* 상단 플리즈 */
.pleaseme { display: inline-block; }



/* 카테고리 */
#category { margin:15px 0 10px; padding:0 0 15px 0; border-bottom:1px solid #7a7a7a; }
#category h2 { height:30px; font-size:14px; color:#424242; font-family:"georgia", "times newromans", serif; }
#category h2 span { padding:0 7px 0 0;}
#category .postion { z-index:1; }
#category ul { margin:0; padding:0; }
#category li { position:relative; z-index:10; margin:0; padding:0; padding-left: 10px; }
#category li.next_menu { margin:15px 0 0 0;  }
#category li a { display:block; padding:2px 0 3px 15px; font-size: 12px; font-family:'Nanum Gothic', '나눔고딕', 'malgun gothic', arial, dotum, sans-serif !important; font-weight:bold; color:#333; }
#category li a.selected,
#category li a:hover { background:url("/design/cherry07/trend9/cherrycoco/imgs/snb_category_over_bar.png") no-repeat left center; }
#category li a:hover, 
#category li.on > a { }


.snb_icon_menu { margin-top: 10px !important; margin-left: 10px !important; }




/* sold out */
.prdImg { position: relative; }
.prdImg img { display: block; z-index: 1; }
.prdImg .soldout { position: absolute;display:block; z-index: 999; left: 0px; top: 0px; width: 100%; height: 100%;
    background: #000; 
    background: rgba(0,0,0,0.5); 
    background: transparent !ie; 
	*background:#000;
    zoom:1;
	filter:alpha(opacity:'70');
	text-align: center;
	vertical-align: middle;
}
.prdImg .soldout .textinfo { position:relative; overflow:hidden; width: 100%; height: 100%; text-align: center;}
.prdImg .soldout .textinfo p { display:block; margin: 0; padding: 0; width: 100%; position:absolute; top: 50%; left:0; }
.prdImg .soldout .textinfo p img { margin:0 auto;width: 71px !important; min-width: 71px !important; height: 35px !important; }





/* md's pick */
.widget_best_product_md .product_contents_info  { padding-top: 5px !important; }
.widget_best_product_md .product_contents_info p.name a { font-size: 11px; }
.widget_best_product_md .product_contents_info .product_price_inner { font-size: 11px; }
.widget_best_product_md ul.prdList li.item { margin: 0 0 15px 9% !important; }

.widget_recommend_product_md .product_contents_info  { padding-top: 5px !important; }
.widget_recommend_product_md .product_contents_info p.name a { font-size: 11px; }
.widget_recommend_product_md .product_contents_info .product_price_inner { font-size: 11px; }
.widget_recommend_product_md ul.prdList li.item { margin: 0 0 15px 9% !important; }
.widget_recommend_product_md ul.prdList { text-align: left !important; }

