/* ======================
	DEFAULTS
=========================*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('/modules/root/templates/template1/images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#181818;
	color:#FFFFFF;
	margin: 0px;
	padding:0px;
}
.inputField {
	background-color: #dcdcdc;
	color: #000000;
	font-size: 12px;
	border: 1px solid #a0a0a0;
}
h1 {
	background-color:transparent;
	color:#028fe9;
	font-size:21px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
h1 em {
	color:#028fe9;
	font-style: normal;
}
p.tagline {
	position: relative;
	font-size: 13px;
}
h2 {
	background-color: transparent;
	color:#028fe9;
	font-weight: bold;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	background-color: transparent;
	color:#028fe9;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	background-color: transparent;
	color:#028fe9;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
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: #e90238;
}
input.error, select.error, textarea.error {
	border: 1px solid #e90238;
}
p.notice {
	padding: 0px;
}
em {
	color: #028fe9;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #028fe9;
}
a:link {
	font-weight: bold;
	color: #028fe9;
}
a:visited {
	font-weight: bold;
	color: #028fe9;
}
a:hover {
	font-weight: bold;
	color: #028fe9;
}
table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
input.button {
	background-color: #028fe9;
	padding: 5px;
	color: #FFFFFF;
	border-width: 0px;
	font-size: 15px;
}
input.button2 {
	background-color: transparent;
	border-width: 0px;
}
a.button {
	background-color: #028fe9;
	padding: 5px;
	color: #FFFFFF;
	border-width: 0px;
	font-size: 15px;
	font-weight: normal;
}
a.button span {
}
a.button2 {
	background-image: url('/modules/root/templates/template1/images/buttons/std_left_on.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 10px 10px 10px 0px;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
}
a.button2 span {
	background-image: url('/modules/root/templates/template1/images/buttons/std_right_on.gif');
	background-position: top right;
	background-repeat: repeat-x;
	display: block;
	line-height: 16px;
	padding: 10px 10px 10px 0px;
}
a.button3 {
	background-image: url('/modules/root/templates/template1/images/buttons/button3LeftOn.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 10px 10px 10px 0px;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
}
a.button3 span {
	background-image: url('/modules/root/templates/template1/images/buttons/button3RightOn.gif');
	background-position: top right;
	background-repeat: repeat-x;
	display: block;
	line-height: 20px;
	padding: 7px 10px 10px 0px;
}
input.smallButton {
	background-color: transparent;
	padding: 4px;
	color: #028fe9;
	border-width: 0px;
	font-size: 13px;
	font-weight: bold;
}
a.smallButton {
	background-color: transparent;
	padding: 4px;
	color: #028fe9;
	border-width: 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	font-family: fixed;
	cursor: pointer;
}

/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	margin-left: auto;
	margin-right: auto;
	min-height:800px;
	padding:0px;
	width:960px;
	overflow: hidden;
}
#headerLayout {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	height: 102px;
	color: #333333;
	width: 100%;
}
#headerLayout #logoColumn {
	padding-top: 20px;
	vertical-align: top;
	width: 150px;
}
#headerLayout #menuColumn {
	padding-top: 37px;
	vertical-align: top;
}
#headerLayout #shoppingColumn {
	padding-top: 32px;
	vertical-align: top;
	width: 390px;
}
#headerPicture h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	height: 30px;
}
#metaHeaders {
	margin-left: 5px;
	margin-right: 5px;
}
#metaHeaders h1 {
	margin-top: 0px;
}
#siteName {
	margin: 0px 0px 10px 20px;
}
#topSearchBox {
	margin: 30px 5px 10px 0px;
	float: right;
	text-align: right;
}
#topSearchBox form {
	display: inline;
}
#topSearchBox form div {
	display: inline;
}
#breadcrumbs {
	clear: both;
	margin: 10px 0px 0px 15px;
	padding:0px;
	font-size: 11px;
}
#breadcrumbs a {
	font-size: 11px;
}
#footer {
	background-color: transparent;
	color:#333333;
	margin:15px 0px 0px;
	padding:10px 0px;
	text-align: center;
}
#author {
	text-align: center;
}
#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}
#footerMenu {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#footerMenu a {
	font-size: 9px;
}
#cmsPageActions {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
#content {
	padding: 0px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	background-color: #2f2f2f;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
div.highlightedArea1Lv2 {
	background-color: #e2e2e2;
	border: 1px solid #c2c2c2;
	color: #333333;
	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;
}

table.formLayout {
	margin: 0px;
	background-color: transparent;
	border-spacing: 0px;
}
table.formLayout th.leftHeader {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	min-width: 100px;
}
table.formLayout td {
	padding: 5px;
}
table.formLayout td .inputField {
}
/*=======================
	TOP MENU
=========================*/
#topMenu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}
#topMenu a {
	font-size: 11px;
	text-transform: lowercase;
}

