/* ======================
	DEFAULTS
=========================*/
body {
	font-family: Arial,Verdana, Helvetica,  sans-serif;
	font-size: 12px;
	background-color: #949494;
	color: #1b1b1b;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
form {
	margin: 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border: 1px solid #000000;
}
h1 {
	background-color:transparent;
	color:#535353;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
h2 {
	background-color: transparent;
	color:#535353;
	font-size: 14px;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
h3 {
	background-color: transparent;
	color:#535353;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	background-color: transparent;
	color:#535353;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}
embed {
	vertical-align: bottom;
}
p {
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
p.error {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #385f14;
}
em {
	color: #8C145A;
}
pre {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #8C145A;
}
a:link {
	font-weight: bold;
	color: #8C145A;
}
a:visited {
	font-weight: bold;
	color: #8C145A;
}
a:hover {
	font-weight: bold;
	color: #8C145A;
}
input.button {
	background-color: #8C145A;
	color: #FFFFFF;
	padding: 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
a.button {
	background-color: #8C145A;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}
input.smallButton {
	background-color: #8C145A;
	color: #FFFFFF;
	padding: 1px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.smallButton {
	background-color: #8C145A;
	color: #FFFFFF;
	padding: 1px 2px 1px 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}
a.javascriptLink {
	cursor: pointer;
}
div.backButton {
	text-align: left;
	margin-bottom: 15px;
}
div.backButton a {
	cursor: pointer;
}
/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	background-image: url('/modules/root/templates/template1/images/bg_b.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	width:900px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#pageBoxLv2 {
	background-image: url('/modules/root/templates/template1/images/bg_t.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #d8afc4;
	padding:0px;
}
#headerBox {
	padding: 0px 40px 0px 40px;
}
#logo {
	float: right;
}
#fedantLogo {
	float: left;
	margin-right: 10px;
}
#doulaUKLogo {
	float: left;
}
#contentLayoutBox {
	width: 100%;
	margin: 0px;
}
#contentLayoutBox #leftColumnBoxLv1 {
	width: 320px;
	position: absolute;
	top: 175px;
	left: 0px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 0px;
	overflow: hidden;
}
#contentLayoutBox #leftColumnBoxLv2 {
	overflow: hidden;
	margin: 0px;
}
#contentLayoutBox #leftColumnBoxLv2 h1 {
	margin-right: 45px;
	margin-left: 30px;
	margin-bottom: 40px;
}
#contentLayoutBox #contentBoxLv1  {
	margin-left: 320px;
	margin-top: 30px;
	margin-bottom: 0px;
	border-left: 1px solid #FFFFFF;
}
#contentBoxLv1 {
	min-height: 400px;
}

#footerBox {
	clear: both;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 5px 0px 5px 0px;
}
#headerPicture div.picture {
	margin-bottom: 0px;
}
#cmsPageActions {
	text-align: right;
}

#contentSearch {
	padding: 0px 0px 10px 0px;
}
.loading {
	text-align: center;
	height: 40px;
	width: 100%;
}
#copyright {
	float: right;
	text-align: right;
}
#author {
	float: right;
	text-align: right;
}

/*============================
	WYSIWYG AREA
=============================*/
div.wysiwygArea p, div.wysiwygArea h1, div.wysiwygArea h2, div.wysiwygArea h3, div.wysiwygArea h4, div.wysiwygArea ul {
	margin: 0px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
.highlightedArea1Lv1 {
	background-color: #ca8999;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
}

/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
table.formLayout {
}
table.formLayout th.leftHeader {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
table.formLayout td {
	padding: 5px;
}

/*=======================
	LOGIN MENU
=========================*/
#loginMenu {
	list-style: none;
	padding: 0px;
	text-align: left;
	color: #1B1B1B;
}
#loginMenu li {
	display: inline;
}
#loginMenu li.on {
}
#loginMenu li.on a {
}
#loginMenu a {
	color: #1B1B1B;
	font-size: 10px;
	font-weight: normal;
}


/*=======================
	MENU Lv1
=========================*/
#dropdownMenuLv1Box {
	clear: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	height: 37px;
}
.dropdownMenuLv1 {
	padding: 0px;
	margin: 0px;
}

