/* category */

#body .category{

}

#body .category table{
	border-collapse : collapse;
	width : 100%;
	table-layout : fixed;
}

#body .category table td{
	width : 50%;
	vertical-align : top;
	padding-left : 4px;
	overflow : hidden;
}

#body .category table td.left{
	padding-right : 4px;
	padding-left : 0;
}


#body .category .bottom{
	height : 5px;
	background : url(/img/category/cat-bottom.gif) top left no-repeat;
	margin-bottom : 7px;
}

#body .category .bottom b{
	display : block;
	height : 5px;
	margin-left : 10px;
	background : url(/img/category/cat-bottom.gif) top right no-repeat;
}

#body .category .top{
	height : 5px;
	background : url(/img/category/cat-top.gif) top left no-repeat;
	margin-bottom : -3px;
}

#body .category .top b{
	display : block;
	height : 5px;
	background : url(/img/category/cat-top.gif) top right no-repeat;
	margin-left : 10px;
}

#body .category .middle{
	background : #f8f3e9;
	border-left : 1px solid #ebdec3;
	border-right : 1px solid #ebdec3;
	padding : 0 1px;
	padding-bottom : 500px;
	margin-bottom : -500px;
	overflow : hidden;
}

#body .category .middle h3{
	height : 23px;
	background : url(/img/category/cat-head.gif) top left no-repeat;
	margin : 0 0 7px 0;
}

#body .category .middle h3 span{
	display : block;
	height : 23px;
	background : url(/img/category/cat-head.gif) top right no-repeat;
	margin-left : 13px;
	line-height : 22px;
	font-size : 12px;
	font-weight : bold;
	color : #376100;
	font-family : Arial;	
}

#body .category .middle ul{
	margin-left : 16px;
	margin-right : 5px;
}

#body .category .middle ul li{
	margin-bottom : 7px;
}

#body .category .middle ul li a{
	font-size : 12px;
	color : #ce4000;
	font-family : Arial;
	text-decoration : none;
}

#body .category .middle ul li a:hover{
	text-decoration : underline;	
}	

#body .category .middle ul ul{
	margin-top : 7px;
}

#body .category .middle ul ul a{
	font-size : 11px;
	color : #f27841;	
}