html { background-color: #000000; }
body {
  text-rendering: optimizeLegibility;
  font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: white;
  position: relative;
}
body * { position: relative; }
body .highlight { color: #c2581d; }
body a {
  text-decoration: none;
  color: #5e6062;
  border-bottom: 1px dotted #5e6062;
}
body a:hover {
  color: white;
  border-bottom: 1px solid white;
}
body h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1em;
}
body h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #a04c1a;
}
body legend {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #a04c1a;
}
body h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: gray;
}
body p { margin-bottom: 1em; }
body li { margin-bottom: 1em; }
body ul { margin-left: -20px; }
body li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
body em { font-style: italic; }
body strong { font-weight: bold; }
body button {
  border: 1px solid #7c2810;
  color: #fcf6f6;
  padding: 0.1em 0.75em;
  text-align: center;
  background-color: #d46c1f;
  font-size: 1.2em;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cb3315), color-stop(0.5, #be4416), color-stop(0.5, #d46c1f));
  background-image: -moz-linear-gradient(center bottom, #cb3315 0%, #be4416 50%, #d46c1f 51%, #d46c1f 100%);
  -webkit-text-shadow: 0px 0px 10px #000000;
  -moz-text-shadow: 0px 0px 10px #000000;
  -o-text-shadow: 0px 0px 10px #000000;
  text-shadow: 0px 0px 10px #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body button.active {
  background-color: #070707;
  border-color: #1a1a1a;
  color: #d46c1f;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e0d0d), color-stop(0.5, #1a1a1a), color-stop(0.5, #070707));
  background-image: -moz-linear-gradient(center top, #0e0d0d 0%, #1a1a1a 50%, #070707 51%, #070707 100%);
}
body button:hover {
  background-color: #070707;
  border-color: #1a1a1a;
  color: #d46c1f;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e0d0d), color-stop(0.5, #1a1a1a), color-stop(0.5, #070707));
  background-image: -moz-linear-gradient(center top, #0e0d0d 0%, #1a1a1a 50%, #070707 51%, #070707 100%);
}
body .box button {
  width: 8em;
  border: 1px solid #1a1a1a;
  color: #d46c1f;
  font-weight: bold;
  text-align: left;
  padding: 0.25em 0.75em;
  background-color: #070707;
  font-size: 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e0d0d), color-stop(0.5, #1a1a1a), color-stop(0.5, #070707));
  background-image: -moz-linear-gradient(center top, #0e0d0d 0%, #1a1a1a 50%, #070707 51%, #070707 100%);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  -o-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
body .box button.active {
  background-color: #d46c1f;
  border-color: #7c2810;
  color: #fcf6f6;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cb3315), color-stop(0.5, #be4416), color-stop(0.5, #d46c1f));
  background-image: -moz-linear-gradient(center bottom, #cb3315 0%, #be4416 50%, #d46c1f 51%, #d46c1f 100%);
}
body .box button:hover {
  background-color: #d46c1f;
  border-color: #7c2810;
  color: #fcf6f6;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cb3315), color-stop(0.5, #be4416), color-stop(0.5, #d46c1f));
  background-image: -moz-linear-gradient(center bottom, #cb3315 0%, #be4416 50%, #d46c1f 51%, #d46c1f 100%);
}
body .box:hover button {
  background-color: #d46c1f;
  border-color: #7c2810;
  color: #fcf6f6;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cb3315), color-stop(0.5, #be4416), color-stop(0.5, #d46c1f));
  background-image: -moz-linear-gradient(center bottom, #cb3315 0%, #be4416 50%, #d46c1f 51%, #d46c1f 100%);
}
body .box.active button {
  background-color: #d46c1f;
  border-color: #7c2810;
  color: #fcf6f6;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cb3315), color-stop(0.5, #be4416), color-stop(0.5, #d46c1f));
  background-image: -moz-linear-gradient(center bottom, #cb3315 0%, #be4416 50%, #d46c1f 51%, #d46c1f 100%);
}
body div#header {
  position: absolute;
  background-image: url(../images/logo.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  z-index: 999;
}
body div#header h1 {
  width: 985px;
  margin: 0 auto;
  position: relative;
}
body div#header h1 a {
  outline: 0;
  position: absolute;
  top: 30px;
  height: 50px;
  width: 270px;
  text-indent: -9999px;
  border: 0;
}
body div#header h1 a:active { outline: 0; }
body div#header div.promo {
  position: absolute;
  left: 50%;
  margin-left: -160px;
}
body div#header div.promo a { border-bottom: none; }
body div#header ul#navigation {
  width: 985px;
  margin: 117px auto 0;
  font-size: 1.5em;
  line-height: 38px;
  color: #5e5f62;
  text-transform: lowercase;
}
body div#header ul#navigation li {
  float: left;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  list-style-type: none;
  margin: 0;
}
body div#header ul#navigation li a {
  border: 0;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: color;
  -moz-transition-duration: 0.5s;
  -o-transition-property: color;
  -o-transition-duration: 0.5s;
  transition-property: color;
  transition-duration: 0.5s;
  padding: 0 1em;
  height: 38px;
  display: block;
}
body div#header ul#navigation li a:hover { color: #ffffff; }
body div#header ul#navigation li a:active { outline: 0; }
body div#header ul#navigation li.active {
  background-image: url(../images/backgrounds/navigation-active.gif);
  background-repeat: repeat-x;
  border-left: 1px solid #963515;
  border-right: 1px solid #963515;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
body div#header ul#navigation li.active a { color: #000000; }
body div#header ul#navigation li.active a:hover { color: #000000; }
body div#header ul#navigation li#basket-preview a img {
  vertical-align: middle;
  margin: 9px 0.25em 9px 0;
  opacity: 0.6;
  -webkit-transition-property: opacity color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: opacity color;
  -moz-transition-duration: 0.5s;
  -o-transition-property: opacity color;
  -o-transition-duration: 0.5s;
  transition-property: opacity color;
  transition-duration: 0.5s;
}
body div#header ul#navigation li#basket-preview a:hover img { opacity: 1; }
body div#header ul#navigation li#basket-preview div.hiddenFields { display: none !important; }
body div#header ul#navigation li#basket-preview div {
  display: none;
  text-transform: none;
  background: #353535;
  background: rgba(70, 70, 70, 0.85);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 1em;
  color: white;
}
body div#header ul#navigation li#basket-preview div table { margin: 0 -1em 1em; }
body div#header ul#navigation li#basket-preview div td.icon { padding: 0 1em; }
body div#header ul#navigation li#basket-preview div td.quantity { padding: 0 0.5em 0.5em 0; }
body div#header ul#navigation li#basket-preview div td.quantity input {
  width: 1.5em;
  text-align: center;
  float: none;
  padding: 0.125em 0.25em;
}
body div#header ul#navigation li#basket-preview div td.description { padding-right: 1em; }
body div#header ul#navigation li#basket-preview div td.delete {
  font-size: 1em;
  line-height: 1.25em;
  padding-right: 1em;
}
body div#header ul#navigation li#basket-preview div td { padding-bottom: 0.5em; }
body div#header ul#navigation li#basket-preview div tfoot td {
  padding: 1em 1em 1em 0;
  line-height: 1em;
  height: auto;
  background-color: #272727;
  border-top: 1px solid #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body div#header ul#navigation li#basket-preview div p.submit {
  text-align: right;
  margin-bottom: 0;
}
body div#header ul#navigation li#basket-preview div p.submit button {
  float: none;
  clear: none;
}
body div#header ul#navigation li#basket-preview.active {
  background-image: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
