/*********************/
/* Test Comments */
/*********************/

/* @white - #FFF */
/* @mediumMagenta - #E3027C */
/* @lightMagenta - #F07FBC */
/* @darkMagenta - #B5126A */
/* @lighterMediumMagenta - #E9409F */

/* @leftNavBgColour - @mediumMagenta */
/* @leftNavFontColour - @white */
/* @leftNavHoverBgColour - @lightMagenta */
/* @leftNavHoverFontColour - @mediumMagenta */
/* @leftNavSelectedBgColour - @darkMagenta */
/* @leftNavSelectedFontColour - @white */
/* @leftNavSelectedHoverBgColour - @lightMagenta */
/* @leftNavSelectedHoverFontColour - @mediumMagenta */
/* @leftNavSubBgColour - @lighterMediumMagenta */
/* @leftNavSubFontColour - @white */
/* @leftNavSubHoverBgColour - @lightMagenta */
/* @leftNavSubHoverFontColour - @mediumMagenta */
/* @leftNavSubSelectedBgColour - @darkMagenta */
/* @leftNavSubSelectedFontColour - @white */
/* @leftNavSubSelectedHoverBgColour - @lightMagenta */
/* @leftNavSubSelectedHoverFontColour - @mediumMagenta */

/*********************/
/* Reused Styles */
/*********************/

.redesign * {
	margin:0pt;
	padding:0pt;
}

.skiplinks{
	display:none;
}

a {
	color:#000;
}


h1 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	color:#006797;
}

h2 {
	font-size:18px;
	color:#006797;
}

body {
	font-size:11px;
	margin:0;
	padding:0;
}

img{
	border:none;
}

.hide {
	display:none;
}

p.errorMessage {
	display:block;
	clear:both;
	float:left;
	margin:10px 0 0 0;
	color: red;
	font-weight: bold;
}

p.successMessage {
	display:block;
	clear:both;
	float:left;
	margin:10px 0 0 0;
	color: green;
	font-weight: bold;
}

div#contentContainer.partWidth ul.bullet li {
	background:url("/template/assets/icons/bullet-point.gif") no-repeat;
	padding:0px 0px 5px 20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:10px;
	overflow:hidden;
}

div.redesignContent {
	padding: 20px;
}

div.redesignContent h2 {
	font-weight:bold;
	margin-bottom:10px;
	font-size:1.2em;
}

div.redesignContent h3 {
	font-weight:bold;
	margin-bottom:10px;
}

div.redesignContent p {
	margin-bottom:10px;
}

/*********************/
/* Core Structure Styles */
/*********************/

body {
	background:#FFF url("/template/assets/backgrounds/site.jpg") top repeat-x;
}

div.redesign {
	font-family: Arial, Verdana, sans-serif;
}

div.redesign li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

div.homePage {
	background:url("/template/assets/backgrounds/home-top-curve.gif") 214px 158px no-repeat;
}

div#pageContainer {
	width:932px;
	margin:0 auto;
}

div#pageContainer div#header {
	width:900px;
	background:#FFF;	
	height:150px;
	position:relative;
	overflow:visible; /* Used to be hidden! */
	margin:0 16px;
}

div#pageContainer div#leftBar, div#pageContainer div#rightBar {
	width:195px;
	padding:0px 0 0 16px;
	margin:18px 10px 0 0;
	float:left;
	background:url("/template/assets/backgrounds/side-bar-repeating.gif") 16px top no-repeat;
}

div#pageContainer div#leftBar .wrapper,
div#pageContainer div#rightBar .wrapper {
	background:url("/template/assets/backgrounds/side-bar-top.gif") 0px top no-repeat;
	padding-top:0;
}

div#pageContainer div#leftBar .wrapper2,
div#pageContainer div#rightBar .wrapper2 {
	background:url("/template/assets/backgrounds/side-bar-bottom.gif") 0px bottom no-repeat;
	padding:10px 0;
}

div#pageContainer div#rightBar {
	padding:0 16px 0 0;
	margin:18px 0 0 10px;
	background-position:top left;
	overflow:hidden;
	width:195px;
}

div#pageContainer div#rightBar .wrapper {
	background-position:top left;
}

div#pageContainer div#rightBar .wrapper2 {
	background-position:bottom left;
	background-image:none;
}

div#pageContainer div.oldWidth {
	margin-top:8px;
	background:url("/template/assets/backgrounds/large-content-repeating.gif") repeat-y;
	padding-right:95px;
	overflow:hidden;
}

div#pageContainer div.fullWidth {
	margin-top:18px;
	background:url("/template/assets/backgrounds/large-content-repeating.gif") repeat-y;
	padding-right:0px;
	width:695px;
}

div#pageContainer div.wideWidth {
	/*margin-top:18px;*/
	margin-left:16px;
	margin-right:16px;
	/*background:url("/template/assets/backgrounds/large-content-repeating.gif") repeat-y;*/
	padding-right:0px;
	width:900px;
}

div#pageContainer div.oldWidth .wrapper,
div#pageContainer div.fullWidth .wrapper {
	background:url("/template/assets/backgrounds/large-content-top.gif") top no-repeat;
	padding-top:1px;
}

