@media print {
  #header {
    display: none;
  }
  #wrapper {
    margin: 0px;
    padding: 0px;
    background: none;
  }
  body {
    background: none;
    background-color: #fff;
  }
}

a {
  color: #3e5d96;
  overflow: hidden;
}
a:hover {
  color: #3e5d96;
}
img {
  border: none;
  text-align: center;
}
.btn:hover .subtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.cleverApi {
  min-width: 3em;
  text-align: center;
}
sup {
  vertical-align: text-top;
  font-size: 0.7em;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  cursor: pointer;
}
#colorbox,
#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #333;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 0px;
  height: 0px;
  background: url(../images/colorbox/border1.png) no-repeat 0 0;
}
#cboxTopCenter {
  height: 0px;
  background: url(../images/colorbox/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
  width: 0px;
  height: 0px;
  background: url(../images/colorbox/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
  width: 0px;
  height: 0px;
  background: url(../images/colorbox/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
  height: 0px;
  background: url(../images/colorbox/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
  width: 0px;
  height: 0px;
  background: url(../images/colorbox/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
  width: 0px;
  background: url(../images/colorbox/border2.png) repeat-y 0 0;
}
#cboxMiddleRight {
  width: 0px;
  background: url(../images/colorbox/border2.png) repeat-y -25px 0;
}
#cboxContent {
  overflow: hidden;
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  text-align: left;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}
#cboxLoadingOverlay {
  background: #fff url(../images/colorbox/loading.gif) no-repeat 5px 5px;
}
#cboxOverlay {
  background: #333;
}
#cboxContent {
  overflow: visible;
}
#cboxMiddleLeft {
  height: 380px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #3e5d96;
  margin: 0px;
  padding: 0px;
}
#wrapper {
  position: relative;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  *top: 10px;
}

#hero {
  background-color: #f2f2f2;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
#hero-content {
  height: inherit;
  overflow: hidden;
  padding: 30px 0;
}
#hero-content #boxshot {
  height: inherit;
  margin: 0 auto;
  width: 430px;
  display: inline-block;
  vertical-align: top;
}
#hero a {
  color: #000000;
}
#hero a.btn {
  color: #ffffff;
}
#hero #hero-info {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  width: 532px;
  
}
#hero h1,
#hero h1 a {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -2px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#hero h2 {
  color: #000000;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 15px 0;
}
#hero ul.list {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
  text-indent: -23px;
  margin-left: 20px;
}
#hero ul.list li {
  color: #000000;
  font-size: 17px;
  line-height: 24px;
  list-style: inside;
}
#hero ul.list a {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
#hero ul.list a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}
#hero a.btn .header,
.btn .header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
}
#hero a.btn .subtext,
.btn .subtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: normal;
}
#hero a.btn:hover,
a.btn:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #6aac24;
  cursor: pointer;
  text-decoration: none;
}

#seo {
  background-color: #222;
  width: 100%;
}
#seo-content {
  clear: both;
  color: #efefef;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
#seo-content ul.seo {
  list-style-type: none;
  padding-left: 0px;
  margin: 0 20px 0 0;
  overflow: visible;
  text-align: center;
  font-size: 15px;
}
#seo-content ul.seo li {
  float: left;
  list-style-type: none;
  width: 20%;
  padding: 60px 0 0 0;
  overflow: visible;
}
#seo-content ul.seo a li {
  text-decoration: none;
  overflow: visible;
}
#seo-content ul.seo a li:hover {
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
}
#seo-content ul.seo a {
  color: #fff;
}
#seo-content ul.seo a:hover {
  text-decoration: none;
  font-weight: normal;
  overflow: visible;
  color: #fff;
}
#seo-content ul.seo li.bestinclass {
  background: url(../images/homepage/seo-bestinclass.png) no-repeat scroll
    center top;
  background-size: 50px;
  opacity: 0.8;
}
#seo-content ul.seo li.bestinclass:hover {
  opacity: 1;
}
#seo-content ul.seo li.easy {
  background: url(../images/homepage/seo-easy.png) no-repeat scroll center top;
  background-size: 50px;
  opacity: 0.8;
}
#seo-content ul.seo li.easy:hover {
  opacity: 1;
}
#seo-content ul.seo li.share {
  background: url(../images/homepage/seo-share.png) no-repeat scroll center top;
  background-size: 70px;
  opacity: 0.8;
}
#seo-content ul.seo li.share:hover {
  opacity: 1;
}
#seo-content ul.seo li.convert {
  background: url(../images/homepage/seo-convert.png) no-repeat scroll center
    top;
  background-size: 50px;
  opacity: 0.8;
}
#seo-content ul.seo li.convert:hover {
  opacity: 1;
}
#seo-content ul.seo li.encrypt {
  background: url(../images/homepage/seo-encrypt.png) no-repeat scroll center
    top;
  background-size: 50px;
  opacity: 0.8;
}
#seo-content ul.seo li.encrypt:hover {
  opacity: 1;
}
#seo-content ul.seo li.last {
  margin-right: 0px;
}

#otherprods {
  background-color: #fff;
  width: 100%;
}
#otherprods-content {
  clear: both;
  font-size: 15px;
  height: auto;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
#otherprods-content dl {
  float: left;
  width: 32%;
  margin-right: 1%;
}
#otherprods-content dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
}
#otherprods-content .bucket-box {
  float: left;
}
#otherprods-content dd {
  margin-left: 0;
}
#otherprods-content dd.details {
  min-height: 85px;
}
#otherprods-content dd.price {
  color: #3e5d96;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
#otherprods-content h2 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}
#otherprods a.addtocart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top: 8px;
  padding: 8px 14px;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  min-width: 0;
}

#home .btn {
  background-color: #5a9917;
  color: #ffffff;
  display: inline-block;
  height: auto;
  margin-right: 5px;
  min-width: 200px;
  padding: 10px 6px;
  text-align: center;
  text-decoration: none;
}
#home .btn .header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
#home .btn .subtext {
  font-size: 13px;
  line-height: 17px;
}
#home .btn:hover {
  background-color: #6aac24;
  cursor: pointer;
  text-decoration: none;
}

#home #hero-info .btn .header-small {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
#home #hero-info .btn .subtext-small {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: normal;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}
#home.es #otherprods-content .other-products:nth-of-type(1) dd.details {
  min-height: 87px;
}
#home.es #otherprods-content .other-products:nth-of-type(2) dd.details,
#home.es #otherprods-content .other-products:nth-of-type(3) dd.details {
  min-height: 66px;
}
#home.dk #otherprods-content dd.details {
  min-height: 98px;
}