/* ======================
	DEFAULTS
=========================*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#faf9f7;
	color:#535454;
	margin:0px;
	padding:20px 0px 20px 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border: 1px solid #a0a0a0;
}
h1 {
	background-color:transparent;
	color:#643400;
	font-size:18px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
}
h1 em {
	color:#643400;
	font-style: normal;
}

h2 {
	background-color: transparent;
	color:#643400;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 7px;
	margin-top: 5px;
}
h3 {
	background-color: transparent;
	color:#643400;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	background-color: transparent;
	color:#643400;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 5px;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}	
embed {
	vertical-align: bottom;
}
p {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
p.error {
	padding: 0px;
	margin: 0px;
	color: #bf0f35;
}
input.error, select.error, textarea.error {
	border: 1px solid #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px;
	color: #385f14;
}
em {
	color: #643400;
	font-style: normal;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #643400;
}
a:link {
	font-weight: bold;
	color: #643400;
}
a:visited {
	font-weight: bold;
	color: #643400;
}
a:hover {
	font-weight: bold;
	color: #643400;
}
table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #4f4646;
}
input.button {
	background-color: #b3e0e7;
	padding: 5px;
	color: #000000;
	border-width: 0px;
	font-size: 15px;
	margin-bottom: 10px;
}
a.button {
	background-color: #b3e0e7;
	padding: 5px;
	color: #000000;
	border-width: 0px;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
}
input.smallButton {
	background-color: #b3e0e7;
	padding: 4px;
	color: #000000;
	border-width: 0px;
	font-size: 12px;
}
a.smallButton {
	background-color: #b3e0e7;
	padding: 4px;
	color: #000000;
	border-width: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}

/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	background-color: #faf9f5;
	background-image: url('/modules/root/templates/template1/images/bg.jpg');
	background-position: top left;
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:1034px;
	border: 1px solid #8ea8ac;
}
#pageLayout {
	width: 100%;
}
#pageLayout td#leftColumn {
	text-align: left;
	vertical-align: top;
	padding: 120px 0px 0px 0px;
	width: 184px;
}
#pageLayout td#centerColumn {
	width: 666px;
	vertical-align: top;
}
#pageLayout td#rightColumn {
	text-align: left;
	vertical-align: top;
	padding: 120px 0px 0px 0px;
	width: 184px;
}
#metaHeaders {
	margin-left: 5px;
	margin-right: 5px;
}
#metaHeaders h1 {
	margin-top: 0px;
}
#metaHeaders img {
	vertical-align: baseline;
}
#siteName {
	margin: 0px 0px 10px 20px;
}

#goShopping {
	background-image: url('/modules/root/templates/template1/images/leftColumnBoxBgTop.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 161px;
	margin: 0px 10px 10px 10px;
}
#goShopping h2 {
	padding-left: 10px;
}
#goShopping #productMenu {
	background-image: url('/modules/root/templates/template1/images/leftColumnBoxBgBottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
}
#goShopping #productMenu ul {
	text-align: left;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#goShopping #productMenu ul li {
}
#goShopping #productMenu ul a {
	color: #535454;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 13px;
}
#goShopping #productMenu ul a:hover {
	color: #4e798e;
}
#goShopping #productMenu ul li.on a {
	color: #4e798e;
}
#myBasket {
	background-image: url('/modules/root/templates/template1/images/leftColumnBoxBgTop.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 161px;
	margin: 10px;
}
#myBasket h2 {
	padding-left: 10px;
}
#myBasket #myBasketLinks {
	background-image: url('/modules/root/templates/template1/images/leftColumnBoxBgBottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#myBasket #myBasketLinks table {
	width: 100%;
}
#myBasket #myBasketLinks table td#myBasketLinksLeftColumn {
	text-align: left;
	padding-left: 10px;
}
#myBasket #myBasketLinks table td#myBasketLinksLeftColumn img {
	vertical-align: baseline;
}
#myBasket #myBasketLinks table td#myBasketLinksLeftColumn a {
	color: #4e798e;
	font-weight: normal;
	font-size: 13px;
}
#myBasket #myBasketLinks table td#myBasketLinksRightColumn {
	text-align: right;
	padding-right: 10px;
}
#login {
	background-image: url('/modules/root/templates/template1/images/leftColumnBoxBgTop.jpg');
	background-position: middle left;
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 161px;
	margin: 10px;
}
#login h2 {
	padding-left: 10px;
}
#login p.firstToHear {
	padding-left: 10px;
	padding-right: 10px;
}
#login #loginForm {
	background-image: url('/modules/root/templates/template1/images/leftColumnBoxBgBottom.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 10px;
}
#login #loginForm h3 {
	text-transform: lowercase;
	color: #4e798e;
	font-size: 12px;
	margin: 0px;
}
#login #loginForm #loginEmailField {
}
#login #loginForm #loginEmailField .inputField {
	border-width: 0px;
	background-color: transparent;
	padding-left: 5px;
	width: 120px;
}
#login #loginForm #loginEmailField tr td {
	background-image: url('/modules/root/templates/template1/images/loginFieldBg.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 35px;
}
#login #loginForm #loginPasswordField .inputField {
	border-width: 0px;
	background-color: transparent;
	padding: 0px 0px 0px 5px;
	width: 110px;
}
#login #loginForm #loginPasswordField {
}
#login #loginForm #loginPasswordField tr td {
	background-image: url('/modules/root/templates/template1/images/loginFieldBg.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 35px;
}
#login #loginForm #loginPasswordField .button {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	vertical-align: middle;
}
#login #register a {
	text-transform: lowercase;
	color: #4e798e;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#loginMenuBox {
	text-align: left;
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#loginMenu {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	list-style-type: none;
}
#loginMenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#loginMenu a {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 11px;
}
#search {
	background-image: url('/modules/root/templates/template1/images/search.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 71px;
	width: 163px;
	margin: 0px 10px 10px 10px;
}
#search form {
	padding: 30px 0px 0px 10px;
}
#search form #productSearch {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#search form #productSearch .button {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	background-color: transparent;
}
#search form #productSearch .inputField {
	border-width: 0px;
	background-color: transparent;
	padding-bottom: 7px;
	padding-left: 3px;
	width: 110px;

}
#search #searchFieldLayout tr td {
	background-image: url('/modules/root/templates/template1/images/searchField.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 35px;
}
#search #searchFieldLayout  .inputField {
	border-width: 0px;
	background-color: transparent;
	padding-left: 3px;
	width: 110px;
}
#search #searchFieldLayout .button {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	vertical-align: middle;
}
#breadcrumbs {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 15px;
	background-color: #c7b299;
	color: #643400;
	font-size: 12px;
	font-weight: bold;
}
#breadcrumbs a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
#footer {
	clear: both;
	color:#000000;
	margin:0px 0px 0px;
	padding:10px 0px;
}
#footerMenu {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}
#footerMenu li {
	display: inline;
}
#footerMenu li a {
	color: #5c7564;
	font-weight: normal;
}
#cmsPageActions {
	text-align: right;
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	overflow: hidden;
	background-color: #ffffff;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	background-color: #eee8e0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
div.highlightedArea1Lv2 {
	border: 1px solid #9d9d9d;
	background-color: #ffffff;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.highlightedArea2Lv1 {
	border: 1px solid #DA8286;
	background-color: #dedede;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	color: #4A4B4C;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table.formLayout {
	margin: 0px;
	background-color: transparent;
	border-spacing: 0px;
}
table.formLayout th.leftHeader {
	padding: 5px;
	color: #64625c;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	min-width: 100px;
}
table.formLayout td {
	padding: 5px;
	font-size: 11px;
}
table.formLayout td .inputField {
}

/*=======================
	MAIN MENU
=========================*/
#mainMenu {
	background-color: #643400;
	background-image: url('/modules/root/templates/template1/images/headerBg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 120px;
}
#mainMenu #logo {
	text-align: left;
}
#mainMenu ul {
	margin: 0px;
	padding: 5px 124px 12px 0px;
	list-style: none;
}
#mainMenu li {
	margin: 0px 5px;
	display: inline;
}
#mainMenu a {
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
}
#mainMenu li.on {
}
#mainMenu li.on a {
}
#mainMenu li.off {
}
#mainMenu li.off a {
}

