.offer {
	border-bottom: 2px solid #969696;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.offer div.boxes {
	float: right;
}
	.offer div.boxes div.box {
		float: left;
		width: 151px;
		height: 164px;
		background: no-repeat top left;
		margin-left: 1em;
		color: #fff;
		font-size: 1.167em;
		font-weight: bold;
		text-align: center;
		overflow: hidden;
	}
	.offer div.boxes div.box-orange {
		background: url('../dsg/box_orange.png');
	}
	.offer div.boxes div.box-blue {
		background: url('../dsg/box_blue.png');
	}
	.offer div.boxes div.box-gray {
		background: url('../dsg/box_gray.png');
	}
		.offer div.boxes div.box div.title-top {
			clear: both;
			float: left;
			width: 128px;
			height: 62px; /*76*/
			padding-top: 14px;
		}
		.offer div.boxes div.box div.title-bottom {
			clear: both;
			float: right;
			width: 100px;
			padding-top: 12px;
		}
			.offer div.boxes div.box div.title-bottom div.discount {
				clear: both;
				float: right;
				width: 100px;
				font-size: 2.571em;
			}