/* ========================================================================================= */
/* === WITTAMER ONLINE SHOP STYLESHEET ===================================================== */
/* ========================================================================================= */
 
div#ShippingDestination a {
	display: block;
	border: 1px solid #EAE9E9;
	padding: 20px;
	font-size: 14px;
}

div#ShippingDestination a.Belgium {
	background: #F6F6F6 url(../images/shop/belgium.gif) no-repeat 370px 4px;
}

div#ShippingDestination a.Abroad {
	background: #F6F6F6 url(../images/shop/world.gif) no-repeat 370px 4px;
	margin: 20px 0 10px 0;
}

div#ShippingDestination a:hover {
	background-color: #EEEEEE;
}

div#ShopContainer input,
div#ShopContainer textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* ========================================================================================= */
/* === COLUMNS ============================================================================= */
/* ========================================================================================= */
 
div#ShopContainer {	
	width: 747px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
 
div#ShopLeft {
	float: left;
	width: 482px;
	padding: 10px 12px 0 0;
	border-right: 1px solid #e4e0dd;
}
 
div#ShopRight {
	float: right;
	width: 240px;
}
 
/* ========================================================================================= */
/* === SHOP HEADER ========================================================================= */
/* ========================================================================================= */

div#ShopHeader {
	background: url(../images/shop/dots.gif) bottom repeat-x;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
}

div#ShopHeaderLeft {
	float: left;
}

div#ShopHeaderLeft h1 {
	margin: 5px 0;
}

a.ShipToWorld {
	float: right;
	display: block;
	background: #F6F6F6 url(../images/shop/world.gif) top center no-repeat;
	width: 136px;
	height: 16px;
	padding: 50px 0 0 0;
	text-align: center;
	border: 1px solid #eae9e9;
	font-size: 9px;
	text-decoration: underline;
	text-transform: uppercase;
}

a.ShipToBelgium {
	float: right;
	display: block;
	background: #F6F6F6 url(../images/shop/belgium.gif) top center no-repeat;
	width: 136px;
	height: 16px;
	padding: 50px 0 0 0;
	text-align: center;
	border: 1px solid #eae9e9;
	font-size: 6px;
	text-decoration: underline;
	text-transform: uppercase;
}

div#ShopPageTitle {
	overflow: hidden;
	width: 100%;
	line-height: 24px;
	margin: 0 0 10px 0;
}

h1.Shop {
	float: left;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #544029;
}

a.BackToList {
	float: right;
}

/* ========================================================================================= */
/* === STEPS =============================================================================== */
/* ========================================================================================= */
 
ul#Steps {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul#Steps li {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #A0A0A0;
	text-transform: uppercase;
	padding: 0 16px 0 17px;
	margin: 0 1px;
	line-height: 24px;
	border: 1px solid #eae9e9;
	background: #F4F4F4;
}

ul#Steps li.Active {
	color: #FFFFFF;
	background: #D92472;
	border: 1px solid #D92472;
}

		ul#StepsNL {
			margin: 0 0 20px 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}
		
		ul#StepsNL li {
			float: left;
			font-size: 10px;
			font-weight: bold;
			color: #A0A0A0;
			text-transform: uppercase;
			padding: 0 12px 0 14px;
			margin: 0 1px;
			line-height: 24px;
			border: 1px solid #eae9e9;
			background: #F4F4F4;
		}
		
		ul#StepsNL li.Active {
			color: #FFFFFF;
			background: #D92472;
			border: 1px solid #D92472;
		}
		
		
		
		ul#StepsEN {
			margin: 0 0 20px 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}
		
		ul#StepsEN li {
			float: left;
			font-size: 10px;
			font-weight: bold;
			color: #A0A0A0;
			text-transform: uppercase;
			padding: 0 16px 0 15px;
			margin: 0 1px;
			line-height: 24px;
			border: 1px solid #eae9e9;
			background: #F4F4F4;
		}
		
		ul#StepsEN li.Active {
			color: #FFFFFF;
			background: #D92472;
			border: 1px solid #D92472;
		}

/* ========================================================================================= */
/* === USER BOX ============================================================================ */
/* ========================================================================================= */

div#ShopUserBox {
	padding: 10px 30px 10px 10px;
	background: url(../images/shop/icon_user.gif) 212px 10px no-repeat;
	font-size: 11px;
}

div#ShopUserBox p {
	text-transform: uppercase;
	color: #5f5f5f;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

div#ShopUserBox a {
	text-decoration: underline;
}

/* ========================================================================================= */
/* === CART BOX ============================================================================ */
/* ========================================================================================= */

div#CartBox {
	border: 1px solid #eae9e9;
	background: #FFFFFF;
}

