.cate
{
	width:100%;
}
.cate td
{
	padding:5px;
}
.product
{
	margin: auto;
	width: 150px;
	padding: 0px;
}
.status
{
	position:absolute;
	padding-top:0px;
	padding-left:86px;
}
.image
{
	text-align: center;
	height: 150px;
	width: 150px;
}
.name
{
	text-align: center;
	overflow: hidden;	
	table-layout:fixed;
	height:32px;
	padding: 0px 0px 0px 0px;
}
.price
{
	float:left;
	text-align: right;
	vertical-align: top;
	font-family: "Arial Black";
	font-size: 20px;
	color: #990000;
	height: 38px;
	width: 140px;
}
