/**
 * sv.coupons.css describes presentation of the coupons widget
 */

.coupon-widget {
	padding: 0 3px;
	width: 594px;
	height: 190px;
	position: relative;
}

.coupon-widget .window {
	position: relative;
	height: 190px;
	width: 594px;
	overflow: hidden;
}

.coupon-widget .track {
	height: 190px;
	width: 32767px; /* maximum allowable size in webkit */
	position: absolute;
	top: 0;
}

.coupon-widget .item {
	height: 154px;
	width: 164px;
	padding: 11px;
	float: left;
	margin: 1px 5px 11px;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #EEE;
	position: relative;
}

.coupon-widget .coupon .coupon-image {
	margin: 0;
	width: 152px;
	height: 54px;
	padding: 6px;
	background: transparent url(../images/coupon-img-bg.png) scroll no-repeat 0 0;
}
.coupon-widget .coupon h3 {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	overflow: hidden; /* space is tight; this keeps the title from crowding out the desc */
	text-transform: none;
	color: #1e4682;
	font-weight: bold;
}
.coupon-widget .coupon p {
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	color: #333;
}

.coupon-widget .coupon a.more {
	display: block;
	background: transparent url(../images/coupon-more-bttn.png) scroll no-repeat 0 0;
	width: 79px;
	height: 23px;
	position: absolute;
	bottom: 0;
	left: 54px;
	text-align: center;
	margin: 0 0 -12px;
	font-weight: bold;
	color: #FFF;
}

.coupon-widget a.prev,
.coupon-widget a.next {
	display: none; /* do not display these if there is no js */
	overflow: hidden;
	width: 12px;
	height: 70px;
	position: absolute;
	top: 58px;
}
.coupon-widget a.prev {
	left: 0;
}
.coupon-widget a.next {
	right: 0;
}
.coupon-widget a.prev .img-replace,
.coupon-widget a.next .img-replace {
	display: block;
	width: 12px;
	height: 70px;
	background-color: transparent;
	background-image: url(../images/carousel-lft-rgt.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.coupon-widget a.next .img-replace {
	background-position: -12px 0;
}
.coupon-widget a.next.active .img-replace {
	background-position: -12px -70px;
}
.coupon-widget a.prev.active .img-replace {
	background-position: 0 -70px;
}

.coupon-list {
	line-height: 18px;
	font-size: 12px;
	color: #000;
	width: 672px;
	padding: 0 2px 18px;
	margin: 54px 0 36px;
	background: transparent url(../images/coupon-list-mid.png) scroll repeat-y 0 0;
	position: relative;
}

.coupon-list h2.widget-title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	width: 648px;
	margin: -36px 0 0;
	padding: 0 14px 18px;
	font-family: Persimmon, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background: transparent url(../images/coupon-list-top.png) scroll no-repeat 0 bottom;
}

.coupon-list .coupon {
	padding: 0 12px;
	margin: 18px 0;
}

.coupon-list .coupon-offer,
.coupon-list .coupon-valid,
.coupon-list .coupon-pack {
	float: left;
	height: 72px;
	width: 248px;
}

.coupon-list .coupon-pack {
	width: 152px;
}

.coupon-list h5.label {
	font-size: 11px;
	text-transform: none;
	padding: 0;
	margin:  0 0 9px;
}

.coupon-list .offer-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-transform: none;
	padding: 0;
	margin: 0;
}

.coupon-list .offer-company,
.coupon-list .offer-valid {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	text-transform: none;
	padding: 0;
	margin: 0;
}

.coupon-list .coupon-pack .toggle-coupon {
	width: 36px;
	height: 36px;
	overflow: hidden;
	display: block;
	margin: 0 18px;
}

.coupon-list .coupon-pack .toggle-coupon .img-replace {
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url(../images/coupon-list-check.gif) scroll no-repeat 0 0;
}

.coupon-list .coupon-pack .toggle-coupon.removeCoupon .img-replace {
	background-position: -36px 0;
}

