.offer_section .price_block {
	border-bottom: 1px solid #e6e6e6;
}

.offer_section .price_item {
	float: left;
	padding: 20px 0 0;
	width: 50%;
	height: 90px;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}

.offer_section .price_item:last-child {
	border: none;
}

.offer_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_item.new .text {
	margin: 0 0 8px;
}

.offer_section .price_item.new .text span {
	padding: 2px 5px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffc226;
	color: #fff;
}

.offer_section .price_item.old .value {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-decoration: line-through;
}

.offer_section .price_item.new .value {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
}