﻿@import url('../formalise.css');
/* Body content */
@font-face {
	font-family: "SharpSansDispNo1-Book";
	src: url("fonts/SharpSansDispNo1-Book.woff2") format("woff2"), url("fonts/SharpSansDispNo1-Book.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "SharpSansDispNo1-Book-Bold";
	src: url("fonts/SharpSansDispNo1-Bold.woff2") format("woff2"), url("fonts/SharpSansDispNo1-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "SharpSansDispNo1-Book";
	src: url("fonts/tt_norms_pro_italic-webfont-woff2.woff2") format("woff2"), url("fonts/tt_norms_pro_italic-webfont-woff.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*reset over-rides*/
button, input[type="reset"], input[type="submit"], input[type="button"],
button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	cursor: pointer;
	outline: 0;
	overflow: visible;
	border: 0px;
	font-size: 16px;
	width: auto;
	font-weight: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"], input[type="checkbox"] {
	top: 5px !important;
}

input.genericButton#file {
	display: none;
}

.file-input-wrapper {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	filter: alpha(opacity=100);
	opacity: 100;
}

input[type="file"] {
	height: auto;
	width: auto;
	font-size: 1em;
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input {
	margin: 0;
	padding: 0;
	font-family: 'SharpSansDispNo1-Book', Arial, Helvetica, Verdana, sans-serif;
}

body {
	background: #e3e3e3;
	font-family: 'SharpSansDispNo1-Book', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 150%;
}

b, strong {
	font-weight: 700;
	font-family: 'SharpSansDispNo1-Book-Bold';
}

i {
	font-style: italic;
	font-family: 'SharpSansDispNo1-Book';
}

small {
	font-weight: normal;
	font-size: .75em;
}

a {
	color: #219DC3;
	text-decoration: underline;
}

	a:hover {
		color: #B8CF46;
		text-decoration: underline;
	}

	a img {
		border: 0;
	}

img {
	border: none;
	vertical-align: middle;
}

h1, h2, h3, h4, .login-title, .register-title, .loggedout-title {
	line-height: 150%;
	font-family: 'SharpSansDispNo1-Book-Bold';
	color: #000;
}

h1 {
	position: relative;
	font-size: 48px;
	font-family: 'SharpSansDispNo1-Book-Bold';
	font-weight: 700;
	display: block;
}

h2, .register-title, .loggedout-title {
	font-size: 32px;
	font-family: 'SharpSansDispNo1-Book-Bold';
	font-weight: 700;
	display: block;
}

.homepage-topic-content h2 {
	margin-top: 80px;
}

h3, .login-title {
	font-size: 24px;
	font-family: 'SharpSansDispNo1-Book-Bold';
	font-weight: 700;
	color: #000;
}

	h3 + ol {
		margin-top: 20px;
	}

	h3 + p, h4 + p {
		/* margin-top: 0px; */
	}

h4 {
	font-size: 18px;
	font-family: 'SharpSansDispNo1-Book';
	font-weight: 400;
	color: #000;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

#topicfrequently-asked-questions h3 {
	margin-top: 40px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page {
	position: relative;
	width: auto;
	margin: 0 auto;
}

body[id^="topic"] .master-wrapper-content {
	margin: 0 auto;
	text-align: left;
	padding-bottom: 180px;
}
/* remov bottom texture on certain pages */
body#home .master-wrapper-content {
	background: none;
	padding-bottom: 0;
	margin-bottom: -20px;
}

.fly-wrapper {
	border: 1px solid #eee;
}

.ui-state-default {
	background: #000 !important;
	color: #fff !important;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: 1;
}

.ui-widget button {
	font-size: 14px !important;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'SharpSansDispNo1-Book', Arial, Helvetica, Verdana, sans-serif !important;
}

.registration-view .master-content-gutter-background,
#accountaccountconfirm .master-content-gutter-background,
.accountactivation .master-content-gutter-background {
	background: #fff !important;
}

/* two column master page */
.master-wrapper-side {
	float: left;
	margin: 0 0 0 0;
	display: inline;
}

.master-wrapper-center {
	float: left;
	width: 735px;
	margin: 20px 0 0 0px;
	display: inline;
}

.master-wrapper-cph {
	float: left;
	width: 705px;
	min-height: 400px;
	padding: 100px 10px 10px 20px;
}

/* one column master page */
.master-wrapper-center-1 {
	display: block;
}

.master-wrapper-cph-1 {
	position: relative;
	margin: 0 auto;
	color: #000;
	min-height: 240px;
	padding: 0px;
}

/* three column master page */
.master-wrapper-leftside-3 {
	display: none;
}

.master-wrapper-center-3 {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	display: block;
	padding-bottom: 40px;
	width: auto;
	display: inline-block;
	float: none;
}

.master-wrapper-cph-3 {
	padding: 0px 58px;
	clear: both;
}

.master-wrapper-rightside-3 {
	display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-container {
	background: #003D4C;
}

.header {
	height: 69px;
	margin: 0 auto;
	padding: 0;
}


.header-links-wrapper {
	background: #B8CF46;
	top: 0;
	padding: 15px;
	font-size: 24px;
	color: #fff;
	position: relative;
	margin-top: 0px;
	font-family: 'SharpSansDispNo1-Book', Arial, Helvetica, Verdana, sans-serif;
}

.password-recovery-view .header-links-wrapper,
.registration-view .header-links-wrapper {
	display: none;
}

body#accountaccountconfirm .header-links-wrapper {
	background: none;
}

.header-links-wrapper .logout {
	border: 0px;
	background: none;
	position: relative;
	z-index: 999;
	font-weight: normal;
	padding: 5px 10px;
	float: right;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 5px;
}

	.header-links-wrapper .logout a {
		color: #fff;
		font-weight: 400;
		text-decoration: none;
		padding: 0;
	}

.header-links-wrapper-items {
	margin: 0 auto;
}

.header-links-wrapper-items-container {
	text-align: left;
}

.header-links-wrapper .logout a:hover {
	color: #fff;
	text-decoration: none;
}

.header-links-wrapper .welcome {
	position: relative;
	float: none;
	display: inline-block;
	margin: 5px 10px 0 0;
	font-weight: normal;
	z-index: 999;
	color: #fff;
}

	.header-links-wrapper .welcome span,
	.header-links-wrapper .welcome-points span span {
		display: block;
		font-size: 16px;
	}

.header-links-wrapper .welcome-points {
	margin: 0 10px 0 0;
	float: none;
	display: inline-block;
	position: relative;
	z-index: 999;
}

	.header-links-wrapper .welcome-points a {
		color: #fff;
		text-decoration: none;
		text-align: left;
	}

		.header-links-wrapper .welcome-points a:hover {
			text-decoration: underline;
		}

.header-logo {
	float: left;
	text-align: left;
	padding: 15px 0;
}

a.logo {
	position: relative;
	display: block;
	width: 240px;
	height: 66px;
	background: url(Images/logo.png) center center no-repeat;
	z-index: 999;
	margin: 0 auto;
}

.headermenu {
	display: none;
	margin-right: 70px;
	position: absolute;
	top: 250px;
	right: 0;
	z-index: 999;
}

.footer-wrapper {
	z-index: 1;
	clear: both;
	text-align: left;
	color: #fff;
	position: relative;
	margin: 0 auto;
	background: #003D4C;
	padding: 25px 0;
}

.footer {
	font-size: 12px;
	min-height: 130px;
	background: url(images/logo-footer.png) 15px 0 no-repeat;
	max-width: 1080px !important;
	margin: 0 auto !important;
	position: relative;
}

	.footer .footer-disclaimer {
		position: relative;
		font-weight: normal;
		float: right;
		display: block;
		text-align: right;
	}

.login-page-body .footerMenu,
.password-recovery-view .footerMenu {
	display: none;
}

.footer .footerMenu {
	margin: 10px auto;
	text-decoration: none;
	position: relative;
	float: right;
	min-height: 10px;
	display: block;
}


	.footer .footerMenu ul {
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		background-color: inherit;
		font-weight: normal;
	}

		.footer .footerMenu ul li {
			margin: 0 0 0 20px;
		}

.footer .footer-disclaimer .footerMenu ul li {
	float: none;
}

.footer .footerMenu ul li a,
.powered-by-vault a {
	color: #fff;
	text-decoration: underline;
}


.footer .footer-disclaimer .footerMenu {
	position: relative;
	float: right;
	text-align: right;
	margin-top: 0;
}

	.footer .footer-disclaimer .footerMenu ul {
		margin-right: 0px;
	}

		.footer .footer-disclaimer .footerMenu ul li {
			display: inline;
		}

.footer .social-links {
	position: relative;
	float: right;
	margin: 20px;
	opacity: .7;
}

	.footer .social-links img {
		position: relative;
		float: right;
		margin-left: 20px;
		opacity: .7;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.page-title {
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}

.htmlcontent-header {
	display: block;
	margin-bottom: 20px;
	line-height: 100%;
}

.htmlcontent-header,
.page-title h2,
.password-recovery-page .page-title {
	position: relative;
	font-size: 40px;
	font-family: 'SharpSansDispNo1-Book-Bold';
	color: #000;
	font-weight: 700;
}

.master-wrapper-rightside-3 .htmlcontent-header {
	display: none;
}

.htmlcontent {
	padding: 0px;
}

.clear {
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.linkButton {
	color: #cd1b67;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

.textBox, .searchtext, .numericTextBox {
	margin: 1px;
	background: url(../Core-Css/images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	padding: 4px;
	height: 15px;
}

.copyright a {
	color: #fff;
	background-color: inherit;
}

.genericButton, .edible-button, .fancy-link {
	min-width: 280px;
}

.fancy-link {
	display: inline-block;
	text-align: center;
}

span.genericButton {
	display: inline-block;
	min-width: auto;
}

.editaddressbutton, .genericButton, .pager-button, .pager-button-disabled,
.deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .orderdetailsprintbutton,
.updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton,
.orderprocessedcontinuebutton, .submitpollvotebutton,
.searchboxbutton, .searchbutton, .contactusbutton, .newsitemaddcommentbutton,
.productwritereviewbutton, .registerbutton,
.checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton,
.changepasswordbutton, .registernextstepbutton, .completeregistrationbutton,
.saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton,
.newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton,
.shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton,
.confirmordernextstepbutton, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton,
.searchbutton:hover, .contactusbutton:hover, .newsitemaddcommentbutton:hover, .registerbutton:hover,
.checkoutasguestbutton:hover, .savecustomerinfobutton:hover, .addbillingaddressbutton:hover, .addshippingaddressbutton:hover,
.changepasswordbutton:hover, .registernextstepbutton:hover, .completeregistrationbutton:hover,
.saveaddressbutton:hover, .sendemailafriendbutton:hover, .checkoutbutton:hover, .selectshippingaddressbutton:hover,
.newaddressnextstepbutton:hover, .selectbillingaddressbutton:hover, .sameasshippingaddressbutton:hover,
.shippingmethodnextstepbutton:hover, .paymentmethodnextstepbutton:hover, .paymentinfonextstepbutton:hover,
.confirmordernextstepbutton:hover, .reorderbutton:hover, .minicartcheckoutbutton:hover, .newsletterbox-subscribebutton:hover,
.useragreementbutton:hover, .productaddtocomparelistbutton:hover,
.deleteaddressbutton:hover, .cancelrecurringorderbutton:hover, .orderdetailsbutton:hover, .orderdetailsprintbutton:hover,
.updatewishlistbutton:hover, .applycouponcodebutton:hover, .updatecartbutton:hover, .continueshoppingbutton:hover,
.orderprocessedcontinuebutton:hover, .submitpollvotebutton:hover, .genericButton:hover,
button, input[type="reset"], input[type="submit"], input[type="button"],
button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover,
.reload-centre-link a, .reload-centre-link a:hover,
.ui-dialog-buttonset .ui-button, .ui-dialog-buttonset .ui-button:hover,
.productaddtocomparelistbutton,
.productemailafriendbutton,
.productvariantaddtocartbutton,
.productlistaddtocartbutton,
.productvariantaddtowishlistbutton,
.productgridaddtocartbutton,
.productlistproductdetailbutton, .productgridproductdetailbutton,
.product-grid .product-item .add-info .buttons .productgridaddtocartbutton,
.product-variant-line .genericButton,
a.fancy-link {
	font-family: 'SharpSansDispNo1-Book';
	color: #fff;
	background: #B8CF46;
	padding: 14px 15px;
	font-size: 14px !important;
	font-weight: 400;
	text-decoration: none;
	border: 0px !important;
	border-radius: 5px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 10px;
	border: 1px solid #fff !important;
}

.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane button:hover {
	color: #fff !important;
}

.savecustomerinfobutton, .savecustomerinfobutton:hover {
}

span.cancelButton a {
	position: relative;
	padding: 0px 5px;
	top: 5px;
}

INPUT[type="button"][disabled="disabled"],
INPUT[type="submit"][disabled="disabled"],
INPUT[type="reset"][disabled="disabled"],
.disabled-button {
	background: #ccc;
	color: #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    NAVIGATIONS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contentTopMenu.responsiveContentTopMenu {
	display: none;
}

.responsive-menu-trigger {
	display: none;
}

div.contentTopMenu {
	padding-top: 0px;
	text-align: right;
	font-size: 14px;
	top: -115px;
	margin: 0 auto;
	background: #003D4C;
	position: relative;
	max-width: 1250px;
}

	div.contentTopMenu .listbox {
		position: relative;
	}

		div.contentTopMenu .listbox ul,
		div.contentTopMenu .listbox li {
			list-style-type: none;
		}

		div.contentTopMenu .listbox li {
			position: relative;
			display: inline-block;
			padding: 0 20px;
		}

			div.contentTopMenu .listbox li a {
				font-family: 'SharpSansDispNo1-Book';
				font-weight: 400;
				color: #fff;
				text-decoration: none;
				padding: 0;
			}

			div.contentTopMenu .listbox li:last-child a {
				border-right: 0px;
			}

			div.contentTopMenu .listbox li a:hover {
				color: #B8CF46;
			}

div.leftMenu {
	display: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-page .product-pager span, .manufacturer-page .product-pager span, .producttag-page .product-pager span {
	color: #cd1b67;
}

.menu-item-current-page {
	color: #000;
	-webkit-transition: color .15s ease-in;
	-moz-transition: color .15s ease-in;
	-o-transition: color .15s ease-in;
	transition: color .15s ease-in;
}


.altRow, .alt-row {
	background: #bbb9b2 !important;
}

/*Default table style*/
.default-table,
.defaultTable,
.custom-table {
	border-collapse: collapse;
	width: 100%;
	border: 0px;
}

.default-table.min-width{
	max-width:50%;
	}
	.default-table.min-width th,
	.default-table.min-width td{
		width:50%;
	}

	.custom-table td {
		border: 1px solid #000;
		padding: 8px;
	}

		.custom-table td.no-border {
			border: 0px !important;
		}

	.default-table td,
	.defaultTable td,
	.grid td {
		padding: 10px;
		border-left: 0px;
		background: #D8E7EB !important;
	}

.account-detail-container table td {
	border-bottom: 1px solid #fff;
}

.points-balance .total-balance-value {
	font-weight: normal;
}

.grid a[disabled="disabled"] {
	color: #999;
	cursor: not-allowed;
}

.default-table tr,
.defaultTable tr {
	border-bottom: 1px solid #fff;
	border-top: 0px;
}

.defaultTableNoBorder td {
	padding: 2px 0 2px 0;
	vertical-align: middle;
}

body#claimsanythingpossibleclaim .defaultTableNoStyle td input[type="text"],
body[id^="claimsanythingpossibleclaim"] .defaultTableNoStyle td input[type="text"] {
	min-width: 88%;
	max-width: 88%;
}

body#claimsanythingpossibleclaim .defaultTableNoStyle td.item-name,
body[id^="claimsanythingpossibleclaim"] .defaultTableNoStyle td.item-name {
	display: table-cell;
	font-weight: bold;
}

.defaultTable {
	position: relative;
	margin-bottom: 10px;
	/*
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    */
}

	.defaultTable td {
		/*border-bottom: 1px solid #b8b8b8;*/
		padding: 8px;
	}

	.defaultTable .parameter {
		font-weight: bold;
		white-space: nowrap;
		vertical-align: top;
	}

	.defaultTable .value {
		vertical-align: top;
	}

#TotalInvoiceValuePoints {
	float: left;
	position: relative;
	min-width: 60% !important;
	max-width: 60% !important;
	cursor: not-allowed;
}

/*Grid style*/
.gridTitle {
	position: relative;
	font-weight: normal;
	padding: 8px 10px;
	background: #003D4C;
	color: #FFFFFF;
}

.grid table {
	margin: 0px;
	border: 1px solid #fff;
	width: 100%;
	border-collapse: collapse;
}

.gridHeader {
	background: #003D4C;
	color: #fff;
	text-align: left;
	border-left: 1px solid #fff;
	font-weight: normal;
	padding: 10px;
}

.grid td INPUT {
	position: relative;
	float: right;
	margin-top: -15px;
}

.default-table th,
.defaultTable th,
.gridHeader td {
	background: #C3DAE0;
	color: #fff;
	text-align: left;
	border-left: 0px solid #fff;
	font-weight: normal;
	padding: 8px 10px;
	border-bottom: 1px solid #ccc
}

.gridHeader th{
	color:#333;
}

.account-detail-container .gridHeader th, .account-detail-container .gridHeader td, .account-detail-container td.gridHeader {
	background: #C3DAE0;
}

/*Categories*/
.breadcrumb {
	background: #F2F2F2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px 10px;
}

body[id^="catalogueproduct"] .breadcrumb {
	margin-top: 15px;
}

.breadcrumb .filter {
	background: none;
	border-bottom: 0px;
	font-size: 13px;
}

	.breadcrumb a, .breadcrumb .filter a {
		font-size: 13px;
		color: #303030;
		font-weight: 300;
	}

.home-page-category-grid {
	border-top: 0px;
	margin-top: 30px;
	clear: both;
	float: none;
	/*
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
*/
}

.category-page .product-item h2 {
	display: block;
	padding: 10px 0 0 0 !important;
}

.product-item .product-title {
	min-height: 120px;
}

.search-panel .product-item .product-title {
	min-height: 0;
}

.item-box {
	border: 0px !important;
	background: #fff !important;
	margin: 20px 0 !important;
	/*display: inline-table;*/
	float: left;
	width: 33%;
}

	.item-box:hover {
		background: none !important;
	}

	.item-box:last-child {
		border-right: 0px !important;
	}

	.item-box h2 {
		position: relative;
		display: inline-block;
		width: 100%;
		padding-left: 0 !important;
	}

		.item-box h2.title a,
		.product-grid .product-item .product-title a {
			padding: 20px !important;
			color: #000 !important;
			display: block !important;
			height: auto !important;
			font-size: 20px !important;
			line-height: 100% !important;
			font-weight: normal !important;
			text-decoration: none;
		}

.home-page-category-grid .category-item h2.title a {
	color: #fff !important;
	font-family: 'SharpSansDispNo1-Book', Arial, Helvetica, Verdana, sans-serif;
}

.edible-account-buttons {
	margin: 5px 0;
}

#button-view-redemptions, #button-view-details, #button-view-summary, #button-view-accounts, #button-new-claim {
	color: #fff !important;
	background: #B8CF46;
	margin-bottom: 5px;
}

.category-item, .product-item {
	margin: 15px 30px !important;
	text-align: left !important;
	width: 85% !important;
	background: #fff;
	min-height: 350px;
	border: 1px solid #ddd;
}

.category-item {
	min-height: 300px;
}

	.category-item .picture img {
		width: 100% !important;
	}

	.category-item#category-item-0 {
		background: #B8CF46;
	}

	.category-item#category-item-1 {
		background: #A777B2;
	}

	.category-item#category-item-2 {
		background: #219DC3;
	}

/*Products*/
.product-grid table {
	width: 100%;
}

.product-grid .product-item .add-info .buttons {
	padding: 10px 0;
	text-align: center;
}

	.product-grid .product-item .add-info .buttons .productgridproductdetailbutton,
	.product-grid .product-item .add-info .buttons .productgridaddtocartbutton {
		padding: 8px;
	}

	.product-grid .product-item .add-info .buttons .productgridproductdetailbutton,
	.back-button .genericButton, .back-button .genericButton:hover {
		background: #219DC3;
		color: #fff !important;
	}

.productPrice {
	color: #000;
	font-size: 14px;
}

.productQuantity {
	color: #000;
	font-weight: bold;
	float: right;
}

	.productQuantity span {
		color: #333;
		font-weight: normal;
	}

.product-sorting {
	display: block;
	margin: 10px 0;
}

.category-page .picture, .product-item .picture {
	min-height: 320px !important;
}

.category-page h2 {
	margin-bottom: 0;
}

.product-grid .product-item .prices {
	padding: 0px 20px;
	text-align: left;
}

/*Product Details*/
.product-details-page .product-essential {
}

	.product-details-page .product-essential .overview,
	.product-details-page .product-essential .fulldescription {
		border-bottom: 0px;
		padding: 15px 0 0px 0;
	}

.product-details-page .one-variant-price {
	display: block;
}

.product-details-page .product-essential .fulldescription {
	border-top: 0px;
}

.product-variant-list .add-info {
	background: none;
}

.product-variant-line .giftCard dt {
	display: block;
	margin: 20px 0 0 0;
}

.product-details-info .picture {
	float: none;
}

.product-details-info .overview {
	margin-right: 0px;
	margin-top: 0px;
	float: none;
}

.product-variant-list .add-info .productvariantaddtowishlistbutton {
	display: none;
}

.product-variant-list .add-info .back-button {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}

.product-variant-list .add-info .genericButton {
	min-width: 100px;
}

.product-variant-list .add-info .productvariantaddtocartbutton {
	position: relative;
	color: #fff;
	cursor: pointer;
	border: 0px;
}

.product-variant-list .add-info .numerictextboxtext {
	border: 1px solid #000;
	padding: 3px 4px 3px 4px;
}

.product-details-info .fulldescription {
	clear: none;
}

.product-details-info .overview .productname {
	position: relative;
	font-size: 38px;
	text-transform: inherit;
	font-weight: bold;
	margin: 4px 0 45px 0;
	color: #000;
	font-family: 'SharpSansDispNo1-Book-Bold', Arial, Helvetica, Verdana, sans-serif;
	font-size: 40px;
	font-weight: 700;
}

.product-collateral {
	clear: none;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

.product-variant-line .product-name {
	color: #000;
	font-size: 18px;
}

.product-variant-line .add-info {
	padding: 0;
}

.product-details-page .product-details-info .picture {
	position: relative;
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-left: 10px;
}

.product-details-page .product-details-info .fulldescription,
.product-details-page .product-details-info .picture {
	position: relative;
}

.product-details-page {
	padding: 25px;
	border: 0px;
	background: #fff;
}

.product-list1 {
	margin: 0 auto;
	width: 100%;
}

	.product-list1 .product-item {
		border: 1px solid #eee;
		margin-top: 10px;
		padding: 8px;
		min-height: 540px;
		position: relative;
	}

	.product-list1 .item-box {
		clear: both;
		margin-bottom: 10px;
		position: relative;
		text-align: left;
	}

.product-variant-line {
	display: block;
	float: none;
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #D8D8D8;
}

	.product-variant-line .overview {
		float: none;
	}

	.product-variant-line .one-variant-price .productPrice {
		color: #000;
	}


	.product-variant-line .one-variant-price br {
		border: 1px solid #000;
	}

	.product-variant-line .add-info {
		margin-bottom: 15px;
	}

.one-column-master {
	background: #fff;
}

.password-recovery-view .one-column-master {
	background: none;
}


.password-recovery-view .master-wrapper-content {
	position: relative;
	margin: 0 auto;
}

.login-page {
	position: relative;
	margin: 0;
}

*:first-child + html .login-page-body .master-wrapper-content,
*:first-child + html .password-recovery-view .master-wrapper-content {
	margin-top: -2px;
}

.password-recovery-view .master-wrapper-page {
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

.login-page {
	position: relative;
	width: auto;
	min-height: 740px;
}


	.login-page .page-title {
		display: none;
	}

	.login-page .wrapper {
		position: relative;
		top: 0px;
	}

	.login-page .login-register a {
		font-weight: normal;
	}

	.login-page .wrapper .new-wrapper {
		display: none;
	}

.captcha-enabled {
	height: 310px !important;
}

.password-recovery-page {
	width: auto;
}

	.password-recovery-page .password-body-table td span {
		color: #FF8D6D;
	}

#ctl00_ctl00_cph1_cph1_ctrlCustomerRegister_CreateUserForm_CreateUserStepContainer_lblAcceptPrivacyStatementInfo {
	color: inherit;
}

.password-recovery-page .body, newsletter-page .body {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	color: inherit;
}

.password-recovery-page .password-body-table {
	font-weight: normal;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.password-recovery-page .htmlcontent-header {
	font-size: 26px;
}

.loginbutton,
.newpasswordbutton,
.passwordrecoverybutton,
.newpasswordbutton {
	color: #fff !important;
	padding: 12px 15px;
	font-size: 16px !important;
	font-weight: normal;
	text-transform: inherit;
	text-decoration: none;
	background: #B8CF46 !important;
}

.register-button {
	margin-top: 10px;
	color: #fff;
	float: right;
}

*:first-child + html .register-button {
	float: none;
	margin-left: 10px;
}

b.bold-emphasise {
	font-size: 1.1em;
}

.buttons-container {
	position: relative;
	display: block;
	text-align: center;
	margin: 10px 0;
	padding-top: 7px;
	border-top: 1px solid #b8b8b8;
}

.customer-info-box .button {
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: left;
	border-top: 0px;
	padding-top: 20px;
}

#claim-button-container {
	border-top: 0px;
	text-align: left !important;
}

.claim-progress {
	position: relative;
	position: relative;
	margin-top: 7px;
}

.item-name {
	/*vertical-align: middle;*/
	padding-top: 15px;
	min-width: 310px;
	width: 310px;
}

.points-summary-details-container table th {
	font-family: 'SharpSansDispNo1-Book';
	text-align: left;
}

#dateMonthYearFilter .defaultTableNoStyle .item-name {
	min-width: 195px;
	width: 195px;
}

.item-value {
	padding: 3px 15px 3px 5px;
	vertical-align: middle;
}

body#account .item-value {
	padding: 15px 15px 3px 5px;
}

#ctl00_ctl00_cph1_cph1_ctrlAPClaimAdd_rfvfulInvoice {
	position: absolute;
	margin-top: -20px;
	margin-left: 135px;
}

.pager input[type="submit"] {
	color: #fff !important;
	border: 0px !important;
	background: #cd1b67;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight: normal;
}

.pager input[disabled="disabled"] {
	background-image: none;
	background: #D8D8D8;
	color: #999;
	box-shadow: 0px 0px 0px #ccc;
	-moz-box-shadow: 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px #ccc;
}

.password-recovery-view .master-content-gutter {
	position: relative;
	z-index: 999;
	width: auto;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	min-height: 480px;
}

.master-content-gutter {
	padding: 0;
	margin: 0 auto;
	min-height: 440px;
}

/*Static Banners*/
body[id^="topic"] .master-wrapper-center-3 {
	margin-top: 390px;
}

body[id^="topic"] .master-content-gutter {
	background: url(images/mastheads/about.jpg) center 95px no-repeat;
}

body#home .master-content-gutter {
	background: none;
}

