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

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