

/*
 * 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 
{
	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: #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;
}
.noLeft_padding{
	padding-left:0px !important;
}
.noRight_padding{
	padding-right:0px !important;
}
#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;
}

/**
 * Popup view
 */
 
.ui-dialog, .ui-dialog .ui-dialog-content
{
	padding:0 !important;
	z-index:99999999;
}
.mobile .ui-dialog{
	position:fixed !important;
	top:0px !important;
}
.ui-dialog{
	-webkit-box-shadow: 0 0 25px 15px black;
   -moz-box-shadow: 0 0 25px 15px black;
	box-shadow: 0 0 25px 15px #666;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0px;
}
.popupdiv .popuptitle
{
    margin-top: 0;
    padding: 10px;
}

.ui-dialog .popupcontent{
	width:100%;
	height:100%;
	padding: 15px !important;
	
}
.popupcontent{
	width:100%;
	height:100%;
	padding: 10px 0 10px 10px !important;
}

.popupcontent .contentwrap
{
	width:100%;
	height:100%;
	overflow-x:hidden;
    padding-right: 10px;
	
}
.popupcontent .image
{
	width:100%;
	height:145px;
	margin: 10px 0px !important;
	background-size: cover;
	background-position: center center;
}
.popupcontent .top{
	padding:2px;
}
.popupcontent .top .productOptions{
	float:right;
	margin-top:-2px
}
.popupcontent .top .productOptions img{
	width:30px !important;
	margin-left:5px;
	float:right;
}
.popupcontent .productDescription{
	padding-bottom:10px;
	
}
.clear 
{
    clear: both;
}

/*.button, .largebutton {
    background-color: #c86804;
    background-image: url("images/thuisb/extralargebuttonbackground.gif");
    background-repeat: repeat-x;
    border: 1px solid #c86804;
    border-radius: 0 !important;
    color: white;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
}*/

a.whitebtn {
    background-image: url("images/thuisb/extralargebuttonbackgroundwhite.gif");
    border: 1px solid #ccc;
    color: #666;
    font-size: 9pt !important;
    margin-bottom: 5px;
}

.goright {
    float: right;
}

