﻿.styleContainerCategory
{
	margin-left: 10px;
	width: 100%;
}

.styleContainerProducts
{
}

.styleHeaderProducts
{	
	margin-top: 10px;
	margin-bottom: 10px;
	color: White;
	font-size: x-large;
	background-color: Orange;
}

.styleProductTable
{
	width: 100%;
}

.styleProductImage
{
	width: 125px; 
	height: 125px;
}

.styleProductLabel
{
	height: 125px; 
	vertical-align: top;
}

.styleProductCode
{
	margin-left: 5px;
	color: Black;
	font-size: large;
}

.styleProductName
{
	margin-left: 5px;
	color: Black;
	font-size: large;
}

.styleProductDescription
{
	margin-left: 5px;
	color: Black;
	font-size: small;
}

.styleSpaceBetweenProducts
{
	height: 10px;
}

.styleProductSpecificationHeader
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: White;
	font-size: large;
	background-color: Orange;
}

.styleProductSpecificationCategoryHeader
{
	margin-left: 0px;
	margin-top: 25px;
	color: #005DAD;
	font-size: medium;
}

.styleProductSpecificationContents
{
	margin-top: 5px;
	margin-left: 15px;
	color: Black;
	font-size: x-small;
}

.styleValidationSummary
{
	text-align: left;
	font-size: 12px;
}