.productLabel{
	margin-left: 2px;
	border: 0px solid red; 
	width: 122px; 
	margin-top: 3px; 
	font-weight: bold; 
	font-size: 12px; 
	color: yellow;
	text-align:right;
}
.productValue{
	margin-left: 2px;
	border: 0px solid red; 
	width: 122px; 
	font-weight: normal; 
	font-size: 12px; 
	color: white;
	text-align:left;
}
.headerLabel{
	float:left;
	color:green;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	height:20px;
}
.valueLabel{
	float:left;
	color:white;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	height:20px;
}