/*=======================
	MAIN MENU
=========================*/
#mainMenu {
	background-color: transparent;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
}
#mainMenu a {
	padding: 0px;
	color: #333333;
	text-transform: uppercase;
	display: block;
	height: 38px;
	line-height: 18px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

#mainMenu a.on {
	background-image: url('/modules/root/templates/template1/images/buttons/menu_left_on.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	padding: 0px 0px 0px 10px;
	margin: 0px 8px 0px 8px;
	color: #FFFFFF;
}
#mainMenu a.on span {
	background-image: url('/modules/root/templates/template1/images/buttons/menu_right_on.jpg');
	background-position: top right;
	background-repeat: repeat-x;
	display: block;
	line-height: 18px;
	padding: 10px 10px 10px 0px;
}
#mainMenu a.off {
	padding: 10px 10px 10px 10px;
}
#mainMenu a.off span {

}
/*============================
	SHOPPING BUTTON
=============================*/

#shoppingButton a {
	padding: 0px;
	color: #028fe9;
	text-transform: uppercase;
	height: 46px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

#shoppingButton {
	background-image: url('/modules/root/templates/template1/images/buttons/shopping_left_on.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
	float: right;
}
#shoppingButton div {
	background-image: url('/modules/root/templates/template1/images/buttons/shopping_right_on.jpg');
	background-position: top right;
	background-repeat: repeat-x;
	line-height: 18px;
	padding: 14px 14px 14px 0px;
	text-align: center;
}

