/* ======================
	DEFAULTS
=========================*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url('/modules/root/templates/template1/images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
.inputField {
	border: 1px solid #7e7e7e;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	padding:2px 5px 2px 5px;
}
h1 {
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	line-height:24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	line-height:18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h3 {
	background-color:#333333;
	color:#FFFFFF;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height: 12px;
	margin-bottom:10px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:left;
	text-decoration:none;
	text-indent:5px;
}
h4 {
	background-color: transparent;
	color:#333333;
	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 {
	color:#333333;
	font-size:10px;
	line-height:16px;
	text-align:left;
	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: #ca1c23;
}
pre {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #ca1c23;
}
a:link {
	font-weight: bold;
	color: #ca1c23;
}
a:visited {
	font-weight: bold;
	color: #ca1c23;
}
a:hover {
	font-weight: bold;
	color: #ca1c23;
}
input.button {
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
a.button {
	background-color: #333333;
	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: #333333;
	color: #FFFFFF;
	padding: 1px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.smallButton {
	background-color: #333333;
	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;
}
/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:950px;
	overflow: hidden;
}
#headerBoxLv1 {
}
#headerBoxLv1 #logo {
	float: left;
	width: 170px;
	height: 13px;
	margin-top: 15px;
	margin-left: 10px;
}
#headerBoxLv1 #navigation {
	float: right;
	width: 570px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#headerBoxLv1 #navigation table.navigationLayout {
	width: 100%;
}
#headerBoxLv1 #navigation table.navigationLayout td {
	vertical-align: top;
}
#headerBoxLv1 #navigation table.navigationLayout td div.menuLv1ColumnBox, #headerBoxLv1 #navigation table.navigationLayout td div.productSearchColumnBox, #headerBoxLv1 #navigation table.navigationLayout td div.telephoneColumnBox {
	padding-top: 7px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 3px solid #000000;
}
#headerBoxLv1 #navigation table.navigationLayout td div.telephoneColumnBox p.telephone {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight: bold;
	text-align:left;
	margin-bottom: 0px;
}
#cmsPageActions {
	clear: both;
	text-align: right;
	padding: 10px;
}
#contentBoxLv1 {
	clear: both;
}
#contentBoxLv1 #left {
	display:inline;
	float:left;
	width:180px;
}
#contentBoxLv1 #right {
	border-top:3px solid #333333;
	display:inline;
	float:right;
	margin-right:10px;
	padding-top:10px;
	text-align:left;
	width:740px;
}
#footerBoxLv1 {
	margin-top: 5px;
	border-top:3px solid #ABAFA4;
	clear: both;
}

.loading {
	text-align: center;
	height: 40px;
	width: 100%;
}
#productSearchBox form#searchForm input.inputField {
	padding: 0px;
	width: 140px;
}
/*============================
	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: #EDEDEF;
	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.topHeader {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
table.formLayout th.leftHeader {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
table.formLayout td {
	padding: 5px 5px 5px 0px;
}

/*=======================
	LOGIN MENU
=========================*/
#loginMenu {
	padding: 10px 0px 10px 0px;
	list-style: none;
	margin: 0px;
	color: #999999;
	font-size: 9px;
	text-align: left;
}
#loginMenu li {
	display: inline;
}
#loginMenu li.on {
}
#loginMenu li.on a {
}
#loginMenu a,#loginMenu a:link {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
}
#loginMenu a:hover {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
}

/*=======================
	ROOT MENU
=========================*/
#rootMenu {
	padding: 10px 0px 10px 0px;
	list-style: none;
	margin: 0px;
	color: #999999;
	font-size: 9px;
	text-align: left;
}
#rootMenu li {
	display: inline;
}
#rootMenu li.on {
}
#rootMenu li.on a {
}
#rootMenu a,#rootMenu a:link {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
}
#rootMenu a:hover {
	color: #333333;
	font-size: 9px;
	font-weight: normal;
}


/*=======================
	MENU Lv1
=========================*/
.menuLv1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menuLv1 li {
	margin: 0px 0px 0px 0px;
}
.menuLv1 li.on {

}
.menuLv1 li.on a, .menuLv1 li.on a:link {
	background-color: #333333;
	color: #FFFFFF;
}
.menuLv1 a, .menuLv1 a:link {
	color:#333333;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:10px;
	margin-bottom:1px;
	padding-bottom:4px;
	padding-top:2px;
	padding-left: 5px;
	text-align:left;
	text-decoration:none;
}
.menuLv1 a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

/*=======================
	MENU Lv2
=========================*/
.menuLv2Box {
	margin: 0px 0px 40px 10px;
	padding: 10px 0px 0px 0px;
	border-top:3px solid #333333;
}
.menuLv2Box .menuLv2Header {
	background-color:#FFFFFF;
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:17px;
	margin-top: 0px;
	margin-bottom:7px;
	margin-left:5px;
	padding: 0px;
	text-align:left;
	text-indent: 0px;

}
.menuLv2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.menuLv2 li {
	margin: 0px 0px 0px 0px;
}
.menuLv2 li.on {

}
.menuLv2 li.on a, .menuLv2 li.on a:link {
	background-color: #333333;
	color: #FFFFFF;
}
.menuLv2 a, .menuLv2 a:link {
	color:#333333;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:10px;
	margin-bottom:1px;
	padding-bottom:4px;
	padding-top:2px;
	text-align:left;
	text-decoration:none;
	text-indent:5px;
}
.menuLv2 a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

