/*
 * Used on objects within the large cart. (Siteobject: Cart)
 */
div.cart_listitems table
{
	width: 100%;	
}

div.cart_listitems td
{
	padding: 5px;
}

div.cart_listitems tr.odd
{
	background-color: #EEEEEE;
}

div.cart_listitems tr.even
{
	background-color: #DDDDDD;
}

div.siteobject_cart p.cart_buttons
{
	text-align: right;
}

div.cart_listitems td img
{
	border: 0px;
}

div.cart_totals 
{
	width: 300px;
	float: right;
	padding: 5px;
}

div.cart_totals div.left
{
	float: left;
}
	
div.cart_totals div.right
{
	float: right;	
}

div.cart_totals div.clear
{
	clear: both;
}

div.cart_discountcode 
{
	margin-top:10px;
	margin-bottom: 10px;
	border-top: 1px solid silver;
}

#discountcode_submit
{
	float: right;
}

div.cart_discountcode div.left
{
	float: left;
	margin-top: 10px;
}
	
div.cart_discountcode div.right
{
	float: right;
	margin-top: 10px;	
}

div.cart_discountcode div.clear
{
	clear: both;
}

/*
 * Siteobject categorymenu: Structural styling for menu.
 */
div.siteobject_webshop_categorymenu
{
	display: inline;	
}

div.siteobject_webshop_categorymenu p.categorymenu_top
{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
}
 
div.siteobject_webshop_categorymenu ul
{
	padding-left: 0px;
	background: none;
}

div.siteobject_webshop_categorymenu ul.level0
{
	width: 200px;
	margin: 5px 0px;	
	border: 1px solid #CCCCCC;
}

div.siteobject_webshop_categorymenu ul.level1
{
	padding-left: 10px;
}
	
div.siteobject_webshop_categorymenu li 
{
	padding-left: 10px;
	line-height: 24px;
	list-style-type: none;
}
/*
 * Siteobject catalog: Structural styling for divs themselves.
 */
div.catalog_currentcategory
{
	margin-bottom: 10px;
}
 
div.catalog_listcategory
{
	margin: 5px;
}

div.catalog_blockcategory
{
	
}

div.catalog_listproduct
{
	margin: 5px;
}

div.catalog_blockproduct
{
	margin: 5px;
}
 
/*
 * Siteobject catalog: Categories in list view.
 */
div.catalog_listcategory table
{
	width: 100%;	
}

div.catalog_listcategory tr.odd
{
	background-color: #EEEEEE;
}

div.catalog_listcategory tr.even
{
	background-color: #DDDDDD;
}

div.catalog_listcategory td.listcategory_imagecolumn
{
	padding: 5px;
}

div.catalog_listcategory td.listcategory_titlecolumn
{
	vertical-align: middle;
}

/*
 * Siteobject catalog: Products in list view.
 */
div.catalog_listproduct table
{
	width: 100%;	
}

div.catalog_listproduct tr.odd
{
	background-color: #EEEEEE;
}

div.catalog_listproduct tr.even
{
	background-color: #DDDDDD;
}

div.catalog_listproduct td, div.catalog_listproduct th
{
	padding: 5px;	
}

div.catalog_listproduct td.listproduct_imagecolumn
{
	padding: 5px;
}

div.catalog_listproduct td.listproduct_titlecolumn
{
	vertical-align: middle;
}

div.catalog_listproduct img
{
	border: 0px;
}

/*
 * Siteobject catalog: Categories in block view.
 */
div.catalog_blockcategory table
{
	width: 100%;
}
 
/*
 * Siteobject catalog: Products in block view.
 */ 
div.catalog_blockproduct table
{
	width: 100%;
	table-layout: fixed;
}

div.catalog_blockproduct td p
{
	padding: 0px;
	margin: 0px;	
}

div.catalog_blockproduct td img
{
	border: 0px;	
}

div.catalog_blockproduct td
{
	padding: 5px;	
}

/**
 * Used for the displaying of steps in the checkout siteobjects. (Template: templates/checkoutSteps.tpl)
 **/ 

#checkoutSteps
{
	width:100%;
	margin-bottom: 40px;
	border-spacing:0;
}

#checkoutSteps td
{
	text-align: center;
	border-top: 1px solid silver;
	padding: 3px;
	margin:0;
	line-height:1.5em;
	width:20%;
}

#checkoutSteps td.active
{
	font-weight:bold;
	border-top: 0px;
	border-bottom: 3px solid silver;
}

#checkoutSteps span.stepLabel{
	font-size:200%;
}

/**
 * Used by the step confirming a checkout. (SiteObject: checkoutconfirm)
 */

div.siteobject_webshop_checkoutconfirm p.addressinfo,
div.siteobject_webshop_checkoutconfirm p.methodsinfo,
div.siteobject_webshop_checkoutconfirm p.cartinfo,
div.siteobject_webshop_checkoutconfirm p.advancedpaymentinfo
{
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 3px;
	margin: 5px 0px;
}

