/* ======================
	DEFAULTS
=========================*/
body {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	background-color: #FFFFFF;
	color: #333333;
	background-image:url('/modules/root/templates/template1/images/clouds.gif');
	background-position:center top;
	background-repeat:repeat;
	background-attachment:fixed;
	height:100%;
	margin:0;
	padding:0;
}
form {
	margin: 0px;
}
.inputField {
	font-size: 12px;
}
h1 {
	background-color:transparent;
	color:#3374B5;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
h2 {
	background-color: transparent;
	color:#3374B5;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-family:Verdana, sans-serif;
	background-color: transparent;
	color:#3374B5;
	margin: 0px 0px 10px 0px;
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited {
	color: #3374B5;
}
strong {
	font-weight: bold;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}
embed {
	vertical-align: bottom;
}
p {
	line-height: 18px;
	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;
}
em {
}
pre {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #81B9EA;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #81B9EA;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #81B9EA;
}
a:hover {
	font-weight: normal;
	color: #81B9EA;
	text-decoration: underline;
}
input.button {
	background-color: #81B9EA;
	color: #FFFFFF;
	padding: 4px;
	border-width: 0px;
	font-weight: bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:16px;
	text-align:center;
	text-transform: uppercase;
}
a.button {
	background-color: #81B9EA;
	color: #FFFFFF;
	padding: 4px 6px 4px 6px;
	border-width: 0px;
	font-weight: bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:16px;
	text-align:center;
	cursor: pointer;
	text-transform: uppercase;
}
input.smallButton {
	background-color: #81B9EA;
	color: #FFFFFF;
	padding: 3px;
	border-width: 0px;
	font-weight: bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:16px;
	text-align:center;
	text-transform: uppercase;
}
a.smallButton {
	background-color: #81B9EA;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border-width: 0px;
	font-weight: bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:16px;
	text-align:center;
	cursor: pointer;
	text-transform: uppercase;
}
a.javascriptLink {
	cursor: pointer;
}
div.backButton {
	text-align: left;
	margin-bottom: 15px;
}
div.backButton a {
	cursor: pointer;
}
/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	position: relative;
	overflow: hidden;
	width:960px;
}
#pageBoxLv2 {
	padding: 0px 0px 0px 0px;
}
#headerBoxLv1 {
	background-image:url('/modules/root/templates/template1/images/top_back.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height: 70px;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	border-bottom:1px solid #81B9EA;
}
#headerBoxLv1 #logo {
	padding-top: 22px;
	padding-bottom: 0px;
}
#headerBoxLv1 #loginAndBasket {
	float: right;
	width: 
}
#headerBoxLv1 #siteSearchBox {
	text-align: right;
}
#headerBoxLv1 #productSearchBox {
	text-align: right;
}
#headerBoxLv1 #jobSearchBox {
	text-align: right;
}
#headerBoxLv1 #loginBox {
	float: right;
	width: 120px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8px;
	line-height:16px;
	margin-top: 15px;
	font-weight: bold;
}
#headerBoxLv1 #loginBox a, #headerBoxLv1 #loginBox a:link, #headerBoxLv1 #loginBox a:visited {
	color:#FFFFFF;
	font-weight: bold;
}
#headerBoxLv1 #basketBox {
	float: right;
	width: 150px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8px;
	line-height:16px;
	margin-top: 15px;
	font-weight: bold;
}
#headerBoxLv1 #basketBox a, #headerBoxLv1 #basketBox a:link, #headerBoxLv1 #basketBox a:visited {
	color:#FFFFFF;
	font-weight: bold;
}
#mainMenuBox {
	border-bottom:1px solid #81B9EA;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
}
#footerBoxLv1 {
	background-color: #b0afb2;
	color: #FFFFFF;
	text-align: right;
	width: 800px;
	clear: right;
	margin-left: auto;
	margin-right: 0px;
	padding: 5px 0px 5px 0px;
}
#headerPicture div.picture {
	margin-bottom: 0px;
}
#cmsPageActions {
	clear: both;
	text-align: right;
}
#contentBoxLv1 {
	margin-top: 0px;
	min-height: 400px;
}
#contentSearch {
	padding: 0px 0px 10px 0px;
}
.loading {
	text-align: center;
	height: 40px;
	width: 100%;
}
#fullWidthLayout {

}
#subMenuLayout #contentBoxLv1 {
	float: left;
	width: 800px;
}
/*============================
	CREATE PRODUCT
============================*/
div.createProductBox {
	padding: 10px;
}
/*============================
	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 {
	border-bottom:1px solid #81B9EA;
	border-top:1px solid #81B9EA;
	padding: 5px 0px 5px 0px;
	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 {
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 10px 10px 10px 10px;
	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 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#menuLv1 {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
}
#menuLv1 li {
	display: inline;
	margin: 0px 10px 0px 0px;
}
#menuLv1 li.on {
}
#menuLv1 li.on a {
	color: #5e5e5e;
}
#menuLv1 a {
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}


/*=======================
	MENU Lv1
=========================*/
#topRightMenuBox {
	float: right;
	height: 30px;
	text-align: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 300px;
}
#topRightMenu {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
}
#topRightMenu li {
	display: inline;
	margin: 0px 0px 0px 10px;
}
#topRightMenu li.on {
}
#topRightMenu li.on a {
	color: #5e5e5e;
}
#topRightMenu a {
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
/*==============================
	DROPDOWN MENU
=============================*/
#dropdownMenuLv1Box {

}
.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;
}
.dropdownMenuLv1 a:hover {
	display: block;
}
.dropdownMenuLv1 li {
	display: block;
	background-color: #FFFFFF;
	float: left;
	z-index: 99;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	width: auto;
}
.dropdownMenuLv1 li ul {
	position: absolute;
	width: 200px;
	left: -3000px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	z-index: 99;
}
.dropdownMenuLv1 li ul li a {
	padding: 0px;
}
.dropdownMenuLv1 li ul li a:hover {

}
.dropdownMenuLv1 li ul li {
	float: none;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
.dropdownMenuLv1 li:hover {
	position: static;
}
.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 Lv2
=========================*/
#menuLv2Box {
	display:inline;
	float:left;
	margin-top:20px;
	width:160px;
	text-align: left;
}
#menuLv2Header {
	font-size: 14px;
	text-transform: capitalize;
}
#menuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 17px;
}
#menuLv2 li {
	font-size:12px;
	line-height:20px;
}
#menuLv2 li.on {
}
#menuLv2 li.on a {
	color: #3374B5;
}
#menuLv2 a {
	font-weight: normal;
	font-size:12px;
}

