@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
UL, UL LI{
margin: 0px; padding: 0px; list-style: none;}
H1{
	margin: 0px;
	text-transform: uppercase;
	
}

.cssbtn{ 
	cursor: pointer;
}

DIV.imagePreloaderBox{
	position: absolute;
	left: 100px; top: -100px;
	backgound: #cc0000;
	border: 1px solid #000000;
	height: 90px; width: 100px;
	z-index: 999;
	overflow: hidden;
}
DIV.debug{
	position: absolute;
	left: 100px; top: -50px;
	backgound: #ffffff;
	height: 50px; width: 50px;
	z-index: 999;
}

DIV.layoutSplitterHolder{
	position: absolute;
	width: 650px;
	left: 50%; bottom: 20px; margin-left: -325px;
	/*border: 2px solid #ffffff;
	border-radius: 15px;
	padding: 2px; */
	z-index: 999;	
}

DIV.layoutStepsHolder{
	position: absolute;
	width: 750px;
	left: 50%; top: 20px; margin-left: -375px;
	/*border: 2px solid #ffffff;
	border-radius: 15px;
	padding: 2px; */
	z-index: 999;	
}




DIV.logo{
	position: absolute;
	left:90px; top: 20px;
	height: 100px; width: 100px;
	z-index: 999;
	background: url(../img/logo.png) no-repeat 0px 0px;
}

DIV.container{
	position: absolute;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	
	overflow: hidden;
	border: 0px solid #00cc00;
	background: #000000;
	
	/*width: 1200px;
	height: 600px;
	background: #ededed;*/
}

DIV.sizing{
	background: #cccccc;
	position: absolute;
	left: 0px; right: 0px; top:0px; bottom: 0px;
}
DIV.sizing DIV.text{
	color: #cccccc;
	font-size: 12px;
	line-height: 50px;
	position: absolute;
	left: 50%;  top: 50%;
	heigth: 50px; margin-top: -25px;
	width: 200px; margin-left: -100px;
	text-align: center;
}


DIV.container DIV.containerScenes{
	border: 0px dashed #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 300px;
	margin-left: -100px;
	margin-top: -150px;
}

DIV.container DIV.containerScenes DIV.scene{
	border: 0px solid #000000;
	position: absolute;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	overflow: hidden;
}
DIV.container DIV.containerScenes DIV.scene1{}
DIV.container DIV.containerScenes DIV.scene2{
	right: 50%;
}
DIV.container DIV.containerScenes DIV.noselection{
	position: absolute;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	background: url("../img/bgTransparent.png");
}

DIV.container DIV.containerScenes DIV.draghandle{
	position: absolute;
	right: 50%;
	top: 0;
	bottom:0;
	width: 30px;
	margin-right: -15px;
	cursor: ew-resize;
	background: url("../img/bgTransparent.png");
}
DIV.container DIV.containerScenes DIV.draghandle:hover{
	background: url("../img/bgWhite30.png");
	background: rgba(255,255,255,.2);
}

DIV.container DIV.containerScenes DIV.draghandle:hover DIV{
	border-left: 1px solid #ffffff;
}



DIV.container DIV.containerScenes DIV.draghandle DIV{
	position: absolute;
	right: 50%;
	top: 0;
	bottom:0;
	border-left: 1px solid #ffffff;

	border-left: 1px solid rgba(255,255,255,.5);
}




DIV.panel{ 
	padding: 0px;
	position: relative;
	height: 260px;
}
DIV.panel.editScenes {height: 440px; }
DIV.panel.editFloors{height: 560px; }

 
DIV.iconClose{
	position: absolute;
	top: -12px;
	right: -12px;
	height: 26px;
	width: 26px;
	background: url("../img/bgIcons.png") -80px -26px;
	z-index: 999;
}


DIV.panel DIV.panelBg{ 
	position: absolute;
	
	background: url("../img/bgPanelWhite.png")
}
DIV.panel DIV.panelBg.panelBgTopLeft{ 
	left: 0px; 
	top: 0px; 
	height: 30px;
	width: 30px;
	background-position: left -160px;
}
DIV.panel DIV.panelBg.panelBgTopRight{ 
	left: 30px; 
	right: 0px;
	top: 0px; 
	height: 30px;
		background-position: right -160px;

}
DIV.panel DIV.panelBg.panelBgBottomLeft{ 
	left: 0px; 
	bottom: 0px; 
	top: 30px;
	width: 30px;
	background-position: left bottom;

}
DIV.panel DIV.panelBg.panelBgBottomRight{ 
	left: 30px; 
	right: 0px;
	top: 30px; 
	bottom: 0px;
	background-position: right bottom;

}

DIV.panel DIV.inner{
	position: absolute;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	left: 0px; right: 0px;
	padding: 20px 25px;
}

DIV.panel DIV.inner UL.popupMenu{
	position: absolute;
	left: 25px;
	width: 160px;
	top: 65px;
}
DIV.panel DIV.inner UL.popupMenu LI{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
}
DIV.panel DIV.inner DIV.itemsholder{
	position: absolute;
	left: 180px;
	right: 0px;top: 60px;
}