div#CartBox h3 {
	background: #f4f4f4 url(../images/shop/cart_background.gif) top right no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 11px;
	color: #5F5F5F;
}

div#CartBox h3 span {
	color: #d4005b;
}
 
div#CartBoxContent {
	padding: 10px 15px;
	color: #6c6c6c;
}
 
div#CartBoxContent div#CartItems{
	background: url(../images/shop/dots.gif) bottom repeat-x;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}
 
div#CartBoxContent div#CartTotal{
}
 
div#CartBoxContent p{
	padding: 0;
	margin: 0;
	font-style: italic;
	font-size: 11px;
}
 
div#CartBox a {
	display: block;
	line-height: 28px;
	background: #da2673 url(../images/shop/order_link_background.gif) no-repeat;
	color: #FFFFFF;
	padding: 0 0 0 40px;
	font-weight: bold;
	font-size: 13px;
}

/* ========================================================================================= */
/* === PRODUCT LIST ======================================================================== */
/* ========================================================================================= */

h1.CategoryName {
	color: #544029;
}

div.ProductListItem {
	overflow: hidden;
	width: 100%;
	background: #f4f4f4;
	margin: 3px 0;
	border: 1px solid #eae9e9;
}

a.ProductListImage {
	float: left;
	width: 90px;
	height: 50px;
	padding: 5px;
	background: #FFFFFF url(../images/shop/magnifier.gif) bottom right no-repeat;
	margin: 0 15px 0 0;
}

div.ProductListDescription {
	float: left;
	color: #544029;
	width: 160px;
	padding: 20px 0 0 0;
}

a.AddToCart {
	float: right;
	line-height: 20px;
	background: #FFFFFF url(../images/shop/addtocart.gif) right no-repeat;
	padding: 5px 30px 5px 10px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
	margin: 15px 13px 0 10px;
}

div.Batch {
	overflow: hidden;
	width: 480px;
	margin: 20px 0;
}

div.Batch div.Left {
	float: left;
	width: 100px;
	text-align: center;
}

div.Batch div.Center {
	float: left;
	width: 280px;
	text-align: center;
}

div.Batch div.Right {
	float: right;
	width: 100px;
	text-align: center;
}

/* ========================================================================================= */
/* === PRODUCT DESCRIPTION ================================================================= */
/* ========================================================================================= */

div#ProductDescription {
	border: 1px solid #eae9e9;
	background: #F4F4F4;
	overflow: hidden;
	width: 100%;
}

div#ProductDescriptionImage {
	float: left;
	background: #FFFFFF;
	width: 230px;
	padding: 10px 0;
}

div#ProductDescriptionText {
	float: right;
	width: 230px;
	padding: 10px;
}

div#ProductDescriptionText h1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 16px;
}

div#ProductDescriptionText p#ProductDescription {
	font-size: 13px;
	color: #544029;
	background: url(../images/shop/dots.gif) bottom repeat-x;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

div#ProductDescriptionText p#ProductPrice {
	font-size: 16px;
	color: #544029;
	padding: 0;
	margin: 0;
}

div#ProductDescriptionText p#BelgiumOnly {
	font-size: 11px;
	color: #6c6c6c;
	padding: 0;
	margin: 0;
}

div#ProductDescriptionText a.AddToCart {
	display: block;
	float: none;
	line-height: 20px;
	background: #FFFFFF url(../images/shop/addtocart.gif) right no-repeat;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
	margin: 20px 0 0 0;
}

/* ========================================================================================= */
/* === SHOPPING CART ======================================================================= */
/* ========================================================================================= */

div#ShoppingCart {
	padding: 1px;
	border: 1px solid #e5e5e5;
	color: #5f5f5f;
	margin: 0 0 5px 0;
}

div#ShoppingCart p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

div#ShoppingCart table {
	background: #f6f6f6;
}

div#ShoppingCart table th {
	background: #544029;
	color: #b7a592;
	padding: 5px;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	text-transform: uppercase;
}

div#ShoppingCart table tr.ItemRow {
	background: url(../images/shop/dots.gif) bottom repeat-x;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
}

div#ShoppingCart table td {
	background: #EEEEEE;
	padding: 5px;
}

div#ShoppingCart table .Price {
	width: 75px;
	text-align: right;
}

div#ShoppingCart table .Quantity {
	width: 75px;
	text-align: center;
}

div#ShoppingCart table .RowTotal {
	width: 75px;
	text-align: right;
}

div#ShoppingCart table .Action {
	width: 20px;
}

div#ShoppingCart table tr.SubTotal td {
	background: #EEEEEE;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
}

div#ShoppingCart table tr.Tax td {
	background: #EEEEEE;
	padding: 5px;
}

div#ShoppingCart table tr.GrandTotal td {
	background: #FFFFFF;
	padding: 5px;
}

