#ingredient table.ing
{
	border: 1px solid #cccccc;
}
#ingredient tr
{
	text-align:left;
	color: #333333;
}
#ingredient tr.ing_title
{
	text-align:center; 
	font-size:10px;
	font-weight: bold; 
	background: #e1e1e1;
	color: black;
}
#indredient td
{
	margin-bottom: 3px; 
	padding: 5px; 
	font-weight: normal; 
	font-size: 10px; 
	background: #fff;
}
#ingredient td.gray
{
	background: #e1e1e1;
	text-align: right;
}