/* CSS Document */
/****************************************

| Authors:	Gary Carr, David Potter
| Copyright 2009 Lightmaker.com

 /*nested font size calculation: child pt / parent pt = child ems */
 /* ie6 */ /* atribute also set in ie6.css
****************************************/

html{
	height:100%;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*10pt*/
	line-height:1.6em;
	margin:0px;
	padding:0px;
	color:#000;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#outline{font-size:1.1em;width:100%;min-height:100%;height:auto;}/* ie6 */

p {
	margin:1em 0 1em 0;
}

form {
	margin:0px;
	padding:0px;
}

/** global links **/
a {color:#8cb9ee; text-decoration: none;}
a:hover {color:#8cb9ee;}
input{font-family:Arial, Helvetica, sans-serif}

.clear {
	clear:both;
}
.right {
	float:right;
}
.privatepage { height:auto; border-bottom:none; padding:12px 0; margin: 0 10px 0 10px; font-size:1em; float:right; }
#redirectbox {
	font-size:12px;
}
#redirectbox a.go{
	display:block;
	color:#333333;
	text-decoration: underline;
}

#fancybox-content{border-width:0 !important; width: auto !important;}

table.newsletter_signup {
  color:#333; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:18px;
}
table.newsletter_signup td {
  padding:15px 0 0 0;
}
table.newsletter_signup td.introduction {
  color:#333; font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:24px;
}
table.newsletter_signup input.textbox {
  width:340px; height:30px; border:#f5f5f5 solid 1px;
}
table.newsletter_signup select {
  width:340px; height:30px; border:#f5f5f5 solid 1px;
}
table.newsletter_signup input.textbox.email {
  cursor: auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHklEQVQ4EaVTO26DQBD1ohQWaS2lg9JybZ+AK7hNwx2oIoVf4UPQ0Lj1FdKktevIpel8AKNUkDcWMxpgSaIEaTVv3sx7uztiTdu2s/98DywOw3Dued4Who/M2aIx5lZV1aEsy0+qiwHELyi+Ytl0PQ69SxAxkWIA4RMRTdNsKE59juMcuZd6xIAFeZ6fGCdJ8kY4y7KAuTRNGd7jyEBXsdOPE3a0QGPsniOnnYMO67LgSQN9T41F2QGrQRRFCwyzoIF2qyBuKKbcOgPXdVeY9rMWgNsjf9ccYesJhk3f5dYT1HX9gR0LLQR30TnjkUEcx2uIuS4RnI+aj6sJR0AM8AaumPaM/rRehyWhXqbFAA9kh3/8/NvHxAYGAsZ/il8IalkCLBfNVAAAAABJRU5ErkJggg==);
  background-attachment: scroll;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

table.newsletter_signup div.preferences div {
  float:left;
}
table.newsletter_signup div.preferences>div:nth-child(1) {
  width:140px;
  padding:15px 0 0 0;
}
table.newsletter_signup div.preferences>div:nth-child(2) {
  width:330px;
}
table.newsletter_signup div.preferences>div>div {
  width:165px;
}
table.newsletter_signup div.preferences>div>div>div:nth-child(1) {
  width:30px;
  line-height:22px;
}
table.newsletter_signup div.preferences>div>div>div:nth-child(2) {
  width:135px;
  line-height:22px;
}
table.newsletter_signup div.preferences input {
  width:20px; height:20px; border:#f5f5f5 solid 1px;
}
table.newsletter_signup div.add_basket {
  display:block; font-size:16px;
}

div.shop_nav_wrapper {
  word-wrap: break-word;
  position: relative;
}
.slick-prev:before, .slick-next:before { color: black !important }
.slick-prev, .slick-next { font-weight:900 }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity:1 }
.slick-prev:before { content: "<" !important }
.slick-next:before { content: ">" !important }

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 668px) {
  html{
    height:auto;
  }
}


@media only screen and (min-width : 767px ) and ( max-width : 1025px ) {
  .tablet-hidden {
    display: none;
  }
}