﻿/********* Product Table *******/
.ProductSheetHeader
{
	background-color:	#d8d8d9;
	text-align:			center;
	font-weight:		bold;
	font-size:			0.8em;
}

.ProductSheetPrice
{
	background-color:	#b7b7b9;
	text-align:			center;	
	color:				#C20000;
	font-weight:		bold;
}

.ProductSheetIncluded
{
	background-color:	#c7c7c9;
	text-align:			center;	
	color:				#000000;
	font-size:			0.8em;
}

.ProductSheetIncludedHeader
{
	background-color:	#ebebec;
}

.ProductSheetIncludedHeader a
{
	font-weight:		normal;
	font-size:			0.85em;
}

.ProductSheetItemIncludedEven
{
	background-color:	#f5f5f5;
	font-size:			0.8em;
}

.ProductSheetItemIncludedOdd
{
	background-color:	#ebebec;
	font-size:			0.8em;
}

.ProductSheetPriceHeader
{
	background-color:	#d8d8d9;
}


.Hidden
{
	display:			none;
}

.Visible
{
	display:			block;
}

/********* End Product Table ****/