div#pageContainer div.oldWidth .wrapper2,
div#pageContainer div.fullWidth .wrapper2 {
	background:url("/template/assets/backgrounds/large-content-bottom.gif") bottom no-repeat;
}

div#pageContainer div.partWidth {
	margin-top:18px;	
	width:490px;
	background:url("/template/assets/backgrounds/small-content-repeating.gif") repeat-y;
	padding-right:0px;
	overflow:hidden; /* SP: this causes top image to dissapear when middle column is longest*/
}

div#pageContainer div.partWidth .wrapper {
	background:url("/template/assets/backgrounds/small-content-top.gif") top no-repeat;
}

div#pageContainer div.partWidth .wrapper2 {
	background:url("/template/assets/backgrounds/small-content-bottom.gif") bottom no-repeat;
}

div#pageContainer div#footer {
	width:900px;
	margin:0 16px;
	text-align:center;
}

/*********************/
/* Header Styles */
/*********************/

a#siteLogo {
	position:absolute;
	top:10px;
	left:0px;
	width:390px;
	height:130px;
	background:url("/site-logo.jpg") no-repeat;
	text-indent:-5000em;	
}

h1#siteIntro {
	position:absolute;
	left:400px;
	top:60px;
	font-size:1.1em;
	font-weight:bold;
	color:#666;
}

h1#siteIntro span {
	color:#c2d615;
}

div#countryFlags {
	float:right;
	margin:10px 5px;
}

div#countryFlags ul li {
	display:inline;
}

div#signUpLogin {
	float:right;
	margin:8px 12px;
}

div#signUpLogin a {
	color:#000000;
}

div#signUpLogin a:hover {
	color:#d0d0d0;
}


span#myAccount{
	background:url("/template/assets/backgrounds/top-nav-left.gif") bottom left no-repeat;
	float:right;
}

span#myAccount a {
	background:url("/template/assets/backgrounds/top-nav-right.gif") bottom right no-repeat;
	height:23px;
	float:left;
	padding:9px 27px 0 23px;	
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;	
}

/*
div#myAccount{
	background:url("/template/assets/backgrounds/top-nav-left.gif") bottom left no-repeat;
	float:right;
}

div#myAccount a.top {
	background:url("/template/assets/backgrounds/top-nav-right.gif") bottom right no-repeat;
	height:23px;
	float:left;
	padding:9px 27px 0 23px;	
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;	
}
*/

div#mainNav {
	position:absolute;
	bottom:0px;
	right:0px;
	width:auto;
}

div#mainNav li {
	background:url("/template/assets/backgrounds/main-nav-left.gif") top left no-repeat;
	float:left;
	height:32px;
}

div#mainNav li a {
	background:url("/template/assets/backgrounds/main-nav-right.gif") top right no-repeat;
	text-align:center;
	line-height:26px;
	float:left;
	padding:4px 20px 0px 20px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
}

div#mainNav li a:hover {

}

div#mainNav li.selected {
	background:url("/template/assets/backgrounds/main-nav-left-selected.gif") bottom left no-repeat;
}


div#mainNav li.selected a {
	background:url("/template/assets/backgrounds/main-nav-right-selected.gif") bottom right no-repeat;
	color:#FFF;
}

div#mainNav li.selected a:hover {
	color:#FFF;
}

/*********************/
/* Left Nav Styles */
/*********************/

div#jumpBox select {
	width:175px;
	margin:0 0 10px 10px;
	float:left;
}

div#siteSearch h3 {
	width:195px;
	height:61px;
	background:url("/template/assets/headings/search.gif") no-repeat;
	text-indent:-5000em;
}

div#siteSearch form {
	margin:-15px 0 0 13px;
	float:left;
}

div#siteSearch form input {
	float:left;
}

div#siteSearch form select {
	float:left;
	margin-top:5px;
}

div#siteSearch form span {
	margin:8px;
}

div#siteSearch form input#search_keywords {
	border:1px solid #AAAAAA;
	border-width:1px 0px 0px 1px;
	padding:3px 5px;
	width:135px;
	/*color:#AAAAAA;*/
	color:#000;
	/*background:#c2d615;*/
	background:#d0d0d0;
}

div#siteSearch form input#searchButton {
	margin:-1px 0 0 3px;
}

div#inThePress {
	margin-top:15px;
}

div#inThePress h3 {
	width:195px;
	height:61px;
	background:url("/template/assets/headings/in-the-press.gif") no-repeat;
	text-indent:-5000em;
}

div#inThePress div#testimonials {
	margin:-11px 0 0 0;
}

div#inThePress div.testimonial {
	float:left;
}

div#inThePress div.testimonial blockquote {
	padding:0 22px;
	margin:0 10px;
	font-weight:bold;
	position:relative;
}

div#inThePress div.testimonial img {
	float:right;
	margin:10px 10px 10px 0;
}

div#inThePress div.testimonial p {
	float:right;
	margin:10px 10px 10px 0;
	font-weight:bold;
}


