.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #423d32;
	z-index:1001;
	-moz-opacity: 0.95;
	opacity:.95;
	filter: alpha(opacity=95);
}

.white_content {
	display: none;
	position: fixed;
	top: 15%;
	left: 25%;
	width: 50%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
}

.menucontent .menuitem {margin-top:30px;}
.menucontent a {font-size:28px; color: #F8E526; margin:15px 0; font-weight:700;}
.menucontent .productcategorymenu1 a {font-size:16px; color: #fff; font-weight:700;}
.menucontent .productcategorymenu1 {margin:15px 0;}

.lightbox-close {
	display: none;
	color: #F8E526;
	text-decoration: none;
	position: fixed;
	top: 5%;
	right:20%;
	z-index:1002;
	overflow: auto;
	font-size:40px;
}