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

}
div.column div.columnItem {
	clear: both;
}
/*==============================
	CONTENT TEXT MODULE
================================*/
/*========= GENERIC CONTENT TEXT MODULE ====*/
div.content_text {
	clear: both;
	color: #585858;
	font-size: 11px;
}
/*======= 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: #cecece;
}
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: #cecece;
}
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 {
	margin-bottom: 10px;
	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;
}
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: 10px;
	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.imageCount {
	margin-top: 0px;
}
div.product p.price {
	font-size: 13px;
}
div.product p.price em {
	font-style: normal;
}
div.product p.overview {
	color: #cecece;
}
div.product p.viewProductLink {
	text-align: left;
}
/*==== TEMPLATE 1 =========*/
div.product-template1 {
	vertical-align: top;
	padding: 0px;
}
div.product-template1 h2 {
	font-size: 12px;
}
div.product-template1 p.tagline {
	font-size: 12px;
	color: #333333;
}
/*==============================
	MANAGE ORDERS
============================*/
div.orders {
	clear: both;
}
div.orders table.manageOrder {
	width: 100%;
}
div.orders span.orderStatusColor {
	padding: 5px;
}

/*============================
	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 {
	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 div.manageCountriesMenu {
	margin-bottom: 10px;
}

div.ecommerce_settings div.backButton {
	margin-bottom: 10px;
}
/*========================
	BLOG
========================*/
div.blog table.blogLayout {
	width: 100%;
}
div.blog table.blogLayout td.articleColumn {
	vertical-align: top;
	width: 450px;
}
#content div.blog table.blogLayout td.articleColumn h1 {
	font-size: 18px;
	letter-spacing: 0px;
}
#content div.blog table.blogLayout td.articleColumn h3 {
	font-weight: bold;
}
div.blog table.blogLayout td.calendarColumn {
	vertical-align: top;
	padding-left: 10px;
}
div.blog h1.articleHeader {
	margin-bottom: 5px;
}
div.blog p.author {
	margin-bottom: 0px;
	margin-top: 0px;
}
div.blog p.author strong {

}
div.blog p.numberOfComments {
}
div.blog p.createdOn {
	margin-top: 0px;
	margin-bottom: 15px;
}
div.blog p.createdOn strong {
}
div.blog div.commentsBox div.commentBox {
}
div.blog div.articleBox {
}
div.blog div.commentBox p.author {
	margin-top: 0px;
}
div.blog div.latestArticlesBox {
}
div.blog div.latestArticlesBox div.article {
	margin-bottom: 20px;
}
div.blog div.latestArticlesBox div.article p.viewArticle {
}
div.blog div.latestArticlesBox div.article p.viewArticle a {
	color: #424242;
}
div.blog div.latestArticlesBox div.article h2 {
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
div.blog div.blogSearch {
	clear: both;
	text-align: right;
}
div.blog h1, div.blog h2, div.blog h3 {
	margin-bottom: 10px;
}
div.blog moduleMenuLv1 {
	clear: both;
}
div.blog div.rss {
	clear: both;
	float: right;
	text-align: right;
	width: 200px;
}
div.blog table.blogLayout td.calendarColumn h2 {
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}
div.blog table.blogLayout td.calendarColumn p {
	margin-top: 0px;
}
div.blog table.blogLayout td.calendarColumn h3 {
	margin-top: 10px;
	color: #d5d6d6;
	margin-bottom: 0px;
}
div.blog table.blogLayout td.calendarColumn ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.blog table.blogLayout td.calendarColumn div.latestArticleHeaders ul {
	list-style: none;
	padding: 0px;
}
div.blog div.latestArticleHeaders {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.blog div.latestArticleHeaders ul li a {
	color: #424242;
}
div.blog div.archive {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.blog div.archive li a {
	color: #424242;
	font-weight: bold;
}
div.blog div.categories {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.blog div.categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.blog div.categories li {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.blog div.categories ul ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div.blog div.categories li a {
	color:  #d5d6d6;
	font-weight: normal;
}