
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 40%;
    z-index:9999999 !important;
    margin-left: -200px;
}
.jqmOverlay { background-color: #000; z-index: 99999  !important; }

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div#sparango-conv-window {
	width: 646px;
	height: 462px;
	background-image: url(../../../themes/sparango-at/images/codelayer.png);
	padding: 20px;
	z-index:9999999;
}

div#sparango-conv-window div#sparango-shop-data{
	position: absolute;
	width: 200px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	top: 24px;
	line-height: 20px;
	height: 50px;
	color: #FF7909;
	font-family: DroidSansBold;
	font-size: 20px;
	display: table;
}
#sparango-shop-data > div {
	display: table-cell;
	vertical-align: middle;
}
div#sparango-conv-window div#conv-coupons-expiredate{
	float: right;
	width: 180px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 10px;
	color: #000;
	font-family: DroidSansRegular;
	font-size: 13px;
}
div#closeBtn{
	position: absolute;
	width: 35px;
	cursor: pointer;
	right: 0px;
	top: 0px;
	z-index: 9999;
}
div#closeBtn a {
	text-decoration:none;
}
div#closeBtn a:hover{
	text-decoration:none;
}
div#sparango-conv-window div#closeBtn a{
	color: black;
	font-weight:bold;
	text-decoration:none;
}

div#close-foot {
	position: absolute;
	right: 40px;
	bottom: 24px;
}
div#close-foot  a {
	color: white;
	font-size: 11px;
}
div#close-foot a:hover {
	text-decoration: none;
}

div#sparango-conv-window div#conv-couponbox {
	font-family: DroidSansBold;
	color: #00487D;
	position: absolute;
	left: 50%;
	margin-left: -246px;
	width: 380px;
	font-size: 26px;
	text-align: center;
	top: 159px;
}
div#sparango-conv-window span#ausgabe-mit-code, div#sparango-conv-window span#ausgabe-ohne-code {

}

div#einloesehinweise-conv ul {
	list-style-image: url(../../../themes/sparango-at/images/list-icon.png);
}
div#einloesehinweise-conv ul li {
	margin-left :20px;
	line-height: 150%;
}

div#conv-headline {
	color: white;
	font-family: DroidSansBold;
	font-size: 18px;
	position: absolute;
	left: 50%;
	top: 98px;
	margin-left: -200px;
	width: 400px;
	text-align: center;
}

div#einloesehinweise-conv {
	position: absolute;
	left: 20px;
	bottom: 75px;
	font-size: 11px;
	width: 330px;
	height:145px;
	overflow: auto;
}

.verwandte-layer-shop {
	position: absolute;
	width: 265px;
	min-height: 50px;
	right: 45px;
	bottom: 75px;
	font-size: 11px;
}

div#einloesehinweise-conv strong {
	line-height:180%;
}
