/* Klarna fix för att dölja delbetalningspris överallt förutom på produktsidan */
#klarna_price_block, 
.klarna_pp_text {
	display:none;
}
.catalog-product-view #klarna_price_block, 
.catalog-product-view .klarna_pp_text {
	display:block;
}

/* Klarna Invoice Popup (it's top position is calculated using javascript) */
#logo_tool_tip_kreditor_invoice {
	position: absolute;
	z-index: 10;
	width: 500px;
	height: 400px;
	padding: 20px;
	background:#fff;
	border: 1px solid #808080;
	left: 50%;
	margin-left: -250px; /* width/2 */
}

#logo_tool_tip_kreditor_invoice iframe {
	width: 100%;
	height: 400px;
	border: none;
}

/* Klarna Partpayment Popup (it's top position is calculated using javascript)  */
#logo_tool_tip_kreditor_partpayment {
	position: absolute;
	z-index: 10;
	width: 500px;
	height: 450px;
	padding: 20px;
	background:#fff;
	border: 1px solid #808080;
	left: 50%;
	margin-left: -250px; /* width/2 */
}

#logo_tool_tip_kreditor_partpayment iframe {
	width: 100%;
	height: 450px;
	border: none;
}