.border-top {
	border-top: 1px solid #eee;
	margin: 40px 0;
}

.disclaimer {
	color: #FF8D6D;
}

body[id^="catalogue"] .master-wrapper-center-3 h3 {
	display: none;
}

body#home .master-wrapper-center-3 {
	/* margin-top:0; */
	text-align: center;
}

.master-wrapper-page {
	background: #fff;
}

.master-wrapper-page {
	background: #fff;
}


body#home .master-wrapper-center-3 {
	margin-top: 0px;
}

/* butt the breadcrumb to the top on catalogue pages */
/*body[id^="cataloguecategory"] .master-wrapper-center-3 {
	margin-top: 300px;
}*/

body#home .master-wrapper-center-3 {
	margin-top: 0px;
}

/*new target look command feel 2019*/
body[id^="customrsrtargettracker"] .footer-wrapper {
	border-top: 1px solid #fff;
}

body[id^="customrsrtargettracker"] .master-wrapper-center-3 {
	margin-top: 90px;
	background: #fff;
}

.header, .footer, .homepage-panel-wrapper-container,
.login-page .wrapper, .footer-badge, .header-links-wrapper-items,
.master-wrapper-center-1, .master-wrapper-center-3, .account-activation-page,
.registration-page {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1250px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.header-links-wrapper-items {
	padding-right: 0;
	padding-left: 0;
}

.header, .login-page .page-title,
.login-page .wrapper, .footer-badge {
	margin-left: auto;
	margin-right: auto;
}

.login-page .fly-wrapper {
	top: 100px;
	position: relative;
}

.registration-page {
	margin: 0 15px;
}

.password-recovery-view .header-links {
	display: none;
}

.password-recovery-view h1 {
	white-space: nowrap;
	display: block;
	text-align: center;
}

.login-page .wrapper .returning-wrapper .login-block,
.password-recovery-page {
	position: relative;
}

.login-page .wrapper .returning-wrapper .login-title {
	font-size: 40px;
	font-family: 'SharpSansDispNo1-Book-Bold';
	display: block;
}

.login-table-container {
	vertical-align: middle;
	border-collapse: collapse;
	color: #fff;
}


.item-value.remember-me {
	display: none !important;
}

.validation-summary-errors ul {
	font-size: 1em;
}

.login-table-container .row .login-register {
	left: 41px;
	padding-right: 35px;
}

.login-table-container .row .login-register {
	margin-left: 152px;
}

	.login-table-container .row .login-register .buttons {
		margin: 0 !important;
	}

.login-table-container .row .item-value {
	padding: 2px 0px 2px 0px;
	vertical-align: middle;
}

.login-page .buttons {
	position: relative;
	display: block;
}

.login-table-container .textBox, .password-body-table input#Email {
	min-width: 240px;
	width: auto;
	border: 0px;
	background: #fff;
	border: 0px solid #dadada;
	color: #989898;
}


