DIV.ProductTabsContainer
{
	border-right: silver 2px outset;
	border-left: silver 2px outset;
	border-bottom: silver 2px outset;
	height: 300px;
	border-top: silver 2px outset;
	padding: 10px;
}

SPAN.ProductTabs
{
}

TD.ProductTab TABLE TR TD
{
	text-align: center;
	font-weight: bold;
}

TD.ProductTabSelected TABLE TR TD
{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

TD.ProductTabDisabled
{
}

SPAN.ProductTabComment
{
}

TD.ProductTabsLink
{
}

TABLE.ProductProperties
{
	border-bottom: silver thin solid;
}

TABLE.ProductProperties CAPTION
{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

TR.ProductPropertiesHeader
{
}

TR.ProductPropertiesRow TD
{
	border-top: silver 1px solid;
}

TR.ProductPropertiesAlternatingRow TD
{
	border-top: silver 1px solid;
}

TD.ProductPropertyName
{
	width: 200px;
}

TD.ProductPropertyValue
{
}

TD.ProductTab
{
	text-align: center;
	font-weight: bold;
}
TD.ProductTabSelected
{
	text-align: center;
	font-weight: bold;
	font-style: italic;
}