/*
 * 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: #005E93;
}

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 
{
	padding: 5px;
	margin-top:10px;
	margin-bottom: 10px;
	border-top: 1px solid silver;
}

div.cart_discountcode div.left
{
	float: left;
}
	
div.cart_discountcode div.right
{
	float: right;	
}

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
{
	margin: 5px;
}

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: #005E93;
}

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: #005E93;
}

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: #005E93;
}

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: #005E93;
	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: #005E93;
	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;
}


.conceptBG{
	position:absolute; 
	width:300px;
	height:73%;
	margin-left:9%;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
}


.concept{
	position:absolute; 
	width:100%; 
	height:100%; 
	background-position:center center; 
	background-repeat:no-repeat;
}
.listcategory_descriptioncolumn .concept{
	background-size:auto 60%;
}
.leftcolumn .conceptBG{
	height:135px;
	width:445px;
	margin-left:15%;
	margin-top:15%;
}
.rightcolumn .conceptBG{
	width:90%;
	height:45px;
	margin-left:-5px;
	margin-top:55%;
}
.rightcolumn .concept{
	background-size:95% auto;
}

/* tabjes */
#nav_id{
	background-color:#005E93;
	color:#ffffff;
	line-height: 15px;
	font-weight:bold;
	font-size:17px; /* 19px */
	height:32px; /* 15px */
	float:left;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border: 0px 0px 10px 10px; 
	position:absolute;
	max-width:128px;
	overflow:hidden;
	padding: 0 20px; /* 0 20px 15px */
    top: 0;
	
}

/* tabjes */
#nav_title{
	overflow:hidden;
	height:32px;
	line-height: 21px;
    margin-top: 1px;  /* -3px */
}

.siteobject_webshop_categorynavigatemenu{
	width:183px;
	height:467px;
	background-color:#fff;
	padding:15px;
	padding-right:0px;
	float:left;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
	position:relative;
}
#companyMenuBox{
	width:183px;
	height:444px;
	position:relative;
	margin-top:35px;
}
#scroller_box_nav{
	height:100%;
	width:183px;
    position: absolute;
}
#companyMenu{
	padding: 0;
    width: 167px;
    z-index: 1;
}
#companyMenu ul{
	padding: 0;
    width: 100%;
    z-index: 1;
}

.siteobject_webshop_bedrijfoverzicht{
	width:701px;
	position:relative;
	height: 494px;
	float:right;
	margin-right:4px;
}
#company_scroller{
	width:100%;
	overflow:hidden;
	position:relative;
	height: 494px;
    min-height: 494px;
}
#companies{
	padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#companies ul{
	padding: 0;
    width: 100%;
    z-index: 1;
}
.box_company{
	height:108px;
	width:100%;
	margin-bottom:27px;
	position:relative;
}
.scrollerV{
	background-color:#E5513A !important;
	right:3px !important;
}
.scrollerV div{
	background-color:#fff !important;
}
.box_company .form-wrap #shipping .data ul li input, .box_company input[type="checkbox"]{
	margin-top:1px !important;
}
.listcategory_contentcolumn{
	width:459px;
	margin-right:25px;
	height:100%;
	float:left;
	background-color:#fff;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
}
.list_bigItem, .list_bigItem2{

	width:681px;
	height:100%;
	float:left;
	background-color:#fff;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
}
#pattern{
	position:relative;
	z-index:9999;
	color:#000000;
	background-color:#FFFFFF;	
	border:#000000 1px solid;
	padding:6px; 
	font-size:14px;
	margin-top:3px;
	width:200px;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
}
#patternSearch{
	position:relative;
	z-index:9999;
	font-weight:bold;
	background-color:#E20019;
	border:#E20019 3px solid;
	color:white;
	margin-top:3px;
	padding:6px; 
	font-size:14px;
	width:80px;
	margin-left:10px;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
}
.list_bigItem2 #backToCat{
	margin-left:636px;
}
.list_bigItem .listcategory_descriptioncolumn{
	width:94%;
}
.list_bigItem2 .listcategory_descriptioncolumn{
	padding-top:16px !important; 
	width:100%;
}
.listcategory_imagecolumn{
	width:195px;
	height:108px;
	float:left;
	text-align:right;
}
.spacer_companies{
	height:88px;
	margin:10px 10px 10px 15px;
	overflow:hidden;
}
.listcategory_titlecolumn{
	height:10%;
	width:100%;
	float:left;
	margin-top:-10px;
	margin-bottom:21px;
}

/* tabjes */
.listcategory_title{
	background-color:#005E93;
	color:#ffffff;
	font-size:17px; /* 19px */
	line-height: 25px; /* 15px */
	font-weight:bold;
	height:32px; /* 20px */
	float:left;
	padding: 0 20px; /* 0 20px 10px */
	border-radius:0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border: 0px 0px 10px 10px; 
	position:absolute
}
.leftcolumn .listcategory_title{
	left: 45px;
}
.bottomcolumn .listcategory_title{
	left: 15px;
}
.rightcolumn .listcategory_title{
	left: 15px;
}
.listcategory_descriptioncolumn{
	position: relative;
	width:373px;
	height:70px;
	float:left;
	padding-top: 10px;
}
.listcategory_buttoncolumn{
	width:34px;
	height:70px;
	float:right;
	text-align:right;
}
.productLink_button{
	margin-top:34px;
	width:34px;
	height:33px;
	cursor:pointer;
}

.productLink_button i{
	font-size: 33px;
	color:#ff0000;
}





.leftcolumn {
	padding: 0px 15px 15px;
	width: 652px;
    height:475px;
    overflow:hidden;
	z-index:999;
	position: absolute;
	background-color:#fff;
    
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
	border-radius:10px 10px 10px 10px;
}
.rightcolumn{
	padding: 0px 15px 15px;
    width:166px;
	height: 475px;
	position: absolute;
	z-index:999;
	right:30px;
    margin-left:28px;
	background-color:#fff;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
}	
.bottomcolumn {
	padding: 0px 15px 15px;
	width: 878px;
	position:relative;
    height:110px;
    overflow:hidden;
	background-color:#fff;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border: 10px 10px 10px 10px; 
	margin-top:27px;
}
#products{
	width:201px;
	float:left;
}

.topcolumn {
	height: 475px;
	min-height: 475px !important;
}
.plaatjesbox{
	padding-left:33px;
}

#productdescription{
    height:425px;
	width: 627px;
	padding-right: 15px;
	margin-top: 55px;
}
#productsummary{
	overflow:hidden;
	height:441px;
}