/**********************/
/*    Testimonials    */
/**********************/

div#testimonialCol {
	float:left;
	width:205px;
	margin: -15px 10px 50px 0px;
}

div#inThePress span.startQuote {
	height:17px;
	width:20px;
	background:url("/template/assets/icons/open-quote.gif") no-repeat;
	text-indent:-5000em;
	position:absolute;
	left:0px;
}

div#inThePress span.endQuote {
	height:17px;
	width:20px;
	background:url("/template/assets/icons/close-quote.gif") no-repeat;
	text-indent:-5000em;
	position:absolute;
	margin-left:5px;
	bottom:0px;
	right:5px;
}

div#inThePress a.moreQuotes {
	float:right;
	margin:0 10px 10px 0;
	color:#56BBFF;
}

a#viewExclusiveDeals {
	margin-left:10px;
}

div#leftNav {
	position:relative;
	margin-top:62px;
}
div#leftNav h3 {
	position:absolute;
	left:-16px;
	top:-62px;
	width:211px;
	height:62px;
	background:url("/template/assets/headings/deal-categories.gif") no-repeat;
	text-indent:-5000em;
}

div#leftNav ul {
	margin-top:0px;
}

div#leftNav ul li {
	border-bottom:1px solid #ffffff;
	width:195px;
	display:block;
}

div#leftNav ul li a {
	display:block;
	width:183px;
	/*background:#0D7AB2;  @leftNavBgColour */
	background:#9E9E9E;
	color:#FFF; /* @leftNavFontColour */
	font-weight:bold;
	line-height:2.0em;
	padding:4px 0px 4px 12px;
	text-decoration:none;
}

div#leftNav ul li a:hover {
	background:#d0d0d0; /* @leftNavHoverBgColour */
	color:#000000; /* @leftNavHoverFontColour */
}

div#leftNav li a.selected{
	background:#000000 ; /* @leftNavSelectedBgColour */
	color:#FFFFFF; /* @leftNavSelectedFontColour */
}

div#leftNav li a.selected:hover {
	background:#d0d0d0; /* @leftNavSubSelectedHoverBgColour */
	color:#000000; /* @leftNavSubSelectedHoverFontColour */
}

div#leftNav ul ul li {
	border-bottom:0px;
border-top:1px solid #ffffff;
}

div#leftNav ul ul li a {
	background:#d0d0d0 ; /* @leftNavSubBgColour */
	color:#000000; /* @leftNavSubFontColour */
	font-weight:normal;
	padding-left:20px;
	width:175px;
}

div#leftNav ul ul li a:hover {
	background:#9e9e9e; /* @leftNavSubHoverBgColour */
	color:#FFFFFF; /* @leftNavSubHoverFontColour */
}

div#leftNav ul ul li a.subselected{
	background:#000000 ; /* @leftNavSelectedBgColour */
	color:#FFFFFF; /* @leftNavSelectedFontColour */
	font-weight:normal;	
}

div#leftNav ul ul li a.subselected:hover{
	background:#9e9e9e; /* @leftNavSubSelectedHoverBgColour */
	color:#FFFFFF; /* @leftNavSubSelectedHoverFontColour */
	font-weight:normal;		
}

div#testimonialCol div.testimonial {
	padding-bottom: 20px;
}

/*********************/
/* Right Nav Styles */
/*********************/

div#dealOfWeek {}

div#dealOfWeek h3 {
	width:211px;
	height:74px;
	background:url("/template/assets/headings/deal-of-week.gif") no-repeat;
	text-indent:-5000em;	
}

div#dealOfWeek a {
	display:block;
	text-align:center;
	margin-top:-15px;
}

div#bestBuys {
	padding-top:15px;
}

div#bestBuys h3 {
	width:211px;
	height:74px;	
	background:url("/template/assets/headings/best-buys.gif") no-repeat;
	text-indent:-5000em;
}

div#bestBuys ul {
	margin-top:-15px;
}

div#bestBuys ul li {
	text-align:center;
	margin-bottom:20px;
}

/*********************/
/* Footer Styles */
/*********************/

div#footer a {
	color:#000000;
	text-decoration:none;
}

div#footer a:hover {
	color:#9e9e9e;
}

div#footer p {
	margin-top:10px;
}

/*********************/
/* Logged Out Home Styles */
/*********************/

div#homeIntro {
	background:url("/template/assets/backgrounds/home-intro.gif") no-repeat;
	height:236px;
}

p#introText a {
	background:url("/template/assets/headings/intro-text.gif") no-repeat;
	width:489px;
	height:110px;
	text-indent:-5000em;
	float:left;
	clear:both;
	margin-top:0;
}

p#introText {
	margin-bottom:15px;
}

p#signUp a {
	background:url("/template/assets/buttons/sign-up.gif") no-repeat;
	width:444px;
	height:54px;
	text-indent:-5000em;	
	float:left;
	margin-left:24px;
	clear:both;
}

p#signUpButton a {
	background:url("/template/assets/buttons/sign-up-button.gif") no-repeat;
	width:450px;
	height:60px;
	text-indent:-5000em;
	float:left;
	clear:both;
}

