.promotion_item
{
	position: 	relative;
	text-align: center;
	padding:	20px 10px;
	margin:		10px 10px;
}

.promotion_product_picture
{
	display: 	block;
}
.promotion_product_model
{
	display: 		block;
	font-weight:	bold;
	color: 		#000;
}
.promotion_product_price
{
	color: 			#F00;
	font-weight:	bold;
}
.promotion_product_price_strike
{
	text-decoration: line-through;
	color: 			 #666;
}

.promotion_item_label
{
	background-image: 		url(../images/promotion/promo_label.png);
	background-repeat: 		no-repeat;
	background-position:	top center;
	text-align: 			center;
	width: 					53px;
	height: 				53px;
	border-top: 			1px solid #FFF;
	position: 				absolute;
	top: 					0;
	right: 					0;
}
.promotion_item_label div
{
	margin-top: 			16px;
	font-size: 				16pt;
	color: 					#FFF;
	font-weight: 			bold;
}