/*=============================
	SUBMENU Lv1
=========================*/
#subMenuLv1 {
	background-color:#edebe7;
	color:#cfcfcd;
	margin:0px;
	padding:4px 5px 4px 5px;
	border-top: 1px solid #e1e1df;
	border-right: 1px solid #e1e1df;
	border-left: 1px solid #e1e1df;
}
#subMenuLv1 a {
	color:#656b67;
	font-weight: normal;
	text-transform: capitalize;
}
#subMenuLv1 a span {

}

/*=======================
	MODULE MENU
=========================*/
div.moduleMenu {
	border: 1px solid #C6C6C6;
	background-color: #DFDFDF;
	color: #656b67;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
div.moduleMenu a {
	color: #656b67;
	font-weight: normal;
}
div.moduleMenu span {
}
div.moduleMenu span.on {

}
div.moduleMenu span.off {

}

/*=======================
	MODULE MENU
=========================*/
div.moduleSubMenuLv1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
div.moduleSubMenuLv1 a {
	text-transform: uppercase;
	font-weight: normal;
}
div.moduleSubMenuLv1 span {
}
div.moduleSubMenuLv1 span.on {

}
div.moduleSubMenuLv1 span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	background-color: #643400;
	padding: 10px;
	color: #FFFFFF;
}
table.dataTable th.topHeader {
	background-color: #643400;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
table.dataTable td {
	border: 1px solid #d5d5d5;
	background-color: #faf9f5;
	padding: 10px;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
}

/*===================
	PAGER
====================*/
div.pager {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}
div.pager a {
	background-color: transparent;
	border-width: 0px;
	color: #889c9b;
	font-size: 14px;
	text-decoration: none;
}
div.pager span.link a {
	font-weight: normal;
}
div.pager span.current {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.viewProduct {
	clear: both;
	margin: 12px;
}
div.viewProduct table.productLayout {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
div.viewProduct table.productLayout td.informationColumn {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
}
div.viewProduct table.productLayout td.informationColumn div.qty {
	margin-top: 10px;
	margin-bottom: 2px;
}
div.viewProduct table.productLayout td.informationColumn div.qty .inputField {
	font-size: 12px;
	text-align: center;
}
div.viewProduct table.productLayout td.pictureColumn {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
div.viewProduct div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.viewProduct h1 {
	color: #643400;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 18px;
}
div.viewProduct p.tagline {
	position: relative;
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	font-size: 13px;
	color: #929714;
}
div.viewProduct p.ref {
	font-size: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #643400;
	
}
div.viewProduct p.ref strong {
	color: #000000;
	font-weight: bold;
}
div.viewProduct div.description {
	
	font-size: 13px;
	color: #535454;
}
div.viewProduct p.ingredients {
	
	font-size: 10px;
	color: #514f48;
}
div.viewProduct div.pictureWrapper {
	text-align: right;
	margin-bottom: 10px;
}
div.viewProduct div.pictureWrapper img {
	width: 250px;
}
div.viewProduct td.thumbnailPicturesColumn {
	background-color: #eee7e0;
	padding: 15px;
	vertical-align: top;
}
div.viewProduct td.thumbnailPicturesColumn img {
	width: 60px;
	margin-right: 10px;
}
div.viewProduct div.price {
	font-size: 13px;
	font-weight: bold;
	color: #030303;
}
div.viewProduct div.price span.oldPrice {
	text-decoration: line-through;
}
div.viewProduct div.price span.offerPrice {
	color: red;
}
div.viewProduct p.includeVAT {
	
	font-size: 10px;
}
div.viewProduct #addToBasket table.purchaseOptions th {
	color: #603918;
	padding-right: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}
div.viewProduct #addToBasket table.purchaseOptions td {
	padding-bottom: 3px;
}
div.viewProduct div.backButton {
	
	margin-top: 2px;
	margin-bottom: 10px;
}
div.viewProduct td.relatedProductsColumn {
	border: 1px solid #a99d94;
	vertical-align: top;
	padding: 10px;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts {
	width: 100%;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts h2 {
	color: #746458;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts td {
	text-align: left;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts td.column1 {
	padding-right: 10px;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts td.column2 {
	padding-right: 10px;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts div.picture {
	text-align: center;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts div.picture img {
	width: 100px;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts .price {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #3b3b3b;
}
div.viewProduct td.relatedProductsColumn table.relatedProducts div.colourSamples {
	margin-top: 5px;
}
div.viewProduct table.sizeAndColour {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.viewProduct table.sizeAndColour th {
	padding: 5px;
}
div.viewProduct table.sizeAndColour th.topHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
div.viewProduct table.sizeAndColour th.leftHeader {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 0px;
}
div.viewProduct table.sizeAndColour td {
	padding: 5px;
	text-align: center;
}
/*=================================
	SHOPPING BASKET PAGE
=================================*/
div.root-template1-shopping_basket {
	clear: both;
	margin: 12px;
}
div.root-template1-shopping_basket div.checkoutButton {
	text-align: right;
}
div.root-template1-shopping_basket div.continueShoppingButton {
	text-align: right;
}
div.root-template1-shopping_basket p.includeVAT {
	text-align: right;
}
div.root-template1-checkout div.confirmAndPayButton {
	text-align: right;
}
/*============================
	LOGON PAGE
===========================*/
div.root-template1-logon {
	clear: both;
	margin: 12px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-template1-change_password {
	clear: both;
	margin: 12px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-template1-request_new_password {
	clear: both;
	margin: 12px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-template1-checkout {
	clear: both;
	margin: 12px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-template1-edit_layout {
	clear: both;
	margin: 12px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-template1-edit_meta {
	clear: both;
	margin: 12px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-template1-edit_sitemap {
	clear: both;
	margin: 12px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-template1-order_failed {
	clear: both;
	margin: 12px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-template1-order_success {
	clear: both;
	margin: 12px;
}
/*===============================
	PAYPOINT PAGE
================================*/
div.root-template1-paypoint {
	clear: both;
	margin: 12px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-template1-search {
	clear: both;
	margin: 12px;
}
div.root-template1-search h3 {
	margin: 0px;
}
div.root-template1-search p.sample {
	margin: 0px;
}
div.root-template1-search p.link {
	margin: 0px 0px 10px 0px;
}
div.root-template1-search table.searchResultsLayout {
	width: 100%;
}
div.root-template1-search table.searchResultsLayout td {
	vertical-align: top;
}