p#signUp a:hover {
	xbackground-position:0px -51px;
}

div#reasons {
	background:url("/template/assets/backgrounds/home-middle-curve.jpg") no-repeat;
}

p#learnMoreLink a {
	background:url("/template/assets/buttons/learn-more.gif") no-repeat;
	width:444px;
	height:18px;
	text-indent:-5000em;	
	float:left;
	margin-left:24px;
	margin-top:15px;
	clear:both;	
}

p#learnMoreButton a {
	background:url("/template/assets/buttons/learn-more-button.gif") no-repeat;
	width:444px;
	height:50px;
	text-indent:-5000em;	
	float:left;
	margin-left:24px;
	margin-top:15px;
	clear:both;	
}

p#learnMoreLink a:hover {
	xbackground-position:0px -51px;
}

div#membersOfMonth {
	width:300px;
	float:left;
	margin-top:20px;
	position:relative;
}

div#membersOfMonth h2 {
	font-size:1.4em;
	font-weight:bold;
/*
	width:300px;
	height:68px;	
	background:url("/template/assets/headings/members-of-month.gif") no-repeat;
	text-indent:-5000em;
	position:absolute;
	display:none;
*/
}

div#membersOfMonth div#members {
	xbackground:url("/template/assets/backgrounds/members.jpg") top repeat-x;
	margin-top:0px;
	padding-top:26px;
}

div#membersOfMonth div.member {
	float:left;
	width:125px;
	padding-left:25px;
}

div#membersOfMonth img {
	position:absolute;
}

div#membersOfMonth div.member h3 {
	margin:140px 0 0 0px;
	font-weight:bold;
	color:#000;
	font-size:1.1em;
}

div#membersOfMonth div.member h3 span {
	display:block;
	margin-top:2px;
	color:#666;
	font-size:0.9em;	
}

div#membersOfMonth blockquote {
	padding-right:2px;
	margin:10px 0;
}

div#membersOfMonth blockquote span.startQuote {
	height:17px;
	width:20px;
	background:url("/template/assets/icons/open-quote-2.gif") no-repeat;
	text-indent:-5000em;
	position:absolute;
	margin-left:-22px;
}

div#membersOfMonth blockquote span.endQuote {
	height:17px;
	width:20px;
	text-indent:-5000em;
	position:absolute;
	margin-left:5px;
}


div#whatsTheDeal {
	width:450px;
	float:left;
	margin:10px 0 0 10px;
}
/*
div#whatsTheDeal h2 {
	width:160px;
	height:26px;	
	background:url("/template/assets/headings/whats-the-deal.gif") no-repeat;
	text-indent:-5000em;
}
*/
div#whatsTheDeal ul {
	padding-top:5px;
}

div#threeSteps a {
	background:url("/template/assets/headings/three-steps.gif") no-repeat;
	width:495px;
	height:180px;
	text-indent:-5000em;	
	float:left;
	clear:both;
}

div#threeSteps ul {
	background:url("/template/assets/backgrounds/content.jpg") top repeat-x;
	float:left;
	padding:0 0 100px 10px;
	width:479px;
}

div#threeSteps ul li {
	padding:5px 10px 0 10px;
}

div#exclusiveDeals h2 {
	width:489px;
	height:145px;	
	background:url("/template/assets/headings/exclusive-deals.gif") no-repeat;
	text-indent:-5000em;	
	margin:10px 0 0 0px;
}

div#contentContainer.partWidth div#exclusiveDeals ul {
	margin-top:-90px;
}

div#contentContainer.partWidth div#exclusiveDeals ul li {
	display:inline;
	background-image:none;
	margin:5px 10px;
	float:left;
}

/*********************/
/* Logged In Home Styles */
/*********************/

div#homeLoggedIn {
	padding:8px;
}

div#homeLoggedIn div#columnOne {
	width:475px;
	float:left;
}

div#homeLoggedIn div#columnTwo {
	width:210px;
	float:left;
	margin-left:10px;
}

/*
div#homeLoggedIn div#exclusiveOffers {
	background:#FFF url("/template/assets/backgrounds/exclusive-offers.gif") no-repeat;
	margin:20px 10px 5px 10px;
	padding:110px 15px 0px 15px;
	color:#000;
	position:relative
}


div#homeLoggedIn div#exclusiveOffers a {
	color:#000;
}

div#homeLoggedIn div#exclusiveOffers img {
	position:absolute;
	top:50px;
	right:15px;
}
*/

div#homeLoggedIn div#exclusiveOffers {
	background:#FFF url("/template/assets/backgrounds/exclusive-offers.gif") no-repeat;
	margin:20px 10px 5px 10px;
	padding:110px 15px 0px 15px;
	color:#FFF;
	position:relative
}

div#homeLoggedIn div#exclusiveOffers a {
	color:#FFF;
}

div#homeLoggedIn div#exclusiveOffers img {
	position:absolute;
	top:50px;
	right:15px;
}

div#homeLoggedIn div.offerText {
	padding-bottom:10px;
}