.login-table-container #Username, .login-table-container #Password, .password-body-table input#Email {
	padding: 15px 20px;
	width: 300px;
}

.password-body-table input#Email {
	padding: 10px 0 10px 20px;
	width: auto;
}

.password-body-table p {
	color: #fff;
	margin-top: 30px;
	position: relative;
}

.login-register {
	display: none;
}

.login-page .recylableLink {
	display: none;
}

.giftCard {
	position: relative;
	margin: 25px 0 25px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

	.giftCard dt {
		padding: 4px 15px 4px 0;
	}

	.giftCard dd {
		padding: 4px 0 3px 0;
	}

.gift-card-page .picture {
	float: right;
}

/* .htmlcontent-body h1,
.topicpage-body h1 {
	font-size: 42px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
} */

.htmlcontent-body-no-margin {
	margin: 0 !important;
}

.searchbox {
	margin: 20px 0 20px 0;
	position: relative;
	float: left;
	height: auto;
	right: 0;
}

.searchboxtext {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: 5px !important;
	background: #fff !important;
	padding-left: 4px !important;
	width: auto !important;
}

.searchbox .floatLeft span {
	color: #000;
	font-weight: 700;
	font-family: 'SharpSansDispNo1-Book-Bold';
	font-size: 24px;
	float: left;
	display: block;
	padding: 14px 7px;
}

.searchBoxButtonContainer {
	margin-top: 0;
	margin: 5px 0 0 0px
}

.searchboxbutton {
	margin-top: 0 !important;
}

.searchbox ul {
	margin: 0;
	padding: 0;
}

	.searchbox ul li {
		list-style: none;
		float: left;
	}

/*Used in the admin html editor control toover-ride any unneccessary background images*/
.jhtmlarea, .mceContentBody {
	background: #fff;
}

/*News*/
.rightside-news-item img {
	width: 226px;
}

.rightside-news-item .read-more,
.news-archive-item .read-more,
.news-archive,
.href-button {
	display: block !important;
	margin: 10px 0 0 0;
	color: #DD0816;
	text-transform: inherit;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 0 !important;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	text-transform: inherit;
}

.news-archive-item .read-more {
}

.rightside-news-item h2 a, .news-archive-item h2 a {
	color: #000;
}

.rightside-news-item h2 {
	font-weight: bold;
	text-decoration: none;
}

	.rightside-news-item h2 a {
		text-decoration: none;
	}

.news-archive-item img {
	width: 100px;
}

.news-article h2 {
	color: #000;
}

/*copied from nh2012*/
.deleteButton {
	margin: 0 !important;
	float: inherit !important;
	background: #999999;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	cursor: pointer;
	/*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
	border: 0px;
	text-decoration: none;
}

.field-validation-error {
	background: #ffff90 url(/Content/Core-Css/images/ico-warning-small.png) 3px 6px no-repeat;
	padding: 7px 5px 8px 25px;
}

.textBox, .searchtext, checkbox, input[type="text"], input[type="password"], radio, select, textarea, select, .numericTextBox, .textArea {
	padding: 12px 10px;
	background: #fff;
	font-family: 'SharpSansDispNo1-Book', Arial, Helvetica, Verdana, sans-serif;
	width: auto;
	border: 1px solid #D8D8D8;
	min-width: 410px;
	max-width: 98%;
	box-sizing: content-box;
}

.product-variant-line .textBox {
	min-width: 50px !important;
	max-width: 50px !important;
}

textarea, .textArea {
	min-height: 140px;
	font-family: 'SharpSansDispNo1-Book', Arial, Helvetica, Verdana, sans-serif;
}

input#DateOfBirth:read-only {
	border: 0px;
	padding: 0;
}

/*over-rides to avoid responsive layout issues from core css*/
.section-title {
	clear: none !important;
	font-family: 'SharpSansDispNo1-Book-Bold', Arial, Helvetica, Verdana, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #000;
}

.customer-info-box .section-body {
	border: 0px;
	border-bottom: 1px solid #eee !important;
}

.master-wrapper-center-3 .clear {
	clear: none;
	display: block;
}

.clearfix, .master-wrapper-center-3, .header-links-wrapper-items-container, .product-details-page, .homepage-banner-content, .column-display,
.header-container {
	display: block;
}

	.clearfix:after, .master-wrapper-center-3:after, .header-links-wrapper-items-container:after, .product-details-page:after, .homepage-banner-content:after, .column-display:after,
	.header-container:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

html[xmlns] .clearfix, html[xmlns] .master-wrapper-center-3, html[xmlns] .header-links-wrapper-items-container, html[xmlns] .product-details-page:after,
html[xmlns] .homepage-banner-content:after, html[xmlns] .column-display, html[xmlns] .header-container:after {
	display: block;
}

* html .clearfix, * html .master-wrapper-center-3, * html .header-links-wrapper-items-container, * html .product-details-page, * html .homepage-banner-content,
* html .column-display, * html .header-container {
	height: 1%;
}

.page-title h2,
.password-recovery-page .page-title {
	font-size: 40px;
	font-family: 'SharpSansDispNo1-Book-Bold';
	color: #000;
	font-weight: 700;
}

.login-page .wrapper .returning-wrapper .login-block .login-title {
	font-size: 24px;
	font-weight: bold;
	display: none;
}

body.login-page-body {
	background: #fff;
}

.login-page-body .master-wrapper-page {
}

.login-page .page-title {
	position: relative;
	margin: 0 auto;
	display: block;
	margin: 0 auto;
	padding-top: 100px;
	background: #003D4C url(images/logo.png) center center no-repeat;
}

.login-page-body .master-wrapper-content,
.password-recovery-view .master-content-gutter {
	background: #fff url(images/login-background.jpg) 0 0 no-repeat;
	background-size: cover !important;
	width: auto;
}

.password-recovery-view .header-logo {
	margin: 15px;
}

.login-page .wrapper {
	min-height: 390px;
	margin: 30px auto;
}

body.login-page-body .footer-wrapper {
	margin: 0 !important;
	width: auto;
}

.login-page .wrapper .returning-wrapper, body.password-recovery-view .master-wrapper-cph-1 {
	display: inline-block;
	background: #B8CF46;
	position: relative;
	width: auto;
	padding: 40px;
}

.login-table-container .row td.item-name,
.login-table-container .row td.item-value {
	padding: 10px 0;
	min-width: 0;
}

.login-table-container .row .item-name {
	display: inline-block;
	font-weight: normal;
	padding-top: 20px !important;
}

.login-table-container .row td.item-name label {
	display: none;
}

.login-page a, .login-page td.item-value label, .password-recovery-view td.item-value label {
	color: #000;
}


/* TOPIC STYLES */
div.topic-container {
	display: block;
}

	div.topic-container .topic-image-left {
		position: relative;
		float: left;
		width: 37%;
	}

	div.topic-container .topic-image-right {
		position: relative;
		float: right;
		width: 37%;
	}

	div.topic-container .topic-content-right {
		position: relative;
		float: right;
		width: 63%;
	}

	div.topic-container .topic-content-left {
		position: relative;
		float: left;
		width: 63%;
	}

	div.topic-container .topic-content-fullwidth {
		position: relative;
		float: none;
		width: auto;
	}

	div.topic-container.topic-left {
		text-align: left;
	}

	div.topic-container.topic-centre {
		text-align: center;
	}

.topic-container.topic-centre h1,
h2.htmlcontent-header.centre,
body#customlumixleaderboardview h2.htmlcontent-header {
	text-align: center;
}


a.fancy-link {
	text-decoration: none;
}

.faq h3 {
	color: #000;
	margin-bottom: 5px;
	cursor: pointer;
}

.faq .toggleDetail {
	position: relative;
	display: block;
	margin: 4px 0 20px 0;
}

#faq-selected {
	font-size: 1.1em !important;
	margin-top: 10px;
}

