.shopMenuHeading
{
	font-family:Arial;
	font-size:12px;
	color:white;
	font-weight:bold;
	background-color:Navy;
}
.shopMenuHeading a
{
	font-family:Arial;
	font-size:12px;
	color:white;
	font-weight:bold;
	background-color:Navy;
	text-decoration:none;
}
.shopMenuHeading a:hover
{
	color:lightblue;
}
.shopMenuBody
{
	font-family:Arial;
	font-size:11px;
	color:Black;
	background-color:White;
}
.shopMenuBody a
{
	text-decoration:none;
	color:Black;
}
.shopSmallText
{
	font-family:Arial;
	font-size:11px;
	color:Black;
	background-color:White;
}
.shopSmallText a
{
	text-decoration:none;
	color:Black;
}
.shopNormalText
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	background-color:White;
}
.shopNormalText a
{
	text-decoration:none;
	color:Black;
}
.shopNormalText a:hover
{
	text-decoration:underline;
	color:Black;
}
.shopNormalText .red
{
	font-family:Arial;
	font-size:12px;
	color:red;
	background-color:White;
}
.shopPagePath
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: white;
}
.shopPagePath a
{
	font-size: 14px;
	color: blue;
	font-family: Arial;
	background-color: white;
	text-decoration:none;
}
.shopPagePath a:hover
{
	text-decoration:underline;
}
.shopPagePath .selected
{
	font-weight:bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
	background-color: white;
}

.shopPageSubHeading
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
	background-color: wheat;
}
.shopPageSubHeading2
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
	background-color: lightblue;
}
.shopStrikeProductPrice
{
	text-decoration: line-through;
}
.shopProductSalePrice
{
	color:Red;
}
.shopProductDetails
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: white;	
}
.shopProductDetails .productName
{
	font-weight:bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
	background-color: white;
}
.shopTableHeading
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: scrollbar;
}
.shopTableRow
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: White;
}
.shopTableAlternateRow
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	background-color: gainsboro;
}
.contactDetails
{
	font-size: 12px;
	color: navy;
	font-family: Arial;
	background-color: peachpuff;
}