div#homeLoggedIn div#exclusiveOffers p.offerHeading {
	font-size:2.0em;
	font-weight:normal;
}

div#homeLoggedIn div#exclusiveOffers p.offerDescription {
	margin-top:0px;
}

div#homeLoggedIn div#topOffers {
	background:url("/template/assets/backgrounds/top-offers.gif") no-repeat;
	padding:54px 0 10px 0;
}

div#topOffers a {
	text-decoration:none;
}

div#homeLoggedIn div#yourDeals {
	background:url("/template/assets/backgrounds/your-deals.gif") no-repeat;
	padding:50px 0 10px 0;
}

div#yourDeals a {
	text-decoration:none;
}

div#contentContainer.partWidth div#topOffers ul li {
	width:430px;
	margin:0px 0px 3px 22px;
	/*background:url("/template/assets/backgrounds/top-offers-list.gif") repeat-y;*/
	background:transparent;
	padding:5px;	
	position:relative;
}

div#topOffers ul li img {
	float:left;
	margin-right:10px;
}

div#topOffers ul li h4 {
	font-size:1.6em;
	font-weight:bold;
	float:left;
	width:220px;
}

div#topOffers ul li p {
	float:left;
	width:220px;
}

div#topOffers ul li img.getIt {
	position:absolute;
	right:5px;
	top:18px;
}

div#rightBar div.rightContent {
	width:175px;
}
	
div#tellAFriend {
	background:url("/template/assets/backgrounds/tell-a-friend.gif") no-repeat;
	padding:40px 10px 10px 10px;
	margin-top:5px;
	width:211px;
}

div#tellAFriend h4 {
	color:#C2D615;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:2px;
}

div#tellAFriend p strong {
	font-weight:bold;
}

div#moreCash {
	background:url("/template/assets/backgrounds/more-cash.gif") no-repeat;
	padding:60px 10px 10px 10px;
	margin-top:5px;
	width:211px;
}

div#moreCash h4 {
	margin-bottom:10px;
	font-weight:bold;
	color:#0A7CB2;
}

div#moreCash ul li {
	margin-bottom:10px;
}

div#moreCash ul li a {
	color:#FE4800;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:3px;
	text-decoration:none;
	display:block;
}

div#newOffers {
	background:url("/template/assets/backgrounds/new.gif") no-repeat;
	padding:40px 10px 10px 10px;
	margin-top:5px;
	width:211px;
}

div#newOffers a.black {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

div#newOffers a {
	color:#FE4800;
	font-weight:bold;
	font-size:1em;
	margin-bottom:5px;
	text-decoration:none;
}

div#newOffers p {
	margin-bottom:10px;
}

/*********************/
/* Learn More Styles */
/*********************/

div#learnMore h1 {
	display:hidden;
	/*
	text-indent:-5000em;
	background:url("/template/assets/banners/learn-more.gif") no-repeat;
	height:208px;
	margin:0px 0 11px 11px;
	padding-top:20px;*/
}

div#learnMore h2 {
	font-size:1.6em;
	font-weight:bold;
	margin-left:20px;
	color:#0A7CB2;
}

div#learnMore ol {
	margin:10px 10px 0 20px;
} 

div#learnMore ol li {
	margin-bottom:10px;
}

div#learnMore ol li img {
	float:left;
	margin-right:10px;
}

div#learnMore ol li h3 {
	padding-top:5px;
	font-size:1.6em;
	font-weight:bold;	
	color:#0A7CB2;
}

div#learnMore ol li a,
div#learnMore ol li strong {
	font-weight:bold;
	color:#E50278;
	text-decoration:none;
}

p#earnCashNow a {
	background:url("/template/assets/buttons/earn-cash.gif") no-repeat;
	width:266px;
	height:47px;
	text-indent:-5000em;	
	float:left;
	margin:15px 0 0 125px;
	clear:both;
}

p#earnCashNow a:hover {
	xbackground-position:0px -47px;

}

/*********************/
/* Sign Up Styles */
/*********************/

div#signUp {
	background:url("/template/assets/backgrounds/signup-content-top.jpg") left top no-repeat;
	width:680px;
	margin:8px;
	padding:20px 0;
}

div#signUp h1 {
	background:url("/template/assets/headings/sign-up.gif") center top no-repeat;
	height:97px;
	margin:0px 4px 20px;
	text-indent:-5000em;
	width:673px;
}

div#signUp fieldset {
	border:0;
	border-left:3px solid #D6F2FF;
	border-right:3px solid #D6F2FF;
}

div#signUp p.error {
	width:100%;
	text-align:center;
	color:#FF4900;
}

div#signUp div.formElement {
	margin-bottom:10px;
}

div#signUp label {
	color:#000;
	text-align:right;
	float:left;
	width:300px;
	padding-right:10px;
	font-size:1.1em;
	font-weight:bold;
}

div#signUp label a {
	color:#0A7CB2;
}

div#signUp input {
	border:1px solid #999;
}

div#signUp input.signup-check {
	border:0px;
}

div#signUp input.submitBtn {
	border:0px;
	margin:10px 0px 10px 190px;
}

