﻿/* -----------------------------------------------
	vCore.css - (Core Site Styling)
	Author:Rich Howard
	Copyright 2011 Next Retail Ltd.
--------------------------------------------------
===== CONTENTS =====
	1:standardize cross-browser rendering
	2:set page grids
	3:common functional rules
====================
*/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body.LimitWidth {
  overflow-x: hidden;
}
body {
  padding: 0px;
  color: #FFFFFF;
  line-height: 18px;
  font: 11px sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
.ClearBoth {
  clear: both;
}
.FloatRight {
  float: right;
}
.Hide,
a img.Hide,
a:link img.Hide,
a:visited img.Hide,
a:hover img.Hide,
a:focus img.Hide,
a:active img.Hide {
  display: none;
}
.FadedOut {
  opacity: 0;
}
.CSSLoadDetector {
  display: none;
  background-color: #000;
}
.Content {
  width: 976px;
  margin: 0 auto;
  position: relative;
}
#ct {
  position: relative;
  z-index: 1;
}
#PageParams {
  display: none;
}
.OverflowFixer {
  overflow-x: hidden;
}
#platform_modernisation_footer {
  min-width: 1000px;
}
#platform_modernisation_footer *,
#platform_modernisation_footer *::before,
#platform_modernisation_footer *::after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.ContentArea {
  background-color: #FFF;
  color: #111;
  margin: 0 auto;
  min-width: 1000px;
  padding-bottom: 32px;
}
/* DO NOT REMOVE BOTTOM PADDING! IT'S REQUIRED TO SPACE OUT THE TOOLBAR.*/
.Homepage .ContentArea {
  padding-bottom: 0px;
}
/* EXCEPT ON THE HOMEPAGE, WHERE THE TOOLBAR IS NOT SHOWN */
.ContentArea a {
  color: #111;
  text-decoration: none;
}
.ContentArea a:hover {
  text-decoration: underline;
}
.Homepage .StorefrontContent {
  border-bottom: 1px dotted #C7C5C5;
  padding-bottom: 26px;
}
.Y-Previous {
  position: absolute;
  width: 976px;
  height: 100px;
  overflow: hidden;
  top: -2000px;
}
.Y-Next {
  position: absolute;
  width: 976px;
  height: 100px;
  overflow: hidden;
  top: -2000px;
}
.X-Previous {
  position: absolute;
  width: 976px;
  height: 100px;
  overflow: hidden;
  left: -976px;
}
.X-Next {
  position: absolute;
  width: 976px;
  height: 100px;
  overflow: hidden;
  left: -976px;
}
.Held {
  position: absolute;
  width: 976px;
  height: 100px;
  overflow: hidden;
  left: -5000px;
}
.CurrentContent {
  width: 100%;
  top: 0px;
  background-color: #fff;
}
/*.JSEnabled .CurrentContent { position:absolute; }*/
.JSEnabled .FirstLoad {
  visibility: hidden;
}
.NextContent {
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: -5000px;
  background-color: #fff;
  z-index: 999;
}
[dir=rtl] .NextContent {
  left: 0px;
}
.Divider {
  clear: both;
  margin-top: 32px;
  height: 36px;
  border-top: 1px dotted #C7C5C5;
}
.Anchor:before {
  display: block;
  content: " ";
  margin-top: -125px;
  height: 125px;
  visibility: hidden;
}
.tempClip {
  width: 976px;
  margin-left: -488px;
  overflow: hidden;
  position: relative;
  left: 50%;
}
.HideOverflow {
  overflow: hidden;
}
.BackgroundWhite {
  background-color: #fff;
}
.TransistionHeight {
  height: 495px;
}
.MouseEar {
  z-index: 1900;
  position: fixed;
  top: 330px;
  margin-top: -35px;
}
.MouseEar,
.MouseEar a {
  width: 62px;
  height: 120px;
}
.MouseEar a {
  display: block;
}
.CurrentContent .MouseEar {
  display: none;
}
.CurrentContent .MouseEar.visible {
  display: block;
}
.MouseEar.Left {
  left: 0;
  background-image: url(/Images/Structural/MouseEars/States/sprite-left.png);
}
[dir=rtl] .MouseEar.Left {
  background-image: url(/Images/Structural/MouseEars/States/sprite-right.png);
}
.MouseEar.Right {
  right: 0;
  background-image: url(/Images/Structural/MouseEars/States/sprite-right.png);
}
[dir=rtl] .MouseEar.Right {
  background-image: url(/Images/Structural/MouseEars/States/sprite-left.png);
}
.MouseEar.Left,
.MouseEar.Right {
  background-position: 0 -120px;
}
.no-touch .MouseEar.Active:hover,
.touch .MouseEar.Active.hover {
  background-position: 0 -4px;
}
.MouseEar.Left.Inactive,
.MouseEar.Left.Inactive:hover,
.MouseEar.Right.Inactive,
.MouseEar.Right.Inactive:hover {
  opacity: 0.3;
  cursor: default;
}
.MouseEar.Left.Inactive a,
.MouseEar.Right.Inactive a {
  cursor: default;
}
.LimitWidth .MouseEar.Left,
.LimitWidth .MouseEar.Right {
  width: 78px;
  background-position: 0px 0px;
  height: 75px;
}
.LimitWidth .MouseEar.Left {
  left: 50%;
  margin-left: -679px;
  background: url(/Images/Structural/MouseEars/States/full_arrow_left_sprite.png);
}
[dir=rtl] .LimitWidth .MouseEar.Left {
  background: url(/Images/Structural/MouseEars/States/full_arrow_right_sprite.png);
}
.LimitWidth .MouseEar.Right {
  right: 50%;
  margin-right: -679px;
  background: url(/Images/Structural/MouseEars/States/full_arrow_right_sprite.png);
}
[dir=rtl] .LimitWidth .MouseEar.Right {
  background: url(/Images/Structural/MouseEars/States/full_arrow_left_sprite.png);
}
.LimitWidth .MouseEar.Left:hover {
  background-position: 0px -75px;
}
.LimitWidth .MouseEar.Right:hover {
  background-position: 0px -75px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .LimitWidth .MouseEar.Left:hover {
    background-position: 0px 0px;
  }
  .LimitWidth .MouseEar.Right:hover {
    background-position: 0px 0px;
  }
}
.LimitWidth .MouseEar a,
.LimitWidth .MouseEar img {
  width: 75px;
}
.LimitWidth .MouseEar.Right.Inactive,
.LimitWidth .MouseEar.Right.Inactive:hover {
  opacity: 0.3;
  background-position: 0px 0px;
  cursor: default;
}
.LimitWidth .MouseEar.Left.Inactive,
.LimitWidth .MouseEar.Left.Inactive:hover {
  opacity: 0.3;
  background-position: 0px 0px;
  cursor: default;
}
.MouseEar .MouseEarHoverPopUp {
  position: absolute;
  background-color: #fff;
  padding: 8px 15px;
  min-height: 90px;
  min-width: 66px;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 500;
  border: 1px solid #C7C5C5;
}
.MouseEar .MouseEarHoverPopUp::after,
.MouseEar .MouseEarHoverPopUp::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.MouseEar .MouseEarHoverPopUp::before {
  top: 38px;
  border-width: 11px;
}
.MouseEar .MouseEarHoverPopUp::after {
  top: 39px;
  border-width: 10px;
}
.MouseEar.Right .MouseEarHoverPopUp::before,
.MouseEar.Right .MouseEarHoverPopUp::after {
  left: 100%;
}
.MouseEar.Left .MouseEarHoverPopUp::before {
  border-right-color: #C7C5C5;
  left: -22px;
}
.MouseEar.Left .MouseEarHoverPopUp::after {
  border-right-color: #fff;
  left: -20px;
}
.MouseEar.Right .MouseEarHoverPopUp::before {
  border-left-color: #C7C5C5;
}
.MouseEar.Right .MouseEarHoverPopUp::after {
  border-left-color: #fff;
}
/* Fallback for older browsers which don't support before/after psuedo elements */
.MouseEarHoverPopUp .MouseEarHoverArrow {
  background-image: url('/Images/Structural/MouseEars/mouseEarPopUpDialogueArrow.png');
  background-repeat: no-repeat;
  height: 18px;
  width: 12px;
  position: absolute;
  top: 60px;
}
.MouseEar.Left .MouseEarHoverPopUp .MouseEarHoverArrow {
  background-image: url('/Images/Structural/Spreads/tooltip-left.png');
  left: -6px;
}
.MouseEar.Right .MouseEarHoverPopUp .MouseEarHoverArrow {
  margin-left: 90px;
  background-position: -13px 0;
}
.MouseEarHoverPopUp .MouseEarImg {
  position: relative;
  min-width: 66px;
  display: block;
}
.MouseEarHoverPopUp .MouseEarImg img {
  z-index: -1;
  position: relative;
}
.MouseEar.Left .MouseEarHoverPopUp {
  left: 68px;
}
.MouseEar.Right .MouseEarHoverPopUp {
  right: 68px;
}
.MouseEar.Left .MouseEarHoverPopUp,
.MouseEar.Right .MouseEarHoverPopUp {
  margin-top: 5px;
}
.LimitWidth .MouseEar.Left .MouseEarHoverPopUp {
  left: 108px;
  margin-top: -15px;
}
.LimitWidth .MouseEar.Right .MouseEarHoverPopUp {
  right: 108px;
  margin-top: -15px;
}
.MouseEarHoverPopUp h5 {
  line-height: 150%;
  margin-top: 5px;
  font-size: 12px;
}
.GridViewContainer {
  padding: 10px;
}
.GridViewItem {
  margin: 10px;
  float: left;
}
.ProductViewer.Bottom {
  float: left;
  bottom: 0px;
  position: absolute;
}
.ProductViewer.Top {
  float: left;
}
.ProductViewer.Fixed {
  position: fixed;
  top: 40px;
}
.ProductArticles {
  float: right;
}
.FloatLeft {
  float: left;
}
.Width150 {
  width: 150px;
}
.Width120 {
  width: 120px;
}
/* -- General Button Styling For All States -- */
.Button {
  text-decoration: none;
}
.Button:hover {
  cursor: pointer;
}
.Button .ButtonStart {
  background-position: left top;
  background-repeat: no-repeat;
}
.Button .ButtonEnd {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.Button .ButtonBG {
  background-position: center center;
}
.Button .ButtonText {
  display: block;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: #444 1px 1px 1px;
  text-decoration: none;
  text-align: center;
}
/* -- Button Size Definitions --*/
/* -- Large Buttons --*/
.Button.Large .ButtonStart,
.Button.Large .ButtonEnd,
.Button.Large .ButtonBG {
  height: 44px;
}
.Button.Large .ButtonStart {
  padding-left: 18px;
}
.Button.Large .ButtonEnd {
  padding-right: 18px;
}
.Button.Large .ButtonText {
  padding-top: 9px;
  font-size: 18px;
}
/* -- Medium Buttons --*/
.Button.Medium .ButtonStart,
.Button.Medium .ButtonEnd,
.Button.Medium .ButtonBG {
  height: 36px;
}
.Button.Medium .ButtonStart {
  padding-left: 18px;
}
.Button.Medium .ButtonEnd {
  padding-right: 18px;
}
.Button.Medium .ButtonText {
  padding-top: 8px;
  font-size: 15px;
}
/* -- Small Buttons -- */
.Button.Small .ButtonStart,
.Button.Small .ButtonEnd,
.Button.Small .ButtonBG {
  height: 26px;
}
.Button.Small .ButtonStart {
  padding-left: 10px;
}
.Button.Small .ButtonEnd {
  padding-right: 10px;
}
.Button.Small .ButtonText {
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
/* -- Button Priority Definitions -- */
/* -- Primary Actions -- */
.Button.Primary.Large .ButtonStart,
.Button.Primary.Large .ButtonEnd,
.Button.Primary.Large .ButtonBG {
  background-image: url(/Images/Structural/Buttons/1-Green/LargeWithShadowSprite.png);
}
.Button.Primary.Medium .ButtonStart,
.Button.Primary.Medium .ButtonEnd,
.Button.Primary.Medium .ButtonBG {
  background-image: url(/Images/Structural/Buttons/1-Green/MediumWithShadowSprite.png);
}
.Button.Primary.Small .ButtonStart,
.Button.Primary.Small .ButtonEnd,
.Button.Primary.Small .ButtonBG {
  background-image: url(/Images/Structural/Buttons/1-Green/SmallWithShadowSprite.png);
}
/* -- Secondary Actions -- */
.Button.Secondary.Large .ButtonStart,
.Button.Secondary.Large .ButtonEnd,
.Button.Secondary.Large .ButtonBG {
  background-image: url(/Images/Structural/Buttons/2-Black/LargeWithShadowSprite.png);
}
.Button.Secondary.Medium .ButtonStart,
.Button.Secondary.Medium .ButtonEnd,
.Button.Secondary.Medium .ButtonBG {
  background-image: url(/Images/Structural/Buttons/2-Black/MediumWithShadowSprite.png);
}
.Button.Secondary.Small .ButtonStart,
.Button.Secondary.Small .ButtonEnd,
.Button.Secondary.Small .ButtonBG {
  background-image: url(/Images/Structural/Buttons/2-Black/SmallWithShadowSprite.png);
}
/* -- Tertiary Actions -- */
.Button.Tertiary.Large .ButtonStart,
.Button.Tertiary.Large .ButtonEnd,
.Button.Tertiary.Large .ButtonBG {
  background-image: url(/Images/Structural/Buttons/3-Grey/LargeWithShadowSprite.png);
}
.Button.Tertiary.Medium .ButtonStart,
.Button.Tertiary.Medium .ButtonEnd,
.Button.Tertiary.Medium .ButtonBG {
  background-image: url(/Images/Structural/Buttons/3-Grey/MediumWithShadowSprite.png);
}
.Button.Tertiary.Small .ButtonStart,
.Button.Tertiary.Small .ButtonEnd,
.Button.Tertiary.Small .ButtonBG {
  background-image: url(/Images/Structural/Buttons/3-Grey/SmallWithShadowSprite.png);
}
/* -- Disabled Dark Background -- */
.Button.Large.Disabled.DarkBG .ButtonStart,
.Button.Large.Disabled.DarkBG .ButtonEnd,
.Button.Large.Disabled.DarkBG .ButtonBG {
  background-image: url(/Images/Structural/Buttons/4-DisabledDark/LargeWithShadowSprite.png);
}
.Button.Medium.Disabled.DarkBG .ButtonStart,
.Button.Medium.Disabled.DarkBG .ButtonEnd,
.Button.Medium.Disabled.DarkBG .ButtonBG {
  background-image: url(/Images/Structural/Buttons/4-DisabledDark/MediumWithShadowSprite.png);
}
.Button.Small.Disabled.DarkBG .ButtonStart,
.Button.Small.Disabled.DarkBG .ButtonEnd,
.Button.Small.Disabled.DarkBG .ButtonBG {
  background-image: url(/Images/Structural/Buttons/4-DisabledDark/SmallWithShadowSprite.png);
}
.Button.Disabled.DarkBG .ButtonText {
  color: #535353;
  text-shadow: none;
  text-decoration: none;
}
/* -- Disabled Light Background -- */
.Button.Large.Disabled.LightBG .ButtonStart,
.Button.Large.Disabled.LightBG .ButtonEnd,
.Button.Large.Disabled.LightBG .ButtonBG {
  background-image: url(/Images/Structural/Buttons/5-DisabledLight/LargeWithShadowSprite.png);
  cursor: default;
}
.Button.Medium.Disabled.LightBG .ButtonStart,
.Button.Medium.Disabled.LightBG .ButtonEnd,
.Button.Medium.Disabled.LightBG .ButtonBG {
  background-image: url(/Images/Structural/Buttons/5-DisabledLight/MediumWithShadowSprite.png);
}
.Button.Small.Disabled.LightBG .ButtonStart,
.Button.Small.Disabled.LightBG .ButtonEnd,
.Button.Small.Disabled.LightBG .ButtonBG {
  background-image: url(/Images/Structural/Buttons/5-DisabledLight/SmallWithShadowSprite.png);
}
.Button.Disabled.LightBG .ButtonText {
  color: #BBBBBB;
  text-shadow: none;
  text-decoration: none;
}
.Button.Disabled.Loading .ButtonText {
  background-image: url('/Images/Structural/ProductPage/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center 3px;
  overflow: hidden;
  width: 76px;
  height: 32px;
  padding-top: 0;
  text-indent: -1000px;
}
/* -- Tabs - just another button variant! -- */
.Button.Tab .ButtonStart,
.Button.Tab .ButtonEnd,
.Button.Tab .ButtonBG {
  height: 36px;
}
.Button.Tab .ButtonStart {
  padding-left: 10px;
}
.Button.Tab .ButtonEnd {
  padding-right: 10px;
}
.Button.Tab .ButtonText {
  padding-top: 8px;
  font-size: 15px;
}
.Button.Tab .Arrow {
  margin: 10px 0;
}
.Button.Tab.Selected .ButtonText {
  color: #535353;
  text-shadow: none;
  text-decoration: none;
  font-size: 11px;
}
.Button.Tab.Bottom .ButtonStart,
.Button.Tab.Bottom .ButtonEnd,
.Button.Tab.Bottom .ButtonBG {
  background-image: url(/Images/Structural/Tabs/Bottom/ActiveSelected.png);
}
.Button.Tab.Back .ButtonText {
  padding-top: 10px;
}
.Button.Tab.Back .ButtonStart,
.Button.Tab.Back .ButtonEnd,
.Button.Tab.Back .ButtonBG {
  height: 32px;
}
.Button.Tab.Back .ButtonStart,
.Button.Tab.Back .ButtonEnd,
.Button.Tab.Back .ButtonBG {
  background-image: url(/Images/Structural/Tabs/Back/ActiveSelected.png);
}
.Button.Tab.Back.Selected .ButtonText {
  font-weight: bold;
}
.Button.Tab.Back .Arrow {
  margin: 10px 8px 0 0;
}
.seoFooter {
  width: 966px;
  margin: 18px auto 12px auto;
}
.seoFooter h1 {
  font: bold 14px/14px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.seoFooter div {
  font-size: 11px;
  -webkit-text-size-adjust: none;
}
.seoFooter h1 a,
.seoFooter div a {
  text-decoration: none;
}
.nxbtn {
  border-radius: 3px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #c5c5c5;
  color: #111;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nxbtn:hover {
  text-decoration: none !important;
}
.nxbtn.disabled {
  opacity: 0.3;
}
.nxbtn.primary,
.nxbtn.secondary {
  padding-top: 6px;
  padding-bottom: 7px;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-family: 'azo-sans', sans-serif;
}
.nxbtn.primary {
  background: #1a6461;
  font-size: 11px;
}
.nxbtn.primary.disabled {
  background: #757575;
}
.nxbtn.primary.disabled.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.PageHeader .HeaderContent .HeaderTopBar .XHOSSignOut a.nxbtn.primary.XHOSSignOut {
  border: 0;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  letter-spacing: 1px;
  font-family: "azoMedium", sans-serif;
  font-size: 11px;
  font-weight: 500;
  border-radius: 4px;
  padding: 12px 11px;
  margin: 4px 0 0 6px;
}
.msie7 .nxbtn.primary.disabled {
  background: #2e2e2e;
  color: #575757;
  opacity: 1;
}
.nxbtn.secondary {
  background: #111;
}
.nxbtn.secondary.loading {
  background-image: url('/Images/Structural/Buttons/Secondary/loader-small.gif');
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.msie7 .nxbtn.secondary.loading {
  /* IE7 fixes for using negative text-indent */
  text-transform: capitalize;
  font-size: 0;
  display: block;
  line-height: 0;
}
.nxbtn.secondary.disabled {
  opacity: 0.15;
}
.nxbtn.primary.loading {
  background-image: url('/Images/Structural/Buttons/Secondary/loader-small-primary.gif');
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.msie7 .nxbtn.primary.loading {
  /* IE7 fixes for using negative text-indent */
  text-transform: capitalize;
  font-size: 0;
  display: block;
  line-height: 0;
}
.nxbtn.icon {
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left 5px center;
}
.nxbtn.icon.icon-arrow-left {
  background-image: url(/Images/Structural/Icons/arrow_left.png);
}
[dir=rtl] .nxbtn.icon.icon-arrow-left {
  background-image: url(/Images/Structural/Icons/arrow_right.png);
}
.nxbtn.icon.icon-arrow-white-down-right {
  background-image: url(/Images/Structural/Icons/arrow_white_down.png);
  background-repeat: no-repeat;
  background-position: right 10px center !important;
  padding-right: 35px !important;
  background-size: 16px 10px;
}
.nxbtn.icon.icon-arrow-white-down-right-loading {
  padding-right: 35px !important;
}
.RecentlyViewedWrapper {
  visibility: hidden;
}
/* lazy load fade in targetted homepage images */
.Homepage img.lazyload:not(.lazyLoadPlaceholder),
.Homepage img.lazyloading:not(.lazyLoadPlaceholder) {
  opacity: 0;
}
.Homepage img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
/*# sourceMappingURL=vCore.css.map */