body div#header ul#navigation li#basket-preview.active a { color: #ffffff; }
body div#header ul#navigation li#basket-preview.active a:hover { color: #ffffff; }
body div#header ul#navigation li#basket-preview.active a img { opacity: 1; }
body div#header ul#navigation li#basket-preview.active div a {
  height: auto;
  color: white;
  border-bottom: 1px dotted white;
  padding: 0;
  -webkit-transition-property: display;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: display;
  -moz-transition-duration: 0.2s;
  -o-transition-property: display;
  -o-transition-duration: 0.2s;
  transition-property: display;
  transition-duration: 0.2s;
  display: inline;
}
body div#header ul#navigation li#basket-preview.active div a:hover {
  color: silver;
  border-bottom: 1px solid silver;
}
body div#header ul#navigation li#basket-preview.active div td.delete a {
  margin: 0 1px 1px 0;
  border-bottom: none;
  background-color: red;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 0 0.3em 0 0.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f91715), color-stop(0.5, #ae100f), color-stop(0.5, #950e0d));
  background-image: -moz-linear-gradient(center top, #f91715 0%, #ae100f 50%, #950e0d 51%, #950e0d 100%);
}
body div#header ul#navigation li#basket-preview.active div td.delete a:hover {
  -webkit-box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
  -o-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
  margin: 1px 0 0 1px;
}
body div#content {
  height: auto !important;
  height: 424px;
  min-height: 424px;
  border-top: 1px solid #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  top: 120px;
  position: relative;
  padding-top: 50px;
  width: 100%;
}
body div#content div#background {
  position: absolute;
  left: 0;
  top: -120px;
  height: 594px;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
body div#content div.breadcrumbs {
  height: 2.5em;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(0.1, rgba(0, 0, 0, 0.3)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 60%);
}
body div#content div.breadcrumbs a {
  color: #c2581d;
  border-bottom-color: #c2581d;
}
body div#content div.breadcrumbs span.separator { margin: 0 1em; }
body div#content div.breadcrumbs p {
  margin: 0 auto;
  margin-bottom: 0;
  width: 945px;
  font-size: 1.1em;
  line-height: 2.5em;
  color: #9c9c9c;
}
body div#content div.member-links {
  height: 2.5em;
  float: right;
  z-index: 999;
}
body div#content div.member-links span.separator { margin: 0 1em; }
body div#content div.member-links p {
  background: #000000;
  background: rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 0 0;
  -moz-text-shadow: 0 0 0;
  -o-text-shadow: 0 0 0;
  text-shadow: 0 0 0;
  margin-bottom: 0;
  margin-right: -20px;
  width: auto;
  font-size: 1.1em;
  line-height: 2.5em;
  color: #9c9c9c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px;
}
body div#content div.member-links a {
  color: white;
  border-bottom-color: white;
}
body div#content div.member-links a:hover {
  color: #a04c1a;
  border-bottom-color: #a04c1a;
}
body div#content div.member-links button { line-height: 1em; }
body div#content div.sub-navigation {
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
body div#content div.sub-navigation ul {
  margin: 0 auto;
  width: 985px;
  height: 85px;
  padding: 1em 0;
  overflow: hidden;
}
body div#content div.sub-navigation ul li {
  position: relative;
  width: 154px;
  height: 85px;
  margin: 0 0.8em 1em 0;
  float: left;
  list-style: none;
}
body div#content div.sub-navigation ul li div.box {
  opacity: 0.5;
  border: 1px solid #333333;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-position: -150px 0px, top left, top left;
  color: #858585;
  width: 150px;
  height: 85px;
  background-repeat: no-repeat;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  -webkit-transition-property: margin-left margin-top -moz-box-shadow -webkit-box-shadow -o-box-shadow box-shadow background-position color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: margin-left margin-top -moz-box-shadow -webkit-box-shadow -o-box-shadow box-shadow background-position color;
  -moz-transition-duration: 0.2s;
  -o-transition-property: margin-left margin-top -moz-box-shadow -webkit-box-shadow -o-box-shadow box-shadow background-position color;
  -o-transition-duration: 0.2s;
  transition-property: margin-left margin-top -moz-box-shadow -webkit-box-shadow -o-box-shadow box-shadow background-position color;
  transition-duration: 0.2s;
}
body div#content div.sub-navigation ul li div.box p {
  color: inherit;
  width: 135px;
  height: 24px;
  overflow: hidden;
  font-size: 1em;
  line-height: 24px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 8px;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 12px;
}
body div#content div.sub-navigation ul li:hover div.box {
  background-position: 150px 0px, top left, top left;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
  -o-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
  margin-top: 2px;
  margin-left: 2px;
  color: white;
  opacity: 1;
}
body div#content div.sub-navigation ul li.active div.box {
  opacity: 1;
  color: white;
  cursor: pointer;
}
body div#content div.filters {
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
}
body div#content div.filters ul {
  width: 985px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.5em 0;
}
body div#content div.filters ul li {
  opacity: 0.5;
  float: left;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 1em;
  background-image: url(../images/backgrounds/filter.gif);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.5em;
  line-height: 1.5em;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.2s;
  transition-property: opacity;
  transition-duration: 0.2s;
}
body div#content div.filters ul li a {
  padding: 0 20px;
  border-bottom: 0;
  color: white;
}
body div#content div.filters ul li:hover { opacity: 1; }
body div#content div.filters ul li.active { opacity: 1; }
body div#content div.filters ul li.active a { color: #c2581d; }
body div#content div.pagination {
  overflow: hidden;
  padding: 0.5em 0;
  clear: both;
  font-size: 1.2em;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