.bx-wrapper-container {
	position: relative;
	margin-top: 0px;
	top: -14px;
}

.bx-wrapper {
	margin: 0 auto !important;
}

	.bx-wrapper .bx-pager {
		display: none;
	}

.bx-viewport {
	/*height:620px !important;*/
	overflow: visible !important;
}

.bx-wrapper img {
	width: 100% !important;
	height: auto;
}

.bxslider-text-cell-container h3 {
	display: none;
}

/*target tracker January 2019*/
.target-wrapper {
	display: table;
	background: #fff;
	padding: 40px;
	border-radius: 15px;
}

.target-info, .target-tracker-container, .spend-to-date {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.target-tracker-container {
	width: 750px;
}

.target-info {
	width: 140px;
	text-align: center;
}

	.target-info h4, .spend-to-date h4 {
		margin-top: 60px;
		margin-bottom: 10px;
		position: relative;
		color: #000;
	}

	.target-info .target {
		width: 80px;
		height: 80px;
		border-radius: 100%;
		border: 15px solid;
		background: #444444;
		margin: 0 auto;
	}

.target.target-1 {
	border-color: #00a5db;
}

.target.target-2 {
	border-color: #984fd8;
}

.target-info span {
	position: relative;
	margin-top: 25px;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
}

.spend-to-date {
	width: 260px;
}

	.spend-to-date h2 {
		color: #a3d900;
	}

.progress-wrapper {
	width: 85%;
	position: relative;
	/* display: table-cell; */
	float: left;
}

.progress-tracker {
	background: #444;
	display: inline-block;
	width: 100%;
	min-height: 40px;
	margin-top: 5px;
}

	.progress-tracker.target-1 .progress {
		background: #00a5db;
	}

	.progress-tracker.target-2 .progress {
		background: #984fd8;
	}

	.progress-tracker .progress {
		position: relative;
		/*width:50%;*/
		height: 40px;
	}

.progress-wrapper ~ .progress-value {
	width: auto;
	position: relative;
	float: right;
	text-align: right;
	font-size: 22px;
	padding: 10px 0;
	margin-top: 5px;
}

.progress-value.target-1 {
	color: #00a5db;
}

.progress-value.target-2 {
	color: #984fd8;
}

/*reward goal customisations*/
body#home .reward-wrapper {
	border-top: 0px;
	border-radius: 15px;
}

