﻿.styleContainerCategory
{
	margin-left: 10px;
}

.styleHeaderProducts
{	
	width: 750px;
	height: 24px;
	line-height: 24px;			
	font-size: 11px;
	font-weight: bold;
}

.styleProductsTable
{
	width: 550px; 
	/*height: 133px;*/
}

.styleProductTable
{
	width: 105px; 
	height: 165px;
}

.styleProductImage
{
	width: 100px; 
	height: 100px;
}

.styleProductCode
{
	color: Black;
	font-size: 9px;
	font-weight: bold;
	width: 100px;
	height:16px;
	line-height: 16px;
}

.styleProductName
{
	color: Black;
	font-size: 9px;
	width: 100px;
	height: 24px;
	line-height: 12px;
}

.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;
}

