@charset "utf-8";
/* CSS Document */

img, div { behavior: url("fileadmin/template/styles/iepngfix.htc") }

#peel-container {
	position:absolute;
	top:0px;
	right:0px;
	
	width:100px;
	height:100px;
	
	z-index:50;
}

#peel-content {
	position:absolute;
	top:0px;
	right:0px;
	
	width:540px;
	height:540px;
	
	color:#fff;
	text-align:justify;
	
	padding:10px 10px 50px 50px;
	
	background: url(../images/page-peel-content.jpg) top right no-repeat #265a70;
	
	z-index:51;
}

#peel-content .overlay {
	position:absolute;
	top:0px;
	right:0px;
	
	width:150px;
	height:150px;
	
	background: url(../images/news-symbol.png) no-repeat top left;
}

#itm-button {
	display:none;

	position:absolute;
	top:50%;
	left:50%;
	
	width:149px;
	height:149px;
	
	margin:-75px 0px 0px -75px;
	
	background: url(../images/itm-button.png) no-repeat top left;
	
	z-index:60;
}

#peel-corner {
	position:absolute;
	bottom:0px;
	left:0px;

	width:100%;
	height:100%;

	z-index:55;
}

#peel-corner img {
	width:100%;
	height:100%;
	border: 0px;
}

#peel-content-mask {
	position:absolute;
	top:0px;
	right:0px;	
	
	width:85.5%;
	height:85.5%;
	
	overflow:hidden;
	
	z-index:51;
}

#peel-container .relative {
	position:relative;
	
	width:100%;
	height:100%;
	
	z-index:50;
}
