/*==================================
	COLUMN MODULE
================================*/
div.column {
	clear: both;
}
/*==============================
	CONTENT TEXT MODULE
================================*/
div.content_text {
	clear: both;
}
/*======= TEMPLATE 2 =====*/
div.content_text-template2 {
	background-color: #faf9f5;
	border: 1px solid #d1d1cf;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/*==========================
	PORTLET MODULE
===========================*/
div.portlet {
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.portlet h2 {
	font-weight: bold;
	font-size: 15px;
}
div.portlet p {
	color: #64625c;
}
div.portlet div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.portlet a {
	border-width: 1px;
	font-weight: normal;
}
/*==== PORTLET TEMPLATE 1 =====*/
div.portlet-template1 {
}
/*==== PORTLET TEMPLATE 2 =====*/
div.portlet-template2 {
}
div.portlet-template2 h2 {
	margin-top: 0px;
}
div.portlet-template2 p {
	background-color: transparent;
	color: #64625c;
}
div.portlet-template2 td.picture {
	vertical-align: top;
	padding-right: 10px;
}
div.portlet-template2 td.details {
	vertical-align: top;
}
/*==== PORTLET TEMPLATE 4 =====*/
div.portlet-template4 {
	height: 137px;
	width: 185px;
	background-image: url('/modules/portlet/templates/template4/images/bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
div.portlet-template4 .lv2 {
	padding: 13px;
}
div.portlet-template4 p {
	background-color: transparent;
	color: #373737;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
div.portlet-template4 p a {
	color: #373737;
	font-size: 12px;
	font-weight: normal;
}
div.portlet-template4 div.picture {
	margin: 0px;
	border: 1px solid #cccccc;
}

/*==========================
	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;
	background-color: transparent;
	color: #4A4B4C;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
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: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.product h2 {
}
div.product div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
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;
}
/*==== TEMPLATE 1 =========*/
div.product-template1 table.productThumbnailLayout td.pictureColumn {
	vertical-align: top;
	padding: 10px;
}
div.product-template1 table.productThumbnailLayout td.infoColumn {
	vertical-align: top;
	padding: 10px;
}
/*==========================
	PRODUCT PROMOTION THUMBNAIL MODULE
===========================*/
div.product_promotion {
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	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: 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: 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: 00px 0px 20px 0px;
}
/*============================
	STOCK CONTROL
============================*/
div.stock_control {
	clear: both;
}
div.stock_control-template1-default div.updateStockButton {
	text-align: right;
}

/*============================
	GALLERY PICTURE
=============================*/
div.gallery_picture {
}
div.gallery_picture div.picture {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.gallery_picture div.picture img {
	width: 120px;
	height: 80px;
}
/*================================
	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;
}
/*====================
	NEWS
=====================*/
div.news {
}
div.news p.newsDate {
	margin-top: 0px;
}
div.news h2 {
	margin-bottom: 0px;
}
div.news .picture {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.news .viewProductLink {
	clear: both;
}
/*====================
	EVENTS
=====================*/
div.event {
}
div.event p.eventDate {
	margin-top: 0px;
}
div.event h2 {
	margin-bottom: 0px;
}
/*====================
	PRODUCTS
=====================*/
div.products {

}
div.products div.searchResults table.productBox {
	border: 1px solid #D1D1CF;
	margin: 10px 0px 10px 0px;
	width: 100%;
	background-color: #FFFFFF;
}
div.products div.searchResults table.productBox td.pictureBox {
	width: 160px;
	vertical-align: top;
}
div.products div.searchResults table.productBox td.productDetails {
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
div.products div.searchResults form.addToBasketBox {
	text-align: right;
}
div.products div.searchResults form.addToBasketBox .button {
	margin: 0px;
}
div.products div.pager {
	clear: both;
}
div.products table.productLayout td.pictureColumn {
	text-align: right;
	vertical-align: top;
	width: 300px;
}
div.products table.productLayout td.informationColumn {
	text-align: left;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}
/*===========
  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;
}
/*==================
	ROOT
==================*/
/*====== ROOT TEMPLATE 1 ======*/
body.root-template1 {
	background-color:#f9ecf1;
}
body.root-template1 #pageBoxLv1 {
	background-color: transparent;
	background-image: url('/modules/root/templates/template1/images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
body.root-template1 #pageBoxLv1 #content {
}
body.root-template1 #mainMenuWrapper {
	background-image: url('/modules/root/templates/template1/images/menuBg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
body.root-template1 #footer {
	background-image: url('/modules/root/templates/template1/images/bgFooter.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
}
body.root-template1 #footer #contactDetails {
	padding-top: 58px;
}
body.root-template1 #mainMenu td {
	background-color: #f9ecf1;
}
/*====== ROOT TEMPLATE 2 ======*/
body.root-template2 {
	background-color: #FFFFFF;
}
body.root-template2 #pageBoxLv1 {
	background-color: transparent;
	background-image: url('/modules/root/templates/template2/images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;

}
body.root-template2 #pageBoxLv1 #content {
}
body.root-template2 #mainMenuWrapper {
	background-image: url('/modules/root/templates/template2/images/menuBg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
body.root-template2 #mainMenu td {
	background-color: #FFFFFF;
}
body.root-template2 #footer {
	background-image: url('/modules/root/templates/template2/images/bgFooter.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
}
body.root-template2 #footer #contactDetails {
	padding-top: 58px;
}
/*====== ROOT TEMPLATE 3 ======*/
body.root-template3 {
	background-color: #FFFFFF;
}
body.root-template3 #pageBoxLv1 {
	background-color: #FFFFFF;
	background-image: none;
}
body.root-template3 #pageBoxLv1 #content {

}