/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #6e6e6e;
    height:100%;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 0px 0px 1em 0px;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
    margin-left: 3em;
    margin-bottom: 1em;
}

#container {
	min-height: 100%;
	position: relative;
	background: url(/custom/images/yellow-strip.gif) repeat-x;
}

/* Miscellaneous conveniences: */
form label, label {
	display: block;
	float: left;
	width: 160px;
	color: #000;
	font-weight: bold;
}

.checkbox {
	width: auto;
}

.radio {
	width: auto;
}

img {
	border: 0px none;
}

fieldset {
	border: none;
}
form input, textarea, select {
	font-size: 10pt;
	color: #000;
}

form input, textarea {
	width: 160px;
	float: left;
}

.iansClearer {
	clear: both;
	overflow: hidden;
	font-size: 0px;
}

a {
	text-decoration: none;
}

.pointer {
	cursor: pointer;
}

.link {
	color: #6e6e6e;
	text-decoration: underline;
}

.btnLong {
	background: url(/custom/images/btn-long.gif) no-repeat center;
	border: none;
	width: 128px;
	height: 25px;
	color: #6e6e6e;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
}

.btnShort {
	background: url(/custom/images/btn-short.gif) no-repeat center;
	border: none;
	width: 73px;
	height: 25px;
	color: #6e6e6e;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
}

/* headings */

h1 {
	font-size: 16pt;
	color: #6e6e6e;
}

h2, .h2 {
	font-size: 10pt;
	color: #6e6e6e;
	font-weight: bold;
	margin: 0 !important;
}

h2 {
	font-size: 14pt;
	color: #14725b;
	font-weight: bold;
	margin: 0 !important;
}
.redH1 {
	font-size: 16pt;
	color: #b43615;
}
.greenH1 {
	font-size: 18px;
	color: #00a160;
	font-weight: bold;
}
.greenH2 {
	font-size: 12pt !important;
	color: #14725b;
	font-weight: bold;
}
.greenH3 {
	font-size: 11pt !important;
	color: #14725b;
	font-weight: bold;
}

/* font styles */
.boldText {
	font-weight: bold;
}
.greenText {
	color: #00A160;
}

.font_size17
{
	font-size: 17px;
}

/* custom styles */

.generalContent a {
	color: #6e6e6e;
	text-decoration: none !important;
}

#mainLeft {
	float: left;
	width: 549px;
}
#mainLeftWide {
	float: left;
	width: 826px;
}
.mainLeftHeader {
	font-size: 26px;
	font-weight: bold;
	color: #00a160;
	margin-bottom: 20px;
}
.registerPage .mainLeftHeader {
	margin-bottom: 5px !important;
}
.productDisplayHeader {
	font-size: 26px;
	font-weight: bold;
	color: #ee3124;
	padding: 5px 5px 0 5px;
}

#mainIntroText, .mainIntroText {
	padding: 5px;
	width: 539px;
	color: #575a5d;
}

#mainIntroText a, #storeFinderStores a, .mainIntroText a {
	text-decoration: underline;
	color: #6e6e6e;
}

.greyAreaText {
	margin-top: 7px;
	padding: 10px;
	width: 595px;
	background-color: #d9cbb9;
}

.greyAreaText a {
	text-decoration: underline;
	color: #6e6e6e;
}

#mainFullIntroText {
	padding: 5px;
	width: 826px;
	color: #575a5d;
}

#mainRight {
	float: right;
	width: 267px;
}

#mainRightGreen {
	background-color: #ccecdf;
	padding: 8px;
	color: #575a5d;
	font-size: 14px;
}

#mainRightGrey {
	background-color: #d9cbb9;
	padding: 5px;
	font-size: 9pt;
}

#mainRightGrey a {
	text-decoration: underline;
	color: #6e6e6e;
}

.mainRightHeader {
	font-size: 16px;
	font-weight: bold;
	color: #00a160;
	margin-bottom: 20px;
}

.body {
	position: relative;
	width: 997px;
	min-width: 997px;
	margin: 0px auto;
}
.footerBody {
	width: 1003px;
	min-width: 1003px;
	margin: 0px auto;
}

.mainContainer {
	width: 997px;
	margin: 0 auto;
	padding-top: 4px;
}

#header {
	height: 87px;
	
}

#logo {
	float: left;
	margin: 1px 0 0 4px;
}
#topContact {
	float: left;
	margin: 0 0 0 45px;
}

#minibasket {
	float: right;
	margin-top: 20px;
	width: 330px;
}
#minibasketLeft {
	float: left;
	color: #575a5d;
	width: 223px;
	text-align: right;
}
#minibasketLeft a {
	color: #575a5d;
}
#minibasketRight {
	float: right;
}
.minibasketText {
	margin: 0 5px 0 5px;
}
#pricePromise {
	position: absolute;
	top: 59px;
	margin-left: 804px;
	cursor: pointer;
	z-index: 2;
}

/* navigation */

#navigationContainer {
	height: 70px;
}

#navigation {
	height: 30px;
	position: absolute;
	top: 90px;
}

#navRpt {
	background: url(/custom/images/nav-rpt.gif) repeat-x;
}

#navLeft {
	background: url(/custom/images/nav-left.gif) no-repeat left;
}

#navRight {
	background: url(/custom/images/nav-right.gif) no-repeat right;
	padding: 0 10px 0 15px;
	height: 30px;
	width: 972px;
}

#navVATToggle {
	position: relative;
	float: right;
	padding: 14px 0 0 0;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	font-size: 11px;
}

#navVATToggle input {
	position: absolute;
	top: 5px;
}

#navExtras {
	float: right;
}
#navLeft a {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 10px;
	color: #fff;
	border-right: 1px solid #2cb27d;
}
#navLeft a:hover {
	background-color: #006d41;
}
.firstItem {
	padding-left: 3px !important;
}
#vatToggleLabel {
	float: left;
	display: block;
	margin-top: 7px;
	padding: 0 15px;
	font-weight: bold;
	color: #fff;
	width: auto;
}

/* sub navigation */

#subNavigation {
	position: absolute;
	top: 120px;
	width: 997px;
	height: 40px;
	background: #ffc424;
}
#subNavigation ul {
	display: inline;
}
#subNavigation .level1 li {
	display: block;
	float: left;
	height: 40px;
}
#subNavigation .level1 li li {
	height: auto !important;
	clear: both !important;
}
#subNavigation ul, #subNavigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.dropDownContainerLevel2 {
	left: 0;
	top: 40px;
}
.dropDownContainerLevel3 {
	left: 172px;
	padding: 0 0 0 1px;
	top: -6px;
}
.dropDownContainerLevel3Left {
	right: 173px;
	padding: 0 0 0 1px;
	top: -6px;
}
#subNavigation ul.level1 :hover .dropDownContainerLevel2 {
	display: block;
}
#subNavigation ul.level2 :hover .dropDownContainerLevel3 {
	display: block;
}
#subNavigation ul.level2 :hover .dropDownContainerLevel3Left {
	display: block;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button, .hover {
    background: #ffc424;
    color: #fff;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
    font-weight: bold;
}
a.button span, .hover span {
    display: block;
	font-size: 14px;
	border-right: 1px solid #ffdb34;
	margin-top: 5px;
	padding: 7px 12px;
} 
a.button:hover, .hover {
    background: #ffad14;
    outline: none; /* hide dotted outline in Firefox */
}
.subArrow {
	position: absolute;
	right: 0px;
	margin: 2px 5px 0 0;
}
.subArrowLeft {
	position: absolute;
	left: 4px;
	margin: 2px 5px 0 0;
}
/* product navigation */

.dropDownContainer {
	position: absolute;
	display: none;
	clear: both;
	z-index: 3;
}
.dropDownItem1 a:hover {
	background-color: #ffad14;
}
.dropDownItem2 a:hover {
	background-color: #ffad14;
}
.dropDownItemTop {
	width: 172px;
	height: 6px;
	background: url(/custom/images/subnavtop.png) no-repeat;
	overflow: hidden;
}
.dropDownItemBottom {
	width: 172px;
	height: 5px;
	background: url(/custom/images/subnavbottom.png) no-repeat;
	overflow: hidden;
}
.dropDownItem {
	position: relative;
	display: block;
	width: 167px;
	padding: 3px 0 3px 5px;
	background-color: #ffc424;
	color: #fff;
	margin: 0;
}
.dropDownItemLeft {
	position: relative;
	display: block;
	width: 155px;
	padding: 3px 0 3px 17px;
	background-color: #ffc424;
	color: #fff;
	margin: 0;
}