.reward-target-wrapper {
	border-radius: 15px;
	width: 65%;
	min-height: 353px;
	margin-top: 21px;
	background: none;
}

.reward-goal-wrapper {
	border-radius: 15px;
}

	.reward-goal-wrapper .product-item {
		box-shadow: none;
		min-height: 330px;
	}

.reward-wrapper h4 {
	margin-bottom: 20px;
}

.wishlist-wrapper {
	margin-top: 0;
}

	.wishlist-wrapper h4 {
		margin-bottom: 20px;
	}

body#home h4 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 32px;
	font-family: 'SharpSansDispNo1-Book-Bold';
	font-weight: 700;
	display: block;
	color: #000;
	line-height: 150%;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
}

.wishlist-goals-icons-wrapper {
	margin: 10px;
}

.reward-target-achieved {
	color: #000;
}

/*do not display google chart error in event color-profile negative balance*/
div#google-visualization-errors-all-1 {
	display: none !important;
}

.reward-target-info {
	color: #000;
}

.ui-widget-overlay {
	background: url(images/ui-overlay.png) repeat;
	opacity: 1;
	filter: Alpha(Opacity=1);
}

.ui-dialog, .ui-dialog-buttonpane {
	background: #fff !important
}

	.ui-dialog .ui-widget-header {
		background: none !important;
		border: 0px !important;
		border-bottom: 1px solid #ccc !important;
		border-radius: 0;
	}

	.ui-dialog .ui-dialog-buttonpane {
		border: 0px;
	}

	.ui-dialog-buttonpane button {
		display: block;
		width: 100%;
		max-width: 280px;
	}

		.ui-dialog-buttonpane button:nth-of-type(2) {
			background-color: #000 !important;
			background: #000 !important;
		}

