/*==================================
	COLUMN MODULE
================================*/
div.column {
	clear: both;
}

.column-template2{
	background-color:#ededed;
}

.column-template3{
	background-color:#a96491;
	color: #FFFFFF;
}

/*==============================
	CONTENT TEXT MODULE
================================*/
div.content_text {
	clear: both;
}
div.content_text .wysiwygArea {
	margin: 0px;
}
/*======= TEMPLATE 2 =====*/
div.content_text-template2 {
	text-align: center;
	font-family: 'BergamoStdItalic', serif;
	font-size: 40px;
	line-height: 44px;
}
/*==========================
	PORTLET MODULE
===========================*/
div.portlet {
	clear: both;
	margin: 0px;
	padding: 0px;
}
div.portlet h2 {
	color: #676767;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 5px;
}
div.portlet h2 a {
	font-weight: normal;
}
div.portlet p {
	color: #64625c;
}
div.portlet div.pictureBox {
	margin-bottom: 10px;
}
div.portlet div.description {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.portlet a {
	font-weight: normal;
}
div.portlet .link a {
	font-size:10px;
}
/*==== PORTLET TEMPLATE 1 =====*/
div.portlet-template1 {
}
div.portlet-template1 h2 {
}
div.portlet-template1 h2 a {
	font-weight: bold;
}
div.portlet-template1 div.pictureBox {

}
/*==== PORTLET TEMPLATE 2 =====*/
div.portlet-template2 {
}
div.portlet-template2 h2 {
	margin-top: 0px;
}
div.portlet-template2 h2 a {
}
div.portlet-template2 p {
	background-color: transparent;
	color: #64625c;
}
div.portlet-template2 .link a {
	color: #909090;
}

/*==== PORTLET TEMPLATE 3 =====*/
div.portlet-template3 {

}
div.portlet-template3 h2 {
	background-color: #EAEAEA;
	color: #676767;
	font-family: Helvetica,Verdana, Arial, sans-serif;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
div.portlet-template3 h2 a {
}
div.portlet-template3 .pictureBox {
	text-align: center;
}
div.portlet-template3 .linkAndDescriptionBox {
	background-color: #f8f8f8;
	padding: 5px 15px 5px 15px;
}
div.portlet-template3 .link {
}
div.portlet-template3 .link a {
	background-repeat:no-repeat;
	background-image:url('/modules/root/templates/template1/images/black_arrow.png');
	background-position:center left;
	padding-left:10px;
	text-transform: uppercase;
}
div.portlet-template3 div.description {
}
/*==== PORTLET TEMPLATE 4 =====*/
div.portlet-template4 {

}
div.portlet-template4 .pictureBox {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}
div.portlet-template4 h2 {
}
div.portlet-template4 h2 a {
}
div.portlet-template4 .linkAndDescriptionBox {
	background-color: #f8f8f8;
	padding: 15px;
}
div.portlet-template4 .link {
	background-repeat:no-repeat;
	background-image:url('/modules/root/templates/template1/images/black_arrow.png');
	background-position:center left;
	padding-left:10px;
	text-transform: uppercase;
}
div.portlet-template4 .link a {
	text-transform: uppercase;
}
div.portlet-template4 div.description {
}
/*==========================
	PICTURE MODULE
===========================*/
div.picture {
	clear: both;
}
/*=====================================
	LOGS
======================================*/
div.logs {
	clear: both;
	background-color: transparent;
	color: #4A4B4C;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.logs div.pager {
	text-align: center;
	margin: 5px;
}
div.logs div.pager a {
	color: #113366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
}
div.logs div.downloadSpreadsheetWrapper {
	float: right;
}

/*=====================================
	MANAGE USERS
======================================*/
div.manage_users {
	clear: both;
	padding: 0px;
	margin: 0px;
}
div.manage_users-template1-edit_user div.correspondence td.leftColumn {
	vertical-align: top;
	width: 200px;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn {
	vertical-align: top;
	text-align: left;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn a {
	cursor: pointer;
}
div.manage_users-template1-edit_user div.correspondence td.centerColumn div.displayMessage {
	text-align: right;
}
div.manage_users-template1-edit_user div.correspondence td.rightColumn {
	vertical-align: top;
	width: 50px;
	text-align: center;
}
/*=======================
	FEEDBACK
=======================*/
div.feedback {
	clear: both;
}
div.feedback table.formLayout th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
div.feedback table.formLayout td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
/*==========================
	PRODUCT THUMBNAIL MODULE
===========================*/
div.product {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.product h2 {
}
div.product div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
div.product div.picture img.thumb {
	margin-bottom: 10px;
}
div.product p.price {
	font-size: 13px;
}
div.product p.price em {
	font-style: normal;
}
div.product p.overview {
	color: #64625c;
}
div.product p.viewProductLink {
	text-align: left;
}
div.product table.productThumbnailLayout td.pictureColumn {
	vertical-align: top;
	padding: 0px 10px 10px 0px;
}
div.product table.productThumbnailLayout td.infoColumn {
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}

/*==========================
	PRODUCT PROMOTION THUMBNAIL MODULE
===========================*/
div.product_promotion {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.product_promotion h2 {
}
div.product_promotion div.picture {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.product_promotion div.picture img.thumb {
	margin-bottom: 10px;
}
div.product_promotion p.price {
	font-size: 14px;
}
div.product_promotion p.price em {
	font-style: normal;
}
div.product_promotion p.overview {
	color: #64625c;
}

/*==============================
	MANAGE ORDERS
============================*/
div.orders {
	clear: both;
}
div.orders table.manageOrder {
	width: 100%;
}
div.orders span.orderStatusColor {
	padding: 2px 5px 2px 5px;
}
div.orders div.printOrderButton {
	float: right;
}
/*============================
	MY ORDERS
=========================*/
div.my_orders {
	clear: both;
}
div.my_orders table.manageOrder {
	width: 100%;
}
div.my_orders span.orderStatusColor {
	padding: 2px 5px 2px 5px;
}
div.my_orders div.printOrderButton {
	float: right;
}

/*=========================
	LINKS MANAGER
==========================*/
div.links_manager {
	clear: both;
}
div.links_manager div.linkActions {
	text-align: right;
}
div.links_manager div.backButton {
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.links_manager div.highlightedArea1Lv1 {
	clear: both;
}
div.links_manager div.linkMenu {
	margin: 10px 0px 10px 0px;
}
div.link p.linkName {
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
}
div.link p.description {
	margin: 0px 0px 0px 0px;
}
/*============================
	STOCK CONTROL
============================*/
div.stock_control {
	clear: both;
}
div.stock_control-template1-default div.updateStockButton {
	text-align: right;
}
/*======================
	GALLERY
=======================*/
div.gallery {
	clear: both;
	position: relative;
}
div.gallery div.picture {
	text-align: center;
}
div.gallery .prevArrow,
div.gallery .nextArrow {
	position: absolute;
	top: 100px;
}
div.gallery .prevArrow {
	left: 0px;
}
div.gallery .nextArrow {
	right: 0px;
}
div.gallery .panel {
	margin: 0px;
}
div.gallery .stepcarousel {
	margin-right:50px;
	margin-left:50px;
}
/*============= TEMPLATE 1 =================*/
div.gallery-template1 div.caption {
	margin-top:10px;
	text-align: center;	
}
div.gallery-template1 .panel{
	text-align:center;
}
/*============= TEMPLATE 2 =================*/
div.gallery-template2 .panel{
	text-align:center;
}
div.gallery-template2 .prevArrow,
div.gallery-template2 .nextArrow {
	position: absolute;
	top: 70px;
}
/*============= TEMPLATE 3 =================*/
div.gallery-template3 .picture {
	float: right;
	margin-left: 20px;
}
div.gallery-template3 .caption {
	text-align:left;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	color:#8b8b8b;
}
div.gallery-template3 .title {
	font-size:21px;
	line-height: 24px;
	text-align:left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
/*================================
	E-Commerce Settings
================================*/
div.ecommerce_settings {
	clear: both;
}
div.ecommerce_settings div.manageCountriesMenu {
	margin-bottom: 10px;
}

div.ecommerce_settings div.backButton {
	margin-bottom: 10px;
}
/*=====================
	LOGON
=====================*/
div.logon {
	clear: both;
}
/*========================
	MAILING LIST
=========================*/
div.mailing_list {
	clear: both;
}

/*====================
	EVENTS
=====================*/
div.event {
}
div.event p.eventDate {
	margin-top: 0px;
}
div.event h2 {
	margin-bottom: 0px;
}

/*===========
  CALENDAR
============*/
div.calendar {
	text-align: center;
}
div.calendar td.previousMonth, div.calendar td.previousYear, div.calendar td.nextMonth, div.calendar td.nextYear, div.calendar td.currentMonthAndYear {
	background-color: transparent;
	border-width: 0px;
}
/*========================
	BLOG
========================*/
div.root_blog div#contentBoxLv2 {
	padding: 0px 0px 0px 0px;
}
div.root_blog div.blogRightColumn {
	float: right;
	margin-left: 0px;
	margin-bottom: 25px;
	width: 150px;
}
div.root_blog div.blogLeftColumn {
	float: left;
	width: 450px;
	margin-bottom: 25px;
}
div.root_blog div#blogMenus {
	background-color: #FFFFFF;
	padding: 10px;
}
div.root_blog  #blogNavigation {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	padding: 10px;
}
/*======== LATEST HEADERS ===========*/
div.root_blog div.latestHeaders {
	margin-bottom: 20px;
}
div.root_blog div.latestHeaders ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.root_blog div.latestHeaders ul li {
	margin: 0px;
	padding: 0px;
}

/*========= RSS FEED =======*/

div.root_blog div.rss {
	float: right;
	width: 50px;
	text-align: right;
}

/*======= BLOG OVERVIEW ========*/
div.root_blog div.blogThumbnailBox {
	margin-bottom: 30px;
}
div.root_blog div.blogThumbnailBox h2 {
	margin-bottom: 0px;
}
div.root_blog div.blogThumbnailBox p.author,
div.root_blog div.blogThumbnailBox p.date {
	margin-bottom: 5px;
	font-size: 10px;
}
div.root_blog div.blogThumbnailBox p.picture {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
div.root_blog div.blogThumbnailBox p.overview {
	margin-bottom: 5px;
}
div.root_blog div.blogThumbnailBox p.numberOfComments {
	font-size: 10px;
} 
div.root_blog div.blogThumbnailBox p.readMoreLink a {
	font-weight: bold;
}

/*=========== THREAD =========*/
div.root_blog div.thread {
	margin-bottom: 30px;
}
div.root_blog div.thread h1 {
	margin-bottom: 0px;
}
div.root_blog div.thread p.author {
	margin-bottom: 15px;
	font-size: 10px;
}
div.root_blog div.thread div.description {
	font-size: 12px;
}

/*============ COMMENTS =========*/
div.root_blog div.comments {

}

div.root_blog div.comments h2 {

}

div.root_blog div.comments div.comment {
	margin-bottom: 15px;
}
div.root_blog div.comments div.comment p.author {
	font-size: 10px;
	margin-bottom: 0px;
}
div.root_blog div.comments div.comment div.message {
	margin-bottom: 0px;
	font-size: 11px;
}
div.root_blog div.comments div.comment p.createdOn {
	font-size: 9px;
}

/*========= SEARCH ==========*/
div.root_blog div.root_blogSearch {
	text-align: left;
	margin-bottom: 30px;
}

/*========== ARCHIVE ==========*/
div.root_blog div.archive {
	margin-bottom: 30px;
}
div.root_blog div.archive h3 {
	margin-bottom: 0px;
}
div.root_blog div.archive ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.root_blog div.archive li.month {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*===== TOPICS =======*/
div.root_blog div.topics {
	margin-bottom: 30px;
}
div.root_blog div.topics ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.root_blog div.topics li {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.root_blog div.topics ul ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/*==========================
	CHECKOUT
=========================*/
div.checkout-default .plus img,
div.checkout-default .minus img{
	vertical-align:top;
	float:right;
	padding-bottom:5px;
}
div.checkout-default div.acceptedCards {
	text-align: center;
}
div.checkout-default div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.checkout-default p.includeVAT {
	text-align: right;
}
div.checkout-default div.confirmAndPayButton {
	text-align: right;
}
div.checkout-default div.standardDeliveryPricing {
	clear: both;
}
div.checkout table.dataTable th.topHeader{
	background-color:transparent;
}
div.checkout .qty .inputField{
	text-align:center;
	height:24px;
	width:26px;
	border:solid 1px #bfbfbf;
	font-size:14px;
	font-weight:bold;
}
div.checkout table.dataTable th.topHeader {
	font-size:14px;
}
div.checkout table.dataTable td {
	background-color:transparent;
}
div.checkout tr.item td{
	border-bottom:1px dotted #cfcfcf;
	margin:0px;
	padding:0px;
}
div.checkout .qtyButton{
	float:right;
}
div.checkout .qtyButton div img{
	vertical-align:top;
}
div.checkout .qtyTextBox{
	float:left;
}
div.checkout a.smallButton {
	padding-top:0px;
	padding-bottom:0px;
	line-height:0px;
	background-color:white;	
	border:1px solid #BFBFBF;
	color:#656565;
	font-size:11px;
}
div.checkout .qty{
	width:50px;
}
div.checkout .minus a{
	padding-right:3px;
	padding-left:3px;
}
div.checkout table.dataTable{
	border-spacing:0px;
}
div.checkout .inputField{
	color:#656565;
}
div.checkout .description h3{
	color:#4d4d4d;
	font-size:13px;
	margin:0px;
	line-height:18px;
}
div.checkout .description{
	color:#4d4d4d;
	font-size:10px;
	font-weight:normal;
}
div.checkout .priceXQty{
	color:#4d4d4d;
	font-weight:bold;
}
div.checkout tr.item .priceXQty{
	padding-left:0px;
}
div.checkout .basketHeader h1{
	color:#656565;
	font-size:18px;
	margin:0px;
	line-height:18px;
}
div.checkout .basketHeader{
	background-color:#e5e5e5;
	padding-top:6px;
	padding-bottom:9px;
	padding-left:17px;
}
div.checkout tr.item td.price{
	color:#7E7E7E;
	font-weight:bold;
	padding-left:10px;
}
div.checkout .thumbnail img{
	padding-bottom:30px;
	padding-top:35px;
}
div.checkout th.topHeader {
	padding:0px;
}
div.checkout tr.item td.description {
	padding-top:0px;
}
div.checkout tr.item td.description h3 {
	width:148px;
}
div.checkout div.remove a,div.checkout div.update a {
	font-size:10px;
	color:#676767;
}
div.checkout div.remove:hover,div.checkout div.update:hover,div.checkout div.minus:hover,div.checkout div.plus:hover {
	cursor:pointer;
}
div.checkout .ecode {
	border:solid 1px #bfbfbf;
	font-size:10px;
	margin-left:10px;
	width:185px;
}
div.checkout .epromotionAreaLv1 {
	background-color:transparent;
	border:solid 1px #7f7f7f;
	width:375px;
	height:23px;
	margin-bottom:15px;
}
div.checkout .epromotionAreaLv1 div {
	font-weight: bold;
 	float: left;
}
div.checkout  .epromotionAreaLv1 img {
	vertical-align: top;
        padding-top: 4px;     
}
div.checkout .epromotionAreaLv2 {
	padding: 4px;
	padding-left: 14px;
}
div.checkout .epromotionAreaLv1 .submit {
	padding-left:7px;
	float:right;
}
div.checkout div.totalHeader {
	color:#4E4E4E;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #7f7f7f;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:20px;
	margin-bottom:15px;
}
div.checkout div.totalHeader span {
	color:#4d4d4d;
	padding-right:23px;
	font-weight:normal;
}
div.checkout table.dataTable td {
	padding-right:0px;
}
div.checkout a.button {
	background-color:#808080;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:21px;
	padding-right:19px;
}
div.checkout div.continueShoppingButton a.button {
	background-color:#e5e5e5;
	color:#5d5d5d;
	background-image:url('/modules/root/templates/template1/images/arrow.png');
	background-repeat:no-repeat;
	background-position:left center;
}
div.checkout div.continueShoppingButton {
	width:175px;
	margin-bottom: 20px;
}
div.checkout table.dataTable td.emptyCell {
	padding-top:10px;
}
div.checkout table.dataTable {
	padding-top:18px;
}
div.checkout table.dataTable tr.item td {
	padding-top:7px;
}
div.checkout table.dataTable tr.item td.imgThumb {
	padding-top:25px;
}
div.checkout table.dataTable tr.item td.quantity {
	padding-left:9px;
	padding-top:10px;
}
div.checkout .checkoutLeftColumn{
	float:left;
}
div.checkout .checkoutRightColumn{
	float:right;
}
div.checkout div.location{
	color:#707070;
	font-size:12px;
	padding-bottom:7px;
	padding-top:5px;
	font-weight:bold;
}
div.checkout div.location span{
	padding-left:3px;
	padding-right:3px;
}
div.checkout{
	font-family:"Trebuchet MS",Helvetica,sans-serif;
}
div.checkout .epromotions{ 
	font-family:Helvetica,Verdana,Arial,sans-serif;
} 
/*=================================
	LATEST NEWS
=============================*/
div.latest_news {
	clear: both;
}
div.latest_news table.newsItemLayout {
		width: 100%;
		margin-bottom: 10px;
}
div.latest_news table.newsItemLayout td.pictureColumn {
	width: 110px;
	text-align: left;
	vertical-align: top;
}
div.latest_news table.newsItemLayout td.newsDetailsColumn {
	vertical-align: top;
	text-align: left;
}
div.latest_news table.newsItemLayout td.newsDetailsColumn p.newsDate {
	margin-top: 0px;
}


/*=============================
	BOOKINGS CALENDAR
=============================*/
div.bookings_calendar {
	clear: both;
	text-align: left;
}
div.bookings_calendar table.dataTable {
	width: 100%;
	margin: 0px;
	border-spacing: 4px;
}
div.bookings_calendar table.dataTable th {

}
div.bookings_calendar table.dataTable td, div.bookings_calendar table.dataTable th {
	background-color: #FFFFFF;
	padding: 7px 6px 7px 6px;
	text-align: center;
}
div.bookings_calendar table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 0px;
}
div.bookings_calendar table.dataTable td.available {
	background-color: #d9e3ed;
	color: #FFFFFF;
}
div.bookings_calendar table.dataTable td.booked {
	background-color: #6284ad;
	color: #FFFFFF;
}
div.bookings_calendar table.dataTable th {
}
div.bookings_calendar table.dataTable th a, div.bookings_calendar table.dataTable th a:visited, div.bookings_calendar table.dataTable th a:link {
}
div.bookings_calendar-book div.highlightedArea1Lv1 {
	margin: 0px;
}
/*======================
	MANAGE JOBS
=======================*/
div.manage_jobs div.rss {
	float: right;
	width: 100px;
	text-align: right;
}
/*========================
	JOB SEARCH
=========================*/
div.job_search {
	
}
div.job_search div.rss {
	float: right;
	width: 100px;
	text-align: right;
}
/*============================
	ROOT PRODUCTS
============================*/
div.root_products-default #contentBoxLv2 {
	padding: 0px;
}
div.root_products div.productSearchResultsBoxLv1 {
	padding: 0px;
}
div.root_products div.productSearchResultsBoxLv1 div.productDisplayOptions {
	padding: 5px 0px 5px 0px;
}
div.root_products div.productSearchResultsBoxLv1 div.productThumbnailBox {
	float: left;
	width: 205px;
	margin-right: 12px;
	margin-bottom:20px;
}
div.root_products div.productSearchResultsBoxLv1 div.productThumbnailBoxCol1 {
	clear: left;
}
div.root_products div.productSearchResultsBoxLv1 div.productThumbnailBoxCol3 {
	margin-right:0px;
}
div.root_products div.productSearchResultsBoxLv1 div.productThumbnailBox table.pictureLayout td {
	vertical-align: top;
}
div.root_products div.productSearchResultsBoxLv1 div.productThumbnailBox table.pictureLayout td.pictureColumn {
	width: 205px;
	height: 205px;
	vertical-align: center;
	text-align: center;
}
div.root_products div.highlightedArea1 {
	min-height: 50px;
}
div.root_products div.highlightedArea1 p {
	font-size:13px;
	margin: 0px;
}

div.root_products p.price{
	font-weight:bold;	
}
div.root_products div.picture{
	text-align:center;
	min-height:170px;
}

div.root_products div.location{
	color:#676767;
	font-size:13px;
	padding-bottom:12px;
}
div.root_products p.createProductBox{
	margin:0px;
}
/*===== ROOT PRODUCTS - VIEW PRODUCT =====*/
div.root_products-view_product div#contentBoxLv2 {	
	padding: 0px;
}
div.root_products-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root_products-view_product .pictureThumbnailsWrapper {
	margin-top:10px;
}
div.root_products-view_product .pictureContainer {
	float:right;
	width: 400px;
	margin-right:15px;
	margin-left:15px;
}
div.root_products-view_product .pictureContainer .pictureWrapper {
	margin: 0px 0px 15px 0px;
}
div.root_products-view_product div.clickToEnlarge {
	text-align: center;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}
div.root_products-view_product div.caption span {
	font-size:13px;
	font-weight:bold;
}
div.root_products-view_product div.caption {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}



div.root_products-view_product div.productTitle h1,div.root_products-view_product div.relatedProductsHeader h1{
	color:#676767;
	font-size:20px;
	line-height:17px;
	margin:0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
div.root_products-view_product div.productcode {
	padding-bottom:13px;
	padding-left:2px;
	line-height:13px;
}
div.root_products-view_product div.description {
	line-height:14px;
}
div.root_products-view_product div.price {
	padding-bottom:12px;
	border-bottom:1px dotted #cfcfcf;
}
div.root_products-view_product div.ingredients {
	padding-top:12px;
	padding-bottom:24px;
	border-bottom:1px dotted #cfcfcf;
}
div.root_products-view_product div.ingredients p{
	margin:0px;
}
div.root_products-view_product div.weight {
	padding-top:10px;
	padding-bottom:13px;
	border-bottom:1px dotted #cfcfcf;
}
div.root_products-view_product div.delivery {
	padding-top:7px;
	padding-bottom:22px;
}
div.root_products-view_product div.delivery span{
	line-height:25px;
	padding-right:50px;
}
div.root_products-view_product div.purchaseOptionBox {
	float:left;
	margin: 0px 10px 0px 0px;
}
div.root_products-view_product div.purchase select{
	width:143px;
	background-color:white;
	border:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	height:24px;
	vertical-align:middle;
	color:#666666;
}
div.root_products-view_product .qty .inputField{
	width:23px;
	height:21px;
	text-align:center;
	border:none;
	font-weight:bold;
	color:#656565;
}
div.root_products-view_product div.addToBasketArea {
	clear:both;
	background-color:#e5e5e5;
	height: 30px;
	margin: 0px 0px 15px 0px;
	padding: 10px;
}
div.root_products-view_product .relatedProduct .qty .inputField {
	border:1px solid #7f7f7f;
}
div.root_products-view_product .qty span {
	padding-right:7px;
}
div.root_products-view_product .qty {
	float: left;
	margin-right: 10px;
}
div.root_products-view_product div.addToBasket {
	float: left;
	margin-right: 10px;
}


div.root_products-view_product .addToBasketButton,
div.root_products-view_product .proceedToCheckoutButton {
	background-image:url('/modules/root/templates/template1/images/mini_basket.gif');
	background-repeat:no-repeat;
	background-position:left center;
	text-transform:none;
	font-size:9px;
	padding-right:15px;
	padding-left:28px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#808080;
	line-height: 10px;
}
div.root_products-view_product  .proceedToCheckoutButton {
	text-transform:uppercase;
	background-image:none;
	padding-left:15px;
	font-size:9px;
	line-height: 10px;
}
div.root_products-view_product form.addToBasket {

}
div.root_products-view_product form.addToBasket .caption{
	font-family:Helvetica,Verdana,Arial,sans-serif;
}
div.root_products-view_product div.relatedProducts div {
	float:left;
}
div.root_products-view_product div.relatedProductsHeader{
	margin-top:10px;
	padding-top:12px;
	padding-left:15px;
	padding-bottom:40px;
	border-top:1px dotted #cfcfcf;
}  
div.root_products-view_product div.relatedProductsHeader img{
	vertical-align:top;   
}
div.root_products-view_product div.relatedProductsHeader h1{
	padding-right:3px;
	color:#858585;
}
div.root_products-view_product div.relatedProductsContainer{
	margin: 0px 0px 15px 0px;
}
div.root_products-view_product div.relatedProduct {
	margin-right:10px;
	margin-bottom: 10px;
	width:120px;
	float: left;
}  
div.root_products-view_product div.relatedProductBoxCol1 {
	clear: left;
}
div.root_products-view_product div.relatedProductBoxCol6 {
	margin-right: 0px;
}
div.root_products-view_product .backButton {
	margin: 0px 0px 15px 0px;
	clear:both;
}
div.root_products-view_product div.relatedProduct  div.highlightedArea1 h4 {
	margin: 0px;
}
div.root_products-view_product div.relatedProduct  div.highlightedArea1 h4 span.price {
	font-weight: bold;
}
div.root_products-view_product div.picture {
	margin-bottom:18px;
	text-align:center;
	min-height: 92px;
}
div.root_products-view_product div.location {
	color:#707070;
	font-size:11px;
	padding-bottom:7px;
	padding-top:5px;
	font-weight:bold;
}
div.root_products-view_product p.viewProductLink {
	margin:0px;
}

div.root_products-view_product {
	vertical-align:top;
}
div.root_products-view_product .overview {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#4d4d4d;
}
div.root_products-view_product td {
	vertical-align:middle;
}
/*========================
	STOCKLIST
========================*/
div.root_stockists-default #contentBoxLv2 {
	padding: 0px;
}
div.root_stockists div.stockistSearchResultsBoxLv1 {
	padding: 0px;
}
div.root_stockists div.stockistSearchResultsBoxLv1 div.stockistDisplayOptions {
	padding: 5px 0px 5px 0px;
}
div.root_stockists div.stockistSearchResultsBoxLv1 div.stockistThumbnailBox {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}
div.root_stockists div.stockistSearchResultsBoxLv1 div.stockistThumbnailBoxNoMargin{
	margin-right:0px;
}

div.root_stockists div.stockistSearchResultsBoxLv1 div.stockistThumbnailBox h2 {
	margin-bottom: 5px;
}
div.root_stockists div.stockistSearchResultsBoxLv1 div.stockistThumbnailBox h2 .town {
	font-weight: normal;
}
div.root_stockists div.stockistSearchResultsBoxLv1 div.stockistThumbnailBox .address {

}
div.root_stockists div.location {
	color:#676767;
	font-size:13px;
	padding-bottom:12px;
}
div.root_stockists div#address {
	margin-bottom: 5px;
}
div.root_stockists p.viewStockistLink {
	margin:0px;
}
div.root_stockists p.viewStockistLink a {
	font-weight: bold;
}

/*======= VIEW STOCKIST ======*/
div.root_stockists-view_stockist div#contentBoxLv2 {	
	padding: 0px;
}
div.root_stockists-view_stockist div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root_stockists-view_stockist .pictureThumbnailsWrapper{
	margin-top:10px;
}
div.root_stockists-view_stockist .pictureContainer{
	float:right;
	margin-right:15px;
	margin-left:15px;
}
div.root_stockists-view_stockist div.caption span{
	font-size:13px;
	font-weight:bold;
}
div.root_stockists-view_stockist div.caption{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div.root_stockists-view_stockist div.stockistTitle{
	background-color:#E5E5E5;
	padding-left:16px;
	padding-top:8px;
	padding-bottom:9px;
}

div.root_stockists-view_stockist div.stockistcode {
	padding-bottom:13px;
	padding-left:2px;
	line-height:13px;
}
div.root_stockists-view_stockist div.description {
	line-height:14px;
}
div.root_stockists-view_stockist div.price {
	padding-bottom:12px;
	border-bottom:1px dotted #cfcfcf;
}
div.root_stockists-view_stockist div.ingredients {
	padding-top:12px;
	padding-bottom:24px;
	border-bottom:1px dotted #cfcfcf;
}
div.root_stockists-view_stockist div.ingredients p{
	margin:0px;
}
div.root_stockists-view_stockist div.weight {
	padding-top:10px;
	padding-bottom:13px;
	border-bottom:1px dotted #cfcfcf;
}
div.root_stockists-view_stockist div.delivery {
	padding-top:7px;
	padding-bottom:22px;
}
div.root_stockists-view_stockist div.delivery span{
	line-height:25px;
	padding-right:50px;
}
div.root_stockists-view_stockist div.purchase select{
	width:143px;
	background-color:white;
	border:none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	height:24px;
	vertical-align:middle;
	color:#666666;
}

div.root_stockists-view_stockist div.formArea {
	clear:both;
	background-color:#e5e5e5;
	margin: 0px 0px 15px 0px;
	width:648px;
}
div.root_stockists-view_stockist div.relatedStockists div {
	float:left;
}
div.root_stockists-view_stockist div.relatedStockistsHeader {
	margin-top:10px;
	padding-top:12px;
	padding-left:15px;
	padding-bottom:40px;
	border-top:1px dotted #cfcfcf;
}
div.root_stockists-view_stockist div.relatedStockistsHeader img {
	vertical-align:top;
}
div.root_stockists-view_stockist div.relatedStockistsHeader h1 {
	padding-right:3px;
	color:#858585;
}
div.root_stockists-view_stockist div.relatedStockistsContainer {

}
div.root_stockists-view_stockist div.relatedStockist {
	float:left;
	margin-right:10px;
	width:122px;
}

div.root_stockists-view_stockist .backButton{
	clear:both;
}

div.root_stockists-view_stockist div.relatedStockist input{
	margin-right:0px;
}
div.root_stockists-view_stockist div.picture {
	margin-bottom:18px;
	text-align:center;
	min-height: 92px;
}
div.root_stockists-view_stockist div.location{
	color:#707070;
	font-size:11px;
	padding-bottom:7px;
	padding-top:5px;
	font-weight:bold;
}


div.root_stockists-view_stockist{
	vertical-align:top;
}
div.root_stockists-view_stockist .overview{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#4d4d4d;
}
div.root_stockists-view_stockist td{
	vertical-align:middle;
}
div.root_stockists-view_stockist #map_canvas{
	width:400px;
	height:400px;
	float:right;
}
div.root_stockists-view_stockist div#county {
	margin-bottom: 20px;
}
div.root_stockists-view_stockist div#telephone {
	font-size: 13px;
	margin-bottom: 20px;
}
/*========================
	VENUES PAGE
======================*/
div.root_venues div.venueSearchResultsBoxLv1 {

}
div.root_venues div.venueSearchResultsBoxLv1 div.createVenueBox {
	margin: 0px 0px 10px 0px;
}

/*============================
	ROOT NEWS
============================*/
div.root_news-default #contentBoxLv2 {
	padding: 0px;
}
div.root_news-default div.newsThumbnailBox {
	clear: both;
	margin-bottom: 20px;
}
div.root_news-default div.newsThumbnailBox h2 {
	margin: 0px;
}
div.root_news-default div.newsThumbnailBox .date {
	font-weight: bold;
	color: #676767;
	font-size: 11px;
}
div.root_news-default div.newsThumbnailBox p.picture {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
div.root_news-default div.newsThumbnailBox p.overview {
	margin-bottom: 0px;
}
div.root_news-default div.newsThumbnailBox p.readMoreLink a {
	font-weight: bold;
	color: #676767;
}
div.root_news table.newsLayout {
	width: 100%;
}
div.root_news table.newsLayout td.threadColumn {
	vertical-align: top;
	padding-right: 10px;
}
div.root_news table.newsLayout td.threadColumn h1 {

}
div.root_news table.newsLayout td.calendarColumn {
	vertical-align: top;
	width: 40%;
}
div.root_news table.newsLayout td.calendarColumn div.calendarColumnBox {

}
div.root_news div.threadOverview {
	margin-bottom: 30px;
}
div.root_news div.threadOverview h2 {
	margin: 0px;
}
div.root_news div.threadOverview p.author {
	margin: 0px;
	font-size: 10px;
}
div.root_news div.threadOverview p.createdOn {
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}

div.root_news div.threadOverview div.image {
	margin-bottom: 10px;
}
div.root_news div.threadDetails h1 {
	margin: 0px;
}
div.root_news div.threadDetails h3 {
	margin: 0px 0px 10px 0px;
}
div.root_news div.threadDetails p.author {
	margin: 0px;
	font-size: 10px;
}
div.root_news div.threadDetails p.createdOn {
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}
div.root_news div.threadDetails p.numberOfComments {
	margin: 0px 0px 10px 0px;
	font-size: 10px;
}
div.root_news div.threadDetails div.thread {
	margin-bottom: 20px;
}
div.root_news div.threadDetails div.image {
	margin-bottom: 10px;
}
div.root_news div.rss {
	float: right;
	width: 50px;
	text-align: right;
}
div.root_news div.latestArticleHeaders ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

div.root_news div.root_newsSearch {
	text-align: right;
}

div.root_news div.archive h4 {
	color: #676767;
	font-weight: bold;
	margin-bottom: 0px;
}
div.root_news div.archive ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.root_news div.archive li.month {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.root_news div.categories ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.root_news div.categories li {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.root_news div.categories ul ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div.root_news div.comments {
	margin: 0px 0px 10px 0px;
}
div.root_news div.comments div.comment {
	margin-bottom: 30px;
}
div.root_news div.comments div.comment h4.author {
	margin: 0px;
	font-size: 11px;
}
div.root_news div.comments div.comment p.createdOn {
	font-size: 10px;
	margin: 0px;
}
/*========= VIEW NEWS ========*/
div.root_news-view_news #contentBoxLv2 {
	padding: 0px;
}
div.root_news-view_news .pictureWrapper {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