DIV.menupanel{  height: 33px; padding: 0px;}
DIV.menupanel DIV.menupanelBg{
	
	position: absolute;
	background: url("../img/bgPanelWhite.png")
}
DIV.menupanel DIV.menupanelBgLeft{
	left: 0px; 
	top: 0px; 
	width: 30px;
	height: 33px;
	background-position: left top;
}
DIV.menupanel DIV.menupanelBgRight{
	left: 30px; 
	top: 0px; 
	right: 0px;
	height: 33px;
	background-position: right top;
}



DIV.menupanel UL.menu{
	position: absolute;
	left: 0px; top: 0px;
}
UL.menu{
	margin: 0px; 
	padding: 0px; 
	display: block; 
	width: 100%;
}
UL.menu LI{
	background: url("../img/bgPanelWhite.png") -30px -40px;
	height: 33px; 
	display: inline-block;
	float: left;
	width: 20%;
	text-align:center;
	position: relative;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

UL.menu LI DIV.menuitemBg{
	position: absolute;
	top: 0px; bottom: 0px;
	background: url("../img/bgPanelWhite.png") 0px -80px;
	display: none;
}
UL.menu LI DIV.menuitemBg.menuitemBgCenter{
	background-position: -30px -80px;
	left: 30px;
	right: 30px;
}

UL.menu LI DIV.menuitemBg.menuitemBgLeft{
	background-position: -400px -80px;
	width: 30px;
	left: 0px;
}
UL.menu LI DIV.menuitemBg.menuitemBgRight{
	background-position: -370px -80px;
	width: 30px;
	right: 0px;
}

UL.menu LI.active{
	background: none;
	color: #ffffff;
}
UL.menu LI.active DIV.menuitemBg{display: block;}

/*
UL.menu LI:hover{
	background: none;
	color: #ffffff;
}
UL.menu LI:hover DIV.menuitemBg{display: block;}
*/

UL.menu LI.active.firstItem DIV.menuitemBg.menuitemBgLeft{	background-position: 0px -80px;}
UL.menu LI.active.lastItem DIV.menuitemBg.menuitemBgRight{	background-position: right -80px;}


UL.menu LI.firstItem{	background-position: left -40px;}
UL.menu LI.lastItem{	background-position: right -40px;}

UL.menu.menuSplitter LI.firstItem{	width: 40%;	}
UL.menu.menuSplitter LI.lastItem{	width: 40%;	}

UL.menu LI DIV.text{
	position: absolute;
	left: 0px; right: 0px;
	z-index: 999;
}

UL.menu LI I{
	position: absolute;
	left: 50%; top: 20px;
	width: 26px; height: 26px; margin-left: -13px;
	background: url("../img/bgIcons.png") -80px -0px;
	display: none;
}



UL.editButtons{
	position: absolute;
	top: 130px;
}
UL.editButtons.left{
	left: 80px;
	/*top: 50%;
	margin-top: -120px;*/

	left: 100px;
}

UL.editButtons.right{
	right: 80px;

}

UL.editButtons LI{
	width: 80px; height: 80px;
	background: url("../img/bgIcons.png") 0px -0px;
}
UL.editButtons LI.shoppingcart{	background-position: 0px 0px; }
UL.editButtons LI.fav{	background-position: 0px -80px; }
UL.editButtons LI.pdf{	background-position: 0px -160px; }
UL.editButtons LI.language{	background-position: 0px -240px; }
UL.editButtons LI.zoomin{	background-position: 0px -320px; }
UL.editButtons LI.zoomlines{	background-position: 0px -400px; }
UL.editButtons LI.zoomout{	background-position: 0px -480px; }






DIV.container DIV.editOptions{
	width: 100px;
	
}
DIV.container DIV.editLeft{
	left: 0;
	
}
DIV.container  DIV.editRight{
	right: 0;
	text-align: right;
}

DIV.container  DIV.editOptions.editOptionsPopups{
	left: 50%; 
	width: 750px;
	margin-left: -375px;
	top: 75px;
	
}


DIV.container DIV.editOptions.editOptionsPopups A{
	width: 150px;
	height: 110px;
}

DIV.container DIV.editOptions A{
	margin: 5px;
	display: inline-block;
	background: #ffffff;
	border-radius: 0px;
	width: 65px;
	height: 50px;
	background-position: 0px center; 
	
	
	position: relative;
}

DIV.container DIV.editOptions A SPAN{
	position: absolute;
	left: 0px; right: 0px; bottom: 0px; top: 0px;
	border: 1px solid #ffffff;
}
DIV.container DIV.editOptions A:hover SPAN{
	border: 1px solid #000000;
}
DIV.container DIV.editOptions A.active SPAN{
	border: 4px solid #ffffff;
}





DIV.container  DIV.editOptions{
	position: absolute;
	top: 0;
	padding: 5px;

}



/*
DIV.panel{ border: 5px dotted #0000cc;}
DIV.panel DIV.panelBg{ border: 3px dashed #0000ff;}
DIV.menupanel{ border: 5px dotted #0000cc; }
DIV.menupanel DIV.menupanelBg{border: 3px dashed #0000ff;}
*/


