/* CSS Document */
#goodsCats{ background:#f7f7f7; }
#goodsCats .root{ line-height:160%; width:48%; padding:0 1%; float:left; }
#goodsCats .branch,
#goodsCats .leaf{ display:inline; overflow:hidden; height:20px; padding-right:4px; }
#goodsCats .scnt{ overflow:hidden; padding-top:4px; height:60px;}
#goodsCats .cat_cnt{ padding:0; margin:0;  }

#goodsCats h5{ 
	color:#222; padding:2px 0; margin:2px 0; padding-left:22px; 
	font-size:14px; font-weight:bold; 
	background:url(i/icon_all.gif) no-repeat 0 -1696px; 
	border-bottom:1px dotted #ccc; }
#goodsCats .scnt a{ color:#333; display:inline; }
#goodsCats a:hover{ color:#f60; text-decoration:none; }

.catlist{ border:1px solid #d1def1; background:#f3f7fd; padding:10px;  }
.catlist ul{ width:100%; margin:4px 0; }
.catlist li{ float:left; width:106px; height:20px; overflow:hidden; }
.catlist h3{ 
	padding-left:8px; margin-top:5px; font-size:12px; font-weight:bold; 
	background:url(i/icon_all.gif) no-repeat -160px -76px;  }
	
.catlist .item{ border-bottom:1px solid #d1def1; padding-bottom:6px; }
.catlist a{ text-decoration:none; color:#0520a9; }