#mainContent {
	padding-top: 9px;
}

/* lhs */

#orderedListContainer {
	margin-left: 35px;
}

#orderedListContainer ol {
	color: #fff;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

#orderedListContainer li {
	margin: 0;
	padding: 0;
}

#orderedListContainer a {
	color: #fff;
}

#lhs {
	float: left;
	width: 171px;
}

#productNav {
	width: 161px;
	background-color: #00a160;
	color: #fff;
	margin-top: 1px;
}
#productNav a {
	color: #fff;
}
#productNavTop {
	background-color: #008342;
	padding: 7px 9px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#productNavList {
	padding: 9px;
	font-weight: bold;
}
.productNavList {
	font-size: 12px;
	color: #fff;
}

#storeLocator {
	position: relative;
	background: url(/custom/images/store-finder-bg.gif) no-repeat top;
	width: 161px;
	height: 158px;
	margin-top: 10px;
}
.storeLocatorText {
	position: absolute;
	top: 88px;
	left: 8px;
	font-size: 12px;
	width: 139px;
}
#storeLocatorButton {
	position: absolute;
	top: 113px;
	right: 4px;
}
#storeLocatorButton input {
	width: auto !important;
}
#storeLocatorLink {
	position: absolute;
	top: 136px;
	right: 4px;
}

#brochureLHS, .genericLHS {
	display: block;
	margin-bottom: 9px;
}
#brochureLHS {
	margin-bottom: 6px !important;
	margin-top: 17px;
}
#tradeTopLHS {
	margin-top: 17px;
	margin-bottom: 9px;
}

#topRanges {
	background: url(/custom/images/top-ranges.jpg) no-repeat;
	width: 165px;
	height: 200px;
	margin-top: 8px;
}

#topRangesOverflower {
	height: 150px;
	width: 155px;
	overflow: hidden;
}

#topRangesContainer {
	margin-left: 35px;
}

#topTilesBack {
	background: url(/custom/images/top-tiles-back.gif) repeat-y;
	width: 165px;
	margin-top: 8px;
}

#topTiles {
	background: url(/custom/images/top-tiles.jpg) no-repeat;
	width: 165px;
}
#topTilesBottom {
	background: transparent url(/custom/images/top-tiles-bottom.gif) repeat-y;
	width: 165px;
	height: 10px;
}
#topTilesOverflower {
	width: 155px;
	overflow: hidden;
}

#tileNews {
	position: relative;
	background: #575a5d;
	width: 161px;
	height: 414px;
	font-size: 12px;
	margin-bottom: 9px;
}
#tileNewsRSSIcon {
	position: absolute;
	margin: -5px 0 0 132px;
}

.tileNewsContainer {
	padding: 5px 9px 2px 9px;
}

.tileNewsTitle {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.tileNewsDetail {
	width: 140px;
	overflow: hidden;
	font-size: 12px;
	cursor: pointer;
	color: #cfd2d6;
	padding-bottom: 10px;
}

#tileNewsViewAll {
	position: absolute;
	bottom: 7px;
	right: 7px;
}

#tileNewsViewAll a {
	text-decoration: underline;
	color: #CFD2D6;
}

.lhsItemTitle {
	padding: 4px 0 0 7px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}

#rhs {
	float: right;
	width: 826px;
}

#homeHead {
	float: left;
	margin-bottom: 15px;
}

#homeContent {
	float: left;
	width: 405px;
	padding-right: 11px;
}
#homeStuff {
	float: left;
	width: 406px;
}
#homeImage {
	float: left;
	width: 406px;
	height: 197px;
}
#homeImage p {
	margin: 0px;
}

#homeBannerEditBox {
	padding-top: 6px;
	height: 22px;
	width: 995px;
}

.homeBannerEdit {
	float: right;
}
#homeLinks {
	padding-top: 9px;
}
.homeLinksEditBox {
	float: left;
}

.homeLinksEdit {
	float: left;
	width: 208px;
	height: 30px;
}

.homeLinkContainer {
	float: left;
	width: 209px;
}
.homeLinkContainerRight {
	width: 198px !important;
}

.homeLink {
	position: relative;
	margin-top: 29px;
	height: 97px;
	cursor: pointer;
	color: #fff;
	background-repeat: no-repeat;
}

.homeLinkBottom {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: absolute; bottom: 3px; left: 8px;
}

.homeLinkBrownText {
	margin-top: 6px;
	padding: 5px 8px;
	width: 182px;
}

.homeLinkTitle {
	font-size: 18pt;
	line-height: 20px;
	font-weight: bold;
}

.homeLinkText {
	font-size: 8pt;
}

.homeLinkTipsTitle {
	padding-top: 52px;
}

.homeLinkReserveTitle {
	padding-top: 73px;
	letter-spacing: -1px;
	line-height: 18px !important;
	padding-left: 5px;
}

.homeHot {
	clear: both;
	padding-top: 7px;
	width: 823px;
}

.homeHotImage {
	float: left;
	width: 405px;
	height: 198px;
}

.homeRedTextIntro {
	width: 405px;
	overflow: hidden;
}

.homeHotTextLeft {
	float: left;
	margin-right: 12px; 
}
.homeHotTextRight {
	float: left;
}
.homeFeatureEditBox {
	clear: left;
	height: 30px;
}
.homeFeatureEditRight {
	float: right;
	width: 80px;
}
.homeFeatureEditLeft {
	float: left;
	width: 80px;
}
#homeExtras {
	margin-top: 20px;
	height: 217px;
}
#homeGranFix {
	float: left;
	width: 569px;
	height: 197px;	
}
#homeContact{
	margin-left: 15px;
	float: left;
	width: 236px;
	height: 197px;	
}
/* subscribe banner */

#subscribeBannerContainer {
	float: left;
	height: 154px;
	width: 900px;
	background: url(/custom/images/home-ronnie.jpg) no-repeat;
}

#subscribeBanner {
	float: left;
	margin-top: 14px;
	height: 130px;
	background-color: #d9cbb9;
	margin-left: 243px;
}

/* footer */

.somethingExtra {
	clear: both;
	overflow: hidden;
	height: 3px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 200px;
}

.footer {
	background-image: url(/custom/images/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	min-width: 100%;
	clear: both;
}

.footerBody {
	width: 997px;
	min-width: 997px;
	margin: 30px auto 0 auto;
}
#footerNav {
	float: left;
	width: 160px;
	padding: 4px 0 0 4px;
	overflow: hidden;
}
#footerNavText {
	margin-top: 15px;
	font-size: 9px;
	margin-left: 1px;
	color: #575a5d;
}
#footerNavText a {
	color: #575a5d;
}

#footerTable {
	float: left;
	text-align: left;
	color: #575a5d;
}

#footerTable th {
	padding: 0 0 4px 0;
}
#footerTable, #footerTable a {
	color: #fff;
}
#footerTable span {
	color: #fff;
}

#content_footer_mini a {
	font-size: 7pt;
	color: #575a5d;
}

.footerTableSeparator {
	width: 1px;
	background: url(/custom/images/footer-separator.gif) no-repeat top;
}

.footerItem {
	height: 105px;
	overflow: hidden;
}
.footerItem a {
	color: #fff;
}

/* product section */

.productSectionCrumbsContainer {
	height: 20px;
	overflow: hidden;
}

.productSectionCrumbs {
	height: 20px;
	background-color: #cfd2d6;
}

.productSectionPagination {
	margin: 2px 9px 0 0;
	float: right;
	font-size: 12px;
	color: #575a5d;
}

.productSectionPagination a {
	font-size: 12px;
	color: #575a5d;
}

.pageSelected {
	text-decoration: underline;
	font-weight: bold;
}

.productSectionCrumbs a, .roomViewAnchor {
	color: #575a5d;
	font-size: 12px;
}

.productSectionCrumbsList {
	float: left;
	margin-left: 9px;
	margin-top: 2px;
}

.productSectionCrumbsSpan {
	margin: 0 3px;
	font-size: 12px;
}

.productSectionCrumbsProductName {
	font-size: 12px;	
}

#productSectionCrumbsBackContainer {
	position: relative;
	float: left;
}