body div#content div.pagination p {
  width: 945px;
  padding: 0 20px;
  overflow: hidden;
  margin: 0 auto;
}
body div#content div.pagination p span.description { float: left; }
body div#content div.pagination p span.links { float: right; }
body div#content div.pagination p span.links a {
  margin-left: 0.2em;
  color: white;
  border-bottom-color: white;
}
body div#content div.pagination p span.links a:hover {
  color: #a04c1a;
  border-bottom-color: #a04c1a;
}
body div#content div.content-wrapper {
  left: 50%;
  width: 945px;
  margin-left: -472px;
  margin-top: 1em;
  padding-bottom: 2em;
}
body div#content ul#slideshow {
  position: absolute;
  top: -120px;
  height: 594px;
  width: 100%;
  margin: 0;
}
body div#content ul#slideshow li {
  width: 100% !important;
  background-color: transparent !important;
  height: 594px;
  position: absolute;
  background-position: top center;
  background-repeat: no-repeat;
  display: none;
  list-style-type: none;
  margin: 0;
}
body div#content ul#slideshow li#twozero {
  background-image: url(../images/slideshow/home.jpg);
  display: block;
}
body div#content ul#slideshow li#motorbike { background-image: url(../images/slideshow/motorbike.jpg); }
body div#content ul#slideshow li#scooter { background-image: url(../images/slideshow/scooter.jpg); }
body div#content ul#slideshow li#cycling { background-image: url(../images/slideshow/biking.jpg); }
body div#content ul#slideshow li#walking { background-image: url(../images/slideshow/walking.jpg); }
body div#content ul#slideshow li#skii { background-image: url(../images/slideshow/skiing.jpg); }
body div#content ul#slideshow h2 {
  position: relative;
  width: 380px;
  margin: 235px auto 0;
  z-index: 999;
  padding-right: 565px;
  font-size: 2.66em;
  font-weight: 600;
  line-height: 1.25em;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
body ul#slideshow-nav {
  width: 380px;
  height: 44px;
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -472px;
  top: 530px;
}
body ul#slideshow-nav li {
  float: left;
  position: relative;
  width: 60px;
  height: 44px;
  list-style-type: none;
  margin: 0;
}
body ul#slideshow-nav li img {
  position: absolute;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-property: opacity;
  -o-transition-duration: 0.5s;
  transition-property: opacity;
  transition-duration: 0.5s;
  top: 0;
}
body ul#slideshow-nav li a { border: 0; }
body ul#slideshow-nav li.inactive img.active { opacity: 0; }
body ul#slideshow-nav li.inactive img.inactive { opacity: 1; }
body ul#slideshow-nav li.inactive:hover { cursor: pointer; }
body ul#slideshow-nav li.inactive:hover img.active { opacity: 1; }
body ul#slideshow-nav li.inactive:hover img.inactive { opacity: 0; }
body ul#slideshow-nav li.active img.active { opacity: 1; }
body ul#slideshow-nav li.active img.inactive { opacity: 0; }
body div#footer {
  position: relative;
  margin-top: 120px;
  background-image: url(../images/backgrounds/footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 0;
  border-bottom: 1px solid #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
  border-top: 1px solid #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body div#footer div#gallery {
  margin-top: -20px;
  padding: 1em 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
body div#footer div#gallery ul {
  width: 985px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
body div#footer div#gallery ul li {
  width: 150px;
  height: 60px;
  list-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 1.18em;
  float: left;
}
body div#footer div#gallery ul li a {
  width: 150px;
  height: 60px;
  display: block;
  border-bottom: none;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-property: background-color;
  -o-transition-duration: 0.3s;
  transition-property: background-color;
  transition-duration: 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body div#footer div#gallery ul li a:hover {
  border-bottom: none;
  background-color: rgba(194, 88, 29, 0.5);
}
body div#footer ul#boxes {
  width: 985px;
  height: 155px;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
}
body div#footer ul#boxes li {
  float: left;
  width: 235px;
  height: 155px;
  margin-left: 15px;
  list-style-type: none;
}
body div#footer ul#boxes li:first-child { margin-left: 0px; }
body div#footer ul#boxes div.box {
  display: block;
  width: 191px;
  height: 118px;
  margin: 0 2px 2px 0;
  padding: 15px 20px;
  color: #9c9c9c;
  position: relative;
  overflow: hidden;
  border: 1px solid #333333;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow margin background-position;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow margin background-position;
  -moz-transition-duration: 0.2s;
  -o-transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow margin background-position;
  -o-transition-duration: 0.2s;
  transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow margin background-position;
  transition-duration: 0.2s;
}
body div#footer ul#boxes div.box div.line {
  border: 0;
  height: 1px;
  margin: 10px 0 10px -20px;
  width: 213px;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgba(235, 236, 241, 0.15)), color-stop(1, rgba(235, 236, 241, 0)));
  background-image: -moz-linear-gradient(left, rgba(235, 236, 241, 0.15) 0%, rgba(235, 236, 241, 0) 100%);
}
body div#footer ul#boxes div.box h2 {
  font-size: 1.66em;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1em;
}
body div#footer ul#boxes div.box p {
  width: 75%;
  font-weight: normal;
}
body div#footer ul#boxes div.box p.icons { width: 100%; }
body div#footer ul#boxes div.box a {
  position: absolute;
  bottom: 12px;
}
body div#footer ul#boxes div.box button {
  position: absolute;
  bottom: 12px;
}
body div#footer ul#boxes div.box a button { bottom: 0; }
body div#footer ul#boxes div.box:hover {
  margin: 2px 0 0 2px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
  -o-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
body div#footer ul#boxes div.box.active {
  margin: 2px 0 0 2px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px #000000;
  -moz-box-shadow: 0px 0px 0px #000000;
  -o-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
