body#daily-deals-index #pageBody div.main {
	padding: 0;
}
body#daily-deals-index #pageBody {
	padding: 0;
}
/* TITLE */
div.dealsTitleArea {
	margin: 0 0 10px 0;
	width: 100%;
	height: 202px;
	background: url('/images/daily-deals/title-background.png') repeat-x left top;
}
div.dealsTitle {
	float: left;
	width: 327px;
	height: 202px;
	background: url('/images/daily-deals/dailydeals-title.png') no-repeat left top;
	text-indent: -4000px;
}
div.dealsTitleText {
	float: left;
	width: 442px;
	padding: 14px 0 0 0;
}
div.dealsTitleApe {
	float: left;
	width: 200px;
	height: 202px;
	margin-right: -11px;
}
div.dealsTitleText p {
	font-size: 1.4em;
	line-height: 1.2em;
}
div.dealsTitleText p.intro {
	width: 360px;
	color: #000;
}
div.dealsTitleText div.today {
	float: left;
	width: 175px;
	margin: 4px 20px 0 0;
	color: #e63900;
	border: 1px solid #e63900;
	font-size: 2.4em;
	line-height: 42px;
	text-align: center;
}
div.dealsTitleText div.alerts {
	float: left;
	width: 238px;
	margin: 8px 0 0 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	z-index: 20;
}
div.dealsTitleText div.alerts div.title {
	font-weight: bold;
	color: #e63900;
}
div.dealsTitleText div.alerts a.subscribe {
	display: block;
	background: url('/images/icons/email-mini.png') no-repeat left center;
	padding-left: 20px;
	line-height: 20px;
}
div.dealsTitleText div.alerts a.twitter {
	display: block;
	background: url('/images/icons/t_mini-b.png') no-repeat left center;
	padding-left: 20px;
	line-height: 20px;
}
div.dealsTitleText p.disclaimer {
	color: #777777;
	font-size: 1.2em;
}
div.timer {
	float: left;
	height: 52px;
	width: 134px;
	background: url('/images/daily-deals/dailydeals-clock.png') no-repeat left top;
	color: #ffffff;
	line-height: 51px;
	padding: 11px 0px 0 50px;
}
div.timer .hours, div.timer .minutes, div.timer .seperator {
	font-size: 36px;
	font-weight: bold;
}
div.timer .seconds {
	margin-left: 2px;
	font-size: 24px;
}
/* DEALS */
div#dealsProducts {
	padding: 0 20px 20px;
}
div.dealBox {
	margin-top: 10px;
}
div.deal {
	float: left;
	width: 206px;
	height: 500px;
	padding-bottom: 20px;
}
div.position-1, div.position-2, div.position-3, div.position-5, div.position-6, div.position-7 {
	padding-right: 15px;
}
div.position-2, div.position-3, div.position-4, div.position-6, div.position-7, div.position-8 {
	padding-left: 15px;
}
div.position-1 {
	border-left: 0;
}

div.deal div.productCap {
	position: relative;
	height: 32px;
	margin-bottom: 1px;
}
div.dealStock-0 {
	background-image: url('/images/daily-deals/stock-cap-0.png');
}
div.dealStock-1 {
	background-image: url('/images/daily-deals/stock-cap-1.gif');
}
div.dealStock-20 {
	background-image: url('/images/daily-deals/stock-cap-20.gif');
}
div.dealStock-40 {
	background-image: url('/images/daily-deals/stock-cap-40.gif');
}
div.dealStock-60 {
	background-image: url('/images/daily-deals/stock-cap-60.png');
}
div.dealStock-80 {
	background-image: url('/images/daily-deals/stock-cap-80.png');
}
div.dealStock-100 {
	background-image: url('/images/daily-deals/stock-cap-100.png');
}
.deal .product div.price {
	font-size: 1.4em;
	font-weight: bold;
	color: #E63900;
}
.deal .product div.price span.price {
	font-size: 1.2em;
}
.deal .product div.saving {
	margin-top: 8px;
	font-size: 1.3em;
	color: #999999;
}
.deal .product div.saving .old {
	padding-right: 0;
}
.deal .product div.saving .saving {
	font-weight: bold;
	color: #739900;
}
.deal .message {
	font-size: 1.4em;
	color: #999999;
	text-align: center;
	padding: 170px 0;
}
.deal .product .addToTrolleyButton {
	margin-left: auto;
	margin-right: auto;
}
div.horizontalRule {
	clear: both;
	border-bottom: 1px dotted #9f9f9f;
	margin: 20px 0px 15px 0px;
}
div.noDeals {
	margin: 50px 0 50px 0;
	font-size: 18px;
	color: #999999;
	text-align: center;
}
