/*
######################################################################################
######                                                                        #######
######     50% OFF STYLES  	                                             #######
######                                                                      #######
##################################################################################
*/

/********************************************************************************/
/***** BANNER STYLES ***********************************************************/
/******************************************************************************/

#banner {
	background-image: url(../../../images/page-specific/5poundsoff/banner-bg.jpg);
	min-height: 93px;
	height:93px;
}
#banner h1 {
	padding:14px 0px 0px 0px;
}
.note {
	bottom:0px;
	right: 10px;
	position:absolute;
	padding: 0px;
	margin:0px;
	font-size: 0.85em;
}
p .green-text {
	color:#4c9521;
}
p strong {
	color:#333;
}
.signup {
	position: relative;
	margin: 20px 0px;
}
.signup .top {
	background:url(../../../images/page-specific/5poundsoff/signup-top.jpg) no-repeat 0 0;
	width:383px;
	height: 10px;
	font-size: 0.20em;
}
.signup .content {
	padding: 10px 0px 20px 0px;
	background:url(../../../images/page-specific/5poundsoff/signup-bg.jpg) repeat-y 0 0;
	width:383px;
	height: 10px;
	position: relative;
	height:auto;
}
.signup .content h2 {
	padding: 0px 0px 0px 20px;
}
.signup .btm {
	background:url(../../../images/page-specific/5poundsoff/signup-btm.jpg) no-repeat 0 0;
	width:383px;
	height: 10px;
	font-size: 0.20em;
}
.content_center .claim {
	text-indent: -200px;
	display: block;
	overflow: hidden;
	background: url(../../../images/page-specific/5poundsoff/claim-now.gif) no-repeat 0 0;
	width: 150px;
	height: 27px;
}
.content_center .claim:hover {
	background-position: 0 -28px;
}
.content_center .go-shopping {
	text-indent: -200px;
	display: block;
	overflow: hidden;
	background: url(../../../images/page-specific/5poundsoff/go-shopping.gif) no-repeat 0 0;
	width: 150px;
	height: 27px;
	position:relative;
}
.content_center .go-shopping:hover {
	background-position: 0 -28px;
}

/*....pop up styles....*/
#terms-panel{
	display:none;
	position: absolute; 
	padding: 30px;
	background:url(../../../images/page-specific/5poundsoff/popup-bg.jpg) repeat-y top right #FFF;
	border: 1px solid #c0df99;
	cursor: default;
	left: 0%;
	}
#terms-panel .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -6767px;
	overflow: hidden;
	background: url(../../../images/page-specific/5poundsoff/close.gif) no-repeat 0 0;
	width: 19px;
	height: 20px;
	margin: 0;
}
#terms-panel .close-btn:hover {
	background-position: 0 -20px;
}	
