#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top:1000;
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	text-align: center;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	top:1000;
	position: relative;
	background-color: #EFEFEF;
	height: 120px;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	overflow: auto;
		text-align: center;
}
#MB_content h5{
font-weight:bold;
color:#999999;
		text-align: center;
}
#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;

	padding: .5em 2em .5em .75em;
	margin: 0;
	background-color:#FF991B;
	color:#ffffff;
	text-align: center;
}

#MB_close {
	display: block;
	position: absolute;
	right: 50px; top:90px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_panier {
	display: block;
	position: absolute;
	right: 160px; top:90px;
	border:1px dotted #000000;
	padding: 2px 3px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	top:1000;
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {

	top:1000;
	background-color: #EFEFEF;
	color: #888888;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_header {
 	background-color: #EFEFEF;
}

#MB_close { color: #999 }
#MB_close:hover { color: #333}

#MB_panier { color: #999 }
#MB_panier:hover { color: #333}
/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}