table
{
	border-collapse: collapse;
	table-layout: fixed;
}

tr.row1
{
	background: #F0F8F0;
}

tr.row2
{
	background: #E0F0E0;
}

col.desc
{
	width: 300px;
}

col.info
{
	width: 300px;
}

col.price
{
	width: 80px;
}

