BODY { /* WS: Body of the site */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
/*	color:#000000; */
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #CCCCCC;
}

TD { /* WS: Table cell */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
/*	color:#000000;*/
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	background-color: #7B483B;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	background-color: #7B483B;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	font-size: 12px;
	color:#ffffff;
	text-align: center; 
	border-left: solid 1px #FFFFFF; 
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	color:#ffffff;
	text-align: center; 
	border-top: solid 1px #FFFFFF; 
}

.EcoMenuCell{ /* Default styles for root level categories in eCom */
	width:141px;
	height:20px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color:#A5695A;
	color:#FFFFFF;
	text-align: left; 
	border-top: solid 1px #FFFFFF; 
}

.EcoMenuCellCurrent{ /* Default styles for currently selected item on root level category in eCom */
	width:141px;
	height:20px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #7B483B;
	color:#FFFFFF;
	text-align: left; 
	border-top: solid 1px #FFFFFF; 
/*	font-weight:bold;*/
}
.EcoMenuCellSubCats{ /* Default styles for subcategories in eCom */
	width: 141px; 
	height: 16px; 
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #A5695A;
	color:#FFFFFF;
	text-align: left; 
}

.EcoMenuCellSubCatsCurrent{ /* Default styles for currently selected subcategory item in eCom */
	width: 141px; 
	height: 16px; 
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #7B483B;
	color:#FFFFFF;
	text-align: left; 
/*	font-weight:bold;*/
}

.EcoMenuCellSubProds{ /* Default styles for subproducts in eCom */
	width: 141px; 
	height: 16px; 
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #A5695A;
	color:#FFFFFF;
	text-align: left; 
}

.EcoMenuCellSubProdsCurrent{ /* Default styles for currently selected subproduct item in eCom */
	width: 141px; 
	height: 16px; 
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #7B483B;
	color:#FFFFFF;
	text-align: left; 
/*	font-weight:bold;*/
}

.EcoMenuCurrentItem { /* current item span class -  should be no longer necessary - ie use Current classes above */
	/*color: #7B483B;*/
}

.EcoMenuViewCartCell { /*WeC: Style for view cart link table cell in the eCom menu */
	width:141px;
	height:20px;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #90594B;
	color:#FFFFFF;
	text-align: left; 
	border-top: solid 1px #FFFFFF; 
}

A.EcoMenuViewCartItem { /*WeC: Style for view cart link item link in the eCom menu */
	color: #FFFFFF; 
	text-decoration: none;
}

TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
	width: 619px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	border-left: solid 1px #FFFFFF; 
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
}

.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
	width: 619px;
	background-color: #EDB14F;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	border-left: solid 1px #FFFFFF; 
}

.EcoMainContent{
	width: 619px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	border-left: solid 1px #FFFFFF; 
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 26px;
}

.CategoryProducts{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	border: solid 1px #7B483B;
	border-top: none;
	width: 112px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.CategoryBrownCell { /* WSeC: Style for brown background on subcat or subpro cell */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #7B483B;
	border: solid 1px #7B483B;
	border-top: none;
	width: 112px;
	text-align: center;
}

.CategoryWhiteText { /* WSeC: Style for white text on subcat or subpro listings text */
	color: #FFFFFF;
	text-decoration: none;
}

.CategoryGreyTextSml { /* WSeC: Style for grey text on subcat or subpro listings text */
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

.CategoryBrownText { /* WSeC: Style for brown text on subcat or subpro listings text */
	color: #7B483B;
	text-decoration: none;
}

.CategoryBrownTextLrg { /* WSeC: Style for large brown text on subcat or subpro listings text */
	font-size: 12px;
	font-weight:bold;
	color: #7B483B;
	text-decoration: none;
}

.ProductName { /* WSeC: Product name title for use on Product page */
	font-size: 12px;
	font-weight: bold;
	color: #7B483B;
}

H1 {
	font-size: 18px; 
	color:#7B483B; 
	font-weight: bold;
}

.SiteLinks{ /* WS: HTML main page links */
	font-size: 10px;
	color: #A5695A;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial;
	font-size: 10px;
	color: #c00000;
}
.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial;
	font-size: 10px;
	color: #c00000;
}

.InputBox { /* WS: Contact form input boxes */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #7B483B;
	border: 1px solid #A5695A;
}
.InputButton {  /* WS: Contact form buttons */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #FFFFFF;
	border: 1px solid #A5695A;
	background-color: #7B483B; 
}

.Cart_AddToButton{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF; 
	border: 1px solid #A5695A; 
	color:#7B483B;
	width: 114px;
	margin-top : 2px;
}

.Cart_ViewButton{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF; 
	border: 1px solid #A5695A; 
	color:#7B483B;
	width: 114px;
	margin-top : 2px;
}

.Cart_UpdateButton{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF; 
	border: 1px solid #A5695A; 
	color:#7B483B;
	width: 114px;
}

.Cart_UpdateLink{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color:#7B483B;
}

.Cart_RemoveButton{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF; 
	border: 1px solid #A5695A; 
	color:#7B483B;
	width: 114px;
	margin-top : 2px;
	text-align:center;
}

.Cart_TableHeader{
	background-color: #7B483B;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #FFFFFF;
}

.Cart_TableHeaderDull{
	background-color: #A5695A;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #FFFFFF;
}

.Cart_TableBorder{
	border: 1px #A5695A solid;
}

.Cart_FormFields{
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 270px;
}

.Cart_HorizontalRules{
	color: #7B483B;
}

.RRPrice{
	color: #000000;
	text-decoration : line-through;
}

.ProductPrice{
	color: #7B483B;
	margin-bottom : 8px;
	font-weight: bold;
}

.ProductReference{
	color: #7B483B;
	margin-bottom : 8px;
	font-weight: bold;
}

.ProductSavings{
	color: #7B483B;
	margin-bottom : 8px;
	font-weight: bold;
}

.JSBackground{ /* Custom style for header top JS background - e.g. Helens-Chocolates */
	height: 1px;
	background-color: #ECB55A;
}

.HeaderBackground{ /* Custom style for header repeat background - e.g. Helens-Chocolates */
	height: 154px;
	background: url(site_images/helens-handmade-chocolates-repeat.jpg) repeat-x;
}

.MenuBackground{ /* Custom style for menu background - e.g. Helens-Chocolates */
	height: 28px;
	background-color: #7B483B;
}
