	
		body
		{
			margin: 0px;
		}
		
		.layoutTable
		{
			width: 100%;
		}
		
		.layoutTablePaddingCell, .layoutTableContentCell
		{
			background-image: url('images/bg_header.gif');
			background-position: top left;
			background-repeat: repeat-x;
		}
		
		.layoutTableFooterPaddingCell, .layoutTableFooterCell
		{
			background-image: url('images/bg_footer.gif');
			background-repeat: repeat-x;
			font-family: arial, verdana, tahoma;
			font-size: 17px;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
		}
		
		.layoutTableContentCell
		{
			width: 780px;
		}
		
		.mainContentRow td
		{
			border-style: solid;
			border-color: #cccccc;
		}
		
		.navCell
		{
			width: 150px;
			border-style: solid;
			border-width: 1px 0px 1px 1px;
			vertical-align: top;
		}
		
		.contentCell
		{
			border-style: solid;
			border-width: 1px;
			font-family: arial, verdana, tahoma;
			font-size: 0.8em;
			padding: 10px;
			vertical-align: top;
		}
		
		.contactDetailsTable
		{
			border-style: solid;
			border-color: #cccccc;
			border-width: 0px 1px 0px 1px;
		}
		
		.contactDetailsTable td
		{
			border-style: solid;
			border-color: #cccccc;
		}
		
		.contactDetailsRow td, .contactDetailsRow a.footerLink
		{
			font-family: arial, verdana, tahoma;
			font-size: 11px;
			font-weight: bold;
			color: #999999;
			text-decoration: none;
		}
		
		.layoutTableCopyrightFooterCell
		{
			font-family: arial, verdana, tahoma;
			font-size: 10px;
			font-weight: normal;
			color: #999999;
			text-align: center;
		}
		
		.contactDetailsSpacer
		{
			border-width: 0px 1px 1px 0px;
		}
		
		.contactDetailsCell
		{
			border-width: 0px 1px 0px 0px;
			padding-top: 10px;
			padding-bottom: 15px;
			padding-left: 2px;
		}
		
		.navCell a
		{
			display: block;
			font-family: arial, verdana, tahoma;
			font-size: 13px;
			font-weight: bold;
			color: #257F33;
			margin: 5px 2px 8px 10px;
			text-decoration: none;
		}
		.navCell a:hover
		{
			color: #CFB28F;
		}
		
		#header
		{
			position: relative;
			width: 300px;
			height: 132px;
		}
		
		.productsTable
		{
			width: 75%;
			background-color: #257F33;
		}
		
		.basketItems
		{
			width: 75%;
			background-color: #CFB28F;
		}
		
		.productsTable td, .basketItems td
		{
			border-width: 0px;
			font-family: arial, verdana, helvetica;
			font-size: 12px;
		}
		
		.productsTable tr.content, .basketItems tr.content
		{
			background-color: #ffffff;
		}
		
		.defaultInput
		{
			width: 200px;
		}
		
		.error
		{
			color: red;
		}