/* messagebox afmetingen
============================================================================= */
#MB_MessageBoxContent,
div.MB_PopupHeader,
iframe.popupframe {
	width:400px;
}
#MB_MessageBox{
	height:320px;
}
iframe.popupframe{
	height:250px;
}

/* sizeChart widths
=============================================*/

.sizeChart01 #MB_MessageBoxContent, .sizeChart01 div.MB_PopupHeader, .sizeChart01 iframe.popupframe,
.sizeChart02 #MB_MessageBoxContent, .sizeChart02 div.MB_PopupHeader, .sizeChart02 iframe.popupframe,
.sizeChart03 #MB_MessageBoxContent, .sizeChart03 div.MB_PopupHeader, .sizeChart03 iframe.popupframe,
.sizeChart04 #MB_MessageBoxContent, .sizeChart04 div.MB_PopupHeader, .sizeChart04 iframe.popupframe,
.sizeChart05 #MB_MessageBoxContent, .sizeChart05 div.MB_PopupHeader, .sizeChart05 iframe.popupframe {
	width:472px;
}
.sizeChart06 #MB_MessageBoxContent, .sizeChart06 div.MB_PopupHeader, .sizeChart06 iframe.popupframe {
	width:772px;
}

/* sizeChart heights
=============================================*/

/* shoes boys/girls */
.sizeChart01{ 
	height:253px!important; }
.sizeChart01 iframe.popupframe{ 
	height: 209px!important; }

/* shoes boys/girls */
.sizeChart02{ 
	height:299px!important; }
.sizeChart02 iframe.popupframe{ 
	height: 255px!important; }

/* shoes children */
.sizeChart03{ 
	height:368px!important; }
.sizeChart03 iframe.popupframe{ 
	height: 324px!important; }

/* shoes men */
.sizeChart04{ 
	height:483px!important; }		
.sizeChart04 iframe.popupframe{ 
	height: 439px!important; }

/* shoes women/infants */
.sizeChart05{ 
	height:506px!important; }
.sizeChart05 iframe.popupframe{ 
	height: 462px!important; }

/* clothing men/women */
.sizeChart06{
	height:345px!important; }
.sizeChart06 iframe.popupframe{
	height:301px!important;
}

/* MB_loader
============================================================================= */
#MB_Loader {
	position: fixed;
	top:50%;
	left:50%;
	width:120px;
	height:30px;
	z-index: 980;
	color:#999;
	background:url(../gfx/loader.gif) no-repeat;
}
p#MB_LoaderContent {
	margin:0;
	line-height:30px;
	text-align:center;
}
/* MB_MessageBox
============================================================================= */
#MB_MessageBox {
	margin:0px;
	padding:0px;
	position: fixed;
	top:300px;
	left:50%;
	z-index: 990;
}
/* MB_MessageBox > MB_PopupHeader
============================================================================= */
div.MB_PopupHeader {
	margin:0px;
	padding:7px 0px;
	overflow:hidden;
	height:44px;
	line-height:44px;
	background-color:#ffffff;
}
/* MB_MessageBox > MB_PopupHeader > MB_PopupTitle
============================================================================= */
div.MB_PopupHeader h2#MB_PopupTitle{
	margin:3px 0px 0px 24px;
	padding:0px;
	font-size:25px;
	color:#333;
	float:left;
}
/* MB_MessageBox > MB_PopupHeader > MB_PopupClose 
============================================================================= */
a#MB_PopupClose {
	margin:16px 17px 0px 0px;
	display:block;
	font-size:12px;
	color:#fff;
	float:right;
	text-decoration:none;
	width:20px;
	height:20px;
	background:url(../gfx/closex.gif) top left no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
a#MB_PopupClose:hover {

}
/* MB_MessageBox > MB_MessageBoxContent 
============================================================================= */
#MB_MessageBoxContent {
	margin:0px;
	padding:0px;
	overflow:auto;
	background:#fff;
	color:#333;
}
/* MB_MessageBox > MB_MessageBoxContent > popupframe
============================================================================= */
iframe.popupframe {
	margin:0px;
	padding:0px;
}
/* MB_Overlay
============================================================================= */
#MB_Overlay, #MB_OverlayFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}
#MB_Overlay {
	background-color:black;
	filter:alpha(opacity=50);
	opacity: 0.50;	
	z-index:800;
}
#MB_OverlayFrame {
	z-index:970;
	border:none;
	filter:alpha(opacity=0);
	opacity: 0;
}
/* IE6 hack */
* html #MB_MessageBox, * html #MB_Loader {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html #MB_Overlay, * html #MB_OverlayFrame, {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

