/* ======================
	DEFAULTS
=========================*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #7e7e7e;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-image: url('/modules/root/templates/template1/images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
form {
	margin: 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border: 1px solid #7e7e7e;
}
h1 {
	background-color:transparent;
	color:#77288B;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
h2 {
	background-color: transparent;
	color:#77288B;
	font-size: 14px;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
h3 {
	background-color: transparent;
	color:#77288B;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	background-color: transparent;
	color:#77288B;
	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: 19px;
	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: #8cc63f;
}
pre {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #8cc63f;
}
a:link {
	font-weight: bold;
	color: #8cc63f;
}
a:visited {
	font-weight: bold;
	color: #8cc63f;
}
a:hover {
	font-weight: bold;
	color: #8cc63f;
}
input.button {
	background-color: #cfe5ad;
	color: #77288B;
	padding: 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
a.button {
	background-color: #cfe5ad;
	color: #77288B;
	padding: 2px 4px 2px 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}
input.smallButton {
	background-color: #cfe5ad;
	color: #77288B;
	padding: 1px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.smallButton {
	background-color: #cfe5ad;
	color: #77288B;
	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 {
	padding:0px;
	overflow: hidden;
}

#header {
	background-image: url('/modules/root/templates/template1/images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 134px;
}

#header #logo {
	float: left;
}
#footerBoxLv1 {
	background-image: url('/modules/root/templates/template1/images/footer.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #939598;
	clear: both;
}
#footerBoxLv2 {
	margin-left: 0px;
	margin-right: auto;
	width: 810px;
}
#footerBoxLv1 #copyright {
	float: right;
	font-size: 9px;
}
#headerPicture div.picture {
	margin-bottom: 0px;
}
#cmsPageActions {
	text-align: right;
}
#contentBoxLv1 {
	margin: 0px;
	min-height: 700px;
}

#contentSearch {
	padding: 0px 0px 10px 0px;
}
.loading {
	text-align: center;
	height: 40px;
	width: 100%;
}
.margins {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden;
	clear: both;
}

/*============================
	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: #e1f6c1;
	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;
	font-weight: normal;
}
table.formLayout td {
	padding: 5px;
}

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


/*=======================
	MENU Lv1
=========================*/
#menuLv1Box {
	margin-top: 101px;
	text-align: right;
}
#menuLv1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 30px;
}
#menuLv1 li {
	display: inline;
	margin: 0px;
}
#menuLv1 li.on {
}
#menuLv1 li.on a {
	color: #77288b;
}
#menuLv1 a, #menuLv1 a:link, #menuLv1 a:visited {
	font-size: 11px;
	color: #8cc63f;
	text-transform: uppercase;
	font-weight: normal;
}
#menuLv1 a:hover {
	color: #77288b;
}

/*=============================
	MENU Lv2
=========================*/
#menuLv2Box {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	height: 30px;
	color: #8cc63f;
}
#menuLv2Header {
	font-size: 14px;
	text-transform: capitalize;
}
#menuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menuLv2 li {
	display: block;
	float: left;
	padding: 7px 5px 0px 5px;
	line-height: 18px;
}
#menuLv2 li.first {
	background-image: none;
}
#menuLv2 li.on a {
	color: #77288b;
}
#menuLv2 a, #menuLv2 a:link, #menuLv2 a:visited {
	font-size: 12px;
	color: #8cc63f;
	text-transform: uppercase;
	font-weight: normal;
}
#menuLv2 a:hover {
	color: #77288b;
}