/*
 * Siteobject catalog thuisbezorgd styling
*/
.catalog_thuisproduct ul,
.catalog_thuisproduct li{
	list-style:none;
	margin:0px;
}
.catalog_thuisproduct .thuisproduct_box{
	padding:10px;
	position:relative;
}
.catalog_thuisproduct .productName{
	margin-bottom:0px;
}
.catalog_thuisproduct .categorie_link{
	text-decoration:none;
	cursor:default;
	display: inherit;
	position:relative;
}
.siteobject_webshop_catalog .catalog_thuisproduct .top {
	padding-bottom:0px;
}
.siteobject_webshop_catalog .catalog_thuisproduct .price {
    line-height: 31px;
}
.catalog_thuisproduct .image{
	background-size: 100% auto;
	background-position: center center;
	width:100%;
	position:relative;
	background-repeat:no-repeat;
}
.catalog_thuisproduct .image .productOptions{
	position:absolute;
	bottom:0px;
	padding:5px;
}
.catalog_thuisproduct .image .productOptions img{
	width:30px !important;
	margin-right:5px;
}
.siteobject_webshop_catalog .catalog_thuisproduct .bottom {
	width:91%;
	/*padding-top:7px;*/
}/*
.mobile .siteobject_webshop_catalog .catalog_thuisproduct .bottom {
	padding-top:0px !important;
}*/
.mobile .siteobject_webshop_catalog .catalog_thuisproduct .productOptions {
	padding-bottom:10px !important;
}
.siteobject_webshop_catalog .catalog_thuisproduct .title {
   /* height: 23px;*/
    overflow: hidden;
	width:96%;
	margin: 0px !important;
}
.siteobject_webshop_catalog .catalog_thuisproduct .productDescription{
	 /*max-height: 62px;*/
    overflow: hidden;
	width:96%;
}
.siteobject_webshop_catalog .catalog_thuisproduct .categorie_link .toTop{
	position:absolute;
	right:0px;
}
.productDescription p{
	margin-bottom:0px;
}
@media(min-width:992px){
	.catalog_thuisproduct .prodLeft_padding{
		padding-left:10px !important;
		padding-right:0px !important;
	}
	.catalog_thuisproduct .prodRightLeft_padding{
		padding-left:5px !important;
		padding-right:5px !important;
	}
	.catalog_thuisproduct .prodRight_padding{
		padding-left:0px !important;
		padding-right:10px !important;
	}
	.catalog_thuisproduct .item_box{
		padding-bottom:15px;
		display:inline-block !important;
	}
	.catalog_thuisproduct .categorie_link div.img{
		display: none;
	}
	.catalog_thuisproduct .image{
		height:83px;
	}
}
@media (max-width: 992px){
	.catalog_thuisproduct .item_box {
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.siteobject_webshop_catalog .catalog_thuisproduct .categorie_link, .siteobject_webshop_catalog .catalog_thuisproduct .categorie_link:hover{
		text-align:center;
		height:auto !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.catalog_thuisproduct .categorie_link div.img{
		width:100%;
		padding-bottom: 15px;
	}
	.catalog_thuisproduct .categorie_link img{
		margin:0px auto;
		max-width:50%;
	}
	.catalog_thuisproduct .image{
		height:120px;
	}
}
@media (max-width: 768px){
	.categorie_link{
		float:left;
		width:100% !important;
	}
	.catalog_thuisproduct .image{
		height:83px;
	}
	.catalog_thuisproduct .item_box {
		width:50% !important;
		float:left;
	}
}
@media (max-width: 523px){
	.catalog_thuisproduct .image{
		height:73px;
	}
}
@media (max-width: 421px){
	.categorie_link{
		float:none;
	}
	.catalog_thuisproduct .item_box {
		padding-bottom: 15px;
		padding-left: 0;
		width:100% !important;
		padding-right: 0;
		float:none;
	}
	.catalog_thuisproduct .image{
		height:120px;
	}
}

@media (max-width: 380px){
	.catalog_thuisproduct .image{
		height:100px;
	}
}

/*
 * Siteobject dynamicMenu styling
*/
.siteobject_webshop_categorydynamicmenu,
.siteobject_webshop_categorydynamicmenu ul,
.siteobject_webshop_categorydynamicmenu li
{
	position:relative;	
}
.siteobject_webshop_categorydynamicmenu li
{	
	float:left;
}
.siteobject_webshop_categorydynamicmenu *,
.siteobject_webshop_categorydynamicmenu *:hover
{
	text-decoration:none;
}
.siteobject_webshop_categorydynamicmenu ul,
.siteobject_webshop_categorydynamicmenu li{
	margin-bottom:0px;
	list-style:none;
}
.siteobject_webshop_categorydynamicmenu .level1 {
    display: block;
    float: left;
    height: auto;
    text-align: center;
    line-height: 13px !important;
}

.catMenuContainer {
    border-bottom: 2px solid #edbf40;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}
.siteobject_webshop_categorydynamicmenu #menuWrapper {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: auto;
	left: 15px;
	right: 15px;
	overflow: hidden; 
}
.siteobject_webshop_categorydynamicmenu #menuScroller {
	position: absolute;
	z-index: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none; 
}
.siteobject_webshop_categorydynamicmenu #menuPrev{
   	left:-1px !important;
    margin-left:0px !important;
}
.siteobject_webshop_categorydynamicmenu #menuNext{
   	right:-1px !important;
   	left:auto !important;
    margin-left:0px !important;
}
.siteobject_webshop_categorydynamicmenu #menuPrev,
.siteobject_webshop_categorydynamicmenu #menuNext{
	width:15px;
	min-width:15px;
	max-width:15px;
    height:30px !important;
    min-height:30px !important;
    max-height:30px !important;
    position:absolute;
   	bottom:-5px;
    background-position:center center;
    background-repeat:no-repeat;
	z-index:999;
}
@media (max-width: 992px){
	.siteobject_webshop_categorydynamicmenu #menuWrapper {
		left: 35px;
		right: 35px;
	}
	.siteobject_webshop_categorydynamicmenu #menuWrapperSpecial {
		left: 0px;
		right: 0px;
		top: 0px;
		position:fixed;
		width:100%;
		z-index:1;
	}
	
	.siteobject_webshop_categorydynamicmenu #menuPrev{
		left:15px !important;
	}
	.siteobject_webshop_categorydynamicmenu #menuNext{
		right:15px !important;
	}
	#menuWrapper.fixedMenu .submenu2{
		padding:15px 0px;
		display:block;
		float:left;
	}
	#menuPrev.fixedMenu,
	#menuNext.fixedMenu{
		top: 10px !important;
		bottom:auto !important;
	}
}

