#commerce {
	width: 555px;
	height: auto;
	margin: -280px 0 0 190px;
}

#submenu ul {
	display: none;
}

.maincontainer {
	position: absolute;
	z-index: 999;
}

.lightboxHolder {
	position: fixed;
	width: 100%;
	height: 100%;
}
.lightboxBg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1a171b;
	z-index: 1000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.lightboxContent {
	position: absolute;
	width: 800px;
	height: 538px;
	left: 50%;
	top: 50%;
	margin-left: -413px;
	margin-top: -282px;
	z-index: 1001;
	padding: 13px;
}
.lightboxContent .close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 33px;
	height: 33px;
	background: transparent url(/img/lightbox/close.png) left top no-repeat;
	cursor: pointer;
	z-index: 2001;
}
.lightboxContent .inner {
	background-color: #a2a0a3;	
	padding: 11px;
	z-index: 2000;
}
.lightboxContent, .lightboxHolder {
	display: none;
}
