table.Catalog
{
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	color: black;
}


table.Goods
{
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	color: black;
}

table.Goods th
{
	background-color: #DCDCDC;
	text-align: center;
}

table.Goods td
{
	background-color: #F1F1F1;
}

.Shown
{
	visibility: visible;
	display: table-row;
}

* html tr.Shown {
	display: block
} /* aka the TAN hack; overriding previous rule  for IE both Mac and Win */

.Hidden
{
	visibility: hidden;
	display: none;
}