.diaClass button, .diaClass button:hover {
	background-color: transparent;
	padding: 10px;
	background: none;
}

/*target display*/
.target-container {
	background: #f7f7f7 url(images/target-tracker-background.png) bottom left repeat-x;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 100px;
}
/*progress indicator*/
div.progress-container {
	position: relative;
	width: 80%;
	margin: 40px auto;
	display: table-cell;
	padding: 30px;
	vertical-align: middle;
}

	div.progress-container .progress-outter {
		background: #D8D8D8ddd;
		width: 100%;
		border-radius: 10px;
		margin-top: 45px;
	}

		div.progress-container .progress-outter .progress-inner {
			position: relative;
			background: #009bae;
			height: 10px;
			width: 0%;
			border-bottom-left-radius: 10px;
			border-top-left-radius: 10px;
		}

	div.progress-container .progress-indicator-text {
		text-align: right;
		width: 0%;
		/*border-right:1px solid #ccc;*/
		margin-top: 5px;
	}

	div.progress-container .progress-outter .progress-inner,
	div.progress-container .progress-indicator-text {
		-webkit-transition: width 2s;
		transition: width 2s;
	}

		div.progress-container .progress-indicator-text .progress-date,
		div.progress-container .progress-indicator-text .progress-value {
			display: block;
			text-align: right;
			white-space: nowrap;
			padding-right: 10px;
		}

		div.progress-container .progress-indicator-text .progress-date {
			font-size: 14px;
			color: #999;
		}

		div.progress-container .progress-indicator-text .progress-value {
			font-weight: 700;
			font-size: 28px;
		}

/*target info*/
.target-details {
	text-align: center;
	color: inherit;
	font-size: 28px;
	font-weight: 300;
	line-height: 130%;
}

.column-display {
	display: table;
	width: 100%;
	padding-bottom: 60px;
}

.target-details .date {
	font-size: 18px;
}

.target-value {
	border: 20px solid #f77c0c;
	border-radius: 50%;
	height: 140px;
	width: 140px;
	vertical-align: middle;
	line-height: 140px;
	text-align: center;
}

	.target-value .targetview-donut-text {
		color: #f77c0c
	}

	.target-value.primary-border-colour {
		border: 20px solid #009bad;
	}

		.target-value.primary-border-colour .targetview-donut-text {
			color: #009bad
		}

.targetview-donut-text {
	font-size: 1.6em;
}

.target-reward-panel {
	background-color: #eee;
	border: 1px solid #CACAD9;
	padding: 30px;
	text-align: center;
	margin: 0 0 20px 0;
}

.arrow-indicator {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #EEEEEE;
	margin: 0 auto;
	padding-bottom: 3px;
}


/* homepage */
/*Custom homepage layout*/

.homepage-panel-wrapper {
	position: relative;
	width: auto;
	margin: 40px auto;
	clear: both;
	display: block;
}

	.homepage-panel-wrapper h3 {
		font-size: 32px;
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
	}

.homepage-panel-wrapper-container {
	margin: 0 auto;
	text-align: center;
}

.homepage-panel {
	position: relative;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
}

	.homepage-panel img {
		margin: 0 auto;
	}

	.homepage-panel.last {
		margin-right: 0px !important;
	}

body#home .htmlcontent-header {
	display: block;
	text-align: center;
	font-size: 48px;
	margin-top: 0;
}

body#home .homepage-banner-content {
	display: block;
	margin: 0 0 40px 0;
}

	body#home .homepage-banner-content .topic-container.topic-left {
		float: left;
		width: 45%;
	}

	body#home .homepage-banner-content .topic-container.topic-right {
		float: right;
		width: 45%;
	}

.homepage-content-table-container {
	margin: 0 -70px;
}

.homepage-content-table {
	border-collapse: collapse;
}

	.homepage-content-table tr.alt-row {
		background: #F3F7F7 !important;
	}

	.homepage-content-table td {
		padding: 40px 70px;
		vertical-align: top;
	}

/*Leaderboard*/
.leaderboard-container {
	margin-bottom: 60px;
}

.leaderboard-hero-wrapper {
	background: #646464;
	padding: 20px 0;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 1.8em;
	width: 100%;
	border-bottom: 3px solid #313131;
}

table.leaderboard, table.leaderboard-hero {
	border: 0px;
	width: 100%
}

	table.leaderboard, table.leaderboard-hero tr {
		border-bottom: 0px;
	}

	table.leaderboard, table.leaderboard-hero td {
		background: none;
		color: #fff;
	}


		table.leaderboard td.leaderboard-highlight {
			border-top: 0px;
			background: #ffac00;
			border-bottom: 1px solid #ff9700;
			position: relative;
		}

td.leaderboard-first-column-width,
th.leaderboard-first-column-width {
	width: 20%;
}

p.note {
	font-size: .7em;
}

.discover-redeem-banner {
	text-align: center;
	width: 100%;
}

	.discover-redeem-banner img {
		width: 100%;
	}

/*FAQ Page*/
h3.faqs-title {
	margin: 30px 0 10px 0;
}

.faqs.toggle h5 {
	cursor: pointer;
	padding: 10px 40px;
	background: url(images/faq-closed.png) 0 10px no-repeat;
}

	.faqs.toggle h5.open {
		background: url(images/faq-open.png) 0 19px no-repeat;
	}

.faqs.toggle div {
	display: none;
	margin: 0 0 10px 40px;
}

.footerMenu.footer-contact-info {
	margin-right: 100px;
}

.contact-form .result {
	color: #52A31B;
}

.order-summary-content .numericTextBox{
	min-width:50px;
}

@media only screen and (max-width: 1279px) {
	.product-grid .product-item .add-info .buttons .productgridproductdetailbutton, .product-grid .product-item .add-info .buttons .productgridaddtocartbutton {
		display: block;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	body #home {
		overflow-x: hidden;
	}

		body#home .topic-image-right,
		body#home .topic-content-left {
			width: 50%;
		}

	.homepage-content-table-container {
		margin: 0 -100px;
	}

	.header-links-wrapper {
		font-size: 24px;
	}

	div.contentTopMenu .listbox li {
		padding: 0 20px;
	}

	a.logo {
		width: 150px;
		height: 41px;
		background: url(Images/logo-sm.png) center center no-repeat;
	}

	.homepage-panel {
		width: auto !important;
		margin: 20px auto;
		clear: both;
		float: none;
		padding: 1px 0;
		margin-bottom: 10px;
		min-height: 100px;
		display: block !important;
	}
	.category-page .picture img, .product-item .picture img{
		width:100% !important;
	}
}

/* @media only screen and (max-width: 1249px) {
	.header, .footer,
	.login-page .wrapper, .footer-badge, .master-wrapper-cph-3 {
		margin-left: 0;
		margin-right: 0;
	}
} */

.no-redemptions-possible {
	background: #EA2222;
	border: 0px;
}

	.no-redemptions-possible span {
		color: #fff;
	}

	.no-redemptions-possible ~ .master-wrapper-page {
		top: 70px;
	}