#productSectionCrumbsBack {
	position: absolute;
	top: 2px;
	left: 790px;
}
#productSectionCrumbsBack a {
	color: #575a5d;
}

.productSectionBanner {
	width: 805px;
	background-color: #d9cbb9 !important;
	padding: 9px;
}

#productSectionBannerTopLevel {
	background: url(/custom/images/product-section-top-level.jpg) no-repeat right bottom;
	height: auto !important;
	height: 204px;
	min-height: 204px;
}

#productSectionBannerInternal {
	background: url(/custom/images/product-section-internal.jpg) no-repeat right bottom;
	height: auto !important;
	height: 204px;
	min-height: 204px;
}

#productSectionBannerBottom {
	background: url(/custom/images/product-section-bottom.jpg) no-repeat right bottom;
	height: auto !important;
	height: 8px;
	min-height: 8px;
}

.productSectionTitle {
	font-size: 20pt;
	font-weight: bold;
}

.productSectionTopLevelTitle {
	color: #231f20;
}

#productSectionIntro {
	width: 400px;
	font-size: 8pt;
	padding-bottom: 5px;
}

#productSectionSubSections a {
	display: block;
	font-size: 8pt;
	font-weight: bold;
}

.productSectionTopLevelSubSection a {
	color: #6e6e6e;
}

.productSectionTopLevelSubSection a:hover {
	color: #000;
}

.productSectionSubSection {
	float: left;
	width: 200px;
	margin-right: 10px;
	overflow: hidden;
}

/* product section products */

.productSectionProduct {
	width: 406px;
	height: 106px;
	background-color: #d9cbb9;
	float: left;
	margin-top: 10px;
}

.productSectionProductLeft {
	clear: left;
}

.productSectionProductRight {
	margin-left: 11px;
}

.productSectionProductImageContainer {
	position: relative;
	float: left;
	width: 106px;
}

.productSectionProductImage {
	border: 1px solid #6e6e6e;
	margin: 5px;
	overflow: hidden;
}

.productSectionProductInfo {
	float: left;
	width: 298px;
	height: 106px;
}

.productSectionProductTitle {
	margin-top: 10px;
	height: 14px;
	font-size: 8pt;
	font-weight: bold;
}

.productSectionProductTitle a {
	color: #6e6e6e;
}

.productSectionProductDetails {
	float: left;
	width: 178px;
}

.productSectionProductActions {
	float: left;
	width: 120px;
}

.productSectionProductMoreInformation {
	display: block;
	padding-top: 5px;
	width: 118px;
	height: 20px;
	background: url(/custom/images/btn-information.gif) no-repeat;
	text-align: center;
	color: #77736a;
	font-weight: bold;
}
.productSectionProductMoreInformationWhite {
	display: block;
	padding-top: 5px;
	width: 118px;
	height: 20px;
	background: url(/custom/images/btn-information-white.gif) no-repeat;
	text-align: center;
	color: #77736a;
	font-weight: bold;
}

.productSectionProductSize {
	height: 14px;
	font-size: 8pt;
	font-weight: bold;
}

.productSectionProductTableContainer {
	margin-top: 12px;
	height: 35px;
}

.bannerProduct .productSectionProductDetailTable {
	font-size: 8pt;
}
.bannerProductLarge .productSectionProductDetailTable {
	font-size: 11pt;
}
.bannerProductLarge .bannerProductPricingTable {
	clear: left;
	width: 100%;
	padding-top: 8px;
}
.bannerProductLarge .bannerProductPricingTable td {
	font-size: 8pt;
}
.bannerProductLarge .bannerProductPricingTable .lastRow td {
	padding-top: 3px;
}

.productSectionProductPriceTable {
	font-size: 9pt;
	font-weight: bold;
}

.productSectionProductFormBuyLarge {
	width: 136px;
	height: 40px;
	background: url(/custom/images/addtobasketbtn.gif) no-repeat center;
	border: none;
	cursor: pointer;
	margin: 10px 14px 10px 14px;
}

/*
.productSectionProductForm input {
	float: left;
}
*/

/* product */

#productForm {
	padding: 10px 0;
}

#productBanner, .productBanner {
	padding: 0 0 0 9px;
	color: #00a160;
	font-size: 31px;
	font-weight: bold;
	margin: 0;
}

#productArea {
	margin-top: 5px;
}

#productLeft {
	float: left;
	width: 406px;
}

#productThumbs {
	float: left;
	width: 64px;
	height: 298px;
	padding: 0 0 11px 11px;
}

.productThumb {
	width: 62px;
	height: 62px;
	border: 1px solid #cfd2d6;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}

#productImageContainer {
	float: left;
	width: 310px;
	height: 310px;
	padding-left: 10px;
}

#productImage {
	border: 1px solid #cfd2d6;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 308px;
	height: 308px;
	cursor: pointer;
}

#productRight {
	float: right;
	width: 405px;
}

.marginOnPricePerPack {
	padding-top: 2px;
}

#productSpec {
	background-color: #ccecdf;
	float: right;
}
#productSpecLeft {
	border-right: 1px solid #fff;
	width: 240px;
	color: #575a5d;
	vertical-align: top;
}
#productSpecRight {
	vertical-align: middle;
	width: 164px;
	text-align: center;
	padding: 10px 0 0 0;
}
#productSpecRight img {
	margin-bottom: 10px;
}
.productSpecTable td {
	padding: 8px 10px;
}
#productDescription {
	margin: 14px 0 14px 0;
	clear: both;
}
#productClickNReserve {
	float: right;
	background: url(/custom/images/send-me-samples.jpg) no-repeat;
	width: 135px;
	height: 45px;
	padding: 15px 0 0 67px;
	color: #6e6e6e;
	cursor: pointer;
}
#productClickNReserveTitle {
	font-size: 11pt;
	font-weight: bold;
}
#productClickNReserveContent {
	font-size: 8pt;
}
#productTabsContainer {
	clear: left;
	margin-top: 10px;
}

#productTabs {
	height: 37px;
	width: 406px;
	background: url(/custom/images/product-tabs-rpt.gif) repeat-x bottom;
	overflow: hidden;
}

.productTab {
	float: left;
	cursor: pointer;
	padding: 0 9px;
	font-weight: bold;
	overflow: hidden;
	font-size: 9pt;
}

.productTabOn {
	background-color: #fff;
	border-top: 1px solid #6e6e6e;
	border-left: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
	height: 36px;
	line-height: 36px;
}

.productTabOff {
	border-top: 1px solid #fff;
	background-color: #d9cbb9;
	height: 35px;
	line-height: 35px;
}

.productTabBox {
	border-left: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
	border-bottom: 1px solid #6e6e6e;
	padding: 2px;
}

/* alt product */

.productSectionProductAlt {
	width: 398px;
	height: 106px;
	margin: 14px 0 0 2px;
}

.productSectionProductInfoAlt {
	float: left;
	width: 290px;
	height: 106px;
}


.productSectionProductDetailsAlt {
	float: left;
	width: 170px;
}

#productPricing {
	padding-bottom: 10px;
}
#productPricingLeft {
	float: left;
	width: 240px;
}
#productPricingRight {
	float: right;
	width: 165px;
	background-color: #fac1bd;
}

#productQtyModifier {
	width: 34px;
	text-align: right;
	padding-top: 12px;
}

#productBuyButtonSeparator {
	clear: both;
	height: 4px;
	overflow: hidden;
}

#productPricingTable {
	margin: 10px 0 0 10px;
}

#productPricingForm {
	width: 165px;
	text-align: center;
}

.productButtonArea {
	height: 25px;
}

#productExtras {
	clear: both;
	float: left;
	margin-top: 14px;
	color: #6e6e6e;
	width: 405px;
	height: 58px;
}

.productExtra {
	float: left;
	cursor: pointer;
}

#sendMeSamples {
	background: url(/custom/images/send-me-samples.jpg) no-repeat;
	width: 134px;
	height: 43px;
	padding: 17px 0 0 68px;
}

#clickNReserve {
	background: url(/custom/images/click-n-reserve.jpg) no-repeat;
	margin-left: 1px;
	width: 124px;
	height: 43px;
	padding: 17px 0 0 78px;
}

.productExtrasTitle {
	font-size: 14px;
	font-weight: bold;
}

.productExtrasIntro {
	font-size: 8pt;
}

/**   CALCULATOR POPUP   **/

#calculator {
	position: absolute;
	z-index: 1;
}

