/*** Coupons ***/
.coupons .clear {
	clear: both;
}

.coupons .sortBox {
	position: relative;
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #e86000;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.coupons .sortBox .selected:hover {	text-decoration: none; }
.coupons .sortBox span { color: #333; }
.coupons .sortBox .selected {
	font-family: 'Calluna Sans W01 Bold', Arial;
	color: #333;
}


@media only screen and (max-width: 840px) {
	.coupons .couponFilterContainer .submit-row { text-align: center; }
}

.offerItem span[data-tb-button] span {
	padding-right: 5px;
	margin-right: 5px;
	float: left;
	border-right: 1px solid #ccc;
}
.offerItem span[data-tb-button] span:last-child {
	border-right: none;
}

.couponDetailContainer {
	padding: 10px;
}
.couponDetailContainer .item {
	box-shadow: none;
}
.couponDetailContainer .item h1 { font-size: 25px; }
.couponDetailContainer .item .couponDesc { }
.couponDetailContainer .printPage {
	font-family: 'Calluna Sans W01 Bold';
	font-weight: normal;
	text-transform: uppercase;
}