/* ======================
	DEFAULTS
=========================*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('/modules/root/templates/template1/images/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
}
h1 {
	background-color:transparent;
	color:#000000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	background-color: transparent;
	color:#000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	background-color: transparent;
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	background-color: transparent;
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}
embed {
	vertical-align: bottom;
}
p {
	margin: 0px 0px 10px 0px;
}
p.error {
	padding: 0px;
	margin: 0px;
	color: #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px;
	color: #385f14;
}
em {
	font-style: normal;
	color: #1B3F94;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #1B3F94;
}
a:link {
	font-weight: bold;
	color: #1B3F94;
}
a:visited {
	font-weight: bold;
	color: #1B3F94;
}
a:hover {
	font-weight: bold;
	color: #1B3F94;
}
input.button {
	border-width: 0px;
	background-color: transparent;
	color: #1B3F94;
	font-weight: bold;
	cursor: pointer;
	padding-left: 0px;
}
a.button {
	border-width: 0px;
	background-color: transparent;
	color: #1B3F94;
	font-weight: bold;
	cursor: pointer;
	padding-left: 0px;
}
input.smallButton {
	background-color: #9d9d9d;
	color: #FFFFFF;
	padding: 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
a.smallButton {
	background-color: #9d9d9d;
	color: #FFFFFF;
	padding: 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	text-transform: uppercase;
}

/*========================
	LAYOUT
=========================*/
#pageBox {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:900px;
}
#headerBox {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 230px;
	border-bottom: 1px solid #CCCCCC;
	height:60px;
	color: #666666;
}
#headerBox p {
	margin: 0px;
	font-weight: bold;
	line-height: 15px;
	font-size: 9px;
}
#headerBox .contactAndBasketLayout {
	width: 100%;
	margin-top: 10px;
}
#headerBox .contactAndBasketLayout td.contactColumn {
	text-align: left;
}
#headerBox .contactAndBasketLayout td.miniBasketColumn {
	text-align: right;
}
#contentAreaBox {
	margin-left: 20px;
	margin-right: 5px;
}
#contentAreaBox #contentAreaLayout {
	width: 100%;
	margin-top: 5px;
}
#contentAreaBox #contentAreaLayout #menuColumn {
	vertical-align: top;
	text-align: right;
	width: 215px;
}
#contentAreaBox #contentAreaLayout #contentColumn {
	vertical-align: top;
	text-align: left;
	width: 655px;
}
#cmsPageActions {
	text-align: right;
	padding: 10px;
}
#backToMainSite {
	line-height:15px;
	margin-bottom: 50px;
	margin-right: 10px;
}
#backToMainSite a {
	font-size:9px;
	color: #666666;
	font-weight: bold;
}
#copyright {
	border-top: 1px solid #CCCCCC;
	color: #999999;
	font-size:9px;
	line-height:15px;
	margin-right: 10px;
	padding: 10px 0px 0px 0px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	border-top:1px dotted #1B3F94;
	border-bottom:1px dotted #1B3F94;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.highlightedArea2Lv1 {
	font-size: 10px;
	line-height: 14px;
	background-color:#333333;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}
div.highlightedArea2Lv1 a, div.highlightedArea2Lv1 h1, div.highlightedArea2Lv1 h2, div.highlightedArea2Lv1 h3, div.highlightedArea2Lv1 em {
	color: #FFFFFF;
}
div.highlightedArea3Lv1 {
	font-size: 10px;
	line-height: 14px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}
div.highlightedArea3Lv1 a, div.highlightedArea3Lv1 h1, div.highlightedArea3Lv1 h2, div.highlightedArea3Lv1 h3, div.highlightedArea3Lv1 em {
	color: #FFFFFF;
}
/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
table.formLayout {
	width: 100%;
}
table.formLayout th.leftHeader {
	color: #000000;
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	text-align: left;
}
table.formLayout td {
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
}

/*=======================
	LOGIN MENU
=========================*/
.loginMenu {
	margin: 20px 10px 20px 0px;
	padding: 0px;
	list-style: none;
}
.loginMenu li {
	font-size:9px;
	line-height:15px;
}
.loginMenu li.on {
}
.loginMenu li.on a {
}
.loginMenu a {
	color: #999999;
	font-weight: normal;
}


/*=======================
	MENU Lv1
=========================*/
.menuLv1 {
	margin: 40px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}
.menuLv1 li {
}
.menuLv1 li.on {
}
.menuLv1 li.on a {
}
.menuLv1 a {
	font-size:11px;
	line-height:16px;
	border-right:5px solid #FFFFFF;
	display:block;
	margin-top:2px;
	padding-right: 5px;
	text-decoration:none;
	font-weight: normal;
}
.menuLv1 a:hover {
	border-right:5px solid #1B3F94;
	color:#1B3F94;
	display:block;
	margin-top:2px;
	padding-right:5px;
	font-weight: normal;
}

/*=======================
	PRODUCTS MENU
=========================*/
#productsMenu {
	margin: 0px;
	padding: 0px;
}
#productsMenu td {
	background-color: #e4f2fc;
	color: #5b6165;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
#productsMenu td.on {
}
#productsMenu td.on a {
}
#productsMenu a {
	color: #5b6165;
	text-transform: uppercase;
	font-weight: normal;
}