#calculatorPopupBg {
	background-image: url(/custom/images/calculator-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 229px;
	height: 162px;
	padding: 20px 0 0 12px;
	color: #fff;
}

#calculatorClose {
	position: relative;
	float: right;
	cursor: pointer;
	margin: 0 8px 0 0;
	height: 25px;
	width: 25px;
}

#calculatorTitle {
	margin-top: 2px;
	font-size: 13pt;
	font-weight: bold;
}

#calculatorProductName {
	margin-top: 6px;
	font-size: 9pt;
	font-weight: bold;
	overflow: hidden;
	width: 210px;
	height: 16px;
}

#calculatorProductIntro {
	font-size: 8pt;
	font-weight: bold;
	height: 23px;
}

#calculatorMathsPane {
	
}

.calculatorMathsInputs {
	float: left;
	width: 110px;
	position: relative;
}

.calculatorMathsInputs span {
	font-size: 8pt;
}

.calculatorMathsPaneArea {
	height: 30px;
}

.calculatorMathsSelect {
	float: left;
	margin: 3px 3px 0 3px;
	width: 40px;
	font-size: 8pt;
}

.calculatorMathsInputArea {
	width: 25px;
}

.calculatorMathsInputTotal {
	width: 33px;
}

.calculatorMathsCalculate {
	position: relative;
	border: none;
	background: url(/custom/images/btn-calculator.gif) no-repeat;
	float: left;
	width: 64px;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	color: #14725b;
	cursor: pointer;
}

#calculatorMathsPanePacks {
	padding-top: 3px;
}

#calculatorMathsPanePacksLeft {
	float: left;
	width: 156px;
}

#calculatorMathsPanePacksTitle {
	font-size: 8pt;
}


#calculatorMathsPanePacksDetail {
	font-size: 7pt;
}

/** END CALCULATOR POPUP **/

.mask {
	background-color: #000;-moz-opacity:0.75;opacity:.75;filter:alpha(opacity=75);
}

/* checkout panel */

#checkoutPopup {
	background: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	width: 404px;
	height: 164px;
	z-index: 2;
}
#checkoutPopupContent, #checkoutPopupBg {
	position: absolute;
	width: 404px;
	height: 164px;
	margin: 9px 0 0 0;
}
#checkoutPopupBg {
	background: transparent url(/custom/images/basketaddbg.png);  
	position: absolute;
	z-index: -1;
}
#checkoutPopupPrice {
    font-size: 18px;
    font-weight: bold;
    left: 98px;
    position: absolute;
    top: 85px;
}
#checkoutPopupImage {
	position: absolute;
	top: 44px;
	left: 14px;
	cursor: default !important;
}
#checkoutPopupItem {
    color: #00A160;
    font-weight: bold;
    left: 98px;
    position: absolute;
    top: 42px;
    width: 290px;
}
#checkoutPopupText {
	position: absolute;
	top: 57px;
	left: 98px;
	width: 295px;
	font-size: 9px;
}
#checkoutPopupClose {
    position: absolute;
    top: -9px;
    right: -7px;
}
#checkoutPopupClose a {
	color: #575A5D;
	text-decoration: underline;
}
#checkoutPopupContinueBtn {
	position: absolute;
	top: 132px;
	left: 7px;
	cursor: pointer;
}
#checkoutPopupCheckoutBtn {
	position: absolute;
	top: 132px;
	right: 24px;
}
#checkoutPopupViewLink {
	position: absolute;
	top: 9px;
	left: 308px;
}
#checkoutPopupViewLink a {
	color: #575a5d;
	text-decoration: none;
}

#checkoutPopupPricePromiseContainer {
	margin: 0 0 0 480px;
	width: 92px;
	height: 92px;
	cursor: pointer;
}


#checkoutPopupContainer {
	margin: 17px 0 0 23px;
	width: 583px;
	height: 323px;
	overflow-y: scroll;
	overflow: auto;
}

#noCheckoutPopupContainer {
	margin: 17px 0 0 23px;
	width: 583px;
	height: 323px;
	overflow: hidden;
	background-color: #fff;
}

#checkoutPopupShadow {
	position: absolute;
	width: 567px;
	height: 10px;
	top: 421px;
	left: 22px;
	background-image: url(/custom/images/checkout-rpt.png);
	background-repeat: repeat-x;
	background-position: center;
	overflow: hidden;
}

#checkoutPopupSummary {
	float: right;
	font-weight: bold;
	padding-right: 23px;
	font-size: 9pt;
}

#checkoutPopupSummaryLine1 {
	margin: 5px 0;
	text-align: right;
}

#checkoutPopupSummaryPrice {
	margin-left: 25px;
}

#checkoutPopupSummaryLine2 {
	text-align: right;
}

#checkoutArea, #checkoutAreaShort {
	margin-top: 7px;
}

.checkoutHeader {
	background: #cfd2d6;
	height: 40px;
	color: #575a5d;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 10px;
}

.checkoutHeader img {
	border: none;
	vertical-align: middle;
	margin: 0 3px 0 9px;
}

.checkoutHeaderNoImage {
	padding: 8px 0 0 10px;
}

.checkoutHead {
	background: url(/custom/images/checkout-head-rpt.gif) repeat-x top;
}

#checkoutHeadLeft {
	position: absolute;
}

#checkoutHeadRight {
	position: absolute;
	margin-left: 817px;
}

.checkoutList {
	color: #575a5d;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	text-align: center;
}

.checkoutList th {
	color: #575a5d;
	text-align: center;
	background: url(/custom/images/checkouttablebgs.gif) repeat-x left top;
	height: 39px !important;
	padding: 0 9px;
	border-bottom: 1px solid #dfdfdf;
}
.checkoutListImageCell {
	border-left: 1px solid #dfdfdf;
}
td.checkoutListImageCell {
	width: 80px;
}
td.checkoutListNameCell {
	width: 320px;
}
.checkoutList th.deliveryOption {
	background-position: left -39px !important;
	padding: 0 !important;
	border-left: 1px solid #dfdfdf;
	width: 136px;
}
.checkoutList th.deliveryOptionDelivery {
	border-right: 1px solid #dfdfdf;
}
.checkoutList th.deliveryOption img {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.checkoutListHeadSep {
	width: 1px;
	padding: 0 !important;
}

.checkoutList th div {
	padding-top: 3px;
}

.checkoutList td {
	background: url(/custom/images/checkout-bg.gif) repeat-x;
	border-bottom: 1px solid #dfdfdf;
}

.borderTopWhite {
	border-top: 1px solid #fff;
}

.checkoutListImage {
	border: 1px solid #dfdfdf;
}

.checkoutListImageCol {
	margin: 8px;
	width: 64px;
	height: 64px;
	overflow: hidden;
}

.checkoutListTotalCol {
	text-align: right;
	padding-right: 5px;
}

.checkoutListTotalCol img {
	vertical-align: middle;
}

.checkoutListNameCol {
	padding-left: 12px;
}

.checkoutListNameCol a {
	color: #6e6e6e;
	font-weight: bold;
}

.checkoutListQty {
	width: 24px;
	float: none;
}

.checkoutListFaderGrey {
	background: url(/custom/images/checkout-fade-grey.gif) repeat-x top;
}

.checkoutListFaderWhite {
	background: url(/custom/images/checkout-fade-white.gif) repeat-x top;
}

.checkoutListGrey {
	background-color: #d9cbb9 !important;
}

#checkoutPricingContainer {
	margin-bottom: 15px;
	width: 997px;
}

#checkoutPricing {
	float: right;
	text-align: right;
	background: #ecedef;
	margin-right: 20px;
	width: 243px;
	padding: 15px 8px 0 8px;
	color: #575a5d;
	font-weight: bold;
}
#checkoutUpdate {
	padding: 6px 7px;
	color: #575A5D;
	background: #ecedef;
	border: 1px solid #dfdfdf;
	text-align: right;
	font-weight: bold;
	line-height: 150%;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.checkoutAuthenticationContainer {
	float: left;
	margin: 4px 12px 0 0;
	background-color: #d9cbb9;
	padding: 8px 5px;
	color: #6e6e6e;
	width: 250px;
	height: 140px;
}

.checkoutDetailsIntro {
	margin-top: 4px;
	height: 25px;
}

.checkoutDetailsInternal {
	height: 95px;
}

#checkoutDetailsLogin {
	margin-top: 7px;
}