/*
 * Siteobject dynamicCart styling
*/
.siteobject_webshop_dynamicsmallcart .product{
	padding:10px 10px 15px;
	position:relative;
}
.siteobject_webshop_dynamicsmallcart #ibasket,
.siteobject_webshop_dynamicsmallcart #title,
.siteobject_webshop_dynamicsmallcart .product,
.siteobject_webshop_dynamicsmallcart #totalPriceBox,
.siteobject_webshop_dynamicsmallcart .producttop,
.siteobject_webshop_dynamicsmallcart .productbottom,
.siteobject_webshop_dynamicsmallcart .toCartBox{
	width:100% !important;
	float:left;
}
.siteobject_webshop_dynamicsmallcart .product .remove{
	float:left;
}
.siteobject_webshop_dynamicsmallcart .product .price{
	float:right;
}
.siteobject_webshop_dynamicsmallcart .producttop{
	padding-bottom:10px !important;
}
.siteobject_webshop_dynamicsmallcart #totalPriceBox {
	padding:10px;
	position:relative;
	margin-bottom:15px;
}
.siteobject_webshop_dynamicsmallcart #totalPriceBox .total{
	float:left;
}
.siteobject_webshop_dynamicsmallcart #totalPriceBox .price{
	float:right;
}
.siteobject_webshop_dynamicsmallcart .remove a span{
	background-size: 100% auto;
	float:left;
}
.siteobject_webshop_dynamicsmallcart .toCartBox{
	padding:10px 0px;
}
.siteobject_webshop_dynamicsmallcart .toCartBox a div{
	background-size: 100% auto;
	margin:0px auto;
	cursor:pointer;
}
/*
 * Siteobject checkout in one step styling
*/
.siteobject_webshop_checkoutinonestep .btn{
	margin-bottom:30px !important;
}
.siteobject_webshop_checkoutinonestep ul,
.siteobject_webshop_checkoutinonestep li{
	list-style:none;
}

.siteobject_webshop_checkoutinonestep .siteobject_webshop_checkoutinonestep_customerdata input, 
.siteobject_webshop_checkoutinonestep .siteobject_webshop_checkoutinonestep_customerdata textarea{
	width:100%;
	padding:5px;
}
	
.siteobject_webshop_checkoutinonestep .siteobject_webshop_checkoutinonestep_customerdata select,  
.siteobject_webshop_checkoutinonestep .siteobject_webshop_checkoutinonestep_shippingmethod select{
	width:100%;
	margin-bottom:7px;
	margin-top:7px;
}  
.siteobject_webshop_checkoutinonestep .siteobject_webshop_checkoutinonestep_paymentmethod select{
	width:100%;
	margin-bottom:7px;
}
.siteobject_webshop_checkoutinonestep .radioButton{
	float:left;
}
.siteobject_webshop_checkoutinonestep .optionBox{
	padding:5px !important;
	margin-bottom:7px;
}	
.siteobject_webshop_checkoutinonestep .paymentBox,
.siteobject_webshop_checkoutinonestep .shippingBox{
	padding:0px !important;
}	
.siteobject_webshop_checkoutinonestep .siteobject_webshop_checkoutinonestep_paymentmethod .paymentBox:first-child,
.siteobject_webshop_checkoutinonestep .shippingmethodlist .shippingBox:first-child{
	padding-right:30px !important;
}	
.siteobject_webshop_checkoutinonestep .paymentBox .radioButton,
.siteobject_webshop_checkoutinonestep .shippingBox .radioButton{
	padding-left:5px !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}	
.siteobject_webshop_checkoutinonestep .paymentBox .labelBox,
.siteobject_webshop_checkoutinonestep .shippingBox .labelBox{
	padding-top:5px !important;
	padding-bottom:5px !important;
}	
.siteobject_webshop_checkoutinonestep .radioButton input{
	margin:4px 0 0 !important;
}
.siteobject_webshop_checkoutinonestep .labelBox{
	padding-left:7px !important;
}
.siteobject_webshop_checkoutinonestep .labelBox label{
	padding-left:10px;
}
.paymentBox label {
    height: 20px;
    line-height: 16px;
}
.siteobject_webshop_checkoutinonestep_checkoutconfirm textarea{
	width:100%;
	max-width:100%;
	min-width:100%;
	padding:0px 5px;
	margin-bottom:7px;
}
.siteobject_webshop_checkoutinonestep input{
	margin-bottom:3px !important;
}
.catMenuContainer,.siteobject_webshop_categorydynamicmenu{
	overflow:visible;
}
@media(min-width:998px){
	#actionBar,
	#accountButton,
	#cartButton{
		display:none;
	}

}
@media(max-width:997px){
	.moodsetter{
		margin-bottom: 10px;
	}
	#accountButtonExtra{
		display:none;
	}
}

@media(max-width:479px){
	.siteobject_webshop_checkoutinonestep .radioButton{
		margin-right:10px !important;
	}
	.siteobject_webshop_checkoutinonestep .labelBox label{
		padding-left:10px;
	}

}