div.PanelProductList
{
	height			:	380px;
	overflow		:	auto;
	padding		:	10px 0px;
}
div.PanelProduct
{
	text-align		:	center;
	float			:	left;
	width			:	216px;
	height			:	60px;
	padding		:	4px 6px;
	margin			:	0px 10px 10px 0px;
	background-image	:	url('./common_img/cata_bg.gif');
	background-repeat	:	no-repeat;
}
div.clear
{
	clear			:	all;
}