.checkoutDetailsInput {
	margin-top: 5px;
}

.checkoutDetailsHeader {
	font-weight: bold;
}

#basketPromoCodeContainer {
	background: #ecedef;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
    padding: 8px 0 9px 8px;
    width: 721px;
	float: left;
}
#basketPromoCode {
	text-align: left;
}
#basketPromoCode .formInput {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #828589;
	width: 130px;
	margin: 0 10px 0 20px;
	vertical-align: middle;
}
#basketPromoCodeButton {
	text-decoration: underline;
	color: #000;
}

.formInput {
	float: none;
	width: 160px;
}

.checkoutDetailsContainer {
	margin-top: 12px;
	background-color: #d9cbb9;
	padding: 8px 5px;
	color: #6e6e6e;
}

.checkoutDetailsContainer label, .registerDetailsContainer label {
	float: left;
	width: 110px;
	color: #6e6e6e;
	font-weight: normal;
	font-size: 9pt;
}

.checkoutDetailsContainer .text {
	float: left;
	width: 170px;
}

#checkoutPostage label {
	color: #6e6e6e;
	padding: 3px 0 0 5px;
	width: auto;
}

#checkoutPostage .radio {
	clear: both;
}

.checkoutPostageItem {
	clear: left;
	float: left;
}

#checkoutSubmitButton {
	margin-top: 10px;
	text-align: right;
	clear: both;
}

#checkoutPromoCode {
	height: 40px;
}

/* register */

.registerDetailsContainer {
	background-color: #d9cbb9;
	padding: 8px 5px;
	color: #6e6e6e;
	width: 539px;
	margin-top: 10px;
}

.registerDetailsContainer .select {
	float: left;
	width: 166px;
}

.registerDetailsContainer .textarea {
	float: left;
	width: 466px;
	height: 90px;
}

#loginFormContainer {
	float: right;
	width: 410px;
	height: 120px;
	overflow: hidden;
}
#registerForm input.formInput {
	width: 220px;
}
#loginForm input.formInput {
	width: 195px;
}
#registerForm select {
	width: 222px;
}
#registerForm .formInput, #loginForm .formInput {
	border-left: 1px solid #dcdfe6;
	border-right: 1px solid #dcdfe6;
	border-top: 1px solid #aaadb2;
	border-bottom: 1px solid #e2e9ef;
	font-size: 12px;
	padding: 3px;
}
#loginForm a {
	text-decoration: underline;
	color: #575a5d;
}
#accountLoginFormButton {
	width: auto !important;
	height: auto !important;
	margin: 0 0 0 -1px;
}
#loginUsernameContainer {
	width: 200px;
}
#loginForm input {
	float: none !important;
	vertical-align: middle;
}
.loginEndCell {
	border-right: 5px solid #fff;
}
.loginEndCell p {
	margin-bottom: 0.5em;
}
#lifestileIntro {
	height: 125px;
	width: 615px;
	background-position: top right;
	background-repeat: no-repeat;
}

#lifestileIntroText {
	padding-top: 10px;
	width: 208px;
}

#registerIntro {
	height: 170px;
	width: 549px;
}

#registerIntroText {
	padding-top: 10px;
	width: 400px;
}

#generalIntroText {
	padding-top: 10px;
	width: 615px;
}

.formButton {
	float: right;
	margin-top: 6px;
}

.loginButton {
	margin: 10px 0 0 205px;
}

#loginForgottenPassword {
	clear: left;
	padding: 15px 0 0 75px;
}

#mainNavArrowContainer {
	height: 40px;
	width: 202px;
}

#mainNavArrow {
	padding-top: 9px;
	position: absolute;
	height: 43px;
	width: 202px;
	background: url(/custom/images/main-nav-arrow.png) no-repeat center;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #14725b;
}

.mainNavItem {
	margin-top: 6px;
	display: block;
	width: 202px;
	height: 30px;
	padding-top: 9px;
	color: #6e6e6e;
	background: url(/custom/images/main-nav-item.gif) no-repeat center;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

/* store finder malarky */

#storeHeaderContainer {
	position: relative;
	width: 826px;
	height: 171px;
	background: url(/custom/images/store-finder.gif) no-repeat;
	margin-bottom: 17px;
}
#storeHeaderContainerLeft {
	float: left;
}
#storeHeaderContainerRight {
	float: right;
	width: 325px;
	padding: 10px;
}
#storeHeaderContainerRight a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.storeLink {
	float: left;
	margin-bottom: 2px;
	width: 162px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#storeHeader {
	height: 26px;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	padding: 7px 0 0 35px;
}

#storeSubHeader {
	height: 28px;
	width: 800px;
	padding: 1px 0 0 20px;
}

#storeDrawerContainer {
	position: absolute;
	width: 817px;
	margin-left: 4px;
	z-index: 1;
}

.storeDrawerInfoContainer {
	overflow: hidden;
	background: url(/custom/images/store-finder-tray.gif);
	background-repeat: repeat-y;
}

.storeDrawerInfo {
	margin: 0 3px;
	background-color: #fec325;
}

#storeDrawerInfoStores {
	margin-top: 10px;
}

.storeDrawerInfoStore {
	float: left;
	width: 195px;
}

.storeDrawerInfo a {
	color: #6e6e6e;
}

.storeDrawer{
	height: 12px;
	cursor: pointer;
	overflow: hidden;
}

#storeFinderContent {
	padding-top: 15px;
	margin-bottom: 10px;
}

.storeFinderButton {
	margin-top: 3px;
}

.storeFinderPostcode {
	position: absolute;
	top: 133px;
	left: 213px;
	width: 170px;
	border: 0;
	color: #828589;
	font-size: 18px;
	height: 22px;
}

#btnStoreFinderLocate {
	position: absolute;
	top: 130px;
	left: 393px;
	width: auto !important;
	border: none;
	cursor: pointer;
}

#storeFinderMap {
	width: 529px;
	height: 370px;
	border: 1px solid #575a5d;
}
.storeBoxInner {
	padding: 9px;
	width: 531px !important;
}

#storeFinderStoresContainer {
	float: right;
	width: 188px;
	background-color: #d9cbb9;
	margin-left: 10px;
}

#storeFinderStores {
	width: 178px;
	padding: 5px;
}

#storeFinderSignpost {
	height: 219px;
	width: 188px;
	background: url(/custom/images/store-signpost.jpg) no-repeat;
}

#directions_div {
	width: 824px;
}

#storeFinderAllBranches {
	margin: 5px 0;
}

#storeFinderAllBranches a {
	color: #6e6e6e;
}

#storeSubHeaderInfo {
	float: right;
	padding: 6px 10px 0 0;
	font-size: 8pt;
}

#storeSubHeaderInfo div {
	float: left;
}

#storeSubHeaderLink {
	width: 200px;
	text-align: right;
}

.storeSubHeaderDisplay {
	margin-left: 5px;
}

/* price promise popup */

#pricePromisePopup {
	background: transparent;
	border: none;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	width: 324px;
	height: 418px;
}

#accountLoginPopup {
	background: transparent;
	border: none;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	width: 324px;
	height: 318px;
}

#pricePromisePopupBg {
	background: transparent url(/custom/images/price-promise-bg.png);  
	width: 324px;
	height: 418px;
	position: absolute;
	z-index: -1;
}

#accountLoginPopupBg {
	background: transparent url(/custom/images/account-login-bg.png);
	width: 324px;
	height: 318px;
	position: absolute;
	z-index: -1;
}

#specialOfferPopupClose {
	float: right;
	cursor: pointer;
	margin: 26px 0 0 0;
	height: 31px;
	width: 29px;
}

#pricePromisePopupClose, #accountLoginPopupClose, #oneMoreThingClose {
	position: absolute;
	top: -7px; right: -7px;
	cursor: pointer;
}

#pricePromisePopupContainer {
	margin: 0 13px 0 13px;
}
#accountLoginPopupContainer {
	position: relative;
	margin: 0 13px 0 13px;
}

#pricePromiseIntro {
	padding-top: 110px;
	width: 298px;
	height: 117px;
	color: #fff;
}

#accountLoginIntro {
	padding-top: 107px;
	width: 298px;
	height: 35px;
	color: #fff;
}

.pricePromiseBtn {
	float: right;
	margin: 8px 20px 0 0;
	cursor: pointer;
}

#pricePromiseFields {
	padding-top: 10px;
}
#pricePromiseFields input {
	height: 13px;
	font-size: 12px;
}

