.item-name {
	font-size: 12px;
	font-weight: bold;


}
.item-category {
	font-size: 14px;
	font-weight: bold;
}
.item-spec {
	font-size: 12px;
}
.item-price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
.item-hr {
	background-image: url(../images/hr470.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.item-red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
