TABLE.products
{
	border: solid 2px #B6B6B6;
	border-collapse: collapse;
	margin-bottom: 4pt;
	margin-top: 10pt;
	width: 96%;
}

TABLE.products TH
{
	background-color: #444444;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
}

TABLE.products TH.code
{
}

TABLE.products TH.desc
{
}

TABLE.products TH.price
{
	text-align: right;
}

TABLE.products TD
{
	border: solid 1px #B6B6B6;
	font-size: 9pt;
	padding: 10px;
}

TABLE.products TD A
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
TABLE.products TD A:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
TABLE.products TD A:hover
{
	border-bottom: solid 1px #B6B6B6;
}

TABLE.products TD.code
{
	font-size: 7pt;
	font-variant: small-caps;
}

TABLE.products TD.desc
{
	font-weight: bold;
}

TABLE.products TD.price
{
	text-align: right;
}

TABLE.products TD.empty
{
	color: #FF0000;
	font-style: italic;
	text-align: center;
}

/*
	Catalog
*/

.catalogPath
{
	background-color: #444444;
	border: dotted 1px #B6B6B6;
}

.catalogPath A
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.catalogPath A:hover
{
	text-decoration: underline;
}
