.klarna_PPBox {
	width: 100%;
	position: relative;
	float: right;
	margin-top: 10px;
	text-align: right;

	z-index: 10000;
}

.klarna_PPBox_inner {
	min-width: 135px;
	display: inline-block;
}

.klarna_PPBox_top {
	height: 40px;
	min-width: 135px;
	z-index: 10;
	position: relative;
	cursor: pointer;
}

.klarna_PPBox_bottom {
	min-width: 135px;
	height: 150px;
	z-index: 9;
	color: #FFFFFF;
	margin-top: -5px;
	background-image: url("backBottom_mid.png");
	background-repeat: repeat-x;
	margin-top: -5px;
	background-position: bottom;
	display: none;
}

.klarna_PPBox_topLeft {
	min-width: 32px;
	height: 35px;
	float: left;
	background-image: url("backTop_left.png");
	background-repeat: no-repeat;
}

.klarna_PPBox_topRight {
	min-width: 6px;
	height: 35px;
	float: right;
	background-image: url("backTop_right.png");
	background-repeat: no-repeat;
}

.klarna_PPBox_topMid {
	min-width: 118px;
	height: 35px;
	float: right;
	background-image: url("backTop_mid.png");
	background-repeat: repeat-x;
	cursor: pointer;
}

.klarna_PPBox_topMid p {
	padding: 0 3px 0 5px;
}

.klarna_PPBox_topMid p label {
	color: #009EDA;
	padding: 0 2px 0 2px;
	cursor: pointer;
}

.klarna_PPBox_bottomLeft {
	min-width: 5px;
	float: left;
	height: 155px;
	background-position: bottom;
	background-image: url("backBottom_left.png");
	background-repeat: no-repeat;
	position: relative;
	margin-top: -5px;
}

.klarna_PPBox_bottomRight {
	min-width: 5px;
	float: right;
	height: 155px;
	background-position: bottom;
	background-image: url("backBottom_right.png");
	background-repeat: no-repeat;
	position: relative;
	margin-top: -5px;
}

.klarna_PPBox_bottomMid {
	min-width: 146px;
	height: 155px;
	float: right;
	overflow: auto;
}

.klarna_PPBox_bottomMid table th {
	border-bottom: 1px solid #FFFFFF;
}

.klarna_PPBox_pricetag {
	color: #009EDA;
}

.klarna_PPBox_bottomMid_readMore {
	text-align: center;
}

.klarna_PPBox_bottomMid_readMore a {
	color: #FFFFFF;
	text-decoration: underline;
}

.klarna_PPBox_bottomMid_readMore a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.klarna_PPBox_pull {
	margin-top: 4px;
	text-align: center;
	cursor: pointer;
	height: 20px;
}