body div#footer ul#boxes li.map div.box {
  background-image: url(../images/backgrounds/box-shine.png), url(../images/backgrounds/box-illustration-map.png), url(../images/backgrounds/box.png);
  background-position: -200px 0px, 105px -40px, top left;
}
body div#footer ul#boxes li.map div.box:hover { background-position: top 200px, 105px -40px, top left; }
body div#footer ul#boxes li.files div.box {
  background-image: url(../images/backgrounds/box-shine.png), url(../images/backgrounds/box-illustration-file.png), url(../images/backgrounds/box.png);
  background-position: -200px 0px, 105px 5px, top left;
}
body div#footer ul#boxes li.files div.box:hover { background-position: top 200px, 105px 5px, top left; }
body div#footer ul#boxes li.news div.box {
  background-image: url(../images/backgrounds/box-shine.png), url(../images/backgrounds/box-illustration-news.png), url(../images/backgrounds/box.png);
  background-position: -200px 0px, 95px 0px, top left;
}
body div#footer ul#boxes li.news div.box:hover { background-position: top 200px, 95px 0px, top left; }
body div#footer ul#boxes li.logo div.box {
  background-image: url(../images/backgrounds/box-shine.png), url(../images/backgrounds/box-illustration-about.png), url(../images/backgrounds/box.png);
  background-position: -200px 0px, 105px -15px, top left;
}
body div#footer ul#boxes li.logo div.box:hover { background-position: 200px 0px, 105px -15px, top left; }
body div#footer ul#boxes li.product div.box {
  background-image: url(../images/backgrounds/box-shine.png), url(../images/backgrounds/box-illustration-products.png), url(../images/backgrounds/box.png);
  background-position: -200px 0px, 125px -30px, top left;
}
body div#footer ul#boxes li.product div.box:hover { background-position: 200px 0px, 125px -30px, top left; }
body div#footer ul#boxes li.default div.box {
  background-image: url(../images/backgrounds/box-shine.png), url(../images/backgrounds/box.png);
  background-position: -200px 0px, top left;
}
body div#footer ul#boxes li.default div.box:hover { background-position: 200px 0px, top left; }
body div#footer div#footer-links-container {
  border-top: 1px solid #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  padding-top: 20px;
}
body div#footer div#footer-links-container div#footer-text {
  width: 945px;
  margin: 0 auto;
  color: white;
  font-size: 1.66em;
  overflow: hidden;
}
body div#footer div#footer-links-container div#footer-text p {
  float: left;
  margin-bottom: 0;
}
body div#footer div#footer-links-container div#footer-text div#footer-links {
  float: right;
  font-size: 0.6em;
  color: #5e6062;
}
body div#footer div#footer-links-container div#footer-text div#footer-links a { margin: 0 0.75em; }
body div#footer div#footer-links-container div#footer-text div#footer-links span#copyright { color: #c2581d; }
body form fieldset { margin-bottom: 1em; }
body form label {
  font-size: 14px;
  line-height: 1.5em;
  margin-right: 0.5em;
  display: inline;
  float: left;
}
body form p { overflow: hidden; }
body form p span.hint {
  float: right;
  margin-top: 0.5em;
  font-size: 0.9em;
  display: block;
  clear: both;
  width: 30em;
  text-align: right;
}
body form p.checkbox {
  float: right;
  width: 23em;
}
body form p.checkbox input {
  width: 3em;
  float: left;
  width: auto;
  background-color: transparent;
  margin-right: 0.5em;
}
body form p.checkbox label {
  width: auto;
  margin: 0;
  float: right;
  margin-right: 0.5em;
}
body form p.radio input {
  float: none;
  width: auto;
  padding: 0;
}
body form p.radio label {
  float: none;
  width: auto;
  padding: 0;
}
body form p.radio input { background-color: transparent; }
body form .error {
  color: #ee1622;
  padding-bottom: 1em;
}
body form .error h3 {
  color: #ee1622;
  line-height: 1.2em;
  margin-bottom: 0.5em !important;
  background-image: url(../images/icons/error.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 25px;
}
body form .error label { color: #ee1622; }
body form .error input { background-color: #ee1622; }
body form .error select { background-color: #ee1622; }
body form .error textarea { background-color: #ee1622; }
body form .error input:focus { background-color: #ab1019; }
body form .error select:focus { background-color: #ab1019; }
body form .error textarea:focus { background-color: #ab1019; }
body form .error ul { margin-left: 0; }
body form .error li {
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: 1.2em;
  margin-left: 25px;
}
body form div.error { display: none; }
body form div.progress { display: none; }
body form div.progress {
  font-size: 1.2em;
  line-height: 1.5em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
body form div.progress img { margin-right: 0.5em; }
body form input {
  float: right;
  width: 22em;
  padding: 0.25em 0.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
body form select {
  float: right;
  width: 22em;
  padding: 0.25em 0.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
body form textarea {
  float: right;
  width: 22em;
  padding: 0.25em 0.5em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
body form input:focus {
  outline: 0;
  background-color: #cccccc;
}
body form select:focus {
  outline: 0;
  background-color: #cccccc;
}
body form textarea:focus {
  outline: 0;
  background-color: #cccccc;
}
body form input:disabled { background-color: #aaaaaa; }
body form select:disabled { background-color: #aaaaaa; }
body form textarea:disabled { background-color: #aaaaaa; }
body form input[type="radio"] { margin: 0 0.5em 0 2em; }
body form input[type="radio"]:first-child { margin-left: 0; }
body form button {
  float: right;
  clear: both;
}
body form div.progress {
  float: right;
  clear: both;
}
body form#contact-form-consumer { display: none; }
body div#form-response {
  display: none;
  color: white;
  font-size: 1.2em;
}
body div#contact-form-success {
  display: none;
  color: white;
  font-size: 1.2em;
}
body div#zoom {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  background-position: 0 34px;
  color: #9c9c9c;
  padding: 0 0 35px 0;
}
body div#zoom div#zoom_title {
  height: 34px;
  background-image: url(../images/backgrounds/popup-title.png);
  margin-bottom: 1em;
  line-height: 38px;
  font-size: 1.5em;
  color: #080600;
  font-weight: 600;
  padding: 4px 2em 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body div#zoom a#zoom_close {
  right: 7px;
  top: 9px;
}
body div#zoom a#zoom_close img {
  -webkit-box-shadow: 2px 2px 5px #963515;
  -moz-box-shadow: 2px 2px 5px #963515;
  -o-box-shadow: 2px 2px 5px #963515;
  box-shadow: 2px 2px 5px #963515;
  -webkit-transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow;
  -moz-transition-duration: 0.2s;
  -o-transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow;
  -o-transition-duration: 0.2s;
  transition-property: -webkit-box-shadow -moz-box-shadow -o-box-shadow box-shadow;
  transition-duration: 0.2s;
}
body div#zoom a#zoom_close img:hover {
  -webkit-box-shadow: 0px 0px 0px #963515;
  -moz-box-shadow: 0px 0px 0px #963515;
  -o-box-shadow: 0px 0px 0px #963515;
  box-shadow: 0px 0px 0px #963515;
  margin-top: 1px;
  margin-left: 1px;
}
body div#zoom img.gallery-image {
  display: block;
  margin: 0 auto;
}
body .modal { display: none; }
.about-us div#content div#background { background-image: url(../images/backgrounds/about.jpg); }
.about-us div#content h2 {
  color: #d7d7d7;
  width: 540px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.about-us div#content p {
  color: #d7d7d7;
  width: 540px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.about-us div#content h2 { font-size: 2.6em; }
.about-us div#content p {
  font-size: 1.2em;
  line-height: 1.5em;
}
.about-us div#content img#morag {
  float: right;
  margin-right: 280px;
}
.about-us div#content ul li {
  color: #d7d7d7;
  width: 540px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
  font-size: 1.2em;
  line-height: 1.5em;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.retailers div#content div#background { background-image: url(../images/backgrounds/about.jpg); }
.retailers div#content h2 {
  color: #d7d7d7;
  width: 570px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.retailers div#content p {
  color: #d7d7d7;
  width: 570px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.retailers div#content h2 { font-size: 2.6em; }
.retailers div#content p {
  font-size: 1.2em;
  line-height: 1.5em;
}
div#content div.content-wrapper h2 {
  color: #d7d7d7;
  width: 530px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
div#content div.content-wrapper p {
  color: #d7d7d7;
  width: 530px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
div#content div.content-wrapper h2 { font-size: 2.6em; }
div#content div.content-wrapper p {
  font-size: 1.2em;
  line-height: 1.5em;
}
div#content div.content-wrapper p.download {
  font-size: 1em;
  margin-bottom: 2em;
}
div#content div.content-wrapper a.rss {
  float: right;
  margin-top: -4em;
  border-bottom: 0;
}
div#content div.content-wrapper p.date {
  font-size: 1.5em;
  line-height: 1em;
}
div#content div.content-wrapper div.article {
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  clear: both;
  border-bottom: 1px dotted #5e6062;
}
div#content div.content-wrapper div.article h3 { margin-bottom: 0.25em; }
div#content div.content-wrapper div.article img { float: right; }
div#content div.content-wrapper div.back { float: right; }
.user div#content div#background {
  background-image: url(/sites/twozero/images/backgrounds/blank.jpg);
  height: 675px;
}
.user div#content form {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-left: -20px;
  margin-top: 2em;
  width: 35em;
}
.user div#content form input[type="text"] { width: 20em; }
.user div#content form input[type="password"] { width: 20em; }
.user div#content form textarea { width: 20em; }
.user div#content form input[type="checkbox"] {
  height: 2em;
  float: right;
}
.user div#content form label {
  font-size: 1em;
  line-height: 2em;
  float: left;
}
.user div#content form p {
  width: auto;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.user div#content form p:first-child { margin-top: 0; }