div.siteobject_webshop_checkoutconfirm p.paymentaddress_title,
div.siteobject_webshop_checkoutconfirm p.shippingaddress_title,
div.siteobject_webshop_checkoutconfirm p.paymentmethod_title,
div.siteobject_webshop_checkoutconfirm p.shippingmethod_title
{
	font-weight: bold;
	margin: 5px 0px;
}

div.siteobject_webshop_checkoutconfirm p.paymentaddress_address,
div.siteobject_webshop_checkoutconfirm p.shippingaddress_address
{
	margin: 0px;
	display: block;	
}

div.siteobject_webshop_checkoutconfirm div.advancedpayment
{
	font-weight: bold;
}

div.checkoutconfirm_listitems
{
	width: 100%;	
}

div.checkoutconfirm_listitems table
{
	width: 100%;	
}

div.checkoutconfirm_listitems td
{
	padding: 5px;
}

div.checkoutconfirm_listitems tr.odd
{
	background-color: #EEEEEE;
}

div.checkoutconfirm_listitems tr.even
{
	background-color: #DDDDDD;
}

div.siteobject_cart p.checkoutconfirm_buttons
{
	text-align: right;
}

div.checkoutconfirm_listitems td img
{
	border: 0px;
}

div.checkoutconfirm_totals 
{
	width: 300px;
	float: right;
	padding: 5px;
}

div.checkoutconfirm_totals div.left
{
	float: left;
}
	
div.checkoutconfirm_totals div.right
{
	float: right;	
}

div.checkoutconfirm_totals div.clear
{
	clear: both;
}

/**
 * Used by the step requesting customer data. (SiteObject: customerdata)
 */

div.siteobject_webshop_customerdata table.customerdata
{
	width: 100%;
}

/**
 * Used by the step requesting shipping method and address. (SiteObject: shippingmethod)
 */
 
div.siteobject_webshop_shippingmethod li.shippingmethod
{
	list-style-type: none;
}
 
div.siteobject_webshop_shippingmethod table.shippingmethodlist td
{
	vertical-align: top;
	padding: 3px;
}

div.siteobject_webshop_shippingmethod table.shippingmethod td
{
	vertical-align: top;
	padding: 3px;
}
 
/**
 * Used by the step requesting payment method. (SiteObject: paymentmethod)
 */
  
div.siteobject_webshop_paymentmethod li.paymentmethod
{
	list-style-type: none;
}
 
div.siteobject_webshop_paymentmethod table.paymentmethodlist td
{
	vertical-align: top;
	padding: 3px;
}

div.siteobject_webshop_paymentmethod table.paymentmethod td
{
	vertical-align: top;
	padding: 3px;
}

/**
 * Used on the productdetails. (Siteobject: productdetails)
 */
 
div.siteobject_webshop_productdetails div.mainImage
{
	padding: 0px 10px;
	float: left;
}

div.siteobject_webshop_productdetails div.mainInformation
{
	float: left;
	margin: 10px 0px;
	position: relative;
	width: 100%;
}

div.siteobject_webshop_productdetails div.mainInformation h2
{
	margin: 0px;
}

div.siteobject_webshop_productdetails div.mainInformation h3
{
	margin: 0px;
}

div.siteobject_webshop_productdetails div.priceInformation
{
	float: right;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

div.siteobject_webshop_productdetails div.productdetails_imagethumb
{
	float: left;
}

div.siteobject_webshop_productdetails div.productFooter
{
	padding-top: 20px;	
}

div.siteobject_webshop_productdetails div.discountRule
{
	font-style: italic;
}

div.siteobject_webshop_productdetails div.originalPrice
{
	font-size: 18px;
	text-decoration: line-through;
	display: inline;
}

div.siteobject_webshop_productdetails div.price
{
	font-size: 18px;
	font-weight: bold;
	display: inline;
}

div.siteobject_webshop_productdetails ul.tablist
{
	border-bottom: 1px solid #AAAAAA;
	margin: 0px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 5px;
}

div.siteobject_webshop_productdetails ul.tablist li
{
	display: inline;
	list-style-type: none;
}

div.siteobject_webshop_productdetails div.tabs
{
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;	
	padding: 10px;
}

div.siteobject_webshop_productdetails ul.tablist a 
{
	background-color: #DDDDDD;
	border: 1px solid #AAAAAA;
	line-height: 12px;
	padding: 5px 15px;
	margin-right: 10px;
}

div.siteobject_webshop_productdetails ul.tablist a.current 
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
} 

/**
 * Used on products by keyword in a productlist. (Siteobject: productlist_bykeyword)
 */
 
div.siteobject_webshop_productlist_bykeyword table
{
	width: 100%;	
}

/**
 * Used on products by category in a productlist. (Siteobject: productlist_bycategory)
 */
 
div.siteobject_webshop_productlist_bycategory table
{
	width: 100%;	
}

/**
 * Used on related products in the productdetails. (Siteobject: productlist_relatedproducts)
 */
 
div.siteobject_webshop_productlist_relatedproducts table
{
	width: 100%;	
}

/**
 * Used on favorite products in a productlist. (Siteobject: favoriteproducts)
 */
 
div.siteobject_webshop_favoriteproducts table
{
	width: 100%;	
}