/* room view */

.roomViewLargeImage {
	margin: 10px 0;
	width: 823px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: center;
}

#roomViewLeft {
	float: left;
	width: 406px;
	margin-right: 10px;	
}

#roomViewRight {
	float: left;
	width: 394px;
	background-color: #d9cbb9;
	padding: 14px 6px 6px 6px;
}

.roomViewRoom img {
	border: 0;
}

.roomViewRoom {
	display: block;
	margin-top: 10px;
	width: 393px;
	height: 157px;
	border: 1px solid #737372;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	overflow: hidden;
}

/* news section */

.newsSectionItemImage {
	float: left;
	width: 90px;
	margin-right: 10px;
	text-align: left;
}

.newsSectionItemDetails {
	float: left;
	width: 442px;
}

.newsSectionItemDate {
	font-weight: bold;
}

.newsSectionItemTitle {
	font-weight: bold;
	font-size: 100%;
}

.newsSectionItemTitle a {
	color: #14725b !important;
	text-decoration: none !important;
}

.newsSectionItemPreview {
	font-size: 90%;
	height: 29px;
	overflow: hidden;
}

#subscribeLinkToHomePage {
	margin-top: 10px;
}

#changeSubscribeForm {
	margin: 0 0 25px 0;
}

#subscribeForm {
	clear: both;
	float: left;
	width: 250px;
}

.subscribeContent {
	margin: 10px 0;
}

.subscribeSubmit {
	float: none;
	width: 62px;
	height: 25px;
	vertical-align: middle;
}

#lifesTile {
	float: left;
	display: block;
	width: 496px;
	height: 135px;
}

/* mailing list */

#mailingList {
	padding: 25px 0 0 255px;
	height: 120px;
}

#mailingListIntro {
	height: 50px;
	overflow: hidden;
	width: 240px;
	font-size: 8pt;
}

/* basket page */

#updateBasketButton {
	width: 128px;
	margin-top: 5px;
}

#breadcrumbs {
	padding-top: 10px;
}

#breadcrumbs .current {
	font-weight: bold;
}

#breadcrumbs a {
	color: #6E6E6E;
	text-decoration: underline;
}

/* services */
.serviceImageHeader {
	background-position: center;
	background-repeat: no-repeat;
	width: 823px;
	height: 130px;
	margin-bottom: 15px;
}
.serviceTextHeader {
	width: 824px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 15px;	
}
.serviceImageText {
	color: #fff;
	padding: 75px 0 0 10px;
	width: 480px;
	height: 46px;
	overflow: hidden;
}
.serviceImageText a {
	color: #fff;
}
#clickNReserveEditContainer {
	height: 30px;
}
.clickNReserveEdit {
	float: left;
	width: 126px;
	margin-right: 10px;
}
#clickNReserveContainer {
	margin: 20px 0 10px 0;
	background: url(/custom/images/click-n-reserve-info.jpg) no-repeat;
	width: 783px;
	height: 358px;
}
.clickNReserveBox {
	width: 165px;
	height: 70px;
	color: #575c5e;
	font-size: 11pt;
	font-weight: bold;
	float: left;
}
.clickNReserveBox a {
	color: #575c5e;
}
.clickNReserveBox p {
	margin: 0;
	padding: 0;
}
.clickNReserveBox1 {
	margin: 74px 0 0 42px;
}
.clickNReserveBox2 {
	margin: 74px 0 0 102px;
}
.clickNReserveBox3 {
	margin: 74px 0 0 105px;
}
.clickNReserveBox4 {
	clear: left;
	margin: 130px 0 0 42px;
}
.clickNReserveBox5 {
	margin: 130px 0 0 102px;
}
.clickNReserveBox6 {
	margin: 130px 0 0 105px;
}
.someRightGrey {
	font-size: 9pt;
	color: #6e6e6e;
}
.someRightGrey a {
	text-decoration: underline;
	color: #6e6e6e;
}

/* ask a question */
#productAskButton {
	cursor: pointer;
	width: 125px;
}

#askAQuestionContainer {
	position: absolute;
	z-index: 1;
}

#askAQuestion {
	clear: left;
	position: absolute;
	background: url(/custom/images/ask-a-question.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 206px;
	height: 240px;
	margin: -233px 0 0 60px;
}

#askAQuestionForm {
	position: absolute;
	width: 178px;
	height: 239px;
	margin: -233px 0 0 60px;
	padding: 1px 0 0 9px;
}

#askAQuestionForm textarea {
	width: 176px;
	height: 107px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.askAQuestionInput {
	padding-top: 7px;
	height: 20px;
	overflow: hidden;
}
.askAQuestionInputBottom {
	padding-top: 7px;
}

.askAQuestionInput input {
	border: 0;
	width: 179px;
	height: 16px;
}

#askAQuestionDetails {
	height: 207px;
}

#askAQuestionSubmit {
	float: right;
}
.askAQuestionButton {
	background: url(/custom/images/btn-calculator.gif) no-repeat;
	width: 64px;
	height: 24px;
	cursor: pointer;
	border: 0;
	font-size: 8pt;
	font-weight: bold;
	color: #14725b;
}
/* end ask a question */

#coupon {
	width: 620px;
	margin-top: 40px;
}
#newburyCoupon {
	width: 620px;
	margin-top: 12px;
}
#coupon img {
	cursor: pointer;
}
#featuredTitle, #clearanceTitle, .alternativeTitle {
	clear: both;
	font-size: 26px; 
	font-weight: bold;
	padding: 9px 9px 0 9px;
}
#featuredTitle, .alternativeTitle {
	color: #ee3124;
}
#clearanceTitle {
	color: #ee3124;
}
.alternativeTitle {
	margin-top: 30px;
}
.featuredItem {
	background: #fff;
	float: left;
	position: relative;
	height: 301px;
	width: 176px;
	border: 1px solid #dfdfdf;
	margin: 10px 11px 0px 0px;
	padding: 10px;
}
.featuredItemRight {
	margin: 10px 0px 0px 0px;
}
.featuredItemProduct {
	margin: 10px 22px 0px 0px;
}
.topProduct {
	width: 145px;
	margin: 0 0 10px 10px;
}
.topProductLeft {
	float: left;
	width: 62px;
	height: 62px;
	overflow: hidden;
	border: 1px solid #fff;
	background: #fff;
}
.topProductRight {
	float: right;
	width: 77px;
	font-size: 11px;
	color: #fff;
	padding: 4px 0 0 4px;
}
.topProductName, .topProductPrice {
	font-weight: bold; 
}
.topProductName {
	height: 28px;
	overflow: hidden;
}
.topProductName a{
	color: #fff;
}
.featuredProductImage {
	width: 176px;
	height: 176px;
	margin-bottom: 5px;
}
.featuredProductTitle a {
	font-size: 12px;
	font-weight: bold;
	color: #00a160;
}
.featuredProductPrice {
	margin-top: 6px;
}
.featuredNowPrice{
	font-size: 12px;
	font-weight: bold;
	color: #00a160;
}
.featuredNowPrice span {
	font-size: 18px;
	font-weight: bold;
}
.featuredWasPrice {
	font-size: 12px;
	font-weight: bold;
	color: #e90000;
}
.featuredProductDetails {
	position: absolute;
	bottom: 2px;
	right: 5px;
}
.featuredPriceSquared {
	font-size: 12px;
	color: #575a5d;
}
.featuredPriceSquared sup {
	font-size: 8px;
}
.featuredProductSizes {
	font-size: 12px;
	color: #575a5d;
	height: 15px;
}
.rosetteHolder {
	position: absolute; top: -5px; right: -5px;
	height: 97px;
	width: 97px;
	cursor: pointer;
}
.rosetteHolderSale {
	background: url(/custom/images/rosette-sale.png) no-repeat;
}
.rosetteHolderSave {
	background: url(/custom/images/rosette-save.png) no-repeat;
}
.rosetteHolderBOGOF {
	background: url(/custom/images/rosette-bogof.png) no-repeat;
}
.rosetteHolderBOGOFBig {
	position: absolute; top: -5px; right: -5px;
	height: 120px;
	width: 120px;
	cursor: pointer;
	background: url(/custom/images/rosette-bogof-big.png) no-repeat;
}
.rosetteOffer {
	text-align: center;
	margin-top: 24px;
}
.rosetteOffer .offerRow12 {
	display: none;
}
.rosetteOffer .offerRow18 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 24px;
}
.rosetteOffer .offerRow16 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 24px;
}