.user div#content form fieldset { margin-bottom: 0; }
.user div#content form button {
  margin-top: 1em;
  margin-left: 6.25em;
}
.user div#content form > p.error {
  color: #ee1622;
  margin-bottom: 1em;
}
.user div#content div.form-columns {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 2em;
  overflow: hidden;
}
.user div#content div.form-columns h3 { margin-bottom: 1em; }
.user div#content div.form-columns form {
  background-color: transparent;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  float: left;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.user div#content div.form-columns form fieldset {
  min-height: 22em;
  height: auto !important;
  width: 47%;
  float: left;
  overflow: hidden;
}
.user div#content div.form-columns form fieldset:last-child { margin-left: 6%; }
.user div#content div.form-columns form p { overflow: hidden; }
.user div#content div.form-columns form p:last-of-type { margin-bottom: 3em; }
.user div#content div.form-columns form button[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.user div#content div.form-columns form#register_member_form textarea {
  width: 32em;
  clear: both;
  float: left;
}
.user div#content h2 {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.user div#content p {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.user div#content h2 { font-size: 2.6em; }
.user div#content p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.user div#content p button { font-size: 1em; }
.registration-successful div#content div#background {
  background-image: url(/sites/twozero/images/backgrounds/blank.jpg);
  height: 675px;
}
.registration-successful div#content form {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-left: -20px;
  margin-top: 2em;
  width: 35em;
}
.registration-successful div#content form input[type="text"] { width: 20em; }
.registration-successful div#content form input[type="password"] { width: 20em; }
.registration-successful div#content form textarea { width: 20em; }
.registration-successful div#content form input[type="checkbox"] {
  height: 2em;
  float: right;
}
.registration-successful div#content form label {
  font-size: 1em;
  line-height: 2em;
  float: left;
}
.registration-successful div#content form p {
  width: auto;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.registration-successful div#content form p:first-child { margin-top: 0; }
.registration-successful div#content form fieldset { margin-bottom: 0; }
.registration-successful div#content form button {
  margin-top: 1em;
  margin-left: 6.25em;
}
.registration-successful div#content form > p.error {
  color: #ee1622;
  margin-bottom: 1em;
}
.registration-successful div#content div.form-columns {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 2em;
  overflow: hidden;
}
.registration-successful div#content div.form-columns h3 { margin-bottom: 1em; }
.registration-successful div#content div.form-columns form {
  background-color: transparent;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  float: left;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.registration-successful div#content div.form-columns form fieldset {
  min-height: 22em;
  height: auto !important;
  width: 47%;
  float: left;
  overflow: hidden;
}
.registration-successful div#content div.form-columns form fieldset:last-child { margin-left: 6%; }
.registration-successful div#content div.form-columns form p { overflow: hidden; }
.registration-successful div#content div.form-columns form p:last-of-type { margin-bottom: 3em; }
.registration-successful div#content div.form-columns form button[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.registration-successful div#content div.form-columns form#register_member_form textarea {
  width: 32em;
  clear: both;
  float: left;
}
.registration-successful div#content h2 {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.registration-successful div#content p {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.registration-successful div#content h2 { font-size: 2.6em; }
.registration-successful div#content p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.registration-successful div#content p button { font-size: 1em; }
.account-settings-updated div#content div#background {
  background-image: url(/sites/twozero/images/backgrounds/blank.jpg);
  height: 675px;
}
.account-settings-updated div#content form {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-left: -20px;
  margin-top: 2em;
  width: 35em;
}
.account-settings-updated div#content form input[type="text"] { width: 20em; }
.account-settings-updated div#content form input[type="password"] { width: 20em; }
.account-settings-updated div#content form textarea { width: 20em; }
.account-settings-updated div#content form input[type="checkbox"] {
  height: 2em;
  float: right;
}
.account-settings-updated div#content form label {
  font-size: 1em;
  line-height: 2em;
  float: left;
}
.account-settings-updated div#content form p {
  width: auto;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.account-settings-updated div#content form p:first-child { margin-top: 0; }
.account-settings-updated div#content form fieldset { margin-bottom: 0; }
.account-settings-updated div#content form button {
  margin-top: 1em;
  margin-left: 6.25em;
}
.account-settings-updated div#content form > p.error {
  color: #ee1622;
  margin-bottom: 1em;
}
.account-settings-updated div#content div.form-columns {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 2em;
  overflow: hidden;
}
.account-settings-updated div#content div.form-columns h3 { margin-bottom: 1em; }
.account-settings-updated div#content div.form-columns form {
  background-color: transparent;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  float: left;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.account-settings-updated div#content div.form-columns form fieldset {
  min-height: 22em;
  height: auto !important;
  width: 47%;
  float: left;
  overflow: hidden;
}
.account-settings-updated div#content div.form-columns form fieldset:last-child { margin-left: 6%; }
.account-settings-updated div#content div.form-columns form p { overflow: hidden; }
.account-settings-updated div#content div.form-columns form p:last-of-type { margin-bottom: 3em; }
.account-settings-updated div#content div.form-columns form button[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.account-settings-updated div#content div.form-columns form#register_member_form textarea {
  width: 32em;
  clear: both;
  float: left;
}
.account-settings-updated div#content h2 {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.account-settings-updated div#content p {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.account-settings-updated div#content h2 { font-size: 2.6em; }
.account-settings-updated div#content p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.account-settings-updated div#content p button { font-size: 1em; }
.password-reset-e-mail-sent div#content div#background {
  background-image: url(/sites/twozero/images/backgrounds/blank.jpg);
  height: 675px;
}
.password-reset-e-mail-sent div#content form {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-left: -20px;
  margin-top: 2em;
  width: 35em;
}
.password-reset-e-mail-sent div#content form input[type="text"] { width: 20em; }
.password-reset-e-mail-sent div#content form input[type="password"] { width: 20em; }
.password-reset-e-mail-sent div#content form textarea { width: 20em; }
.password-reset-e-mail-sent div#content form input[type="checkbox"] {
  height: 2em;
  float: right;
}
.password-reset-e-mail-sent div#content form label {
  font-size: 1em;
  line-height: 2em;
  float: left;
}
.password-reset-e-mail-sent div#content form p {
  width: auto;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.password-reset-e-mail-sent div#content form p:first-child { margin-top: 0; }