/*=============================
	MENU Lv2
=========================*/
#menuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	width: 150px;
	line-height: 17px;
}
#menuLv2 li {
}
#menuLv2 li.on {
}
#menuLv2 li.on a {
}
#menuLv2 a {

}

/*=============================
	MENU Lv3
=========================*/
#menuLv3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	line-height: 17px;
}
#menuLv3 li {
}
#menuLv3 li.on {
}
#menuLv3 li.on a {
}
#menuLv3 a {

}

/*=======================
	MODULE MENU
=========================*/
ul.moduleMenuLv1 {
	list-style: none;
	padding: 7px 10px 5px 10px;
	background-color: #EDEDED;
}
ul.moduleMenuLv1 li {
	display: inline;
}
ul.moduleMenuLv1  a {
}
ul.moduleMenuLv1  span {
}
ul.moduleMenuLv1  span.on {

}
ul.moduleMenuLv1  span.off {

}

/*=======================
	MODULE MENU
=========================*/
ul.moduleMenuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.moduleMenuLv2 li {
	display: inline;
	margin: 0px;
}
ul.moduleMenuLv2 a {
}
ul.moduleMenuLv2 span {
}
ul.moduleMenuLv2 span.on {

}
ul.moduleMenuLv2 span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	width: 100%;
	border-top:1px dotted #1B3F94;
	border-bottom:1px dotted #1B3F94;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0px 0px 10px 0px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	background-color: transparent;
	padding: 5px 5px 5px 0px;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
table.dataTable th.topHeader {
	background-color: transparent;
	color: #000000;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 5px 0px;
}
table.dataTable td {
	vertical-align: top;
	text-align: left;
	background-color: transparent;
	padding: 5px 5px 5px 0px;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 5px 5px 5px 0px;
}

/*===================
	PAGER
====================*/
div.pager {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}
div.pager a {
	border: 1px solid #e6e6e6;
	background-color: #dedede;
	color: #656B67;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}
div.pager .current {
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-view_product div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
div.root-view_product table.productLayout {
	width: 100%;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}
div.root-view_product table.productLayout td.pictureColumn {
	vertical-align: bottom;
	text-align: left;
	padding-right: 15px;
}
div.root-view_product table.productLayout td.otherPicturesColumn {
	vertical-align: bottom;
}
div.root-view_product table.productLayout td.otherViewsHeaderColumn {
	vertical-align: top;
}
div.root-view_product table.productLayout td.productInfoColumn {
	vertical-align: top;
	text-align: left;
	padding-right: 15px;
}
div.root-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root-view_product h1 {

}
div.root-view_product p.ref {
	font-size: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #1B3F94;
}
div.root-view_product p.ref strong {
	color: #000000;
	font-weight: bold;
}
div.root-view_product div.description {
	border-bottom: 1px dotted #1B3F94;
	color: #514f48;
	padding-bottom:15px;
	margin-bottom:10px;
}
div.root-view_product p.ingredients {
	font-size: 10px;
	color: #514f48;
}
div.root-view_product div.pictureWrapper {
	text-align: right;
	margin-bottom: 0px;
}
div.root-view_product div.pictureWrapper img {
	width: 415px;
}
div.root-view_product div.pictureThumbnailsWrapper {
	margin-bottom: 0px;
}
div.root-view_product div.pictureThumbnailsWrapper img {
	width: 200px;
}
div.root-view_product div.price {
	font-size: 13px;
	font-weight: bold;
}
div.root-view_product p.includeVAT {
	
	font-size: 10px;
}
div.root-view_product div.addToBasket {

}
div.root-view_product div.backButton {
	
	margin-top: 2px;
	margin-bottom: 10px;
}

/*=================================
	SHOPPING BASKET PAGE
=================================*/
div.root-shopping_basket div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
div.root-shopping_basket div.checkoutButton {
	text-align: left;
	margin: 15px 0px 15px 0px;
	text-transform: uppercase;
}
div.root-shopping_basket div.continueShoppingButton {
	text-align: left;
	margin: 15px 0px 15px 0px;
}
div.root-shopping_basket p.includeVAT {
	text-align: right;
}
div.root-checkout div.confirmAndPayButton {
	text-align: right;
}
div.root-shopping_basket div.orderSummary table.formLayout td ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
} 
div.root-shopping_basket div.orderSummary table.formLayout {
}
div.root-shopping_basket table.shoppingBasketLayout td.shoppingBasketColumn {
	padding-right: 15px;
	width: 70%;
	vertical-align: top;
}
div.root-shopping_basket table.shoppingBasketLayout td.checkoutColumn {
	vertical-align: top;
	text-align: left;
}
div.root-shopping_basket p.pleaseRemember {
	margin-top: 10px;
	text-align: left;
}
div.root-shopping_basket div.instructions {
	margin: 15px 0px 15px 0px;
}
div.root-shopping_basket p.ordersUnder50 {
	margin-bottom: 0px;
}
div.root-shopping_basket p.orderOver50 {
	margin-top: 0px;
}
/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-checkout div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-order_failed div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-order_success div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBox {
	clear: both;
	margin: 0px 15px 15px 15px;
}
div.root-search h3 {
	margin: 0px;
}
div.root-search p.sample {
	margin: 0px;
}
div.root-search p.link {
	margin: 0px 0px 10px 0px;
}

