/** caly kontener **/
.promotionWidget_body {
	width: 207px;
	background:  url(/images/widgets/PromotionWidget/background.png) repeat-y center;
	position: relative;
	height: 190px;
	overflow: hidden;
	padding-bottom: 5px;
}


.promotionWidget_body h2 {
	display: block;
	width: 207px;
	height: 25px;
	margin: 0;
	background: #019afb url(/images/widgets/PromotionWidget/header.png) no-repeat;
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding-top: 13px;
	margin-bottom: 5px;
	letter-spacing: 6px;
}


.promotionWidget_footerBg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}		

/** item **/
.promotionWidget_promotionItem {
	height: 170px;
	width: 187px;
	margin-left: 10px;
	overflow: hidden;
}

.promotionWidget_promotionItem h3, .promotionWidget_promotionItem h3 a {
	color: #fc9e39;
	margin: 5px 0 10px 0; 
	padding: 0;
	font-size: 100%;
	text-align: center;
}

.promotionWidget_promotionItem p {
	font-size: 75%;
}


/** obrazek **/
.promotionWidget_photo {
	float: right;
	margin: 0 0 5px 10px;
}