body{
	background-image:url(../images/master_background2.jpg);
	background-position:center top;
	
	background-color: #FFFFFF;	
	background-repeat:repeat-y;
	margin: 0;
}

img{
	border: 0px;
}

#column_left{
	width:218px;
	float: left;
	clear: both;
}

#categories_bg{
	background-image: url("../images/categories_bg_repeat.jpg");
	background-repeat: repeat-y;
	width:218px;
	float: left;
	margin-top: 10px;
}

#categories{
	background-image: url("../images/categories_bg.jpg");
	background-repeat: no-repeat;
	width:218px;
	float: left;	
}

#categories_footer{
	float: left;
	background-image: url(../images/categories_footer.jpg);
	background-position: top;
	width:218px;
	height:17px;
}

#boxes{
	float: left;
	width:100%;
}

#column_right{
	width: 190px;
	float: left;
	margin-top: 1px;
}

#content{
	width: 580px;
	float: right;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height:407px; /* Other browsers */
	height:auto !important; /* IE7 CSS heigth Hack */
	height:expression(document.body.clientWidth > 407? "407px": "auto" ); /* IE6 CSS heigth Hack */
	
	padding-left: 17px;
	padding-right: 18px;
	
	
}

#content_wide{
	width: 605px;
	float: right;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 10px;
}

#content_footer{
	background-image: url(../images/content_footer.png);
	background-repeat: no-repeat;
	width: 615px;
	float: right;
	background-position: right;
	height: 17px;
}

#recent_history{
	margin-top: 20px;
	width: 580px;
	float: right;
	margin-right: 18px;
}

#master{
	margin:0 auto; 
	width:845px;
}

#master_content{
	width: 100%;
	float: left;
	background-image: url(../images/content_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0;
	margin-top: 10px;
}

#footer{
	width: 100%;
	margin-top: 10px;
	background: none;
	position: relative;
	overflow: hidden;
}

#footerTop{
	background-image: url(../images/footer_bg_top.png);
	background-repeat: no-repeat;
	width:843px;
	height:18px;
}

#footerMiddle{
	width: 100%;
	padding: 0px;
	background-image: url(../images/footer_bg_middle.png);
	background-repeat: no-repeat;
}

#footerBottom{
  background-image: url(../images/footer_bg_bottom.png);
  background-repeat: no-repeat;
  width:843px;
	height:20px;
}

#footerColumnContainer{
  float:left;
  margin: 0px 0px 0px 8px;  
}

#footerColumnTop{
  background-image: url(../images/footer_column_bg_top.png);
  background-repeat: no-repeat;
  width: 158px;
  height: 10px;
}

#footerColumnMiddle{
  background-image: url(../images/footer_column_bg_middle.png);
  background-repeat: repeat-y;
  padding: 0px 8px 0px 8px;
  min-height: 125px;
  width: 142px;
}

#footerColumnBottom{
	background-image: url(../images/footer_column_bg_bottom.png);
	background-repeat: no-repeat;
	width: 158px;
  height: 10px;
}

#currencies{
	float: left;
}

#box_search{
	float: left;
	width: 218px;
	height: 94px;
	background-image: url(../images/search_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 0;	
}

.box_bg{
	background-image: url("../images/categories_bg_repeat.jpg");
	background-repeat: repeat-y;
	width:218px;
	float: left;
	margin-top: 10px;
}

.box{
	background-image: url("../images/categories_bg.jpg");
	background-repeat: no-repeat;
	width:218px;
	float: left;	
}

.box_body{
	width: 200px;
	margin:8px; 
}

.box_footer{
	float: left;
	background-image: url(../images/categories_footer.jpg);
	background-position: top;
	width:218px;
	height:17px;
}

#languages{
	float: right;
	margin: 5px;
}

#header{
	width: 100%;
}

#title{
	float: right;
	width: 615px;
	height: 106px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#logo{
	width: 228px;
	height: 137px;
	float: left;
	background-image: url(../images/logo_mb.png);
	background-repeat: no-repeat;
}

#bags{
	float: right;
	width: 200px;
	height: 241px;
	overflow: auto;
}


#menu{
	float: right;
	height: 31px;
	width: 615px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px
}

#copyright{
	
}

#sublinks{
	
}

.categorieheaderbody{
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
	width: 500px;
}

.product_sorting{
	margin-bottom: 20px;
	margin-left: 10px;
}

.product_listing{
	background-image: url(../images/product_listing_bg.gif);
	background-repeat: no-repeat;
	width:233px;
	height: 284px;
	float:left; 
	margin-bottom:20px;
	margin-left:20px;
	padding-left: 10px;
}

.product_listing_leeg{
	height: 100px; 
	text-align: center; 
	margin-left: 2px;
}

/* modules */
#modules_links{
	border-left: 1px solid black;	
	margin: 0;
	padding: 0;
	float: left;
}
#modules{
	float: left;
	clear: left;
	width: 500px;
	height: 250px;
	border: 1px solid black;
	margin-bottom: 10px;	
	background-color: #EEEEEE;
}


#module_crosssell_link{
	border-right: 1px solid black;
	border-top: 1px solid black;

	float: left;	
	padding: 5px;
	margin: 0;
}

#module_crosssell{
	width: 500px;
	height: 150px;
	position: absolute;
	color: #EEEEEE;
}

#module_crosssell #item{
	width: 200px;
	float: left;
}

#module_alsopurchased_link{
	border-right: 1px solid black;
	border-top: 1px solid black;

	float: left;	
	padding: 5px;
	margin: 0;
}

#module_alsopurchased{
	width: 500px;
	height: 150px;
	position: absolute;
	
}

#module_alsopurchased #item{
	width: 200px;
	float: left;
}

#infoscherm{
	width: 411px;
	
	margin: 0 auto;
	padding: 15px;
}

#infoscherm #tekst{
	background-color: white;
	border: 1px solid black;
	padding: 15px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #FFFFFF;
}
#tooltip div { margin: 0; }

#tooltip img{
	width: 300px;
	text-align: center;
	vertical-align: middle;
}

table#shipping_cart{
	margin-top: 20px;
}

#header_bottom{
	width: 100%;
}

.breadcrumb_table{
	clear: both;
	width: 680px;
	margin-left: 10px;
	float: left;
}
.sharebox{
	float: right;
}

#shoppingCart{
	float: right;
	margin-top: 15px;
	margin-right: -20px;
	width: 202px;
	height: 83px;
	background-image: url(../images/shopping_cart_bg.png);
	background-repeat: no-repeat;
	padding: 15px 10px 10px 10px;
}

#shoppingCart .font1{
	color:#A8A8E2;
}

#shoppingCart .font2{
	color:#3d1e1f;
}

#shoppingCart .hr{
  background: #A8A8E2;
  height: 1px;
  width: 146px;
  margin: 5px 0px 5px 0px;
}

fieldset{
	border:1px #FFCAE3 solid;
	margin-top:20px;
	margin-bottom: 10px;
	width: 500px;
}

/* loginpage */
.loginpagebox{
}

.loginpagebox .inputfield{
	width: 250px;
}

/* end loginpage */

.pagina_navigatie, .pagina_sort{
	width: 510px;
	margin-left: 20px;
	margin-bottom: 5px;
}

fieldset.recent_history{
	width: 540px;
	margin-left: 10px;
	border:1px #FFCAE3 solid;
}

.shoppingbox{
	width: 540px;
}

table.shoppingbox{
	width: 530px;
	margin-left: 15px;
}

fieldset.recent_history{
	width: 540px;
	margin-left: 10px;
	border:1px #FFCAE3 solid;
}