.password-reset-e-mail-sent div#content form fieldset { margin-bottom: 0; }
.password-reset-e-mail-sent div#content form button {
  margin-top: 1em;
  margin-left: 6.25em;
}
.password-reset-e-mail-sent div#content form > p.error {
  color: #ee1622;
  margin-bottom: 1em;
}
.password-reset-e-mail-sent div#content div.form-columns {
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 2em;
  overflow: hidden;
}
.password-reset-e-mail-sent div#content div.form-columns h3 { margin-bottom: 1em; }
.password-reset-e-mail-sent div#content div.form-columns form {
  background-color: transparent;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  float: left;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.password-reset-e-mail-sent div#content div.form-columns form fieldset {
  min-height: 22em;
  height: auto !important;
  width: 47%;
  float: left;
  overflow: hidden;
}
.password-reset-e-mail-sent div#content div.form-columns form fieldset:last-child { margin-left: 6%; }
.password-reset-e-mail-sent div#content div.form-columns form p { overflow: hidden; }
.password-reset-e-mail-sent div#content div.form-columns form p:last-of-type { margin-bottom: 3em; }
.password-reset-e-mail-sent div#content div.form-columns form button[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.password-reset-e-mail-sent div#content div.form-columns form#register_member_form textarea {
  width: 32em;
  clear: both;
  float: left;
}
.password-reset-e-mail-sent div#content h2 {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.password-reset-e-mail-sent div#content p {
  color: #d7d7d7;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.password-reset-e-mail-sent div#content h2 { font-size: 2.6em; }
.password-reset-e-mail-sent div#content p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.password-reset-e-mail-sent div#content p button { font-size: 1em; }
.user-account-settings div#content div.form-columns form { width: 47%; }
.user-account-settings div#content div.form-columns form fieldset { width: 100%; }
.user-account-settings div#content div.form-columns form fieldset:last-child { margin-left: 0; }
.user-account-settings div#content div.form-columns form div.progress {
  position: absolute;
  bottom: 0;
  right: 0;
}
.user-account-settings div#content div.form-columns form:last-child fieldset { margin-left: 6%; }
.assets div#content div#background { background-image: url(../images/slideshow/home.jpg); }
.assets div#content h2 {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.assets div#content p {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.assets div#content h2 { font-size: 2.6em; }
.assets div#content p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.assets div#content form {
  background-color: #141414;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-left: -20px;
  margin-top: 2em;
  width: 26em;
}
.assets div#content form input { width: 16em; }
.assets div#content form label {
  font-size: 1em;
  line-height: 2em;
  float: left;
}
.assets div#content form p {
  width: auto;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 1em;
  font-size: 1.1em;
}
.assets div#content form p:first-child { margin-top: 0; }
.assets div#content form fieldset { margin-bottom: 0; }
.assets div#content form button {
  margin-top: -1.5em;
  margin-left: 6.25em;
}
.assets div#content form > p.error {
  color: #ee1622;
  margin-bottom: 1em;
}
.assetcategory div#content div#background {
  background-image: url(/sites/twozero/images/backgrounds/blank.jpg);
  height: 675px;
}
.assetcategory div.content-wrapper ul {
  overflow: hidden;
  margin-bottom: 5em;
  margin-left: -33px;
}
.assetcategory div.content-wrapper ul li {
  width: 150px;
  height: 60px;
  list-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0.6em;
  margin-left: 13px;
  float: left;
}
.assetcategory div.content-wrapper ul li a {
  outline: 0;
  width: 150px;
  height: 60px;
  display: block;
  border-bottom: none;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-property: background-color;
  -o-transition-duration: 0.3s;
  transition-property: background-color;
  transition-duration: 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}
.assetcategory div.content-wrapper ul li a:hover {
  border-bottom: none;
  background-color: rgba(194, 88, 29, 0.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.assetcategory div.content-wrapper ul li a:active {
  outline: 0;
  background-color: rgba(29, 88, 194, 0.5);
}
.assetcategory div.content-wrapper h2 {
  color: #d7d7d7;
  width: 450px;
  margin: 0.75em 0;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.assetcategory div.content-wrapper p {
  color: #d7d7d7;
  width: 450px;
  margin: 0.75em 0;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.assetcategory div.content-wrapper p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.assetcategory div.content-wrapper h2 { font-size: 2.6em; }
.assetcategory div.content-wrapper button { font-size: 1em; }
.assetcategory div#zoom_content p.assetdescription {
  font-size: 1.1em;
  margin-top: 1em;
}
.products div#content h2 {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.products div#content p {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.products div#content h2 { font-size: 2.6em; }
.products div#content div.content-wrapper p {
  font-size: 1.5em;
  line-height: 1.5em;
  width: 450px;
}
.shop div#shop {
  margin-top: -50px;
  width: 100%;
  height: 664px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 2em;
}
.shop div#shop img.iam-logo {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
.shop div#shop div.shop-wrapper {
  width: 985px;
  margin: 0 auto;
  padding-top: 118px;
  height: 546px;
}
.shop div#shop div#shop-about { display: none; }
.shop div#shop div#shop-contact { display: none; }
.shop div#shop ul#shop-tabs { margin: -4em 0 0 63px; }
.shop div#shop ul#shop-tabs li {
  list-style: none;
  float: left;
  border: 1px solid #4e4d4d;
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 0 -12px;
  background-color: black;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}
.shop div#shop ul#shop-tabs li a {
  border-bottom: none;
  display: block;
  padding: 0.5em 1em;
}
.shop div#shop ul#shop-tabs li.active {
  border-bottom-color: black;
  z-index: 1000 !important;
}
.shop div#shop ul#shop-tabs li.active a { color: white; }
.shop div#shop ul#shop-tabs li#shop-tab-featured { z-index: 999; }
.shop div#shop ul#shop-tabs li#shop-tab-about { z-index: 998; }
.shop div#shop ul#shop-tabs li#shop-tab-contact { z-index: 997; }
.shop div#shop ul#shop-categories {
  margin: 0;
  position: absolute;
  top: 119px;
}
.shop div#shop ul#shop-categories li {
  list-style: none;
  border: 1px solid #4e4d4d;
  width: 42px;
  text-align: center;
  margin: 0 0 1px 0;
  padding: 4px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}