@media only screen and (max-width: 992px) {
	.ui-dialog {
		width: auto !important;
		left: 2% !important;
		right: 2%;
	}
	.login-page .wrapper .returning-wrapper .login-block,
	.password-recovery-page {
	}

	.login-register {
		display: none !important;
	}

	.login-block {
		min-height: 400px;
	}

	.login-table-container .row td.item-name, .login-table-container .row td.item-value {
		padding: 0;
	}

	.no-redemptions-possible ~ .master-wrapper-page {
		top: 64px;
	}

	.no-redemptions-possible span {
		font-size: 12px;
	}

	body [id^="cataloguewishlistandrewarditems"] .master-wrapper-center-3 {
		background: #eee !important;
		padding: 30px 0 !important;
	}

	.reward-wrapper h4 {
		color: #000 !important;
	}
	/*Leaderboard*/
	.leaderboard-container {
		display: block;
	}

	.leaderboard-hero-wrapper {
		padding: 10px 0;
		font-size: 1em;
	}

	table.leaderboard {
		width: 100%;
	}

	/*reward goal*/
	.reward-target-wrapper {
		width: auto;
	}

	.reward-wrapper h4, .wishlist-wrapper h4 {
		text-align: center;
	}

	body#home .reward-wrapper h4 {
		text-align: center !important;
		color: #fff !important;
	}

	#button-view-redemptions, #button-view-details, #button-view-summary {
		display: block;
	}

	/*target tracker*/
	.target-info, .target-tracker-container, .spend-to-date, .target-wrapper {
		display: block;
	}

		.target-info .target {
			width: 240px;
			height: 240px;
		}

	.target-info {
		width: auto;
	}

		.target-info span {
			margin-top: 100px;
			font-size: 3em;
		}

	.target-tracker-container {
		width: 100%;
	}

	.spend-to-date {
		width: auto;
		text-align: center;
	}

	.progress-wrapper {
		float: none;
		width: auto;
	}

		.progress-wrapper ~ .progress-value {
			float: none;
			text-align: center;
		}

	.breadcrumb td.filter-container, .breadcrumb td.trail, .breadcrumb tr, .breadcrumb .filter {
		display: block;
		text-align: left;
		float: none;
	}

	body[id^="customrsrtargettracker"] .master-wrapper-center-3 {
		margin-top: 0px;
	}

	body[id^="catalogue"] .master-wrapper-cph-3 {
		padding: 0px 0;
		top: 0;
		position: relative;
	}

	.master-content-gutter {
		margin: 0 0;
		background: none;
		min-height: 0;
	}

	.password-recovery-view .master-wrapper-page {
		margin: -15px auto;
	}

	.master-wrapper-content,
	.footer,
	.header,
	.master-content-gutter,
	.footer-wrapper,
	.login-page-body .master-wrapper-content,
	.password-recovery-view .master-wrapper-content {
		width: auto;
	}

	.master-wrapper-content {
		background: #fff;
		padding-bottom: 0;
	}

	.password-recovery-view .footer-wrapper, .login-page-body .footer-wrapper {
		margin: 0;
	}

	.master-wrapper-leftside-3 {
		float: none;
		display: none;
		width: auto;
	}

	.contentTopMenu {
		padding-bottom: 0px;
		text-transform: inherit;
		display: block;
		width: auto;
	}

	div.contentTopMenu .listbox li {
		padding: 0 20px;
	}

	.contentTopMenu a {
		padding-left: 20px;
	}

	.listbox {
		margin: 0px !important;
	}

	.master-wrapper-center-3 {
		margin: 0;
		min-height: 140px;
		float: none;
		width: auto;
	}

	.header-links-wrapper {
		font-size: 18px;
	}

	.login-block table,
	.login-block tr,
	.login-block tbody,
	.login-block td,
	.password-body-table table,
	.password-body-table tbody,
	.password-body-table tr,
	.password-body-table td {
		display: block;
		width: auto;
	}

	.login-table-container .textBox,
	.password-body-table input#Email {
		width: 96%;
	}

	.login-page .wrapper {
		min-height: auto;
	}

	.login-page-body .master-wrapper-content {
		background: #fff url(images/login-background.jpg) top center no-repeat;
	}

	.account-activation-page,
	.registration-page {
		width: auto;
	}

	.master-wrapper-cph-3 {
		margin: 0px 10px;
		width: auto;
		padding: 10px 0
	}

	.header-links-wrapper .welcome-points {
		margin: 5px 0 0 0;
		font-size: inherit;
	}

	.logout {
		margin-left: 10px;
	}

	.login-page {
		min-height: 100px;
	}

		.login-page .wrapper .returning-wrapper,
		.password-recovery-view .master-content-gutter, body.password-recovery-view .master-wrapper-cph-1 {
			border: 0px;
			/* background: none; */
		}

	body.password-recovery-view .master-wrapper-cph-1 {
		float: none;
		width: auto;
	}

	.password-recovery-page .htmlcontent-header {
		text-align: left;
	}

	.login-table-container .row .login-register {
		margin-left: 0;
	}

	.login-page .page-title .fancy-link {
		position: relative;
		float: none !important;
		display: block;
		text-align: center;
		margin: 240px auto 0 auto !important;
		max-width: 220px;
		z-index: 1001;
	}

	.login-page .page-title {
		padding-top: 100px;
		background: #003D4C url(images/logo.png) center center no-repeat;
	}

	.account-activation-page, .registration-page {
		padding: 0;
	}

	.password-recovery-view .master-wrapper-content {
		min-height: 390px !important;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	.login-page .wrapper {
		background-image: none;
		width: auto;
		margin: 0 auto;
		float: none;
	}

	table {
		width: auto;
		display: block;
	}

	.points-summary-header-selected table,
	.points-summary-header-selected table tr,
	.points-summary-header table,
	.points-summary-header table tr {
		display: table;
	}

	.login-table-container .row {
		display: block;
	}

	.password-body-table tr {
		display: block;
	}

	.password-body-table td {
		display: block;
	}

	.password-recovery-view .footer-wrapper {
		top: 0px;
	}

	.login-page-body .footerMenu,
	.password-recovery-view .footerMenu {
		display: none;
	}

	.row .item-value,
	.row .item-name,
	div#divAddressTable td {
		display: block;
	}

	.product-details-page .product-details-info .picture {
		float: none;
	}

	.password-recovery-view .master-wrapper-content {
		min-height: 540px;
	}

	.htmlcontent-header, .page-title h1, .page-title h2,
	.password-recovery-page .page-title {
		text-align: center;
		margin-top: 20px;
	}

	.login-page .wrapper .returning-wrapper, .password-recovery-view .master-content-gutter, .password-recovery-page {
	}

	.login-page .wrapper .returning-wrapper {
	}

	.password-recovery-page .body, newsletter-page .body {
		color: #333;
	}

	.password-recovery-view .header-logo {
		float: none;
	}

	.password-recovery-view .master-wrapper-center-1 {
		width: auto;
		margin: 0;
		position: relative;
		clear: both;
		top: 20px;
		color: #fff !important;
	}
	/*all generic images*/
	img {
		display: block;
		width: 60% !important;
		height: 100%;
		margin: 0 auto;
	}

	.order-summary-content .productpicture img {
		width: auto !important;
	}

	.discover-redeem-banner img {
		width: 100% !important;
	}

	.searchbox {
		margin: 10px 0 0 0;
		right: 0;
		float: none;
	}
	/*home*/
	body#home .homepage-banner-content {
		display: block;
		margin: 0 0 150px 0;
		font-size: .85em;
	}

		body#home .homepage-banner-content .topic-container.topic-right,
		body#home .homepage-banner-content .topic-container.topic-left {
			float: none !important;
			width: auto !important;
		}

	.homepage-panel-wrapper {
		width: auto;
		float: none;
		display: block;
	}

	.homepage-panel .homepage-panel-text {
		display: block;
		margin: 20px 45px;
		width: auto;
		text-align: center;
	}

	.homepage-panel a.img-link {
		float: none;
	}

		.homepage-panel a.img-link img {
			width: auto;
			height: auto;
		}

	.homepage-panel img {
		width: auto !important;
	}

	.homepage-content-table td {
		display: block;
		text-align: center;
	}

	/*#accountpoints .master-wrapper-center-3,
	#topicfrequentlyaskedquestions .master-wrapper-center-3,
	#account .master-wrapper-center-3,
	#topicprivacyinfo .master-wrapper-center-3,
	#topictermsandconditions .master-wrapper-center-3,
	#topicdirectconnectvisacard .master-wrapper-center-3 {
		background-image: none;
		padding-top:40px;
	}*/

	tbody, tr, .defaultTableNoStyle td {
		/*display: table-row;*/
		display: inline-table;
		width: 100%;
	}

	

	.order-summary-content tbody, tr, .order-summary-content .defaultTableNoStyle td {
		/* display: table-row; */
		display: table-row;
		width: 100%;
	}

	body#custompaytradeaccount tbody, tr, body#custompaytradeaccount .defaultTableNoStyle td {
		text-align: left;
	}

	.password-recovery-page {
		margin-top: 0;
	}

	/*.category-item img, .product-item img {
			width: 100% !important;
		}*/

	div.contentTopMenu .listbox li {
		padding: 0 5px;
	}

	.account-detail-container{
		margin-top:10px;
	}

	.default-table.min-width {
		max-width: 100%;
	}
}