div.siteobject_webshop_favoriteproducts td.listproduct_extracolumn img
{
	cursor: pointer;
}

/**
 * Used on the display of a small cart. (Siteobject: smallcart)
 */
 
div.siteobject_smallcart 
{
	margin-bottom: 20px;
}

div.siteobject_smallcart_products
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.siteobject_smallcart td img
{
	border: 0px;
}

/**
 * Used on the order overview. (Siteobject: orderhistory)
 */
 
div.siteobject_webshop_orderhistory table.data
{
	width:100%;
}

div.siteobject_webshop_orderhistory table.data td
{
	padding: 5px;
}

div.siteobject_webshop_orderhistory table.data th
{
	padding: 5px;
}

div.siteobject_webshop_orderhistory table.data tr.odd
{
	background-color: #EEEEEE;
}

div.siteobject_webshop_orderhistory table.data tr.even
{
	background-color: #F6F6F6;
}

div.siteobject_webshop_orderhistory table.data tr.even:hover, div.siteobject_webshop_orderhistory table.data tr.odd:hover
{
	background-color: #DDDDDD;
	cursor: pointer;
	color: white;
}

/**
 * Used on the order detail. (Siteobject: orderdetail)
 */
div.siteobject_webshop_orderdetail table.data
{
	width:100%;
}

div.siteobject_webshop_orderdetail table.data td
{
	padding: 5px;
}

div.siteobject_webshop_orderdetail table.data th
{
	padding: 5px;
}

div.siteobject_webshop_orderdetail table.data tr.odd
{
	background-color: #EEEEEE;
}

div.siteobject_webshop_orderdetail table.data tr.even
{
	background-color: #F6F6F6;
}

div.siteobject_webshop_orderdetail div.info,
div.siteobject_webshop_orderdetail div.info
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}
	
div.siteobject_webshop_orderdetail .label,
div.siteobject_webshop_orderdetail .label
{
	display: block;
	width: 150px;
	float: left;
	font-weight: bold;
}

/**
 * Responsive
 */
.item-cat {
	font-weight: bold;
	padding: 5px;
}

.item-cat:nth-child(odd) {
	background-color: #DDD;	
}

.item-cat:nth-child(even) {
	background-color: #EEE;	
}

.item-cat img {
	border: 1px solid #000;
	margin-right: 10px;
	vertical-align: middle;
}

.item-cat-block {
	text-align: center;
}

.item-cat-block img {
	border: 1px solid #000;
	margin-bottom: 10px;
}

.product-list-header {
	font-weight: bold;
}

.product-list-header div {
	padding-left: 0;
}

.item-prod-wrapper {
	padding: 10px 0;
	overflow: hidden;
}

.item-prod-add-outer {
    line-height: 32px;
    padding: 10px 0;
    text-align: right;
}

.item-prod-add-outer img {
	max-width: none;
}

.item-prod-outer-wrapper:nth-child(even) {
	background-color: #DDD;	
}

.item-prod-outer-wrapper:nth-child(odd) {
	background-color: #EEE;
}

.item-prod-wrapper div {
	line-height: 32px;
	padding-left: 0;
}

.item-prod-wrapper div span {
	font-weight: bold;
}

.item-prod img {
	border: 1px solid #000;
}

.priceInformation-flex {
	text-align: right;
}

.priceInformation-flex img {
	max-width: none;
}
 
.clickable-parent {
	position: relative;
}

.main-image img {
	max-width: none;
}

.clickable-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.current-step h2 {
	font-weight: bold;
}

.header-item {
	font-weight: bold;
	text-align: right;	
}

.header-item-name {
	text-align: left;
}

.item {
	text-align: right;
}

.item-row {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

.item-name {
	text-align: left;
}

.item-name .item-image {
	position: relative;	
}

.total-row {
	border-top: 1px solid #000;
}

.invoice-subtotal,
.invoice-subtotal-number {
	padding-top: 20px;	
}

.invoice-subtotal,
.invoice-vat,
.invoice-total {
	font-weight: bold;
	text-align: right;	
}

.invoice-subtotal-number,
.invoice-vat-number,
.invoice-total-number {
	text-align: right;
}

.customer-name-title,
.customer-email-title,
.customer-companyname-title,
.customer-coc-title,
.customer-vat-title,
.customer-invoice-title {
	font-weight: bold;
}

.row-wrapper {
	overflow: hidden;	
}

.product-image,
.product-title,
.product-price,
.product-add {
	text-align: center;
}

.product-image img {
	border: 1px solid #000;
}

.step-position {
	background-color: #E7E7E7;
	font-weight: bold;
	font-size: 1.20em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.current-step {
	background-color: #F8F8F8;
}

.customer-shipping-title {
	font-weight: bold;
}

.addressinfo,
.methodsinfo,
.cartinfo {
	border-bottom: 1px solid #000;
	font-size: 1.20em;
	font-weight: bold;
	margin: 40px 0 10px 0 !important;
	padding-bottom: 10px;
}

.order {
	text-align: right;
}

.label
{
	color: inherit !important;
}