div#signUp div#formBottom {
	background:url("/template/assets/backgrounds/signup-content-bottom.gif") left top no-repeat;
	width:680px;
	height:10px;
}

/*********************/
/* About Us Styles */
/*********************/

div#aboutUs h2 img {
	margin-bottom:5px;	
}

div#aboutUs img#richardYendall {
	float:right;
	margin-top:-30px;
}

div#aboutUs p {
	margin-bottom:10px;
}

div#contentContainer.partWidth div#aboutUs ul {
	margin-top:30px;
}

div#contentContainer.partWidth div#aboutUs ul li {
	background-image:none;
	padding-left:0px;
	font-weight:normal;
}

div#aboutUs ul li img {
	float:left;
	margin-right:10px;
}

div#aboutUs ul li p {
	margin-bottom:0px;
	float:left;
	padding-top:5px;
	width:400px;
}

/*********************/
/* Exclusive Offers Styles */
/*********************/

div#exclusiveOffersPage {
	padding:8px;
}

div.redesignContent div#exclusiveDealOfWeek {
	background:#FFF url("/template/assets/backgrounds/exclusive-offers.gif") no-repeat;
	margin:20px 10px 5px 10px;
	/*padding:70px 15px 30px 15px;*/
	padding:80px 15px 30px 15px;
	color:#000;
	position:relative
}

div.redesignContent div#exclusiveDealOfWeek a {
	color:#000;
}

div.redesignContent div#exclusiveDealOfWeek img {
	position:absolute;
	top:20px;
	right:20px;
}

div.redesignContent div.offerText {
	padding-bottom:1px; 
}

div.redesignContent div#exclusiveDealOfWeek p.offerHeading {
	font-size:2.0em;
	font-weight:normal;
	margin-bottom: 0px;
}

div.redesignContent div#exclusiveDealOfWeek p.offerDescription {
	margin-top:0px;
}

/*
 * OLD VERSION. Text moves out of the box when size increased.
 * Swapped for the version used on the homepage
 * JC
div.redesignContent div#exclusiveDealOfWeek {
	height:205px;
	background:url("/template/assets/backgrounds/exclusive-offers.gif") no-repeat;
	margin:10px 10px 5px 10px;
	padding:15px;
	color:#FFF;
	position:relative;	
}

div.redesignContent div#exclusiveDealOfWeek a {
	color:#FFF;
}

div.redesignContent div#exclusiveDealOfWeek img {
	float:right;
	margin-top:36px;
}

div.redesignContent div#exclusiveDealOfWeek div.offerText {
	position:absolute;
	top:100px;
	left:0px;
	padding:15px;
}

div.redesignContent div#exclusiveDealOfWeek p.offerHeading {
	font-size:2.0em;
	font-weight:normal;
}

div.redesignContent div#exclusiveDealOfWeek p.offerDescription {
	margin-top:5px;
}
*/


div.redesignContent div#allExclusives {
	background:url("/template/assets/backgrounds/exclusive-deals.gif") no-repeat;
	padding:60px 0 10px 0;
	margin-top:10px;
}

div.redesignContent div#allExclusives a {
	text-decoration:none;
}

div.redesignContent div#allExclusives ul {
	margin-top:-6px;
	padding:5px 16px;
}

div.redesignContent div#allExclusives ul li {
	width:430px;
	margin:0px 0px 3px 0px;
	/*background:url("/template/assets/backgrounds/top-offers-list.gif") repeat-y;*/
	background: transparent;
	padding:5px;	
	position:relative;
}

div.redesignContent div#allExclusives ul li img {
	float:left;
	margin-right:10px;
}

div.redesignContent div#allExclusives div.icon {
	float:left;
	margin-right:10px;
	width:120px;
	height:60px;
	overflow: hidden;
}

div.redesignContent div#allExclusives ul li h4 {
	font-size:1.6em;
	font-weight:bold;
	float:left;
	width:220px;
}

div.redesignContent div#allExclusives ul li p {
	float:left;
	width:220px;
font-weight:normal;
}

div.redesignContent div#allExclusives ul li img.getIt {
	position:absolute;
	right:5px;
	top:18px;
	margin-right:0px;	
}

/*
 * Duplicated allExclusives for the newdeals page
 * JC
 */
div.redesignContent div#allNewdeals {
	background:url("/template/assets/backgrounds/new-deals.gif") no-repeat;
	padding:60px 0 10px 0;
}

div.redesignContent div#allNewdeals a {
	text-decoration:none;
}

div.redesignContent div#allNewdeals ul {
	/*background:#E1F0F7;*/
	/*margin-top:-20px;*/
	margin-top:-6px;
	padding:5px;
}

div.redesignContent div#allNewdeals ul li {
	width:430px;
	margin:0px 0px 3px 0px;
	/*background:url("/template/assets/backgrounds/top-offers-list.gif") repeat-y;*/
	background:transparent;
	padding:5px;	
	position:relative;
}

div.redesignContent div#allNewdeals ul li img {
	float:left;
	margin-right:10px;
}