@media only screen and (max-width: 768px) {
	.no-redemptions-possible ~ .master-wrapper-page {
		top: 38px;
	}

	.no-redemptions-possible span {
		font-size: 9px;
		margin: 5px;
	}

	.header-logo {
		float: none;
	}

	body[id^="topic"] .master-wrapper-center-3 {
		margin-top: 0;
	}

	body[id^="topic"] .master-content-gutter {
		background: none;
	}
	/*catalogue*/
	.product-grid .product-item {
		margin: 0 0 20px 0;
	}

	.searchBoxButtonContainer {
		margin: 5px 0 0 15px;
	}

	.item-box {
		width: auto !important;
		display: inline-table;
		padding: 0;
		width: 100% !important;
		float: none;
	}

	.category-page .picture img, .product-item .picture img {
		width: auto !important;
	}

	.searchbox .floatLeft span {
		display: none;
	}

	.header-links-wrapper .welcome {
		display: none;
	}

	/*.header-links-wrapper .welcome-points {
			margin-left: 80px;
		}*/

	.responsive-menu-trigger {
		position: absolute;
		width: 45px;
		height: 44px;
		background: url(images/responsive-menu.png) 0 0 no-repeat;
		right: 20px;
		top: -60px;
		cursor: pointer;
		display: block;
	}

	.header-links-wrapper {
		margin-top: 0px;
	}


	div.contentTopMenu {
		margin: 0;
		position: absolute;
		float: none;
		clear: both;
		top: 62px;
		background: #003D4C;
		z-index: 1002;
		display: none;
		width: 100%;
		border-top: 1px solid #003D4C;
		padding: 0;
	}

		div.contentTopMenu .listbox ul {
			padding: 0;
			margin-top: 0;
			margin-bottom: 0
		}

		div.contentTopMenu .listbox li {
			float: none;
			margin: 0px;
			display: inherit;
		}

			div.contentTopMenu .listbox li a {
				padding: 20px 10px !important;
				color: #fff;
				border: 0px;
				border-bottom: 1px solid #999;
				padding: 8px;
				display: block;
				text-align: center;
			}

				div.contentTopMenu .listbox li a:hover {
					border: 0px;
					background: #B8CF46;
					border-bottom: 1px solid #999;
					color: #fff;
				}

	body#home .homepage-banner-content .topic-container.topic-right,
	body#home .homepage-banner-content .topic-container.topic-left {
		text-align: center
	}

	.htmlcontent-header:after {
		line-height: 100%;
		width: 50%;
		text-align: center;
		display: block;
		content: ' ';
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		margin: 0 auto;
		position: relative;
	}

	.homepage-content-table-container {
		margin: 0;
	}

	body#home .homepage-banner-content {
		margin: 0;
		font-size: 1em;
	}

	.topic-image-left, .topic-image-right {
		display: none;
	}

	.topic-content-left, .topic-content-right {
		float: none !important;
		width: auto !important;
	}

	.bx-wrapper {
		display: none;
	}

	.footer {
		background: url(images/logo-footer.png) center 0 no-repeat;
	}

	.login-page .wrapper .returning-wrapper, body.password-recovery-view .master-wrapper-cph-1 {
		float: none;
		padding: 20px;
		display:block;
	}

	.login-page-body .footer {
		background: url(images/logo-footer.png) center 0px no-repeat;
	}

	.footerMenu {
		padding: 80px 0 0 0 !important;
	}

		.footerMenu.footer-contact-info {
			margin-right: 0px;
		}

	.footer-wrapper {
		text-align: center;
	}

	.footer .footerMenu, .footer .footer-disclaimer {
		clear: both;
		display: block;
		text-align: center;
		float: none;
		padding-top: 100px;
	}

		.footer .footer-disclaimer .footerMenu {
			float: none;
			clear: both;
			margin-left: -10px;
			margin-top: 10px;
			text-align: center;
		}

		.footer .footerMenu ul {
			margin-right: 0 !important;
			width: auto;
		}

			.footer .footerMenu ul li {
				padding: 0 0px 10px 0;
				display: block;
				font-size: 1em;
				float: none;
				width: auto;
				text-align: center;
			}


		.column-display {
			display: block;
		}

		.textBox, .searchtext, checkbox, input[type="text"], input[type="password"], radio, select, textarea, select, .numericTextBox, .textArea {
			min-width: 98%;
		}
	}

@media only screen and (max-width: 576px) {
	.no-redemptions-possible ~ .master-wrapper-page {
		top: 52px;
	}

	.header-links-wrapper-items {
		padding-right: 0;
		padding-left: 0;
	}

	.header-links-wrapper-items-container {
		text-align: left;
	}

	.header-links-wrapper .welcome-points {
		margin-left: 0;
		float: left;
	}

	.header-logo {
		float: none;
	}

	.target-info .target {
		width: 80px;
		height: 80px;
	}

	.target-info span {
		margin-top: 25px;
		font-size: 1em;
	}

	body#home .htmlcontent-header, h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.no-redemptions-possible ~ .master-wrapper-page {
		top: 66px;
	}

	.reward-goal-product-wrapper input.productgridproductdetailbutton,
	.reward-goal-product-wrapper input.productgridaddtocartbutton {
		display: block;
		margin-bottom: 10px;
	}

	.reward-target-wrapper {
		margin-top: 50px;
	}

	.product-grid .product-item .add-info .buttons .productgridproductdetailbutton, .product-grid .product-item .add-info .buttons .productgridaddtocartbutton {
		display: block;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.editaddressbutton, .genericButton, .pager-button, .pager-button-disabled,
	.deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .orderdetailsprintbutton,
	.updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton,
	.orderprocessedcontinuebutton, .submitpollvotebutton,
	.searchboxbutton, .searchbutton, .contactusbutton, .newsitemaddcommentbutton,
	.productwritereviewbutton, .registerbutton,
	.checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton,
	.changepasswordbutton, .registernextstepbutton, .completeregistrationbutton,
	.saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton,
	.newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton,
	.shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton,
	.confirmordernextstepbutton, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton,
	.searchbutton:hover, .contactusbutton:hover, .newsitemaddcommentbutton:hover, .registerbutton:hover,
	.checkoutasguestbutton:hover, .savecustomerinfobutton:hover, .addbillingaddressbutton:hover, .addshippingaddressbutton:hover,
	.changepasswordbutton:hover, .registernextstepbutton:hover, .completeregistrationbutton:hover,
	.saveaddressbutton:hover, .sendemailafriendbutton:hover, .checkoutbutton:hover, .selectshippingaddressbutton:hover,
	.newaddressnextstepbutton:hover, .selectbillingaddressbutton:hover, .sameasshippingaddressbutton:hover,
	.shippingmethodnextstepbutton:hover, .paymentmethodnextstepbutton:hover, .paymentinfonextstepbutton:hover,
	.confirmordernextstepbutton:hover, .reorderbutton:hover, .minicartcheckoutbutton:hover, .newsletterbox-subscribebutton:hover,
	.useragreementbutton:hover, .productaddtocomparelistbutton:hover,
	.deleteaddressbutton:hover, .cancelrecurringorderbutton:hover, .orderdetailsbutton:hover, .orderdetailsprintbutton:hover,
	.updatewishlistbutton:hover, .applycouponcodebutton:hover, .updatecartbutton:hover, .continueshoppingbutton:hover,
	.orderprocessedcontinuebutton:hover, .submitpollvotebutton:hover, .genericButton:hover,
	button, input[type="reset"], input[type="submit"], input[type="button"],
	button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover,
	.reload-centre-link a, .reload-centre-link a:hover,
	.ui-dialog-buttonset .ui-button, .ui-dialog-buttonset .ui-button:hover,
	.productaddtocomparelistbutton,
	.productemailafriendbutton,
	.productvariantaddtocartbutton,
	.productlistaddtocartbutton,
	.productvariantaddtowishlistbutton,
	.productgridaddtocartbutton,
	.productlistproductdetailbutton, .productgridproductdetailbutton,
	.product-grid .product-item .add-info .buttons .productgridaddtocartbutton,
	.product-variant-line .genericButton,
	a.fancy-link {
		font-size: .75em !important;
	}

	table.transactionTable, .account-detail-container .customer-orders .default-table {
		font-size: .7em;
	}

		.points-summary-details-container table td, .account-detail-container .customer-orders .default-table td {
			padding: 4px
		}
}


td.blue {
	background: #0070C0;
	color: #fff;
}

td.dark-grey {
	background: #808080;
	color: #fff;
}

td.light-grey {
	background: #D9D9D9;
}

.login-contact-info {
	text-align: center;
	position: relative;
	margin: 25px 0;
}

	.login-contact-info span {
		font-weight: bold;
		display: block;
	}

.text-right {
	text-align: right !important;
}
/* text align certain topic content */
body#customlumixleaderboardview .htmlcontent-body,
body#customlumixtargetview .htmlcontent-body {
	text-align: center;
}

.box-section-wrapper {
	border: 1px solid #B8CF46;
	padding: 20px;
	margin: 10px auto 40px auto;
	text-align: right;
}