.shop div#shop ul#shop-categories li img.active { display: none; }
.shop div#shop ul#shop-categories li img.inactive { display: block; }
.shop div#shop ul#shop-categories li.active img.inactive { display: none; }
.shop div#shop ul#shop-categories li.active img.active { display: block; }
.shop div#shop ul#shop-categories li a:hover img.inactive { display: none; }
.shop div#shop ul#shop-categories li a:hover img.active { display: block; }
.shop div#shop ul#shop-categories a {
  border-bottom: none;
  display: block;
  position: relative;
}
.shop div#shop ul#shop-categories img {
  vertical-align: middle;
  margin: 0 auto;
}
.shop div#shop ul.shop-products {
  margin-left: 52px;
  overflow: hidden;
  width: 492px;
}
.shop div#shop ul.shop-products li {
  list-style: none;
  float: left;
  margin: 24px 18px 0 18px;
}
.shop div#shop ul.shop-products li button { float: right; }
.shop div#shop ul.shop-products li img {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em;
  vertical-align: middle;
}
.shop div#shop ul.shop-products li a.image { border-bottom: none; }
.shop div#shop ul.shop-products li a {
  color: #a04c1a;
  border-bottom-color: #a04c1a;
}
.shop div#shop ul.shop-products li h2 {
  font-size: 1.5em;
  color: #a04c1a;
  margin: 0.5em 0;
}
.shop div#shop ul.shop-products li span.price { font-size: 2.5em; }
.shop div#shop ul.shop-products li p {
  margin: 0.75em 0 0;
  float: left;
}
.shop div#shop div#shop-about {
  clear: both;
  margin-left: 88px;
  padding-top: 36px;
  width: 400px;
}
.shop div#shop div#shop-about h2 {
  color: #c2581d;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.shop div#shop div#shop-about p {
  font-size: 1.2em;
  line-height: 1.5em;
}
.shop div#shop div#shop-contact {
  clear: both;
  margin-left: 88px;
  padding-top: 36px;
  width: 400px;
}
.shop div#shop div#shop-contact h2 {
  color: #c2581d;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.shop div#shop div#shop-contact p {
  font-size: 1.2em;
  line-height: 1.5em;
}
.shop div#shop div#shop-contact-form-success { display: none; }
.shop div#shop input { width: 30em; }
.shop div#shop textarea { width: 30em; }
.shop div#shop p.checkbox {
  width: auto;
  float: none;
  margin-bottom: 0;
}
.shop div#shop p.checkbox input { width: auto; }
.shop div#shop p.checkbox label { float: left; }
.shop div#shop.about { background-image: url(/sites/twozero/images/shop/shop-about.jpg) !important; }
.shop div#shop.contact { background-image: url(/sites/twozero/images/shop/shop-contact.jpg) !important; }
.product div#content div#background { background-image: url(../images/products/tz1.jpg); }
.product div#content h2 {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.product div#content p {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.product div#content li {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.product div#content h2 {
  font-size: 2.6em;
  margin-top: 1em;
}
.product div#content p {
  font-size: 1.5em;
  line-height: 1.5em;
}
.product div#content div.content-wrapper ul { margin-bottom: 2em; }
.product div#content div.content-wrapper li {
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
  font-size: 1.2em;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.product div#content div.content-wrapper dl {
  position: absolute;
  right: 0;
  bottom: 3em;
  width: 9.5em;
  background-color: #000000;
  background-color: rgba(20, 20, 20, 0.75);
  padding: 0.5em 1em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.product div#content div.content-wrapper dl dt {
  float: left;
  clear: both;
  border: 1px solid #464749;
  display: block;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product div#content div.content-wrapper dl dd {
  float: right;
  clear: right;
  line-height: 2em;
  font-style: italic;
  font-size: 1.2em;
  width: 5em;
}
.product div#content div.content-wrapper img.product-secondary {
  position: absolute;
  right: 13em;
  bottom: 3em;
}
.product div#content div.content-wrapper ul#wheretobuy {
  overflow: hidden;
  margin-bottom: 0;
}
.product div#content div.content-wrapper ul#wheretobuy li {
  height: 100%;
  padding: 0 20px;
  background-image: none;
  width: auto;
}
.product div#content div.content-wrapper ul#wheretobuy p {
  font-size: 1em;
  margin-bottom: 0;
  width: auto;
}
.product div#content div.content-wrapper ul#wheretobuy span.price {
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
}
.product div#content div.content-wrapper ul#wheretobuy form {
  margin-top: 1em;
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 1em 20px;
  overflow: hidden;
  margin-left: -20px;
}
.product div#content div.content-wrapper ul#wheretobuy select {
  width: auto;
  float: none;
}
.product div#content div.content-wrapper ul#wheretobuy button {
  float: none;
  margin-left: 0.5em;
}
.product div#content div.content-wrapper ul#wheretobuy label { float: none; }
.checkout div#content h2 {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.checkout div#content p {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.checkout div#content h2 { font-size: 2.6em; }
.checkout div#content p {
  font-size: 1.2em;
  line-height: 1.5em;
}
.checkout div#content div.content-wrapper ul.links { margin-bottom: 1em; }
.checkout div#content div.content-wrapper ul.links li {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
  font-size: 1.2em;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.checkout div#content div.content-wrapper ul.links li:last-child { margin-bottom: 0; }
.checkout div#content div.content-wrapper div.basket {
  float: right;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
  margin-bottom: 2em;
}
.checkout div#content div.content-wrapper div.basket p { font-size: 1em; }
.checkout div#content div.content-wrapper div.basket form {
  font-size: 0.85em;
  float: right;
}
.checkout div#content div.content-wrapper div.basket form input {
  width: 6em;
  float: left;
  margin-left: 0.5em;
}
.checkout div#content div.content-wrapper div.basket form button {
  clear: none;
  float: left;
  margin-left: 0.5em;
  margin-top: 0.1em;
}
.checkout div#content div.content-wrapper div.basket form label { margin-top: 0.1em; }
.checkout div#content div.content-wrapper div.basket table {
  font-size: 1.2em;
  width: 100%;
}
.checkout div#content div.content-wrapper div.basket table td.thumbnail {
  width: 90px;
  height: 40px;
}
.checkout div#content div.content-wrapper div.basket table td.quantity { text-align: center; }
.checkout div#content div.content-wrapper div.basket table td.price {
  text-align: right;
  width: 5em;
}
.checkout div#content div.content-wrapper div.basket table thead {
  background: #d46c1f;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cb3315), color-stop(0.5, #be4416), color-stop(0.5, #d46c1f));
  background-image: -moz-linear-gradient(center bottom, #cb3315 0%, #be4416 50%, #d46c1f 51%, #d46c1f 100%);
  -webkit-text-shadow: 0px 0px 10px #000000;
  -moz-text-shadow: 0px 0px 10px #000000;
  -o-text-shadow: 0px 0px 10px #000000;
  text-shadow: 0px 0px 10px #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.checkout div#content div.content-wrapper div.basket table thead td {
  padding: 0.5em;
  color: white;
  font-weight: bold;
}
.checkout div#content div.content-wrapper div.basket table tbody td.thumbnail div {
  width: 90px;
  height: 40px;
  background-position: top center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.checkout div#content div.content-wrapper div.basket table tbody td { padding: 0 0.5em 1em; }
.checkout div#content div.content-wrapper div.basket table tbody tr:first-child td { padding-top: 1em; }
.checkout div#content div.content-wrapper div.basket table tfoot {
  border-top: 1px solid #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.checkout div#content div.content-wrapper div.basket table tfoot td {
  text-align: right;
  padding: 0.5em;
}
.checkout div#content div.content-wrapper div.basket table tfoot tr.coupon {
  border-top: 1px solid #333333;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.checkout div#content div.content-wrapper div.basket table tfoot tr.coupon td { padding-right: 0; }