.dropdownMenuLv1, .dropdownMenuLv1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.dropdownMenuLv1 a, .dropdownMenuLv1 a:link, .dropdownMenuLv1 a:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-family: 'Arial Bold', Arial,Verdana, Helvetica,  sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.dropdownMenuLv1 a:hover {
	display: block;
	font-weight: bold;
	font-family: 'Arial Bold', Arial,Verdana, Helvetica,  sans-serif;
	font-size: 14px;
	color: #8C145A;
}
.dropdownMenuLv1 li {
	display: block;
	float: right;
	z-index: 99;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height: 37px;
	line-height: 37px;
	width: auto;
}
.dropdownMenuLv1 li ul {
	position: absolute;
	width: 200px;
	left: -3000px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	z-index: 99;
	border: 1px solid #FFFFFF;
}
.dropdownMenuLv1 li ul li a, .dropdownMenuLv1 li ul li a:link, .dropdownMenuLv1 li ul li a:visited {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
.dropdownMenuLv1 li ul li a:hover {
	font-size: 12px;
	font-weight: bold;
}
.dropdownMenuLv1 li ul li {
	float: none;
	margin: 0px;
	height: auto;
	line-height: 14px;
	background-image: none;
	background-color: #ca8999;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 20px 10px 20px;
}
.dropdownMenuLv1 li ul li.last {
	border-bottom-width: 0px;
}
.dropdownMenuLv1 li.on {
	background-image: url('/modules/root/templates/template1/images/menu_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.dropdownMenuLv1 li:hover {
	position: static;
	background-image: url('/modules/root/templates/template1/images/menu_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.dropdownMenuLv1 li li.on {
	background-image: none;
}
.dropdownMenuLv1 li li:hover {
	background-image: none;
}
.dropdownMenuLv1 li:hover ul {
	left: auto;
}
.dropdownMenuLv1 li ul ul {
	margin: -2em 0 0 150px;
}
.dropdownMenuLv1 li:hover ul ul {
	left: -3000px;
}
.dropdownMenuLv1 li:hover ul, .dropdownMenuLv1 li li:hover ul {
	left: auto;
}
.dropdownMenuLv1 li:hover ul ul, .dropdownMenuLv1 li:hover ul ul ul {
	left: -3000px;
}
.dropdownMenuLv1 li:hover ul, .dropdownMenuLv1 li li:hover ul, .dropdownMenuLv1 li li li:hover ul {
	left: auto;
}
.dropdownMenuLv1 li:hover ul ul, .dropdownMenuLv1 li:hover ul ul ul, .dropdownMenuLv1 li:hover ul ul ul ul {
	left: -3000px;
}
.dropdownMenuLv1 li:hover ul, .dropdownMenuLv1 li li:hover ul, .dropdownMenuLv1 li li li:hover ul, .dropdownMenuLv1 li li li li:hover ul {
	left: auto;
}

/*=============================
	MENU Lv3
=========================*/
#menuLv3Box {
	text-align: right;
	margin-right: 30px;
	margin-left: 30px;
}
#menuLv3Header {
	font-size: 14px;
	text-transform: capitalize;
}
#menuLv3 {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}
#menuLv3 li {
	line-height: 17px;
	margin-bottom: 7px;
}
#menuLv3 li.on {
}
#menuLv3 li.on a, #menuLv3 li.on a:link, #menuLv3 li.on a:visited {
	font-family: 'Arial Black', Arial, Verdana, Helvetica,  sans-serif;
	background-image: url('/modules/root/templates/template1/images/menu_bg2.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	color: #8C145A;
	font-weight: normal;
}
#menuLv3 li.on a:hover {
	font-weight: normal;
}
#menuLv3 li a, #menuLv3 li a:link, #menuLv3 li a:visited {
	display: block;
	color: #434343;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 15px 0px 0px;
}
#menuLv3 li a:hover {
	font-family: 'Arial Black', Arial, Verdana, Helvetica,  sans-serif;
	font-weight: normal;
	color: #8C145A;
}

