/*==================================
	COLUMN MODULE
================================*/
/*====== GENERIC COLUMN MODULE ======*/
div.column {

}
div.column div.columnItem {
	clear: both;
}
/*========== TEMPLATE 1 ==========*/
div.column-template1 {

}

/*========== TEMPLATE 2 ==========*/

/*==============================
	CONTENT TEXT MODULE
================================*/
/*========= GENERIC CONTENT TEXT MODULE ====*/
div.content_text {
	clear: both;
}
div.content_text p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/*======= TEMPLATE 2 =====*/
div.content_text-template2 {
	background-color: #dedede;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/*==========================
	PORTLET MODULE
===========================*/
/*==== GENERIC PORTLET MODULE ====*/
div.portlet {
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.portlet h2 {
}
div.portlet p {
	color: #64625c;
}
div.portlet div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.portlet a {
	border-width: 1px;
}
/*==== 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;
}

/*==========================
	PICTURE MODULE
===========================*/
/*==== GENERIC PICTURE MODULE ====*/
div.picture {
	clear: both;
	margin-bottom: 20px;
}

/*=====================================
	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;
}
div.logs div.pager {
	text-align: center;
	margin: 5px;
}
div.logs div.pager a {
	color: #113366;
	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;
}

/*=======================
	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
===========================*/
/*==== GENERIC PRODUCT THUMBNAIL MODULE ====*/
div.product {
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 20px 0px;
	border-bottom:  1px solid #895a33;
}
div.product div.productName {
	border-bottom: 1px solid #895a33;
	margin-bottom: 20px;

}
div.product h2 {
	background-color: #895a33;
	padding: 6px 4px 6px 4px;
	color: #ffffff;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
div.product div.picture {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.product div.picture img.thumb {
	margin-bottom: 10px;
}
table.priceAndAddToBasket {
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.priceAndAddToBasket td.price {
	font-size: 16px;
	padding: 5px 4px 5px 4px;
	color: #ffffff;
}
table.priceAndAddToBasket td.addToBasket {
	padding: 5px 4px 5px 4px;
	text-align: right;
}
table.priceAndAddToBasket td.addToBasket a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
div.product p.overview {
	font-size: 12px;
	color: #000000;
	padding: 0px;
}
div.product p.viewProductLink {
	text-align: left;
	background-color: #895a33;
	margin: 30px 0px 0px 0px;
	color: #ffffff;
	padding: 5px 4px 5px 4px;
}
div.product p.viewProductLink a {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
/*==== TEMPLATE 1 =========*/
div.product-template1 table.productThumbnailLayout {
	width: 100%;
}
div.product-template1 table.productThumbnailLayout td.pictureColumn {
	vertical-align: top;
	padding: 0px 10px 0px 0px;
	width: 200px;
}
div.product-template1 table.productThumbnailLayout td.infoColumn {
	vertical-align: top;
	padding: 0px;
}
/*==============================
	MANAGE ORDERS
============================*/
div.orders {
	clear: both;
}
div.orders table.manageOrder {
	width: 100%;
}
div.orders span.orderStatusColor {
	padding: 5px;
}
div.orders table.manageOrder td.orderDetailsColumn {
	vertical-align: top;
}
div.orders table.manageOrder td.deliveryAddressColumn {
	vertical-align: top;
}

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


/*=========================
	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;
}

/*============================
	STOCK CONTROL
============================*/
div.stock_control-template1-default div.updateStockButton {
	clear: both;
	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;
}
/*===================
	PRODUCT PROMOTION
===================*/
div.product_promotion {
	clear: both;
	text-align: center;
}
div.product_promotion div.header {
	background-color: #000000;
	color: #ffffff;
	padding: 3px;
	font-size: 14px;
}
div.product_promotion div.price {
	background-color: #000000;
	color: #ffffff;
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
}
div.product_promotion div.link {
	background-color: #895a33;
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
}
div.product_promotion div.link a {
	color: #ffffff;
	font-weight: normal;
}
div.product_promotion div.productHeader {
	border-top: 1px solid #895a33;
	padding-top: 3px;
	margin-top: 3px;
}
div.product_promotion div.productHeader div {
	background-color: #895a33;
	color: #ffffff;
	padding: 3px;
	font-size: 14px;
	font-weight: normal;
}
div.product_promotion div.description {
	background-color: transparent;
	color: #000000;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
}
/*======================
	LOGON
========================*/
div.logon {
	clear: both;
}