#specialOfferPopup {
	background: transparent;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 330px;
	height: 223px;
}
#specialOfferPopupBg {
	background: transparent url(/custom/images/offerpanel.png) no-repeat; 
	width: 330px;
	height: 223px;
	position: absolute;
	z-index: -1;
}
#specialOfferPopupContainer {
	padding: 137px 20px 0 14px;
	color: #fff;
}
#specialOfferPopupSticker {
	width: 97px;
	height: 97px;
	position: absolute;
	left: 202px;
	top: 0;
}
.floatEditLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
}
#homeBannerLeft {
	position: relative;
	float: left;
	height: 251px;
	width: 653px;
}
#homeBannerRight {
	float: right;
}
#tileSearch {
	height: 83px;
	width: 161px;
	position: relative;
	background: url('/custom/images/tile-search-bg.gif') no-repeat;
}
#tileSearchButton {
	position: absolute;
	bottom: 7px; right: 3px;
}
#quickSearchButton {
	width: auto !important;
}
#quickSearchText {
	position: absolute;
	top: 32px;
	width: 139px;
	left: 8px;
	font-size: 12px;
}
#categoryPanels {
	margin-top: 18px;
}
.categoryPanel {
	position: relative;
	float: left;
	margin: 0 9px 9px 0;
}
.categoryPanelRight {
	margin-right: 0 !important;
}
.categoryPanelInner {
	width: 269px;
	height: 148px;
	cursor: pointer;
}
.categoryName {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('/custom/images/cat-name.png') no-repeat;
	width: 232px;
	height: 31px;
}
.categoryNameLink a {
	display: block;
	height: 31px;
	width: 223px;
	line-height: 31px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 9px;
}
#filterContainer {
	position: relative;
	background-color: #00a160;
	margin-bottom: 1px;
	padding: 0 7px 7px 7px;
	color: #fff;
}
#filterTitle {
	font-size: 24px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #fff;
	margin: 0;
}
#filterFilters {
	margin-top: 5px;
}
#filterFilters select {
	font-size: 12px;
	width: 160px;
	margin-right: 5px;
}
#filterReset {
	position: absolute;
	bottom: 3px;
	right: 7px;
}
.alternativeInner {
	background: #ecedef;
	padding: 0 0 10px 11px;
}
.alternativeScrollLeft {
	float: left;
	width: 84px;
	padding-top: 157px;
}
.alternativeScrollRight {
	float: left;
	width: 60px;
	text-align: right;
	padding-top: 157px;
}
.alternativeScrollLeft img, .alternativeScrollRight img {
	cursor: pointer;
}
.alternativeScrollable {
	float: left;
	width: 660px;
	overflow: hidden;
	height: 333px;
}
#headerContainer {
	position: relative;
	width: 826px;
	height: 251px;
	margin-bottom: 17px;
}
#headerImage {
	width: 826px;
	height: 251px;
}
#contactBoxRight, .contactBoxRight {
	background: url('/custom/images/contact-right.gif') no-repeat bottom right;
}
#mainLeft #contactBoxRight, #mainLeft .contactBoxRight, #mainLeft .contactBoxBottom {
	width: 556px;
}
.loginBoxRight {
	width: 556px; 
	background: url('/custom/images/loginbg.gif') no-repeat bottom right;	
}
#contactBoxInner, .contactBoxInner {
	margin-right: 7px; 
	background-color: #ecedef;
}
.contactBoxBottom {
	height: 8px;
	background: url('/custom/images/contact-bottom.gif') no-repeat bottom right;
}
.registerBoxBottom {
	background-position: 517px bottom !important;
}
.contactTable {
	color: #575a5d;
}
.contactTable th {
	text-align: left;
}
.contactTable td {
	vertical-align: middle;
}

.tradeTable {
	width: 100%;
}
.tradeTable input {
	width: 220px;
	margin-right: 20px;
}

.contactText {
	width: 150px;
	font-size: 12px;
}
.contactTextBig {
	width: 318px;
	font-size: 12px;
}
.contactSelect {
	font-size: 12px;
	margin-left: 10px;
	width: 200px;
}
.contactEnquiry {
	width: 522px;
	height: 220px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.contactSubmit {
	width: auto !important;
}
.storeDetails {
	font-size: 14px;
	margin-bottom: 20px;
}
.contactSubTitle {
	font-size: 14px;
	font-weight: bold;
	color: #575a5d;
}
#digitalBrochure {
	background-color: #ccecdf;
	padding: 8px;
	color: #575a5d;
	margin-top: 41px;
	font-size: 14px;
}
.featuredItems {
	margin-top: 10px;
}
#continueShopping {
	float: right;
	position: relative;
	top: -1px; right: -2px;
}
.checkoutSep {
	margin-top: 4px;
}
.checkoutProduct {
	margin: 8px;
	text-align: left;
}
.checkoutProductOption {
	margin: 0px 8px;
	text-align: left;
}
.checkoutProduct a, .checkoutProduct span {
	font-weight: bold;
	color: #00a160;
}
.checkoutRemove {
	cursor: pointer;
}
.checkoutRemoveCell {
	text-align: center;
}
.homeDeliveryCell {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #e3e3e3 !important;
	background: url(/custom/images/basketdeliverybgs.gif) no-repeat left top !important;
	color: #575a5d;
	font-size: 10px;
	text-align: center;
}
.storePickupCell {
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #e3e3e3 !important;
	background: url(/custom/images/basketdeliverybgs.gif) no-repeat -137px top !important;
	color: #575a5d;
	font-size: 10px;
	text-align: center;
}
.deliveryOptionSelected {
	background: #ccecdf !important;
}
.deliveryOptionDisabled {
	background: url(/custom/images/basketdeliverybgs.gif) no-repeat right top !important;
	color: #b0b2b3 !important;
}
.homeDelivery, .storePickup {
	vertical-align: top;
}
.checkoutGreen {
	font-weight: bold;
	color: #00a160;
}
.checkoutTotal {
	margin: 4px 0;
}
.checkoutItems {
	margin: 4px 0 10px 0;
}
#checkoutBottom {
	float: right;
	background: url('/custom/images/checkout-accept.jpg') no-repeat right bottom;
	width: 276px;
	color: #ee3124;
	font-size: 14px;
	text-align: left;
	padding: 10px 0 125px 0;
}
#loginPanel {
	position: absolute;
	left: 422px; top: 100px;
	height: 174px;
	width: 256px;
	background: url('/custom/images/login-panel-back.gif') no-repeat;
	padding: 20px 20px 0 20px;
}
#loginPanel a {
	color: #6e6e6e;
	text-decoration: underline;
}
#loginPanelForm {
	height: 82px;
}
#loginPanelTitle, .largeTitle {
	font-size: 18px;
	font-weight: bold;
}
#loginPanelButton {
	position: absolute;
	top: 120px;
	right: 19px;
	width: auto;
}
.loginPanelUsername {
	position: absolute;
	left: 28px;
	top: 84px;
	width: 238px;
	border: 0;
	color: #828589;
	font-size: 18px;
}
.loginPanelPassword {
	position: absolute;
	left: 28px;
	top: 123px;
	width: 170px;
	border: 0;
	color: #828589;
	font-size: 18px;
}
.productSectionQuantity {
	position: relative;
	background:  url('/custom/images/packs-back.gif') no-repeat;
	height: 22px;
	width: 91px;
	margin: 0 37px;
}
.productSectionQuantityMinus {
	position: absolute; left: 0px;
	cursor: pointer;
}
.productSectionQuantityPlus {
	position: absolute; right: 0px;
	cursor: pointer;
}
.productSectionQuantityInput {
	position: absolute; left: 18px;
	border: 0;
	background: transparent;
	margin-top: 2px;
	text-align: center;
}
.productSectionQuantityInputSmall {
	width: 17px;
}
.productSectionQuantityInputLarge {
	width: 52px;
}
.productSectionQuantityLabel {
	position: absolute; left: 35px;
	color: #000;
	margin-top: 4px;
	margin-left: 2px;
}
#checkoutListTop {
	position: relative;
	top: 8px;
	text-align: right;
	padding-right: 20px;
}
#checkoutListTop img {
	margin-left: 1px;
	cursor: pointer;
}
.smallText {
	font-size: 11px;
}
#checkoutLoginRegister {
	position: absolute;
	right: 0;
	margin: -5px -1px 0 0;
}
#checkoutLoginRegister img {
	margin: 0 1px 0 0;
}
#checkoutAddress, #checkoutAddressBlank {
	float: left;
	margin: 10px 10px 0 0;
	height: 167px;
	width: 390px;
	font-size: 12px;
	color: #575a5d;
}
#checkoutAddressBlank {
	margin-left: 2px;
}
#checkoutAddress {
	position: relative;
	background: url('/custom/images/address-bg.gif') repeat-x bottom;
	border: 1px solid #dfdfdf;
}
#checkoutAddressLeft {
	float: left;
	height: 170px;
	width: 188px;
	padding: 5px 10px 20px 8px;
}
#checkoutAddressRight {
	float: right;
	width: 165px;
	margin-top: 42px;
}
.addressEditButton {
	position: absolute;
	top: 10px;
	right: 5px;
}
.addressEditButton a {
	color: #00a160;
}
.basketListQuantity {
	margin: 0 10px 0 10px !important;
}
.imageLink {
	cursor: pointer;
}
.selectStoreButton {
	cursor: pointer;
	background: url(/custom/images/basketchoosestorebtn.png) no-repeat;
	width: 137px;
	height: 45px;
	float: left;
}
#selectStore2 {
	margin: 0 1px 0 0;
}
.selectStoreButtonSelected {
	background-image: url(/custom/images/storeselectedbtn.png) !important;
}
.reserveStoreNearest {
	font-size: 10px;
	font-weight: normal;
}
.reserveStoreNearest, .reserveStoreName {
	padding: 0 0 0 9px;
}
.reserveStoreHeader {
	text-align: left !important;
}
.reserveStoreName {
	font-size: 12px;
}
#reserveSearch {
	float: left;
	background: url('/custom/images/store-finder-basket.gif') no-repeat;
	width: 555px;
	height: 171px;
	margin-top: 10px;
	padding: 15px 20px 20px 18px;
	color: #fff;
}
#reserveSearchLeft {
	float: left;
	position: relative;
	width: 259px;
}
#reserveSearchLeft div {
	margin-bottom: 5px;
}
#reserveSearchRight {
	float: right;
	width: 259px;
}
#storeLocatorButtonBasket {
	position: absolute;
	right: 0px; top: 83px;
}
#storeLocatorPostcodeBasket {
	position: absolute;
	left: 8px; top: 87px;
}
#storeLocatorPostcodeBasket input {
	font-size: 18px;
	color: #828589;
	border: 0;
	width: 176px;
}
.smallGreyText {
	font-size: 11px;
	color: #b8bbbf;
}
.reserveBranch {
	float: left;
	margin-bottom: 5px;
	width: 129px;
}
.reserveBranch a {
	color: #fff;
}
#reserveSearchButton {
	cursor: pointer;
	border: 0;
	width: 173px;
	height: 32px;
	background: url(/custom/images/findaltstorebtn.gif) no-repeat right top;	
}
#pickupSelectBottomContainer {
	width: 130px;
	height: 104px;
}
#deliverySelectBottomContainer {
	width: 129px;
	height: 104px;
}