div.redesignContent div#allNewdeals div.icon {
	float:left;
	margin-right:10px;
	width:120px;
	height:60px;
	overflow: hidden;
}

div.redesignContent div#allNewdeals ul li h4 {
	font-size:1.6em;
	font-weight:bold;
	float:left;
	width:240px;
}

div.redesignContent div#allNewdeals ul li p {
	float:left;
	width:240px;
font-weight:normal;
}

div.redesignContent div#allNewdeals ul li img.getIt {
	position:absolute;
	right:0;
	/*top:5px;*/
	bottom:5px;
	margin-right:0px;	
}


div.redesignContent div#dailyClicks {
	background:url("/template/assets/backgrounds/blue_grad.gif") no-repeat;
	padding:60px 0 10px 0;
}

div.redesignContent div#dailyClicks a {
	text-decoration:none;
}

div.redesignContent div#dailyClicks ul {
	background:#E1F0F7;
	margin-top:-20px;
	padding:5px;
}

div.redesignContent div#dailyClicks ul li {
	width:430px;
	margin:0px 0px 3px 0px;
	background:url("/template/assets/backgrounds/top-offers-list.gif") repeat-y;
	padding:5px;	
	position:relative;
}

div.redesignContent div#dailyClicks ul li img {
	float:left;
	margin-right:10px;
}

div.redesignContent div#dailyClicks div.icon {
	float:left;
	margin-right:10px;
	width:120px;
	height:60px;
	overflow: hidden;
}

div.redesignContent div#dailyClicks ul li h4 {
	font-size:1.6em;
	font-weight:bold;
	float:left;
	width:240px;
}

div.redesignContent div#dailyClicks ul li p {
	float:left;
	width:220px;
	font-weight:normal;
}

div.redesignContent div#dailyClicks ul li img.getIt {
	position:absolute;
	right:5px;
	top:25px;
	margin-right:0px;	
}

/*********************/
/* Refer a friend Styles */
/*********************/

div#referAFriend div.banner {
	margin:15px 2px;
	float:left;
}

div#referAFriend h4 {
	background:url("/template/assets/backgrounds/main-nav-left.gif") bottom left no-repeat;
	float:left;
	height:43px;
	margin-left:1px;
}

div#referAFriend h4 span {
	background:transparent url("/template/assets/backgrounds/main-nav-right.gif") no-repeat scroll right bottom;
	color:#56BBFF;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	height:28px;
	padding:15px 27px 0pt 23px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

div#referAFriend h4.selected {
	background:url("/template/assets/backgrounds/main-nav-left-selected.gif") bottom left no-repeat;
}

div#referAFriend h4.selected span {
	background:url("/template/assets/backgrounds/main-nav-right-selected.gif") bottom right no-repeat;
	color:#FFF;
}

div#referAFriend div#emailCopy {
	background:#E5F6FD;
	padding:10px;
}

div#referAFriend form p strong {
	font-weight:bold;
}

/*div#referAFriend form {*/
div#referAFriend div#tabgroup div#fragment-1,
div#referAFriend div#tabgroup div#fragment-2 {
	border:2px solid #56BBFF;
	float:left;
	padding:10px;
	margin-bottom:15px;
	width:425px;
}

div#referAFriend form div.friendField {
	float:left;
	clear:both;
	padding-left:30px;
	margin-bottom:5px;
	width:400px;
}

div#referAFriend form div.friendField input{
	width:200px;
	margin:0px 0 0 20px;
	float:left;
}

div#referAFriend form div.friendField label{
	width:120px;
	float:left;
	margin-top:3px;
	text-align:right;
}

div#referAFriend form img#addNew {
	margin:0px 0 10px 300px;
}

input#emailFriend {
	margin-top:10px;
	float:right;
}

div#referAFriend p.mute{
	float:left;
	width:450px;
	font-size:80%;
}

/*********************/
/* Search Styles */
/*********************/

div#searchResults {}

p#results {color:#CCC; font-size:1.2em;}

div#columnOne {float:left; width:456px;}

div#partners {background:url("/template/assets/backgrounds/dot-bar.gif") bottom repeat-x; margin-bottom:20px; padding-bottom:20px; position:relative;}
div#partners h2 {background:url("/template/assets/headings/rpoints-partner-dot.gif") no-repeat; height:34px; text-indent:-5000em;}
div#partners ul {margin-top:10px;}
div#partners ul li {float:left; width:150px; padding-bottom:10px; margin:0px 0px 0px 30px; background:url("/template/assets/icons/bullet-point2.gif") 0px 5px no-repeat; padding-left:20px;}
div#partners ul li strong {display:block; font-size:1.2em; font-weight:bold; color:#0A7CB2;}
div#partners a.moreLink {position:absolute; bottom:0px; right:0px;}

