
/*
 * 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_webshop_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;	
	text-align: right;
}

div.cart_totals div.clear
{
	clear: both;
}

div.cart_discountcode 
{
	padding: 5px 0px;
	margin-top:10px;
	margin-bottom: 10px;
	border-top: 1px solid silver;
}


#discountcode_input{
	height:30px;	
}
div.cart_discountcode div.left
{
	float: left;
	padding: 15px;
}
	
div.cart_discountcode div.right
{
	float: right;
	padding: 15px;
}

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

/*
 * Siteobject catalog: Multipage.
 */ 
.pager
{
	text-align: center;
	position: relative;
}

.pager div
{
	display: inline-block;
}

.multipage a, .multipage span
{
	padding: 0px 3px;
}


/**
 * 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_webshop_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;
	text-align: 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.mainInformation
{
	clear: both;
}

div.siteobject_webshop_productdetails ul.tablist
{
	/* border-bottom: 1px solid #AAAAAA; */
	margin: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	overflow: hidden;
}

div.siteobject_webshop_productdetails ul.tablist li
{
	display: inline-block;
	list-style-type: none;
	padding: 3px 0px;
	height: 23px;
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: bold;
	float: left;
}

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;
	margin-right: 10px;
	*/
	line-height: 23px;
	padding: 2px 15px;
	text-decoration: none !important;
}

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;
}

/*New*/
.btnCart{
	height:40px;
}
#discountcode_input{
	margin-bottom:10px;
}

.progressSteps {
    padding-bottom: 5px;
}
.progressSteps h3 {
    margin-bottom: 0;
    width: 100%;

}
.progressSteps ol li {
    list-style: outside none;
}
.step-label, .step-content {
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 4px !important;
    padding: 12px 16px 7px !important;

}
.progressSteps ol.steps {
    float: right;
    margin-bottom: 0;
    margin-top: 3px;
    padding-left: 0px;
}
.progressSteps ol.steps li {
    float: right;
    padding-left: 13px;
}
.complete-step-label a{
	float:right;
    margin-top: 8px;
}
.current-step-content input, .current-step-content select, .current-step-content textarea{
	width:100%;
}
.current-step-content select, .current-step-content textarea{
	width:100% !important;
}
.current-step-content .btnPrevious,
.current-step-content .continue{
	background-image:none !important;
	text-align:center !important;
	padding:0px !important;
	width:45%;
	line-height: inherit;
	margin-top: 5px;
	margin-bottom: 10px;
}
.current-step-content .continue2{
	background-image:none !important;
	text-align:center !important;
	padding:0px !important;
	width:100%;
	line-height: inherit;
	margin-top: 5px;
	margin-bottom: 10px;
}
body .current-step-content input#paymentAddressStreetName,
body .current-step-content input#shippingAddressStreetName{
	width:80% !important;
}
body .current-step-content input#paymentAddressHouseNumber,
body .current-step-content input#shippingAddressHouseNumber{
	width:18% !important;
	float:right;
}
body .current-step-content input#paymentAddressZipCode,
body .current-step-content input#shippingAddressZipCode{
	width:30% !important;
}
body .current-step-content input#paymentAddressCity,
body .current-step-content input#shippingAddressCity{
	width:68% !important;
	float:right;
}

@media (min-width: 768px) {
	.specialOrderColumn{
		display:none;
	}
}
@media (max-width: 767px) {
	.headColumn{
		display:none;
	}
	span.favorite{
		position:relative !important;
		top:0px !important;
	}
}