#tileSamples {
	position: absolute;
	background: url('/custom/images/tile-samples-bg.png') no-repeat;
	height: 443px;
	width: 210px;
}
#tileSamplesClose {
	float: right;
	position: relative;
	top: 2px;
	left: 8px;
	cursor: pointer;
}
#tileSamplesInner {
	margin-top: 100px;
	padding: 0 12px;
}
#tileSamplesForm input {
	width: 180px;
}
.bannerImage {
	position: absolute;
	top: 0px;
	left: 0px;
}
#bannerChangeLeft {
	position: absolute;
	top: 112px;
	left: 10px;
	cursor: pointer;
	z-index: 2;
}
#bannerChangeRight {
	position: absolute;
	top: 112px;
	right: 10px;
	cursor: pointer;
	z-index: 2;
}

#nav_item_1957549105 {
	display: none;
}

#oneMoreThingContainer {
	position: relative; top: 181px;
	margin: 0 7px 0 7px;
	text-align: right;
}
#oneMoreThingContainer span {
	margin-right: 1px;
	position: relative;
	top: -10px;
}
#oneMoreThing {
	background: transparent;
	border: none;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	width: 324px;
	height: 223px;
}
#oneMoreThingBg {
	background: transparent url(/custom/images/one-more-thing.png);
	width: 324px;
	height: 223px;
	position: absolute;
	z-index: -1;
}
#homeText {
	position: absolute;
	top: 1810px;
}
#homeTextContainer {
	margin-top: 18px;
	height: 150px;
}
#homeTextInner {
	position: relative;
	background-color: #ECEDEF;
	width: 824px;
	height: 130px;
	padding: 10px 0;
}
#homeTextRight {
	background: url("/custom/images/contact-right.gif") no-repeat scroll right bottom transparent;
	width: 831px;
}
#homeTextBottom {
	background: url("/custom/images/contact-bottom.gif") no-repeat scroll right bottom transparent;
	height: 8px;
	width: 831px;
}
#homeTextInnerScroll {
	padding: 0 10px;
	overflow: auto;
	height: 130px;
}
.homeLinkHome {
	margin-top: 0px !important;
}

.mainTitle {
	position: absolute;
	bottom: 190px;
	font-size: 15px;
	font-weight: normal;
}

#logout_form {
	display: none;
}

#branchDescription {
	margin: 20px 0 0 0;
}

#newsArticleDate {
	color: #00a160;
	font-weight: bold;
	margin: 0 0 1em 0;
}

#newsRSSIcon {
	float: right;
}

#registerDeliveryTable td {
	width: 50%;
}

#lhsFreeDelivery {
	width: 161px;
	margin: 0 0 30px 0;
}
#lhsFreeDelivery .homeLink {
	margin-top: 0 !important;
}
#lhsWhyBuy {
	width: 161px;
	background: #16759c url(/custom/images/banners/whybuy.png) no-repeat left top;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 76px 0 8px 0;
}
#lhsWhyBuy li {
	margin-left: 24px !important;
	font-size: 14px;
}

#registerSameAddress {
	float: right;
	padding: 0 120px 0 0;
}
#registerSameAddress .checkbox {
	float: none !important;
	vertical-align: middle;
}

.loginHeader {
	background: #ffc424;
	font-size: 15px;
}
.registerHeader {
	background: #00a160;
	font-size: 18px;
}
.loginHeader, .registerHeader {
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 3px solid #fff;
}
.loginHeader .smallText {
	font-size: 11px !important;
	font-weight: normal !important;
}
.registerHeader .smallText {
	font-size: 12px !important;
	font-weight: normal !important;
}
#registerForm td, #loginForm td {
	padding: 5px 10px;
}
#loginForm table {
	width: 100%;
}
#checkoutNowContainer {
	position: relative;
	margin-bottom: 5px;
	width: 826px;
	height: 123px;
}
#checkoutNowHeader {
	background: #cfd2d6;
	font-size: 30px;
	padding: 6px 8px;
	color: #575a5d;
	font-weight: bold;
	float: left;
	margin-top: 72px;
}
.rhsShadow {
	padding: 0 !important;
	width: 5px;
	vertical-align: bottom !important;
	background: #fff;
}
.rhsShadow img {
	display: block;
}
#deliveryOptionBox {
	margin: 3px 0;
}
#deliveryOptionBox .formInput {
	width: 150px;	
}
.productDescription {
	padding: 15px 0 0 9px;
}

.contentBox {
	background: #fff url(/custom/images/cornershadow.gif) no-repeat right bottom;
	padding: 0 5px 5px 0;
	margin-bottom: 15px;
}
.contentBoxContent {
	background: #ecedef;
	padding: 19px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	font-size: 14px;
	color: #575a5d;
}
.contentBoxContent h2 {
	color: #00a160;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.rhsGreen {
	background: #ccecdf;
	padding: 8px;
	color: #575a5d;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.rhsGreen h3 {
	color: #00a160;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.storeDetailLHS {
	width: 550px;
	float: left;
}
.storeDetailRHS {
	width: 267px;
	float: right;
}
.storeNameHeading {
	font-size: 26px;
	color: #00a160;
	margin: 0 0 5px 0;
}
.cmsNote {
	font-style: italic;
	color: #900;
}
