#cat_list
{
	margin : 8px 10px 32px 10px;
	width  : 980px;
}
	#cat_list div.header
	{
	}
	#cat_list div.footer
	{
	}
	#cat_list div.body
	{
	}
		div.cat_block
		{
			float  : left;
/*			background : #ccffcc;	*/
			margin : 8px 0;
			width  : 196px;
			height : 160px;
		}
			div.cat_block div.header
			{
			}
			div.cat_block div.footer
			{
			}
			div.cat_block div.body
			{
			}
				div.cat_img
				{
					background : #ffffff;;
					margin  : 0 14px;
					border  : 1px solid #666666;
					padding : 3px;
					width   : 160px;
					height  : 120px;
				}
					div.cat_img img
					{
						width  : 160px;
						height : 120px;
					}
				div.cat_name
				{
					text-align     : center;
					vertical-align : middle;
					padding        : 4px;
					width          : 188px;
					height         : 24px;
				}