.coupon-list .coupon-description {
	clear: both;
}

.coupon-list .coupon-description p {
	margin: 0;
}

.coupon-list .widget-foot {
	background: transparent url(../images/coupon-list-bot.png) scroll no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 676px;
	height: 36px;
	margin: 0 0 -18px;
	padding: 0;
}

.coupon-list .pack-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: -45px 14px 0;
	height: 18px;
	font-weight: bold;
	padding: 5px 6px 6px 0;
	background: transparent url(../images/stretch-button-rgt.png) scroll no-repeat top right;
	color: #FFF;
}

.coupon-list .pack-link .img-replace{
	display: block;
	position: absolute;
	top: 0;
	left: -6px;
	height: 29px;
	width: 6px;
	background: transparent url(../images/stretch-button-lft.png) scroll no-repeat 0 0;
}

.coupon-list .pack-link .pack-count {
	display: none;
}

/**
 * styles for listing detail
 */

#listing_detail_tab-4 .coupon-list {
	line-height: 18px;
	padding: 18px 0 0;
	margin: -36px 0 0;
	font-size: 12px;
	color: #000;
	position: relative;
	width: auto;
	background: transparent none;
}

#listing_detail_tab-4 .coupon-list h2.widget-title {
	display: none;
}

#listing_detail_tab-4 .coupon-list .coupon {
	padding: 0;
	margin: 18px 0;
	position: relative;
}

#listing_detail_tab-4 .coupon-list .coupon-offer,
#listing_detail_tab-4 .coupon-list .coupon-valid,
#listing_detail_tab-4 .coupon-list .coupon-pack {
	float: none;
	height: auto;
	width: auto;
}

#listing_detail_tab-4 .coupon-list .coupon-valid {
}

#listing_detail_tab-4 .coupon-list .coupon-pack {
	position: absolute;
	top: 0;
	right: 0;
	width: 133px;
}

#listing_detail_tab-4 .coupon-list h5.label {
	display: none;
}

#listing_detail_tab-4 .coupon-list .offer-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-transform: none;
	padding: 0;
	margin: 0;
}

#listing_detail_tab-4 .coupon-list .offer-company,
#listing_detail_tab-4 .coupon-list .offer-valid {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	text-transform: none;
	padding: 0;
	margin: 0;
}

#listing_detail_tab-4 .coupon-list .coupon-pack .toggle-coupon {
	width: 36px;
	height: 36px;
	overflow: hidden;
	display: block;
	margin: 0 18px;
}

#listing_detail_tab-4 .coupon-list .coupon-pack .toggle-coupon .img-replace {
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url(../images/coupon-list-check.gif) scroll no-repeat 0 0;
}

#listing_detail_tab-4 .coupon-list .coupon-pack .toggle-coupon.removeCoupon .img-replace {
	background-position: -36px 0;
}

#listing_detail_tab-4 .coupon-list .coupon-description {
	clear: both;
}

#listing_detail_tab-4 .coupon-list .coupon-description p {
	display: none;
	margin: 0;
}

#listing_detail_tab-4 .coupon-list .widget-foot {
	display: none;
}

#listing_detail_tab-4 .coupon-list .pack-link {
	display: block;
	position: absolute;
	top: 0;
	right: 56px;
	margin: 0;
	height: 18px;
	font-weight: bold;
	padding: 5px 6px 6px 0;
	background: transparent url(../images/stretch-button-rgt.png) scroll no-repeat top right;
	color: #FFF;
}

#listing_detail_tab-4 .coupon-list .pack-link .img-replace{
	display: block;
	position: absolute;
	top: 0;
	left: -6px;
	height: 29px;
	width: 6px;
	background: transparent url(../images/stretch-button-lft.png) scroll no-repeat 0 0;
}

#listing_detail_tab-4 .coupon-list .pack-link .pack-count {
	display: none;
}

