/**
 * sv.coupons.css describes presentation of the coupons widget
 */

.coupon-widget {
	padding: 18px 32px 18px 33px;
	width: 322px;
	height: 140px;
	position: relative;
	background: transparent url(../images/coupons/home-widget-bg.png) scroll no-repeat 0 0;
}

.coupon-widget h4.widgetTitle {
	color: #BE9464;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 24px;
}

.coupon-widget .window {
	position: relative;
	margin: 0;
	height: 140px;
	width: 322px;
	overflow: hidden;
}

.coupon-widget .track {
	height: 140px;
	width: 32767px; /* maximum allowable size in webkit */
	position: absolute;
	top: 0;
}

.coupon-widget .item {
	height: 140px;
	width: 306px;
	padding: 0 8px;
	float: left;
	margin: 0;
	position: relative;
}

.coupon-widget .coupon .coupon-image {
	margin: 8px 8px 7px 0;
	width: 101px;
	height: 125px;
	float: left;
}
.coupon-widget .coupon h3 {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
	color: #BB0039;
	font-weight: bold;
}
.coupon-widget .coupon p {
	font-size: 11px;
	line-height: 16px;
	text-transform: none;
	color: #675036;
}

.coupon-widget .coupon a.more {
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #BB0039;
}

.coupon-widget a.prev,
.coupon-widget a.next {
	display: none; /* do not display these if there is no js */
	overflow: hidden;
	width: 25px;
	height: 90px;
	position: absolute;
	top: 43px;
}
.coupon-widget a.prev {
	left: 8px;
}
.coupon-widget a.next {
	right: 7px;
}
.coupon-widget a.prev .img-replace,
.coupon-widget a.next .img-replace {
	display: block;
	width: 25px;
	height: 90px;
	background-color: transparent;
	background-image: url(../images/carousel-lft-rgt.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 -90px;
}
.coupon-widget a.next .img-replace {
	background-position: -25px -90px;
}
.coupon-widget a.next.active .img-replace {
	background-position: -25px 0;
}
.coupon-widget a.prev.active .img-replace {
	background-position: 0 0;
}
