/* ================================================================================================ */
/* = JQMODAL																					  = */
/* ================================================================================================ */
.jqmWindow{
	display: none;
	top: 50px;
	position: fixed;
}
.jqmClose{
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	background: url(../../nps/icons/closelabel.gif);
	cursor: pointer;
	text-indent: 18px;
	position: absolute;
	right: 39px;
	top: 37px;
}
/**/
#popup_window{
	background: url(../../nps/slimbox/bg_slimbox.png) no-repeat 2px 2px;
	padding: 25px;
}
#popup_window.dimension_picture_page{
	background-image: url(../../nps/slimbox/bg_slimbox_wide.png);
}
/**/
#popup_body{
	background: #FFF;
	width: 475px;
	height: 466px;
	padding: 12px 19px;
	overflow: auto;
}
#popup_content{

}
#popup_content *{
	color: #6E6E6E;
}
#popup_content h1{
	font-size: 2.50em;
	margin-bottom: 0.20em;
}
#popup_content h2{

}
#popup_content h3{
	width: 33%;
	margin: 0 0 0 -19px;
	padding: 2px 19px;
	background: #3E69D2;
	color: #FFF;
	font-weight: normal;
}
#popup_content h4{
	width: 100%;
	margin: 0 0 0 -19px;
	padding: 2px 19px;
	background: #C9C9C9;
	font-weight: normal;
}
#popup_content p{

}
#popup_content ul{
	padding: 0;
	margin: 0;
}
#popup_content ul li{
	width: 100%;
	margin: 0 0 0 -19px;
	padding: 2px 19px;
}
#popup_content ul li.color{
	background: #f3f3f3;
}
#popup_content ul li .flag{
	margin: 3px 10px 0 0;
}
/**/
.dimension_picture_page #popup_body{
	width: 635px;
	height: 490px;
	padding: 0;
	background: #E2E2E2 url(http://catalog.block.tng-it-solutions.de/picgen/gray.png);
	text-align: center;
}
.dimension_picture_page #popup_body .dimension_picture_head{
	padding: 12px 19px;
	background: #FFF;
	text-align: left;
}
.dimension_picture_page #popup_body .dimension_picture_head h4{
	background: #FFF;
}
.dimension_picture_page #popup_body img{
	margin: 12px auto;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm{
	height: expression(this.parentNode.offsetHeight+'px');
	left:0;
	position: absolute;
	top:0;
	width: expression(this.parentNode.offsetWidth+'px');
	z-index:-1;
}
/* Fixed posistioning emulation for IE6
	Star selector used to hide definition from browsers other than IE6
	For valid CSS, use a conditional include instead */
* html .jqmWindow{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* ================================================================================================ */