.checkout div#content div.content-wrapper div.basket table tfoot tr.total td {
  line-height: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.checkout div#content div.content-wrapper div.form-columns {
  clear: both;
  background: #141414;
  background: rgba(20, 20, 20, 0.75);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 2em;
  overflow: hidden;
}
.checkout div#content div.content-wrapper div.form-columns form {
  background-color: transparent;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.checkout div#content div.content-wrapper div.form-columns form fieldset {
  height: auto !important;
  width: 47%;
  float: left;
  overflow: hidden;
}
.checkout div#content div.content-wrapper div.form-columns form fieldset.shipping { float: right; }
.checkout div#content div.content-wrapper div.form-columns form fieldset.additional { float: right; }
.checkout div#content div.content-wrapper div.form-columns form fieldset.submit { float: right; }
.checkout div#content div.content-wrapper div.form-columns form fieldset.payment { clear: left; }
.checkout div#content div.content-wrapper div.form-columns form fieldset.payment {
  margin-top: 2em;
  margin-bottom: 0;
}
.checkout div#content div.content-wrapper div.form-columns form fieldset.additional {
  margin-top: 2em;
  margin-bottom: 0;
}
.checkout div#content div.content-wrapper div.form-columns form fieldset.submit {
  margin-top: 2em;
  margin-bottom: 0;
}
.checkout div#content div.content-wrapper div.form-columns form fieldset.submit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.checkout div#content div.content-wrapper div.form-columns form p {
  overflow: hidden;
  width: auto;
}
.checkout div#content div.content-wrapper div.form-columns form p.checkbox { float: none; }
.checkout div#content div.content-wrapper div.form-columns form p.checkbox label { float: left; }
.checkout div#content div.content-wrapper div.form-columns form p.checkbox input { margin: 0.25em 0.5em 0.25em 0; }
.checkout div#content div.content-wrapper div.form-columns form p:last-child { margin-bottom: 0; }
.checkout div#content div.content-wrapper div.form-columns form span.fields { float: right; }
.checkout div#content div.content-wrapper div.form-columns form span.fields label { float: none; }
.checkout div#content div.content-wrapper div.form-columns form span.fields select { float: none; }
.checkout div#content div.content-wrapper div.form-columns form span.fields label { margin-left: 1em; }
.checkout div#content div.content-wrapper div.form-columns form span.icons { float: right; }
.checkout div#content div.content-wrapper div.form-columns form span.icons img { margin-left: 0.25em; }
.checkout div#content div.content-wrapper div.form-columns form input { font-size: 0.84em; }
.checkout div#content div.content-wrapper div.form-columns form input#CVV2 { width: 3em; }
.checkout div#content div.content-wrapper div.form-columns form input#issue_number { width: 2em; }
.checkout div#content div.content-wrapper div.form-columns form select { width: auto; }
.checkout div#content div.content-wrapper div.form-columns form legend { padding-bottom: 0.5em; }
.checkout-complete div#content div#background { background-image: url(../images/backgrounds/about.jpg); }
.checkout-complete div#content h2 {
  color: #d7d7d7;
  width: 540px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.checkout-complete div#content p {
  color: #d7d7d7;
  width: 540px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.checkout-complete div#content h2 { font-size: 2.6em; }
.checkout-complete div#content p {
  font-size: 1.2em;
  line-height: 1.5em;
}
.checkout-complete div#content img#morag {
  float: right;
  margin-right: 280px;
}
.checkout-complete div#content ul li {
  color: #d7d7d7;
  width: 540px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
  font-size: 1.2em;
  line-height: 1.5em;
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.page-not-found div#content div#background { background-image: url(../images/backgrounds/404.jpg); }
.page-not-found div#content h2 {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.page-not-found div#content p {
  color: #d7d7d7;
  width: 450px;
  -webkit-text-shadow: 2px 2px 1px #000000;
  -moz-text-shadow: 2px 2px 1px #000000;
  -o-text-shadow: 2px 2px 1px #000000;
  text-shadow: 2px 2px 1px #000000;
}
.page-not-found div#content h2 { font-size: 2.6em; }
.page-not-found div#content p {
  font-size: 1.5em;
  line-height: 1.5em;
}
div#storelocator-content { height: 100%; }
div#storelocator-content ul.stores {
  display: none;
  height: 140px;
  margin: 0;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow-y: auto;
  padding: 0.5em;
}
div#storelocator-content ul.stores li {
  list-style: none;
  margin: 0;
  font-size: 1.1em;
  color: #444444;
  padding: 0.5em;
}
div#storelocator-content ul.stores li h4 {
  font-weight: 600;
  font-size: 1.2em;
}
div#storelocator-content ul.stores li p { margin: 0; }
div#storelocator-content ul.stores li a:hover {
  color: #444444;
  border-bottom-color: #444444;
}
div#storelocator-content ul.stores li:nth-child(even) { background-color: #dcdcdc; }
div#storelocator-content a.zoom {
  position: absolute;
  bottom: 1.5em;
  border-bottom: none;
}
div#storelocator-content p a.zoom {
  position: relative;
  border-bottom: 1px dotted;
  bottom: 0;
  left: 0;
}
div#storelocator-content > p {
  color: #5e6062;
  font-size: 1.1em;
  margin-top: 1em;
}
.no-multiplebgs body div#footer ul#boxes li.default div.box {
  background-image: url(../images/backgrounds/box.png);
  background-position: top left;
}
.no-multiplebgs body div#footer ul#boxes li.default div.box:hover { background-position: top left; }
.no-multiplebgs body div#footer ul#boxes li.map div.box {
  background-image: url(../images/backgrounds/box.png);
  background-position: top left;
}
.no-multiplebgs body div#footer ul#boxes li.map div.box:hover { background-position: top left; }
.no-multiplebgs body div#footer ul#boxes li.files div.box {
  background-image: url(../images/backgrounds/box.png);
  background-position: top left;
}
.no-multiplebgs body div#footer ul#boxes li.files div.box:hover { background-position: top left; }
.no-multiplebgs body div#footer ul#boxes li.news div.box {
  background-image: url(../images/backgrounds/box.png);
  background-position: top left;
}
.no-multiplebgs body div#footer ul#boxes li.news div.box:hover { background-position: top left; }
.no-multiplebgs body div#footer ul#boxes li.logo div.box {
  background-image: url(../images/backgrounds/box.png);
  background-position: top left;
}
.no-multiplebgs body div#footer ul#boxes li.logo div.box:hover { background-position: top left; }
.no-multiplebgs body div#footer ul#boxes li.product div.box {
  background-image: url(../images/backgrounds/box.png);
  background-position: top left;
}
.no-multiplebgs body div#footer ul#boxes li.product div.box:hover { background-position: top left; }
.no-cssgradients body div#footer ul#boxes div.box div.line { background-color: #333333; }

