/* ======================
	DEFAULTS
=========================*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	color: #7C2255;
	padding:0px 0px 0px 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border: 1px solid #a0a0a0;
}
h1 {
	background-color:transparent;
	color:#d84a93;
	font-size:16px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 10px 0px;
}
h1 em {
	color:#d84a93;
	font-style: normal;
}
p.tagline {
	position: relative;
	font-size: 13px;
	color: #686868;
}
h2 {
	background-color: transparent;
	color:#d84a93;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: 5px;
}
h3 {
	background-color: transparent;
	color:#d84a93;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	background-color: transparent;
	color:#d84a93;
	font-weight: bold;
	font-size: 10px;
	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: #d84a93;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #d84a93;
}
a:link {
	font-weight: bold;
	color: #d84a93;
}
a:visited {
	font-weight: bold;
	color: #d84a93;
}
a:hover {
	font-weight: bold;
	color: #d84a93;
}
table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #4f4646;
}
input.button {
	background-color: #e6e6e6;
	padding: 5px;
	color: #d84a93;
	border-width: 0px;
	font-size: 15px;
	margin-bottom: 10px;
}
a.button {
	background-color: #e6e6e6;
	padding: 5px;
	color: #d84a93;
	border-width: 0px;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
}
input.smallButton {
	background-color: #e6e6e6;
	padding: 4px;
	color: #d84a93;
	border-width: 0px;
	font-size: 12px;
}
a.smallButton {
	background-color: #e6e6e6;
	padding: 4px;
	color: #d84a93;
	border-width: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}

/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	padding:0px;
}
#logo {
	text-align: center;
	height: 187px;
	margin: 0px;
	padding: 0px;
}
#siteName {
	margin: 0px 0px 10px 20px;
}
#topSearchBox {
	margin: 0px 0px 0px 0px;
	float: right;
	text-align: right;
	padding: 0px 0px 0px 10px;
}
#topSearchBox form {
	margin: 5px 0px 5px 0px;
}
#topSearchBox form div {

}
#breadcrumbs {
	clear: both;
	margin: 10px 0px 0px 5px;
	padding:0px;
}
#footer {
	color:#000000;
	padding: 0px 0px;
	text-align: center;
}
#footerMenu {
	padding: 5px;
	margin: 0px;
}
#footerMenu li {
	color: #822a5b;
	display: inline;
}
#footerMenu li a {
	font-weight: normal;
	font-size: 11px;
	color: #822a5b;
	text-transform: uppercase;
}
#contactDetails {
	color: #FFFFFF;
	font-size: 14px;
}
#cmsPageActions {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
#content {
	margin: 0px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	background-color: #f9ecf1;
	border: 1px solid #f1bfd8;
	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 {
}
/*=======================
	TOP MENU
=========================*/
#topMenu {
	float: right;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	text-align: right;
	font-weight: normal;
}
#topMenu a {
	font-size: 11px;
	text-transform: lowercase;
}

/*=======================
	MAIN MENU
=========================*/
#mainMenuWrapper {
	padding: 0px 0px 0px 0px
}
#mainMenu {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
}
#mainMenu td {
	padding: 4px;
}
#mainMenu td a {
	color: #842B5D;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
#mainMenu td ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.2;
}
#mainMenu td li a {
	display: block;
	padding: 4px;
}
#mainMenu a:hover {

}
#mainMenu td li {
	float: right;
	z-index: 99;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	width: auto;
	margin: 0px 0px 0px 10px;
}