/* Old version, pre ie6 fix*/
/*div#categories {background:url("/template/assets/backgrounds/dot-bar.gif") bottom repeat-x; margin-bottom:20px; padding-bottom:20px; position:relative;}*/
div#categories {background:url("/template/assets/backgrounds/dot-bar.gif") bottom repeat-x; margin-bottom:20px; padding-bottom:20px;}
div#categories h2 {background:url("/template/assets/headings/categories-dot.gif") no-repeat; height:34px; text-indent:-5000em;}
div#categories ul {margin-top:10px;}
div#categories ul li {float:left; width:150px; padding-bottom:10px; margin:0px 0px 0px 30px; background:url("/template/assets/icons/bullet-point2.gif") 0px 1px no-repeat; padding-left:20px;}
div#categories ul li strong {font-size:1.2em; font-weight:bold; color:#0A7CB2;}
/* Old version, pre ie6 fix*/
/*div#categories a.moreLink {position:absolute; bottom:0px; right:0px;}*/
div#categories a.moreLink {float:right; margin-bottom:-16px;}

div#productSearch {}
div#productSearch h2 {background:url("/template/assets/headings/product-search-dot.gif") no-repeat; height:34px; text-indent:-5000em;}
div#productSearch h2 {background:url("/template/assets/headings/bargains-search-dot.gif") no-repeat; height:34px; text-indent:-5000em;}
div#productSearch ul {}
div#productSearch ul li {background:url("/template/assets/backgrounds/dot.gif") bottom repeat-x; padding-bottom:15px; margin-bottom:15px;}
div#productSearch ul li img.product {float:left; margin-right:10px;}
div#productSearch ul li h3 {font-size:1.2em; font-weight:bold; color:#0A7CB2; margin:0px;}
div#productSearch ul li div.productText {float:left; width:250px; margin-right:10px;}
div#productSearch ul li p.brand {float:right; color:#FE4800; font-size:1.5em; font-weight:bold;}
/* Added for the bodge table design JC */
div#productSearch p.brand {float:right; color:#FE4800; font-size:1.5em; font-weight:bold;}
div#productSearch h3 {font-size:1.2em; font-weight:bold; color:#0A7CB2; margin:0px;}
div#productSearch a {color: #0A7CB2;}
div#productSearch div.dot {background:url("/template/assets/backgrounds/dot.gif") bottom repeat-x};
/***************************************/
div#productSearch ul li p.price {font-size:1.5em; font-weight:bold;}
div#productSearch ul li p.price span {color:#FE4800;}
div#productSearch ul li p.description {}
div#productSearch ul li p.description a {color:#0A7CB2;}
div#productSearch ul li img.cashback {float:left;}
div#productSearch ul li a.buy {float:right; margin-left:10px; margin-top:10px;}

div#columnTwo {float:left; width:188px; margin-left:10px;}

div#help {background:url("/template/assets/backgrounds/dot-bar.gif") bottom repeat-x; margin-bottom:20px; padding-bottom:20px; position:relative;}
div#help h2 {background:url("/template/assets/headings/help2-dot.gif") no-repeat; height:34px; text-indent:-5000em;}

div#help ul {margin-top:20px;}
div#help ul li {padding-bottom:10px; margin:0px 0px 0px 10px; background:url("/template/assets/icons/bullet-point2.gif") 0px 1px no-repeat; padding-left:20px;}
div#help a.moreLink {position:absolute; bottom:0px; right:0px;}

div#tags {background:url("/template/assets/backgrounds/dot-bar.gif") bottom repeat-x; padding-bottom:20px; margin-bottom:20px;}
div#tags h2 {background:url("/template/assets/headings/tags.gif") center no-repeat; height:34px; text-indent:-5000em;}
div#tags p {}
div#tags a {color:#999; text-decoration:none; padding:5px;}
div#tags a.size1 {font-size:1.0em;}
div#tags a.size2 {font-size:1.1em;}
div#tags a.size3 {font-size:1.2em;}
div#tags a.size4 {font-size:1.3em; font-weight:bold;}
div#tags a.size5 {font-size:1.4em; font-weight:bold;}

/*********************/
/*   Cluetip style   */
/*********************/

span.rp_question {
	color: #0D7AB2;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.8em;
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(/template/assets/icons/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(/template/assets/icons/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(/template/assets/icons/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(/template/assets/icons/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #0D7AB2;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #0D7AB2;
  color: #fff;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(/template/assets/icons/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(/template/assets/icons/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(/template/assets/icons/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/template/assets/icons/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(/template/assets/icons/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(/template/assets/icons/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(/template/assets/icons/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(/template/assets/icons/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(/template/assets/icons/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(/template/assets/icons/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(/template/assets/icons/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(/template/assets/icons/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}


/*********************/
/* Clear Float Fix */
/*********************/

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/* in base style now
div#myaccount {margin-bottom:20px; padding-bottom:20px; position:relative;}
div#myaccount h3 {font-size:1.4em;font-weight:bold;}
div#myaccount ul {margin-top:10px;}
div#myaccount ul li {float:left; width:170px; padding-bottom:10px; margin:0px 0px 0px 30px; background:url("/template/assets/icons/bullet-point2.gif") 0px 5px no-repeat; padding-left:20px;}
div#myaccount ul li strong {display:block; font-size:1.2em; font-weight:bold; color:#0A7CB2;}
*/