/*=======================
	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;
}



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

}
ul.moduleMenuLv1  span.off {

}

/*=======================
	Breadcrumbs
=========================*/
ul.breadcrumbs {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul.breadcrumbs li {
	display: inline;
	margin: 0px;
}
ul.breadcrumbs a {
}
ul.breadcrumbs span {
}
ul.breadcrumbs span.on {

}
ul.breadcrumbs span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	background-color: #dcdcdc;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
table.dataTable th.topHeader {
	background-color: #dcdcdc;
	text-align: left;
	padding: 5px 10px 5px 10px;
}
table.dataTable td {
	text-align: left;
	vertical-align: top;
	background-color: #EAEAEA;
	padding: 5px 10px 5px 10px;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 5px 10px 5px 0px;
	vertical-align: top;
}
table.dataTable td table.dataTable td, table.dataTable td table.dataTable td.emptyCel {
	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 a.current, div.pager span.current {
	border-width: 0px;
	background-color: transparent;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-view_product div#contentBoxLv2 {

	padding: 20px;
}
div.root-view_product table.productLayout {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
div.root-view_product 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.root-view_product table.productLayout td.informationColumn div.qty {
	margin-top: 10px;
	margin-bottom: 2px;
}
div.root-view_product table.productLayout td.informationColumn div.qty .inputField {
	font-size: 12px;
	text-align: center;
}
div.root-view_product table.productLayout td.pictureColumn {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
div.root-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root-view_product h1 {

}
div.root-view_product p.tagline {
	position: relative;
	font-size: 14px;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	color: #656b67;
	
}
div.root-view_product p.ref {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #8C145A;
	
}
div.root-view_product p.ref strong {
	color: #000000;
	font-weight: bold;
}
div.root-view_product p.description {
	
	font-size: 12px;
	color: #514f48;
}
div.root-view_product p.ingredients {
	
	font-size: 10px;
	color: #514f48;
}
div.root-view_product div.pictureWrapper {
	text-align: right;
	margin-bottom: 10px;
}
div.root-view_product div.pictureWrapper img {
	width: 300px;
}
div.root-view_product div.pictureThumbnailsWrapper {
	margin-bottom: 10px;
}
div.root-view_product div.pictureThumbnailsWrapper img {
	width: 50px;
}
div.root-view_product div.price {
	
	font-size: 13px;
	font-weight: bold;
	color: #8C145A;
}
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;
}

/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-checkout div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-member_registration div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-booking div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-order_failed div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-order_success div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	SEARCH NEWS AND EVENTS
================================*/
div.root-search_news_and_events div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	SEARCH JOBS
================================*/
div.root-search_jobs div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	VIEW JOB
================================*/
div.root-view_job div#contentBoxLv2 {

	padding: 20px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBoxLv2 {

	padding: 20px;
}
div.root-search h3 {
	margin: 0px;
}
div.root-search p.sample {
	margin: 0px;
}
div.root-search p.link {
	margin: 0px 0px 10px 0px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-search_products div#contentBoxLv2 {


}
/*============================
	JOB OVERVIEW BOX
===============================*/
div.jobOverviewBox {

	margin-bottom: 15px;
}
div.jobOverviewBox p, div.jobOverviewBox h3 {
	margin-bottom: 0px;
}
div.jobOverviewBox p {
	line-height: 16px;
}
div.jobOverviewBox h2 {
	margin-bottom: 0px;
}
div.jobOverviewBox p.viewDetailsLink {

}
div.jobOverviewBox div.picture {
	float: right;
}
/*============================
	JOB DETAILS BOX
===============================*/
div.jobDetailsBox {

	margin-bottom: 15px;
}
div.jobDetailsBox p, div.jobDetailsBox h3 {
	margin-bottom: 0px;
}
div.jobDetailsBox p {
	line-height: 16px;
}
div.jobDetailsBox h2 {
	margin-bottom: 0px;
}
div.jobOverviewBox h2 {
	margin-bottom: 0px;
}
div.jobDetailsBox p.viewDetailsLink {

}
div.jobDetailsBox div.description {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.jobDetailsBox div.picture {
	float: right;
}
/*======================================
	PRODUCT SEARCH RESULTS BOX
=========================================*/
div.productSearchResultsBox {
	padding: 20px;
}

/*=================
 * 	FB LIKE
 * ==============*/
#facebookLikeButton {
	clear: right;
	float: left;
	margin: 8px 20px;
}