#mainMenu td ul {
	position: absolute;
	background-image: none;
	background-color: #f3bed8;
	width: 170px;
	left: -3000px;
	border-bottom: 1px solid #882d59;
	border-left: 1px solid #882d59;
	border-right: 1px solid #882d59;
	border-top-width: 2px;
	margin: -1px 0px 0px -30px;
	padding: 0px;
	z-index: 99;
}
#mainMenu td ul li a {
	background-color: #f3bed8;
	color: #842B5D;
	font-weight: normal;
	background-image: none;
	text-transform: none;
}
#mainMenu td ul li a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #842B5D;
	font-weight: normal;
}
#mainMenu td ul li {
	background-image: none;
	border-width: 0px;
	border-top: 1px solid #882d59;
	padding: 0px;
	width: 170px;
	margin: 0px;
}
#mainMenu td:hover, #mainMenu td.sfhover {
    position: static;
}
#mainMenu td:hover ul, #mainMenu td.sfhover ul {
	left: auto;
}
#mainMenu td ul ul {
	margin: -2em 0 0 132px;
}
#mainMenu td:hover ul ul, #mainMenu td.sfhover ul ul {
	left: -3000px;
}
#mainMenu td:hover ul, #mainMenu td li:hover ul, #mainMenu td.sfhover ul, #mainMenu td li.sfhover ul {
	left: auto;
}
#mainMenu td:hover ul ul, #mainMenu td:hover ul ul ul, #mainMenu td.sfhover ul ul, #mainMenu td.sfhover ul ul ul {
	left: -3000px;
}
#mainMenu td:hover ul, #mainMenu td li:hover ul, #mainMenu td li li:hover ul, #mainMenu td.sfhover ul, #mainMenu td li.sfhover ul, #mainMenu td li li.sfhover ul {
	left: auto;
}
#mainMenu td:hover ul ul, #mainMenu td:hover ul ul ul, #mainMenu td:hover ul ul ul ul, #mainMenu td.sfhover ul ul, #mainMenu td.sfhover ul ul ul, #mainMenu td.sfhover ul ul ul ul {
	left: -3000px;
}
#mainMenu td:hover ul, #mainMenu td li:hover ul, #mainMenu td li li:hover ul, #mainMenu td li li li:hover ul, #mainMenu td.sfhover ul, #mainMenu td li.sfhover ul, #mainMenu td li li.sfhover ul, #mainMenu td li li li.sfhover ul {
	left: auto;
}

/*=============================
	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: #d84a93;
	padding: 10px;
	color: #FFFFFF;
}
table.dataTable th.topHeader {
	background-color: #d84a93;
	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-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.viewProduct {
	clear: both;
	margin: 10px;
}
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;
	vertical-align: top;
	border-left: 1px solid #bdbdbd;
	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 {

}
div.viewProduct p.tagline {
	position: relative;
	font-size: 14px;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	color: #656b67;
	
}
div.viewProduct p.ref {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #d84a93;
	
}
div.viewProduct p.ref strong {
	color: #000000;
	font-weight: bold;
}
div.viewProduct p.description {
	
	font-size: 12px;
	color: #514f48;
}
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: 300px;
}
div.viewProduct div.pictureThumbnailsWrapper {
	margin-bottom: 10px;
}
div.viewProduct div.pictureThumbnailsWrapper img {
	width: 50px;
}
div.viewProduct div.price {
	
	font-size: 13px;
	font-weight: bold;
	color: #d84a93;
}
div.viewProduct p.includeVAT {
	
	font-size: 10px;
}
div.viewProduct div.addToBasket {

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

/*=================================
	SHOPPING BASKET PAGE
=================================*/
div.root-template1-shopping_basket, div.root-template2-shopping_basket, div.root-template3-shopping_basket {
	clear: both;
	margin: 10px;
}
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, div.root-template2-logon, div.root-template3-logon {
	clear: both;
	margin: 10px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-template1-change_password, div.root-template2-change_password, div.root-template3-change_password {
	clear: both;
	margin: 10px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-template1-request_new_password, div.root-template2-request_new_password, div.root-template3-request_new_password {
	clear: both;
	margin: 10px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-template1-checkout, div.root-template2-checkout , div.root-template3-checkout  {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-template1-edit_layout, div.root-template2-edit_layout, div.root-template3-edit_layout {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-template1-edit_meta, div.root-template2-edit_meta, div.root-template3-edit_meta {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-template1-edit_sitemap, div.root-template2-edit_sitemap, div.root-template3-edit_sitemap {
	clear: both;
	margin: 10px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-template1-order_failed {
	clear: both;
	margin: 10px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-template1-order_success, div.root-template2-order_success, div.root-template3-order_success {
	clear: both;
	margin: 10px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-template1-search, div.root-template2-search, div.root-template3-search {
	clear: both;
	margin: 10px;
}
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;
}

