/* CSS Document */
@import url("typography.css?v=11-8-2015");
@import url("desktop.css?v=11-8-2015") screen and (min-width: 600px) and (max-width: 9000px);
/* load general site styling (<8 linked from conditional comment)*/
@import url("mobile.css?v=11-8-2015") only screen and (max-width: 599px);
/*@import url("tablet.css?v=5") screen and (min-width: 481px) and (max-width: 1024px); load tablet styles*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 2){ 
	
}*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-device-width: 480px) {
  /*tablet tweaks*/
  #w, #fwrapper {
    position: relative;
    left: 40px;
  }
  #fwrapper {
    margin: 0 -40px;
  }
  /*html{overflow-y:auto!important;overflow-x:auto!important;min-width:1080px;}*/
  .boxSlider-nav {
    line-height: 1.7em;
  }
  .mForm input.btn {
    line-height: 2em;
    min-height: 2.4em;
    -webkit-appearance: none;
  }
  #c #prodFilter label input {
    visibility: visible;
    top: 6px;
    opacity: 0.01;
  }
}

.jqearly #p img {
  opacity: 0;
}

#brandSwitch a {
  color: #f00;
}

#brandSwitch li {
  margin-right: 1.4em;
  float: left;
}

#brandSwitch a {
  width: 124px;
  height: 50px;
  display: inline-block;
  text-indent: -9000px;
 
  background: url(brand_icons.png) no-repeat -22px -100px;
  background-size: 414px auto;
 
}



#brandSwitch a:hover, #brandSwitch.activebrand_88 #bs_O a {
  background-position: -22px 0;
}

#brandSwitch #bs_DS a {
  background-position: -267px -100px;
}

#brandSwitch #bs_DS a:hover, #brandSwitch.activebrand_89 #bs_DS a {
  background-position: -267px top;
}

#brandSwitch #bs_LM a {
  background-position: -162px -100px;
  width: 90px;
}

#brandSwitch #bs_LM a:hover, #brandSwitch.activebrand_90 #bs_LM a {
  background-position: -162px top;
}




/*
.retailMode{border:solid 3px #0f0!important;}
*/
.retailMode .price .wsp {
  display: none !important;
}

.retailMode #listProducts .price {
  padding-left: 0 !important;
  display: inline !important;
}

.retailMode .productGrid .desc strong {
  display: inline;
}

.retailMode #listProducts .price:before {
  content: '/';
  color: #fff;
}

.retailMode #priceList p.wsp {
  display: none;
}

.retailMode #priceList p.rrp {
  font-size: 1.5em;
  color: #000;
}

.retailMode #priceList p.rrp * {
  color: #000;
}

.retailMode .basketRow .row-price {
  display: none !important;
}

.retailMode .mini-value {
  display: none !important;
}

#pg_index .ToggleWholesalePrices {
  float: right;
  margin-right: 1em;
}

.ToggleWholesalePrices a {
  text-transform: none;
  padding: 1ex 2em;
  font-size: 1.3em;
  line-height: 1.3em;
  text-decoration: none !important;
}