/*=============================
	SUBMENU Lv1
=========================*/
#subMenuLv1 {
	text-align: left;
	background-color:transparent;
	color: #028fe9;
	margin:0px;
	padding:4px 5px 4px 30px;
}
#subMenuLv1 a {
	font-size: 13px;
	color: #028fe9;
	font-weight: bold;
	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;
	border-right: 1px solid #2f2f2f;
}
table.dataTable {
	border-spacing: 0px;
}
table.dataTable th.leftHeader {
	background-color: #2f2f2f;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
}
table.dataTable th.topHeader {
	background-color: #2f2f2f;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}
table.dataTable td {
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	font-size: 14px;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
	color: inherit;
}

/*===================
	PAGER
====================*/
div.pager {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}
div.pager a {
	border: 1px solid #000000;
	background-color: #2f2f2f;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
div.pager .current {
	border: 1px solid #2f2f2f;
	background-color: #000000;
	color: #ffffff;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-template1-view_product {
	clear: both;
	margin: 15px;
}
div.root-template1-view_product table.productLayout {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
div.root-template1-view_product table.productLayout td.informationColumn {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
}
div.root-template1-view_product table.productLayout td.informationColumn div.qty {
	margin-top: 10px;
	margin-bottom: 2px;
}
div.root-template1-view_product table.productLayout td.informationColumn div.qty .inputField {
	font-size: 12px;
	text-align: center;
}
div.root-template1-view_product table.productLayout td.pictureColumn {
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}
div.root-template1-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}
div.root-template1-view_product h1 {
	color: #FFFFFF;
}
div.root-template1-view_product div.description h1 {
	color: #028fe9;
}
div.root-template1-view_product p.tagline {
}
div.root-template1-view_product p.ref {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #028fe9;
	
}
div.root-template1-view_product p.ref strong {
	color: #000000;
	font-weight: bold;
}
div.root-template1-view_product p.description {
	
	font-size: 12px;
	color: #514f48;
}
div.root-template1-view_product p.ingredients {
	
	font-size: 10px;
	color: #514f48;
}
div.root-template1-view_product div.pictureWrapper {
	text-align: right;
	margin-bottom: 10px;
}
div.root-template1-view_product div.pictureWrapper img {
	width: 400px;
}
div.root-template1-view_product div.pictureThumbnailsWrapper {
	margin-bottom: 10px;
}
div.root-template1-view_product div.pictureThumbnailsWrapper img {
	width: 50px;
}
div.root-template1-view_product div.addToBasket {
	float: right;
	margin-left: 15px;
}
div.root-template1-view_product p.price {
	font-size: 25px;
	font-weight: normal;
	text-align: right;
	margin-top: 35px;
}
div.root-template1-view_product p.price span.plusVAT {
	font-size: 13px;
}
div.root-template1-view_product p.priceOnly {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}
div.root-template1-view_product p.includeVAT {
	
	font-size: 10px;
}
div.root-template1-view_product div.backButton {
	
	margin-top: 2px;
	margin-bottom: 10px;
}

/*=================================
	SHOPPING BASKET PAGE
=================================*/
div.root-template2-default {
	margin: 15px;
}
div.orderSummary {
}
div.orderSummary div.checkoutButton {
	text-align: right;
}
div.orderSummary div.checkoutButton a.button2 {
	float: right;
	margin: 0px 0px 0px 10px;
}
div.continueShoppingButton {
	float: right;
	margin: 10px 0px 0px 10px;
	font-size: 17px;
}
div.continueShoppingButton a {
	color: #ffffff;
}
div.orderSummary div.confirmAndPayButton a.button2 {
	float: right;
	margin-right: 0px;
}
div.orderSummary table.dataTable td {
	text-align: center;
}
div.orderSummary table.dataTable td.emptyCell {
	text-align: left;
}
div.orderSummary table.dataTable td.emptyCell div.updateButton {
	margin-left: 25px;
}
div.orderSummary table.dataTable td.totalHeader {
	background-color: #0c0c0c;
	color: #028fe9;
	font-weight: bold;
	font-size: 14px;
}
div.orderSummary table.dataTable td.subHeader, div.orderSummary table.dataTable td.subTotal, div.orderSummary table.dataTable td.total {
	background-color: #0c0c0c;
}
div.orderSummary table.dataTable p.pleaseRemember, div.orderSummary table.dataTable p.includeVAT {
	font-size: 12px;
}

/*============================
	LOGON PAGE
===========================*/
div.root-template1-logon, div.root-template2-logon {
	clear: both;
	margin: 15px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-template1-change_password, div.root-template2-change_password {
	clear: both;
	margin: 15px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-template1-request_new_password, div.root-template2-request_new_password {
	clear: both;
	margin: 15px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-template1-checkout, div.root-template2-checkout {
	clear: both;
	margin: 15px;
}
div.root-template1-checkout h2, div.root-template2-checkout h2 {
	clear: both;
}
div.root-template1-checkout td.loginColumn, div.root-template2-checkout td.loginColumn {
	vertical-align: top;
	padding-right: 20px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-template1-edit_layout, div.root-template2-edit_layout {
	clear: both;
	margin: 15px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-template1-edit_meta, div.root-template2-edit_meta {
	clear: both;
	margin: 15px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-template1-edit_sitemap, div.root-template2-edit_sitemap {
	clear: both;
	margin: 15px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-template1-order_failed, div.root-template2-order_failed {
	clear: both;
	margin: 15px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-template1-order_success, div.root-template2-order_success {
	clear: both;
	margin: 15px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-template1-search, div.root-template2-search {
	clear: both;
	margin: 15px;
}
div.root-template1-search h3, div.root-template2-search h3 {
	margin: 0px;
}
div.root-template1-search p.sample, div.root-template2-search p.sample {
	margin: 0px;
}
div.root-template1-search p.link, div.root-template2-search p.link {
	margin: 0px 0px 10px 0px;
}