/*=======================
	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%;
	color: #77278b;
	margin: 0px 0px 10px 0px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	background-color: #cfe5ad;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-weight: normal;
	color: #7e7e7e;
}
table.dataTable th.topHeader {
	background-color: #cfe5ad;
	color: #7e7e7e;
	text-align: left;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
}
table.dataTable td {
	text-align: left;
	vertical-align: top;
	background-color: #e1f6c1;
	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;
}

/*=======================
	PRODUCT
=======================*/
div.productSearchResultsBox {
	padding: 0px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn {
	vertical-align: top;
	width: 274px;
}

div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn div.shoppingBasketQty {
	background-image: url('/modules/root/templates/template1/images/shopping_basket_qty.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 0px 10px 0px;
	text-align: center;
	color: #FFFFFF;
}
div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn div.shoppingBasketQty span.numberItems {
	padding: 1px 4px 1px 4px;
	background-color: #FFFFFF;
	color: #000000;
}
div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn div.shoppingBasketQty a {
	color: #FFFFFF;
}
div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn div.pager {

}
div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn div.pager {
	text-align: right;
	margin-top: 41px;
	margin-right: 10px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn div.pager a {
	border-width: 0px;
	background-color: #dedede;
	color: #656B67;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}
div.productSearchResultsBox table.productSearchResultsLayout td.basketQtyColumn div.pager a.current, div.pager span.current {
	border-width: 0px;
	background-color: #dedede;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

div.productSearchResultsBox table.productSearchResultsLayout td.productColumn {
	vertical-align: top;
}
div.productSearchResultsBox table.productSearchResultsLayout td.productColumn div.productColumnBox {
	padding-right: 10px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.productColumn table.productLayout {
	margin-top: 0px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.rightProductThumbnailsColumn {
	vertical-align: top;
	padding: 0px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.rightProductThumbnailsColumn div.rightProductThumbnailsColumnBox {
	padding: 0px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.rightProductThumbnailsColumn div.productThumbnail {
	margin-bottom: 10px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.leftProductThumbnailsColumn {
	vertical-align: top;
	width: 136px;
	padding: 0px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.leftProductThumbnailsColumn div.leftProductThumbnailsColumnBox {
	padding-right: 0px;
}
div.product div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.product table.productLayout {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
div.product table.productLayout td.informationColumn {
	width: 274px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
div.product table.productLayout td.informationColumn div.informationColumnBox {
	padding: 10px;
}
div.product table.productLayout td.informationColumn div.qty {
	margin-top: 10px;
	margin-bottom: 2px;
}
div.product table.productLayout td.informationColumn div.qty .inputField {
	font-size: 12px;
	text-align: center;
}
div.product table.productLayout td.pictureColumn {
	vertical-align: top;
	text-align: right;
	padding: 0px;
}
div.product table.productLayout td.pictureColumn div.picture {
	margin: 0px;
}
div.product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.product h1 {

}
div.product p.description {
	
	font-size: 12px;
	color: #514f48;
}
div.product div.pictureWrapper {
	text-align: right;
	margin-bottom: 10px;
}
div.product div.pictureWrapper img {
	width: 300px;
}
div.product div.pictureThumbnailsWrapper {
	margin-bottom: 10px;
}
div.product div.pictureThumbnailsWrapper img {
	width: 50px;
}

div.product p.includeVAT {
	
	font-size: 10px;
}
div.product td.addToBasketColumn {
	vertical-align: bottom;
}
div.product td.addToBasketColumn div.addToBasket {
	background-color: #FFFFFF;
	color: #000000;
	width: 110px;
	margin-left: auto;
	padding: 10px;
	text-align: left;
}
div.product td.addToBasketColumn div.addToBasket input.buyNowButton {
	text-decoration: none;
	color: #8cc63f;
	background-color: #FFFFFF;
	border-width: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom: 2px solid #8cc63f;
}
div.product td.addToBasketColumn div.addToBasket h2, div.product td.addToBasketColumn div.addToBasket p, div.product td.addToBasketColumn div.addToBasket em {
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 18px;
}
div.product td.addToBasketColumn div.addToBasket p.price {
	margin-bottom: 15px;
}
div.product td.addToBasketColumn div.addToBasket div.purchaseOptionBox {
	font-size: 10px;
	margin-bottom: 5px;
}
div.product div.backButton {
	margin-top: 2px;
	margin-bottom: 10px;
}

/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}

/*===============================
	CHECKOUT PAGE
================================*/
div.root-member_registration div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-booking div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-order_failed div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-order_success div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	SEARCH NEWS AND EVENTS
================================*/
div.root-search_news_and_events div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	SEARCH JOBS
================================*/
div.root-search_jobs div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW JOB
================================*/
div.root-view_job div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBoxLv2 {
	clear: both;
	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 {
	clear: both;

}
/*============================
	JOB OVERVIEW BOX
===============================*/
div.jobOverviewBox {
	clear: both;
	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 {
	clear: both;
	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;
}



/*===============================
	COLUMN STYLES
===========================*/
td.green {
	background-color: #cfe5ad;
	color: #800080;
}
td.green h1, td.green h2, td.green h3, td.green h4, td.green h5, td.green em, td.green strong {
	color: #800080;
}

td.purple {
	background-color: #bf99d5;
	color: #FFFFFF;
}
td.purple h1,td.purple h2,td.purple h3.td.purple h4,td.purple h5, td.purple em, td.purple strong {
	color: #FFFFFF;
}