/*=======================
	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;
	border-top:1px solid #81B9EA;
	border-bottom:1px solid #81B9EA;
	padding: 7px 10px 5px 0px;
	margin: 0px 0px 10px 0px;
}
ul.moduleMenuLv1 li {
	padding: 0px;
	margin: 0px;
	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%;
	border-top:1px solid #81B9EA;
	margin: 0px 0px 10px 0px;
}
table.dataTable {
	border-spacing: 0px;
}
table.dataTable th.leftHeader {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:15px;
	color: #81B9EA;
	padding: 5px 10px 5px 0px;
	text-align: left;
	border-bottom: 1px solid #81B9EA;
	text-transform: uppercase;
}
table.dataTable th.topHeader {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:15px;
	color: #81B9EA;
	text-align: left;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #81B9EA;
	text-transform: uppercase;
}
table.dataTable td {
	font-size:11px;
	text-align: left;
	vertical-align: top;
	background-color: transparent;
	border-bottom: 1px solid #81B9EA;
	padding: 10px 10px 10px 0px;
}
table.dataTable td.emptyCell {
	font-size:11px;
	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 {
	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;
}

/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-checkout div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-member_registration div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-booking div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-order_failed div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-order_success div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH NEWS AND EVENTS
================================*/
div.root-search_news_and_events div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH JOBS
================================*/
div.root-search_jobs div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW JOB
================================*/
div.root-view_job div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
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;
}
/*======================================
	PRODUCT SEARCH RESULTS BOX
=========================================*/
div.productSearchResultsBox {
	border-top: 1px solid #81B9EA;
	margin: 0px 10px 0px 10px;
	border-spacing: 0px;
	padding: 10px 0px 0px 0px;
}
div.productSearchResultsBox table.productSearchResultsLayout {
	width: auto;
}
div.productSearchResultsBox table.productSearchResultsLayout td.productColumn {
	vertical-align: top;
	width: 266px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.firstProductColumn {
	vertical-align: top;
	width: 140px;
}
div.productSearchResultsBox table.productSearchResultsLayout td.productColumn div.productColumnBox {

}
div.productSearchResultsBox div.productThumbnail {
	width: 248px;
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: 10px;
}
div.productSearchResultsBox div.productThumbnail table.pictureLayout {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
div.productSearchResultsBox div.productThumbnail table.pictureLayout td.pictureColumn {
	width: 248px;
	height: 248px;
	border:1px dashed #81B9EA;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
div.productSearchResultsBox div.productThumbnail div.picture {
	text-align: center;
}
div.productSearchResultsBox div.productThumbnail div.picture img {

}
div.productSearchResultsBox div.productThumbnail div.productDetails {
	border-top: 1px solid #81B9EA;
	border-bottom: 1px solid #81B9EA;
	width: 100%;
	padding: 8px 0px 8px 0px;
}
div.productSearchResultsBox div.productThumbnail div.productDetails h2 {
	color:#3374B5;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	margin: 0px;
	line-height:18px;
	font-weight: normal;
	font-style: italic;
}
div.productSearchResultsBox div.productThumbnail div.productDetails p.price {
	color:#3374B5;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	margin: 0px;
	line-height:15px;
	font-weight: bold;
}
div.productSearchResultsBox div.productThumbnail div.productDetails p.link {
	color:#3374B5;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:15px;
	margin: 0px;
	padding-top:8px;
}
div.productSearchResultsBox div.productThumbnail div.productDetails p.link a {
	font-weight: bold;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-view_product div#contentBoxLv2 {
	clear: both;
	padding: 0px 10px 0px 10px;
}
div.root-view_product table.productLayout {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.root-view_product table.productLayout td.informationColumn {
	background-image:url('/modules/root/templates/template1/images/sambarnes_blank.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding: 60px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
	width: 380px;
}
div.root-view_product div.original-art table.productLayout td.informationColumn {
	background-image:url('/modules/root/templates/template1/images/original_art_head.gif');
}
div.root-view_product div.products table.productLayout td.informationColumn {
	background-image:url('/modules/root/templates/template1/images/products_head.gif');
}
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: left;
	padding-right: 10px;
	padding-top: 10px;
	width: 400px;
}
div.root-view_product div.productDetailsBox {
	border-top: 1px solid #81B9EA;
	border-bottom: 1px solid #81B9EA;
	margin-right: 20px;
	padding: 10px 0px 10px 0px;
}
div.root-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root-view_product h1 {
	color:#3374B5;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	line-height:18px;
	margin:0;
}
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 strong {
	color: #000000;
	font-weight: bold;
}
div.root-view_product div.description {
	font-size: 12px;
	color: #514f48;
	min-height: 170px;
}
div.root-view_product p.ingredients {
	
	font-size: 10px;
	color: #514f48;
}
div.root-view_product table.pictureLayout {
	margin: 0px 20px 10px 0px;
	padding: 0px;
}
div.root-view_product table.pictureLayout td.pictureColumn {
	width: 380px;
	height: 380px;
	border:1px dashed #81B9EA;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}
div.root-view_product table.pictureLayout td.pictureColumn div.picture {
	text-align: center;
}
div.root-view_product table.pictureLayout td.pictureColumn div.picture img {

}

div.root-view_product div.clickToEnlarge {
	margin: 0px 0px 10px 0px;
}
div.root-view_product div.pictureThumbnailsWrapper {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.root-view_product div.pictureThumbnailsWrapper div.productThumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.root-view_product div.pictureThumbnailsWrapper div.productThumbnail table.pictureThumbnailLayout {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.root-view_product div.pictureThumbnailsWrapper div.productThumbnail table.pictureThumbnailLayout td.pictureThumbnailColumn {
	width: 183px;
	height: 183px;
	border:1px dashed #81B9EA;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}
div.root-view_product div.pictureThumbnailsWrapper div.productThumbnail table.pictureThumbnailLayout td.pictureThumbnailColumn img {

}
div.root-view_product div.price {
	color:#3374B5;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:15px;
	margin:0px 0px 20px 0px;
}
div.root-view_product p.includeVAT {
	
	font-size: 10px;
}
div.root-view_product div.addToBasket {
	background-image:url('/modules/root/templates/template1/images/basket_cloud.gif');
	background-position:right top;
	background-repeat:no-repeat;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8px;
	line-height:16px;
	height: 45px;
	width: 100px;
	text-align: center;
	float: right;
}
div.root-view_product div.addToBasket a {
	font-weight: bold;
}
div.root-view_product form#addToBasketForm {
	font-size: 10px;
}
div.root-view_product form#addToBasketForm select,div.root-view_product form#addToBasketForm input {
	font-size: 10px;
}
div.root-view_product form#addToBasketForm strong.size {
	color:#3374B5;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:15px;
}
div.root-view_product div.addToBasket a {
	color: #FFFFFF;
	display: block;
	padding: 12px 0px 0px 0px;
}
div.root-view_product div.addToBasket a:hover {

}
div.root-view_product div.backButton {
	
	margin-top: 2px;
	margin-bottom: 10px;
}
div.root-view_product div.relatedProductsBox {
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	width: 220px;
}
div.root-view_product div.relatedProductsBox h2 {
	margin: 0px;
}
div.root-view_product div.relatedProductsBox div.relatedProduct {
	border-top: 1px solid #81B9EA;
	border-bottom: 1px solid #81B9EA;
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
}
div.root-view_product div.relatedProductsBox div.relatedProduct table.relatedProductLayout {
	width: 100%;
}
div.root-view_product div.relatedProductsBox div.relatedProduct table.relatedProductLayout td.relatedPictureColumn {
	vertical-align: middle;
	text-align: center;
	width: 95px;
	height: 95px;
	border: 1px dashed #81B9EA;
	background-color: #FFFFFF;
}
div.root-view_product div.relatedProductsBox div.relatedProduct table.relatedProductLayout div.relatedProductPicture img {

}

div.root-view_product div.relatedProductsBox div.relatedProduct td.relatedInfoColumn {
	vertical-align: bottom;
	text-align: right;
	line-height:15px;
}
div.root-view_product div.relatedProductsBox div.relatedProduct td.relatedInfoColumn a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight: bold;
}