/*=======================
	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 {

}

/*=======================
	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%;
	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;
	color: #7e7e7e;
}
table.dataTable th.topHeader {
	background-color: #dcdcdc;
	color: #7e7e7e;
	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;
}

/*===================
	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-width: 1px;
	background-color: none;
	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 {
	clear: both;
	padding: 0px;
}
div.root-view_product table.productLayout {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.root-view_product table.productLayout td.informationColumn {
	width: 370px;
	padding: 0px 0px 20px 0px;
	vertical-align: top;
	text-align: left;
}
div.root-view_product table.productLayout td.informationColumn h1 {
	margin-bottom: 0px;
}
div.root-view_product table.productLayout td.informationColumn div.price {
	float: right;
	clear: right;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	line-height:24px;
	text-align: right;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
div.root-view_product table.productLayout td.informationColumn div.price span#price_info {
	font-weight: bold;
	font-size: 12px;
	line-height:24px;
	margin: 0px 5px 0px 0px;
	text-decoration: line-through;
}
div.root-view_product table.productLayout td.informationColumn div.price span.specialPrice {
	color: red;
}
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.informationColumn div.productHeaderAndDescription {

	margin-right: 10px;
	margin-bottom: 10px;
	width: 360px;
}
div.root-view_product table.productLayout td.pictureColumn {
	width: 370px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
div.root-view_product table.productLayout td.pictureColumn div.pictureWrapper {

}
div.root-view_product table.productLayout td.pictureColumn div.pictureWrapper #mainPicture {
	margin-left: 10px;
}
div.root-view_product table.productLayout td.pictureColumn div.relatedProductsBox {
	border-top: 3px solid #ABAFA4;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 360px;
}
div.root-view_product table.productLayout td.pictureColumn div.relatedProductsBox p.alsoLike {
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
div.root-view_product div.description {
	margin-bottom: 10px;
}

div.root-view_product p.includeVAT {
	
	font-size: 10px;
}
div.root-view_product form#addToBasket {
	margin-right: 10px;
}
div.root-view_product div.backButton {
	
	margin-top: 2px;
	margin-bottom: 10px;
}

div.root-view_product table.productLayout td.informationColumn div.purchaseOptionBox {
	margin-bottom: 20px;
}
div.root-view_product table.productLayout td.informationColumn div#thumbnailImages {
	border-bottom: 3px solid #ABAFA4;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
div.root-view_product table.productLayout td.informationColumn div#thumbnailImages p.rolloverImage {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:16px;
	padding-top:5px;
	text-align: right;
	margin: 0px;
}
div.root-view_product table.productLayout td.informationColumn div#thumbnailImages td#rightThumbnailImageColumn {
	text-align: right;
}
div.root-view_product table.productLayout td.informationColumn div#thumbnailImages td#rightThumbnailImageColumn a#zoom1 {
	margin-left: 20px;
}
div.root-view_product table.productLayout td.informationColumn p.toOrderCall {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ABAFA4;
}
/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-checkout div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-member_registration div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-booking div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-order_failed div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-order_success div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-search_news_and_events div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
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;
	padding: 0px;
}
div.root-search_products div.product {
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.root-search_products div.product h2 {
}
div.root-search_products div.product div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
div.root-search_products div.product div.picture img.thumb {
	margin-bottom: 10px;
}
div.root-search_products div.product p.price {
	font-size: 13px;
}
div.root-search_products div.product p.price em {
	font-style: normal;
}
div.root-search_products div.product p.overview {
	color: #64625c;
}
div.root-search_products div.product p.viewProductLink {
	text-align: left;
}
div.root-search_products div.product table.productThumbnailLayout td.pictureColumn {
	vertical-align: top;
	padding: 10px;
}
div.root-search_products div.product table.productThumbnailLayout td.infoColumn {
	vertical-align: top;
	padding: 10px;
}
/*==================================
	PRODUCT THUMBNAIL
=================================*/
div.productThumbnail {

}
div.productThumbnail div.productThumbnailBody {
	height: 230px;
}
div.productThumbnail div.productThumbnailBody div.picture {
	width: 170px;
	height: 180px;
	margin-bottom: 0px;
}
div.productThumbnail div.productThumbnailBody div.details {
	width: 170px;
}
div.productThumbnail div.productThumbnailBody div.details a {
	display: block;
	background-color:#ABAFA4;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	height:40px;
	line-height:13px;
	margin-bottom:1px;
	padding-bottom:4px;
	padding-left:5px;
	padding-top:2px;
	text-decoration:none;
}
div.productThumbnail div.productThumbnailBody div.details a:hover {
	background-color:#333333;
	color:#FFFFFF;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	height:40px;
	line-height:13px;
	margin-bottom:1px;
	padding-bottom:4px;
	padding-top:2px;
	text-decoration:none;
}
div.productThumbnail div.productThumbnailBody div.details span.price_info {
	text-decoration: line-through;
}
div.productThumbnail div.productThumbnailBody div.details span.specialPrice {
	color: red;
}
