/*** 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 {}


@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 {}

.couponDetailContainer .item {
	box-shadow: none;
}
.couponDetailContainer .item h1 { font-size: 25px; }
.couponDetailContainer .item .couponDesc { }
.shared-top .shared-back-button a.printPage {
	position: absolute;
	top: 0;
	right: 10px;
	width: auto;
	text-align: right;
}

.shared-bottom ul.tabs li a.shared-anchor { font-size: 18px; }