div#ShoppingCart table tr.GrandTotal td strong {
	color: #D92472;
	font-weight: normal;
}

div#ShoppingCart table tr.GrandTotal td p.TotalFooter {
	font-style: italic;
}

div#ShoppingCart table tr.Recap {
}

input.ButtonRecompute {
	border: 0;
	font-size: 10px;
	font-weight: bold;
	background: #8a8a8a;
	color: #FFFFFF;
	padding: 4px;
	text-transform: uppercase;
}

input.ButtonContinue {
	border: 0;
	font-size: 11px;
	font-weight: bold;
	width: 120px;
	text-align: center;
	background: #da2673;
	color: #FFFFFF;
	padding: 5px 0;
	text-transform: uppercase;
}

input.ButtonEmptyCart {
	border: 0;
	font-size: 11px;
	font-weight: bold;
	width: 120px;
	text-align: center;
	background: #c7c0b9;
	color: #544029;
	padding: 5px 0;
	text-transform: uppercase;
}

input.ButtonEmptyCartEN {
	border: 0;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	background: #c7c0b9;
	color: #544029;
	padding: 5px 0;
	text-transform: uppercase;
}

input.ButtonConfirm {
	border: 0;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
	text-align: center;
	background: #da2673;
	color: #FFFFFF;
	padding: 5px 0;
	text-transform: uppercase;
}

input.ButtonConfirmEN {
	border: 0;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	background: #da2673;
	color: #FFFFFF;
	padding: 5px 0;
	text-transform: uppercase;
}

input.ButtonCancelOrder {
	border: 0;
	font-size: 11px;
	font-weight: bold;
	width: 170px;
	text-align: center;
	background: #c7c0b9;
	color: #544029;
	padding: 5px 0;
	text-transform: uppercase;
}

/* ========================================================================================= */
/* === DELIVERY OPTIONS ==================================================================== */
/* ========================================================================================= */

h2.Delivery {
	background: #544029;
	color: #b7a592;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 10px;
}

div#DeliveryAddressChoice {
	margin: 20px 0;
}

div#DeliveryForm {
	border: 1px solid #e8e8e8;
	background: #f4f4f4;
	padding: 10px 60px;
	color: #5f5f5f;
	margin: 0 0 10px 0;
}

div.TextRow {
	overflow:hidden;
	width: 100%;
	margin: 10px 0;
}

div#DeliveryForm div.FormLabel {
	float: left;
	width: 120px;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
}

div#DeliveryForm div.TextLabel {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 10px 0 0;
}

div#DeliveryForm div.FormField {
	float: left;
}

div#DeliveryForm div.FormField input.Text {
	border: 1px solid #e1e0e0;
	width: 180px;
	padding: 5px;
}

div#DeliveryForm div.FormLabel {
	float: left;
	width: 100px;
	padding: 5px 0 0 0;
}

div#DeliveryForm div.FormField {
	float: left;
}

div#DeliveryForm div.FormField input.Text,
div#DeliveryForm div.FormField textarea.Text {
	border: 1px solid #e1e0e0;
	width: 230px;
	padding: 5px;
}

div#DeliveryForm div.FormField select {
	width: 240px;
}

/* ========================================================================================= */
/* === RECAP PAGE ========================================================================== */
/* ========================================================================================= */

div#Recap {
	border: 1px solid #e8e8e8;
	background: #f4f4f4;
	margin: 0 0 10px 0;
	color: #5f5f5f;
}

div.DeliveryRecap {
	padding: 10px 60px;
	color: #5f5f5f;
	margin: 0 0 10px 0;
}

div.DeliveryRecap div.FormLabel {
	float: left;
	width: 120px;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
}

div.DeliveryRecap div.TextLabel {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0 10px 0 0;
}

div.DeliveryRecap div.FormField {
	float: left;
}

div#Recap table th {
	background: #544029;
	color: #b7a592;
	padding: 3px 10px;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}

div#Recap table tr.ItemRow {
	background: url(../images/shop/dots.gif) bottom repeat-x;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
}

div#Recap table td {
	background: #EEEEEE;
	padding: 8px 10px;
}

div#Recap table .Price {
	width: 75px;
	text-align: right;
}

div#Recap table .Quantity {
	width: 75px;
	text-align: center;
}

div#Recap table .RowTotal {
	width: 75px;
	text-align: right;
}

div#Recap table tr.GrandTotal td {
	background: #FFFFFF;
	padding: 5px 10px;
}

div#Recap table tr.GrandTotal td strong {
	color: #D92472;
	font-weight: normal;
}

div#RecapFooter {
	padding: 10px;
}

div#RecapFooter p {
	padding: 0;
	margin: 3px 0;
}