.popKlubPromotion {
	width: 300px;
	background: url(../images/pop_klub_background.gif) no-repeat 0 100%;
	margin: 0 0 8px 0;
}

.popKlubPromotion h3 {
	height: 16px;
	color: #0F3DA1;
	font-size: 14px;
	padding: 7px 30px 7px 13px;
	margin: 0 0 1px 0;
	cursor: pointer;
}

.popKlubPromotion h3.closeFirst {
	background: url(../images/pop_klub_toggler_first_close_background.gif) no-repeat;
}

.popKlubPromotion h3.openFirst {
	background: url(../images/pop_klub_toggler_first_open_background.gif) no-repeat;
	color: #fff;
}

.popKlubPromotion h3.open {
	background: url(../images/pop_klub_toggler_open_background.gif) no-repeat;
	color: #fff;
}

.popKlubPromotion h3.close {
	background: url(../images/pop_klub_toggler_close_background.gif) no-repeat;
}

.popKlubPromotion h3.closeLast {
	background: url(../images/pop_klub_toggler_last_close_background.gif) no-repeat;
}

.popKlubPromotion .productContainer {
	padding: 10px 10px;
}

.popKlubPromotion .productContainer .product {
	padding: 0;
	margin: 0 0 7px 0;
}

.popKlubPromotion .productContainer .product img {
	float: left;
	margin: 0 8px 0 0;
}

.popKlubPromotion .productContainer .product h4 {
	float: left;
	width: 136px;
	color: #0F3DA1;
	font-size: 13px;
	margin: 0 0 5px 0;
}

.popKlubPromotion .productContainer .product h4 a {
	color: #0F3DA1;
	text-decoration: none;
}

.popKlubPromotion .productContainer .product h4 a:hover {
	text-decoration: underline;
}

.popKlubPromotion .productContainer .product p {
	float: left;
	width: 156px;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.popKlubPromotion .productContainer .product p a {
	color: #0F3DA1;
	text-decoration: none;
}

.popKlubPromotion .productContainer .product p a:hover {
	text-decoration: underline;
}