﻿@charset "utf-8";
/********************************************************************************************* promotion */
.promotionProducts {
	width:882px;
	margin-left:53px;	
}
.promotionProducts .icoCol {
	width:198px;
	background:#FFF;
}
.promotionProducts .gift, .promotionProducts .action, .promotionProducts .money, .promotionProducts .none {
	width:56px;
	height:56px;
	margin-left:10px;
	float:left;
	background:url(/images/icoGift56.png) no-repeat #FFF center right;
}
.promotionProducts .action {
	background:url(/images/icoPercent56.png) no-repeat #FFF center right;
}
.promotionProducts .money {
	background:url(/images/icoMoney56.png) no-repeat #FFF center right;
}
.promotionProducts .none {
	background-image:none;
}

/********************************************************************************************* promotionProducts */
.boxOffer {
	margin-bottom:16px;
}
.boxOfferInfo {
	width:450px;
	float:left;
}
.boxOfferInfo .price {
	margin-top:12px;
	text-align:right;
}
.boxOfferImages {
	width:473px;
	margin-left:12px;
	float:left;
}
.boxOfferImages .boxOfferImage, .boxOfferImages .boxOfferGift {
	width:230px;
	height:230px;
	float:left;
	margin-right:12px;
	background:url(/images/boxOffer.png) no-repeat;
}
.boxOfferImages .boxOfferGift {
	position:relative;
	margin-right:0px;
}
.boxOfferImages .boxOfferGift .plus {
	width:32px;
	height:32px;
	position:absolute;
	top:100px;
	left:-23px;
	background:url(/images/icoPlus32.png) no-repeat;
}
.boxOfferImages img {
	width:225px;
	height:auto;
	margin:2px 0px 0px 2px;
}
