/* less mixins */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.titillium {
  font-family: 'Titillium Web', Arial, sans-serif;
}
.open-sans {
  font-family: 'Open Sans', Arial, sans-serif;
}
.hlist {
  padding: 0px;
}
.hlist li {
  display: inline-block;
  list-style-type: none;
}
/* mixin for background image layered with gradient */
/* faux gradient borders */
/* note: when using this, you may want to add the width of your faux border to the padding of your element to prevent content from covering the faux border */
/* metal gradient border */
/* metal gradient */
.more {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 10px;
  text-transform: none;
}
.more:after {
  content: '\00bb';
  margin-left: 4px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
.a-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.no-display {
  display: none;
}
.nobr {
  white-space: nowrap;
}
.window-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
}
.window-overlay.active {
  display: block;
}
.block.popup-block {
  background: #fff;
  border: 3px solid #40b3df;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: none;
  margin: 240px auto;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 400px;
  z-index: 300;
}
.block.popup-block.active {
  display: block;
}
.block.popup-block .block-title .btn-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.block.popup-block .block-title .btn-close:before {
  content: '\24e7';
}
.button {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -ms-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#333333));
  background-image: -webkit-linear-gradient(top, #535353, #333333);
  background-image: -o-linear-gradient(top, #535353, #333333);
  background-image: linear-gradient(top, #535353, #333333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#333333', GradientType=0);
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 6px;
  text-align: center;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.button:hover {
  color: #fff;
}
.button-yellow {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -ms-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#333333));
  background-image: -webkit-linear-gradient(top, #535353, #333333);
  background-image: -o-linear-gradient(top, #535353, #333333);
  background-image: linear-gradient(top, #535353, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#333333', GradientType=0);
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 6px;
  text-align: center;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  background-color: #ffd24b;
  background-image: -moz-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -ms-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd77), to(#ffc208));
  background-image: -webkit-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -o-linear-gradient(top, #ffdd77, #ffc208);
  background-image: linear-gradient(top, #ffdd77, #ffc208);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd77', endColorstr='#ffc208', GradientType=0);
  border-top: 1px solid #fff0c4;
  border-bottom: 1px solid #dfa903;
}
.button-yellow:hover {
  color: #fff;
}
.button-blue {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -ms-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#333333));
  background-image: -webkit-linear-gradient(top, #535353, #333333);
  background-image: -o-linear-gradient(top, #535353, #333333);
  background-image: linear-gradient(top, #535353, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#333333', GradientType=0);
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 6px;
  text-align: center;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  background-color: #74c8e8;
  background-image: -moz-linear-gradient(top, #97d6ee, #40b3df);
  background-image: -ms-linear-gradient(top, #97d6ee, #40b3df);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#97d6ee), to(#40b3df));
  background-image: -webkit-linear-gradient(top, #97d6ee, #40b3df);
  background-image: -o-linear-gradient(top, #97d6ee, #40b3df);
  background-image: linear-gradient(top, #97d6ee, #40b3df);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97d6ee', endColorstr='#40b3df', GradientType=0);
  border-top: 1px solid #c9f0ff;
  border-bottom: 1px solid #399dc4;
}
.button-blue:hover {
  color: #fff;
}
.button-blue a,
.button-blue a:hover {
  color: #fff;
}
button.button {
  margin: 0px;
  padding: 0px;
}
button.button span {
  border: 0px;
  display: block;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
button.button span span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
}
h3 .more {
  color: #40b3df;
  float: right;
}
h3 .more:hover {
  color: #00c9ff;
}
.col2-set {
  *zoom: 1;
  margin: 20px 0px;
}
.col2-set:before,
.col2-set:after {
  display: table;
  content: "";
}
.col2-set:after {
  clear: both;
}
.col2-set .col-1,
.col2-set .col-2 {
  float: left;
  padding-right: 5%;
  width: 45%;
}
.col2-set .narrow {
  width: 30%;
  margin-right: 10%;
  padding: 0;
}
.col2-set .wide {
  padding: 0;
  width: 60%;
}
.half-col {
  float: left;
  margin-left: 20px;
  width: 310px;
}
.half-col.first,
.half-col:first-child {
  margin-left: 0px;
}
html,
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #000;
  font-size: 12px;
  font-weight: 300px;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}
body {
  background: #000000 url(../images/background.jpg) no-repeat center 0px;
}
.container {
  *zoom: 1;
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 970px;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
a {
  color: #40b3df;
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
a:hover {
  color: #00c9ff;
}
a img {
  border: 0px;
}
img {
  height: auto;
  max-width: 100%;
}
h1 {
  font-family: 'Titillium Web', Arial, sans-serif;
  color: #17649a;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
}
h2 {
  font-family: 'Titillium Web', Arial, sans-serif;
  color: #17649a;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
h3 {
  font-family: 'Titillium Web', Arial, sans-serif;
  border-bottom: 1px solid #40b3df;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
h3 a,
h3 a:hover {
  color: #000;
}
h4 {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
h5 {
  font-family: 'Titillium Web', Arial, sans-serif;
  color: #ffc000;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin: 0;
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
/* reset fieldset styles, border, etc. */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
/* form validation styles from Magento */
.validation-advice {
  color: #900;
  padding: 5px;
}
.required em {
  color: #900;
  margin-right: 4px;
}
p.required {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #900;
}
.main-nav {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #999;
  background-image: url('../images/noise-pattern.jpg');
  background-image: -moz-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -ms-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(128, 128, 128, 0.5)), to(rgba(48, 48, 48, 0.5))), url('../images/noise-pattern.jpg');
  background-image: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -o-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

  border-top: 1px solid #999;
  font-size: 0px;
  height: 35px;
  width: 100%;
  /* dropdown */

  /* sub-menu in dropdown */

  /* ad in dropdown */

}
.main-nav > ul {
  padding: 0px;
  border-left: 1px solid #434343;
  border-right: 1px solid #717171;
  height: 35px;
}
.main-nav > ul li {
  display: inline-block;
  list-style-type: none;
}
.main-nav > ul > li {
  height: 35px;
  position: relative;
  width: 12.5%;
}
.main-nav > ul > li:hover {
  background-color: rgba(191, 191, 191, 0.12);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(48, 48, 48, 0));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(48, 48, 48, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.2)), to(rgba(48, 48, 48, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(48, 48, 48, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(48, 48, 48, 0));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(48, 48, 48, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.2)', endColorstr='rgba(48, 48, 48, 0)', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

}
.main-nav > ul > li:hover > a {
  color: #00c9ff;
}
.main-nav > ul > li:hover > .dropdown {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}
.main-nav > ul > li.current-menu-item > a,
.main-nav > ul > li.current-menu-ancestor > a {
  background: transparent url(../images/highlight.png) no-repeat center -1px;
}
.main-nav > ul > li.new-menu-item > a {
  overflow: hidden;
  position: relative;
}
.main-nav > ul > li.new-menu-item > a:after {
  background: transparent url(../images/new-menu-banner.png) no-repeat 0 0;
  content: '';
  display: block;
  height: 29px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 29px;
}
.main-nav li > a {
  border-left: 1px solid #717171;
  border-right: 1px solid #434343;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 13px;
  overflow: hidden;
  padding: 11px 2px;
  text-align: center;
  text-transform: uppercase;
}
.main-nav .dropdown {
  background-color: #999;
  background-image: url('../images/noise-pattern.jpg');
  background-image: -moz-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -ms-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(128, 128, 128, 0.5)), to(rgba(48, 48, 48, 0.5))), url('../images/noise-pattern.jpg');
  background-image: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -o-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -9999px;
  width: 500px;
  text-align: left;
  /* fade menu */

  -webkit-transition: opacity 200ms, top 0s 200ms;
  -moz-transition: opacity 200ms, top 0s 200ms;
  -ms-transition: opacity 200ms, top 0s 200ms;
  -o-transition: opacity 200ms, top 0s 200ms;
  transition: opacity 200ms, top 0s 200ms;
  z-index: 100;
}
.main-nav .dropdown.left-side {
  left: 0px;
}
.main-nav .dropdown.right-side {
  right: 0px;
}
.main-nav .sub-menu {
  float: left;
  padding: 10px 20px;
  width: 239px;
}
.main-nav .sub-menu li {
  border: 0px;
  width: 100%;
}
.main-nav .sub-menu a {
  border: 0px;
  display: inline-block;
  height: auto;
  margin: 5px 0px;
  padding: 3px;
  text-align: left;
  text-transform: none;
}
.main-nav .sub-menu a:hover {
  color: #40b3df;
}
.main-nav .dropdown-ad {
  border-left: 1px solid #434343;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.2);
  color: #fff;
  float: right;
  font-size: 14px;
  margin: 20px 0px;
  padding: 0px 20px;
  text-align: center;
  width: 180px;
}
.main-nav .dropdown-ad .ad {
  color: #999;
  font-family: Georgia, serif;
  font-style: italic;
  margin-bottom: 0px;
}
.sub-nav {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #666;
  background-image: url('../images/noise-pattern.jpg');
  background-image: -moz-linear-gradient(top, rgba(16, 16, 16, 0.5), rgba(64, 64, 64, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -ms-linear-gradient(top, rgba(16, 16, 16, 0.5), rgba(64, 64, 64, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(16, 16, 16, 0.5)), to(rgba(64, 64, 64, 0.5))), url('../images/noise-pattern.jpg');
  background-image: -webkit-linear-gradient(top, rgba(16, 16, 16, 0.5), rgba(64, 64, 64, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -o-linear-gradient(top, rgba(16, 16, 16, 0.5), rgba(64, 64, 64, 0.5)), url('../images/noise-pattern.jpg');
  background-image: linear-gradient(top, rgba(16, 16, 16, 0.5), rgba(64, 64, 64, 0.5)), url('../images/noise-pattern.jpg');
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#666666', GradientType=0);
  /* IE6-9 */

  border-top: 1px solid #6a6a6a;
  border-bottom: 1px solid #666;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5), inset 0px 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5), inset 0px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5), inset 0px 2px 4px rgba(0, 0, 0, 0.5);
  height: 35px;
  width: 100%;
}
.sub-nav ul {
  padding: 0px;
  float: left;
  font-size: 0px;
  margin: 0;
}
.sub-nav ul li {
  display: inline-block;
  list-style-type: none;
}
.sub-nav li {
  padding: 12px 10px 10px 10px;
}
.sub-nav li:first-child {
  padding-left: 0px;
}
.sub-nav a {
  color: #979797;
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
}
.sub-nav a:hover {
  color: #00c9ff;
}
.sub-nav .buttons {
  float: right;
  margin: 5px 0px 7px 0px;
}
.sub-nav .button {
  margin: 2px 0px 2px 6px;
}
.breadcrumbs {
  background: transparent;
  clear: both;
  color: #fff;
  width: 100%;
}
.breadcrumbs ul {
  *zoom: 1;
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 970px;
  padding: 0px;
  clear: none;
  font-size: 0px;
}
.breadcrumbs ul:before,
.breadcrumbs ul:after {
  display: table;
  content: "";
}
.breadcrumbs ul:after {
  clear: both;
}
.breadcrumbs ul li {
  display: inline-block;
  list-style-type: none;
}
.breadcrumbs li {
  font-size: 11px;
  height: 11px;
  line-height: 11px;
  padding: 13px 4px 12px 0;
}
.breadcrumbs li:before {
  content: '\203a';
  padding-left: 4px;
  padding-right: 4px;
}
.breadcrumbs li:first-child:before {
  content: '';
  display: none;
}
.breadcrumbs span {
  display: none;
}
.breadcrumbs strong {
  font-weight: normal;
}
.social-icons {
  padding: 0px;
  height: 23px;
  margin: 0px;
}
.social-icons li {
  display: inline-block;
  list-style-type: none;
}
.social-icons a {
  background-image: url(../images/social-icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 23px;
  text-indent: 9999px;
  overflow: hidden;
  width: 23px;
}
.social-icons a.facebook {
  background-position: 0px center;
}
.social-icons a.twitter {
  background-position: -23px center;
}
.social-icons a.linkedin {
  background-position: -46px center;
}
.social-icons a.youtube {
  background-position: -69px center;
}
.social-icons a.google {
  background-position: -92px center;
}
.content {
  background: #fff;
  color: #363636;
  padding: 25px 0px;
  width: 100%;
}
.col-main {
  width: 640px;
}
.col-main h1:first-child,
.col-main h2:first-child,
.col-main p:first-child {
  margin-top: 0px;
}
.col-main p.back-link {
  margin-top: 10px;
}
.col1-layout .col-main {
  margin: 0 auto;
  width: 100%;
}
.col2-left-layout .col-main {
  float: right;
  margin-left: 310px;
}
.col2-right-layout .col-main {
  float: left;
  margin-right: 310px;
}
.col-left {
  float: left;
  margin-right: -280px;
}
.col-right {
  float: right;
  margin-left: -280px;
}
.col3-layout .col-wrapper {
  float: left;
  margin-right: 310px;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  margin-left: 310px;
  max-width: 350px;
}
.sidebar {
  /* store widgets */

}
.sidebar .block-login,
.sidebar .block-widgets {
  position: relative;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 0px 0px 20px 0px;
  padding: 20px;
  width: 280px;
}
.sidebar .block-login *,
.sidebar .block-widgets * {
  position: relative;
}
.sidebar .block-login:before,
.sidebar .block-widgets:before {
  background: #606060;
  content: '';
  display: block;
  margin: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.sidebar .block-login .sidebar-title,
.sidebar .block-widgets > div:first-child .block-title,
.sidebar .block-widgets > div:first-child .sidebar-title {
  margin-top: -19px;
}
.sidebar .block-login {
  font-weight: 300;
}
.sidebar .block-login strong {
  font-weight: 600;
}
.sidebar .block-login a {
  font-weight: 600;
}
.sidebar .block-login a:after {
  content: '\00bb';
  margin-left: 4px;
}
.sidebar h3,
.sidebar .widget-title h2,
.sidebar .block-title {
  font-family: 'Titillium Web', Arial, sans-serif;
  border-top: 1px solid #333;
  border-bottom: 0px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  clear: both;
  color: #fff;
  font-size: 18px;
  margin: 30px 0px 12px 0px;
  padding-top: 30px;
  text-transform: uppercase;
}
.sidebar h3 strong,
.sidebar .widget-title h2 strong,
.sidebar .block-title strong {
  font-weight: 400;
}
.sidebar h3:first-child,
.sidebar .widget-title h2:first-child,
.sidebar .block-title:first-child {
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
  padding-top: 0;
}
.sidebar h3.sidebar-title,
.sidebar .block-account .block-title {
  background-color: #999;
  background-image: url('../images/noise-pattern.jpg');
  background-image: -moz-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -ms-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(128, 128, 128, 0.5)), to(rgba(48, 48, 48, 0.5))), url('../images/noise-pattern.jpg');
  background-image: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -o-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

  border: 0px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  height: 28px;
  line-height: 28px;
  margin: 0px -19px 30px -19px;
  padding: 8px 12px;
}
.sidebar h3.sidebar-title:before,
.sidebar .block-account .block-title:before {
  background: transparent url(../images/block-title-icons.png) no-repeat 0px center;
  content: '';
  display: block;
  float: left;
  height: 27px;
  margin-right: 6px;
  width: 27px;
}
.sidebar h4 {
  color: #40b3df;
  margin: 12px 0px;
}
.sidebar .block-account {
  margin: 0;
}
.sidebar .block-account .current {
  color: #40b3df;
  letter-spacing: 1px;
}
.sidebar .block-account ul,
.sidebar .sidebar-nav {
  list-style-type: none;
  margin: 12px 0px 30px 0px;
  padding: 0px;
}
.sidebar .block-account ul li,
.sidebar .sidebar-nav li {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 12px;
  margin: 12px 0px 12px 10px;
  text-transform: uppercase;
}
.sidebar .block-account ul li a,
.sidebar .sidebar-nav li a {
  color: #fff;
  letter-spacing: 1px;
}
.sidebar .block-account ul li:before,
.sidebar .sidebar-nav li:before {
  color: #40b3df;
  content: '\25B8';
  display: inline-block;
  margin: 0px 4px 0px -14px;
  text-align: right;
  width: 10px;
}
.sidebar .free-sub {
  *zoom: 1;
  margin: 20px 0px;
}
.sidebar .free-sub:before,
.sidebar .free-sub:after {
  display: table;
  content: "";
}
.sidebar .free-sub:after {
  clear: both;
}
.sidebar .free-sub img {
  float: left;
  margin-right: 10px;
}
.sidebar .free-sub h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.sidebar .free-sub h4 a {
  color: #fff;
}
.sidebar .product-shop {
  border-top: 1px solid #333;
  border-bottom: 0px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  margin: 30px 0px 12px 0px;
  padding: 12px 0px;
}
.sidebar .product-name {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 6px 0px;
  padding: 0;
  text-transform: none;
}
.sidebar .product-name a {
  color: #40b3df;
}
.sidebar .product-name a:hover {
  color: #00c9ff;
}
.sidebar .single-product-thumb {
  text-align: center;
}
.sidebar .offers {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 10px;
  text-transform: none;
  clear: both;
  color: #ffc000;
  display: block;
  margin: 12px 0px;
}
.sidebar .offers:after {
  content: '\00bb';
  margin-left: 4px;
}
.sidebar .block-reorder ol {
  list-style-type: none;
  padding: 0;
}
.sidebar .block-reorder .item {
  margin: 6px 0px;
}
.sidebar .block-reorder input[type=checkbox],
.sidebar .block-reorder .product-name {
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
.sidebar .block-reorder .product-name {
  margin-left: 20px;
}
.sidebar .block-reorder input[type=checkbox] {
  margin-right: -14px;
}
.feature {
  *zoom: 1;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  min-height: 236px;
  position: relative;
  padding: 15px;
  margin-bottom: 40px;
  margin-left: -15px;
}
.feature:before,
.feature:after {
  display: table;
  content: "";
}
.feature:after {
  clear: both;
}
.feature * {
  position: relative;
}
.feature:before {
  background: #e6e6e6;
  content: '';
  display: block;
  margin: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.feature .button-yellow {
  margin-left: 10px;
}
.feature h2 a {
  color: #17649a;
}
.feature-content {
  float: left;
  width: 374px;
}
.feature-content h2 {
  margin: 4px 0px 10px 0px;
}
.feature-content h3 {
  border: 0px;
  color: #40b3df;
  margin: 0px;
  text-transform: none;
}
.feature-img {
  position: relative;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  float: right;
  height: 230px;
  margin-left: 15px;
  padding: 3px;
  width: auto;
  text-align: center;
}
.feature-img * {
  position: relative;
}
.feature-img:before {
  background: #ffffff;
  content: '';
  display: block;
  margin: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.feature-img img {
  height: auto;
  max-width: 100%;
}
.feature-nav {
  padding: 0px;
  background-color: #999;
  background-image: url('../images/noise-pattern.jpg');
  background-image: -moz-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -ms-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(128, 128, 128, 0.5)), to(rgba(48, 48, 48, 0.5))), url('../images/noise-pattern.jpg');
  background-image: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -o-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.2);
  clear: both;
  height: 20px;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
}
.feature-nav li {
  display: inline-block;
  list-style-type: none;
}
.feature-nav li {
  border-left: 1px solid #ccc;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding: 3px 30px;
}
.feature-nav li:first-child {
  border-left: 0px;
}
.feature-nav a {
  color: #ffc000;
  font-weight: bold;
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.logo {
  display: block;
  float: left;
  height: 70px;
  margin: 10px 15px 20px 0px;
  width: 220px;
}
.header-toolbar {
  background: #333;
  background: rgba(51, 51, 51, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: right;
  height: 35px;
  padding: 0px 4px;
}
.header-toolbar h5 {
  display: inline-block;
  float: left;
  margin: 0px;
}
.header-toolbar .subscribe,
.header-toolbar .stay-connected,
.header-toolbar .search {
  float: left;
  height: 26px;
  margin: 4px;
}
.header-toolbar .subscribe {
  width: 280px;
}
.header-toolbar .subscribe fieldset {
  border: 0px;
  float: right;
  padding: 0px;
}
.header-toolbar .stay-connected,
.header-toolbar .search {
  border-left: 1px solid #000;
  -webkit-box-shadow: inset 1px 0px 0px rgba(128, 128, 128, 0.2);
  -moz-box-shadow: inset 1px 0px 0px rgba(128, 128, 128, 0.2);
  box-shadow: inset 1px 0px 0px rgba(128, 128, 128, 0.2);
}
.header-toolbar .stay-connected {
  margin-left: 6px;
  padding-left: 8px;
}
.header-toolbar .search {
  margin-left: 2px;
  padding-left: 2px;
  text-align: right;
}
.header-toolbar .social-icons {
  float: right;
  font-size: 0px;
  padding: 2px 0px 2px 6px;
}
.header-toolbar .social-icons li {
  margin: 0px 2px;
}
.banner-970 {
  height: 90px;
  margin: 15px auto 10px auto;
  overflow: hidden;
  text-align: center;
  width: 970px;
}
.ad-300 {
  height: 250px;
  overflow: hidden;
  width: 300px;
}
.ad-470 {
  clear: both;
  height: 60px;
  margin: 30px auto;
  overflow: hidden;
  width: 470px;
}
.satellite-store .header {
  margin-top: 15px;
}
/*.satellite-store .header .banner-970 {
  display: none;
} */
.satellite-store .footer .banner-970 {
  display: none;
}
/* store */
.global-site-notice {
  background: #fcc;
  background: rgba(255, 222, 222, 0.85);
  border-bottom: 1px solid #900;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #900;
  font-weight: bold;
  padding: 10px;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.global-site-notice .notice-inner {
  *zoom: 1;
  clear: both;
  margin: 0 auto;
  position: relative;
  max-width: 970px;
}
.global-site-notice .notice-inner:before,
.global-site-notice .notice-inner:after {
  display: table;
  content: "";
}
.global-site-notice .notice-inner:after {
  clear: both;
}
.global-site-notice .notice-inner p {
  margin: 0px;
}
.messages {
  list-style-type: none;
  margin: 1em 0;
  padding: 0px;
}
.messages ul {
  list-style-type: none;
  padding: 0px;
}
.success-msg {
  background: #cfc;
  border: 1px solid #090;
  color: #090;
  padding: 10px;
}
.notice-msg {
  background: #ffc;
  border: 1px solid #990;
  color: #990;
  padding: 10px;
}
.error-msg {
  background: #fcc;
  border: 1px solid #900;
  color: #900;
  padding: 10px;
}
.product-shop {
  position: relative;
}
.price-box,
.price {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.product-essential {
  position: relative;
  width: 100%;
}
.product-image {
  margin: 0;
  max-width: 260px;
}
.product-image img {
  height: auto;
  max-width: 100%;
}
.item {
  *zoom: 1;
  margin: 40px 0px;
}
.item:before,
.item:after {
  display: table;
  content: "";
}
.item:after {
  clear: both;
}
.item.first,
.item:first-child {
  margin-top: 0px;
}
.item .link-learn {
  color: #17649a;
  margin-left: 0;
}
.item .link-learn:hover {
  color: #1e81c6;
}
.product-name {
  border-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  text-transform: none;
}
.product-name a {
  color: #17649a;
}
.product-name a:hover {
  color: #1e81c6;
}
.add-to-links {
  display: none;
}
button.btn-cart {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -ms-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#333333));
  background-image: -webkit-linear-gradient(top, #535353, #333333);
  background-image: -o-linear-gradient(top, #535353, #333333);
  background-image: linear-gradient(top, #535353, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#333333', GradientType=0);
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 6px;
  text-align: center;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  background-color: #ffd24b;
  background-image: -moz-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -ms-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd77), to(#ffc208));
  background-image: -webkit-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -o-linear-gradient(top, #ffdd77, #ffc208);
  background-image: linear-gradient(top, #ffdd77, #ffc208);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd77', endColorstr='#ffc208', GradientType=0);
  border-top: 1px solid #fff0c4;
  border-bottom: 1px solid #dfa903;
  float: right;
  padding: 0px;
}
button.btn-cart:hover {
  color: #fff;
}
.desc {
  font-size: 13px;
  margin: 10px 0px;
}
.link-learn {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 10px;
  text-transform: none;
  display: block;
  margin-top: 10px;
}
.link-learn:after {
  content: '\00bb';
  margin-left: 4px;
}
/* list view */
.products-list {
  list-style-type: none;
  padding: 0px;
}
.products-list .item {
  border-top: 1px solid #e6e6e6;
  margin: 20px 0px;
  padding-top: 20px;
}
.products-list .item.first,
.products-list .item:first-child {
  border-top: 0px;
  padding-top: 0px;
}
.products-list .product-shop {
  float: left;
  margin-left: 160px;
  margin-right: 60px;
  width: 440px;
}
.products-list .price-box {
  position: absolute;
  left: 0;
  bottom: 0;
}
.products-list .product-image {
  float: left;
  height: 140px;
  margin-right: -140px;
  width: 140px;
}
/* for wall charts on homepage */
.cms-home .products-list .item {
  margin: 20px 0 0;
  border-top: none;
}
.cms-home .products-list .product-shop {
  float: none;
  margin-left: 250px;
  margin-right: 100px;
  width: auto;
}
.cms-home .products-list .desc {
  padding-bottom: 40px;
}
.cms-home .products-list .button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cms-home .products-list .product-image {
  height: auto;
  margin-right: 0;
  width: 230px;
}
/* grid view */
.products-grid {
  list-style-type: none;
  padding: 0px;
}
/* sorting/pagination */
.toolbar {
  *zoom: 1;
  background: #e6e6e6;
  font-size: 12px;
  height: 30px;
  line-height: 18px;
  text-align: center;
}
.toolbar:before,
.toolbar:after {
  display: table;
  content: "";
}
.toolbar:after {
  clear: both;
}
.toolbar .sorter {
  display: none;
}
.toolbar .amount {
  float: left;
  margin: 0px;
  padding: 6px;
}
.toolbar .limiter {
  float: right;
  padding: 6px;
}
.toolbar .limiter select {
  margin: 0px 4px;
}
.toolbar .pages {
  margin: 0px 160px;
}
.toolbar .pages strong {
  display: none;
}
.toolbar .pages ol {
  padding: 0px;
  height: 12px;
  line-height: 12px;
  margin: 0px;
  padding: 10px;
}
.toolbar .pages ol li {
  display: inline-block;
  list-style-type: none;
}
.toolbar .pages a {
  margin: 0px 8px;
  padding: 0px 4px;
}
/* single product view */
.product-view .product-ids,
.product-view .ratings,
.product-view .no-rating {
  display: none;
}
.product-view .product-name h1 {
  border-bottom: 1px dotted #17649a;
  font-size: 24px;
  margin: 0px 0px 12px 0px;
  padding-bottom: 10px;
}
.product-view .product-img-box {
  float: left;
  margin-right: 10px;
}
.product-view .more-views {
  display: none;
}
.product-view .product-shop {
  display: block;
  overflow: hidden;
}
.product-view .availability {
  display: none;
  float: left;
  margin: 12px 0px;
}
.product-view .short-description {
  clear: both;
}
.product-view .price-box {
  float: right;
  margin: 12px 0px 12px 12px;
  text-align: right;
}
.product-view .price-box,
.product-view .price {
  font-size: 20px;
}
.product-view .add-to-box {
  clear: right;
  padding: 15px;
  background: #e6e6e6;
  border: solid #999999 1px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  min-height: 24px;
}
.product-view .add-to-box .qty {
  margin: 0;
  padding: 4px 5px;
  width: 30px;
}
.product-view .product-collateral {
  clear: both;
}
.product-view .box-tags {
  display: none;
}
.product-view .tab {
  font-family: 'Titillium Web', Arial, sans-serif;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: -1px;
  padding: 4px 10px;
}
.product-view .tab-container {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin: 0px;
  padding: 20px;
}
.product-view .emailto-link {
  display: none;
}
.product-view .box-related {
  *zoom: 1;
  background-color: #999999;
  /* Old browsers */

  /* insert image fallback here */

  background-image: -moz-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* FF3.6+ */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(20%, #ffffff), color-stop(30%, #999999), color-stop(60%, #ffffff), color-stop(100%, #999999));
  /* Chrome,Safari4+ */

  background-image: -webkit-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Chrome10+,Safari5.1+ */

  background-image: -o-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* Opera 11.10+ */

  background-image: -ms-linear-gradient(top, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* IE10+ */

  background-image: linear-gradient(to bottom, #999999 0%, #ffffff 20%, #999999 30%, #ffffff 60%, #999999 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0);
  /* IE6-9 */

  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  min-height: 236px;
  position: relative;
  padding: 15px;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-top: 30px;
}
.product-view .box-related:before,
.product-view .box-related:after {
  display: table;
  content: "";
}
.product-view .box-related:after {
  clear: both;
}
.product-view .box-related * {
  position: relative;
}
.product-view .box-related:before {
  background: #e6e6e6;
  content: '';
  display: block;
  margin: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.product-view .box-related .button-yellow {
  margin-left: 10px;
}
.product-view .box-related h2 a {
  color: #17649a;
}
.product-view .box-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-view .box-related ul .item {
  border-bottom: solid 1px #868686;
  margin: 20px 0;
  padding-bottom: 20px;
}
.product-view .box-related ul .last {
  border-bottom: none;
}
.product-view .box-related .product-image {
  float: left;
  max-width: 200px;
}
.product-view .box-related .product-details {
  margin-left: 220px;
  position: relative;
}
.product-view .box-related .product-details .product-name {
  margin-bottom: 10px;
}
.product-view .box-related .product-details .short-description {
  clear: none;
}
.product-view .box-related .product-details .link-learn {
  float: left;
  line-height: 24px;
}
.product-view .box-related .product-details .price-box {
  margin: 10px 0 10px 10px;
  position: absolute;
  right: 120px;
}
.product-view .box-related .product-details .price-box,
.product-view .box-related .product-details .price-box .price {
  font-size: 14px;
  line-height: 24px;
}
.product-view .box-related .product-details .button {
  margin-top: 10px;
  position: absolute;
  right: 0;
}
/* custom style for hiding qty input box, e.g. webinars */
.catalog-product-view-noqty .add-to-box .qty,
.catalog-product-view-noqty .add-to-box label {
  display: none;
}
/* custom style for hiding price */
.catalog-product-view-noprice .price-box .price {
  display: none;
}
/* anything with product options */
.product-options {
  margin: 30px 0 0;
}
.product-options dt label {
  font-weight: bold;
  font-size: 12px;
}
.product-options dt .required em {
  margin-left: 5px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #000;
}
.product-options dd {
  margin: 5px 0 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e7e7e7;
}
.product-options dd .input-box {
  display: block;
  padding-right: 20px;
}
.product-options dd input.input-text {
  width: 98%;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd .time-picker select {
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 100%;
}
.product-options .options-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-options .options-list li {
  vertical-align: middle;
  margin: 0;
  padding: 5px;
}
.product-options .options-list input.radio {
  float: left;
  margin: 2px -18px 0 0;
}
.product-options .options-list input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.product-options .options-list .label {
  display: block;
  margin-left: 20px;
}
.product-view .product-shop .item-options dt {
  display: none;
}
.product-view .product-shop .item-options dd {
  margin: 0;
}
/* grouped product view */
.product-view-grouped {
  /* hide default add-to-box on grouped products */

}
.product-view-grouped .product-view .grouped-items-box {
  margin: 10px 0;
}
.product-view-grouped .product-view .grouped-items-box .grouped-item {
  background: #e6e6e6;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: solid #999999 1px;
  clear: both;
  *zoom: 1;
  margin: 10px 0;
  padding: 10px;
}
.product-view-grouped .product-view .grouped-items-box .grouped-item:before,
.product-view-grouped .product-view .grouped-items-box .grouped-item:after {
  display: table;
  content: "";
}
.product-view-grouped .product-view .grouped-items-box .grouped-item:after {
  clear: both;
}
.product-view-grouped .product-view .grouped-items-box .grouped-item .grouped-item-name {
  float: left;
  line-height: 24px;
  width: 40%;
}
.product-view-grouped .product-view .grouped-items-box .grouped-item .qty {
  margin: 0;
  padding: 4px 5px;
  width: 30px;
}
.product-view-grouped .product-view .grouped-items-box .grouped-item .price-box {
  float: left;
  line-height: 24px;
  margin: 0;
  width: 80px;
}
.product-view-grouped .product-view .add-to-box {
  display: none;
}
.block {
  *zoom: 1;
  clear: both;
  margin: 40px 0px;
}
.block:before,
.block:after {
  display: table;
  content: "";
}
.block:after {
  clear: both;
}
/* cart */
.cart {
  /* default coupon form */

  /* amasty coupons multiple coupons table */

}
.cart .title-buttons .checkout-types,
.cart .shipping,
.cart .giftcard {
  display: none;
}
.cart .product-name,
.cart .price {
  font-family: Arial, sans-serif;
}
.cart .product-name {
  line-height: 16px;
}
.cart fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.cart .totals {
  float: right;
  padding-top: 20px;
}
.cart #shopping-cart-totals-table {
  float: right;
}
.cart .checkout-types {
  clear: both;
  list-style-type: none;
  overflow: hidden;
  text-align: right;
}
.cart .btn-checkout {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -ms-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#333333));
  background-image: -webkit-linear-gradient(top, #535353, #333333);
  background-image: -o-linear-gradient(top, #535353, #333333);
  background-image: linear-gradient(top, #535353, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#333333', GradientType=0);
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 6px;
  text-align: center;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  background-color: #ffd24b;
  background-image: -moz-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -ms-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd77), to(#ffc208));
  background-image: -webkit-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -o-linear-gradient(top, #ffdd77, #ffc208);
  background-image: linear-gradient(top, #ffdd77, #ffc208);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd77', endColorstr='#ffc208', GradientType=0);
  border-top: 1px solid #fff0c4;
  border-bottom: 1px solid #dfa903;
  margin: 20px 4px;
  padding: 0px;
}
.cart .btn-checkout:hover {
  color: #fff;
}
.cart .btn-checkout span span {
  padding: 8px;
}
.cart .cart-collaterals {
  margin-top: 20px;
  width: 30%;
}
.cart #discount-coupon-form #coupon_code {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.cart #discount-coupon-form .button {
  float: right;
  margin: 6px 0px 0px 6px;
}
.cart .discount table {
  width: 100%;
}
.cart .discount table td {
  border-bottom: 1px solid #e6e6e6;
}
.data-table {
  border-spacing: 0px;
  font-size: 12px;
  width: 100%;
  /* zebra stripes */

  /* for ie */

}
.data-table thead th {
  font-family: 'Titillium Web', Arial, sans-serif;
  background: #17649a;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.data-table th,
.data-table td {
  padding: 4px 20px;
}
.data-table td:first-child {
  border-left: 1px solid #e6e6e6;
}
.data-table td:last-child {
  border-right: 1px solid #e6e6e6;
}
.data-table tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}
.data-table tr:nth-child(even) td,
.data-table tr:nth-child(even) th {
  background: #f3f3f3;
}
.data-table .even td {
  background: #f3f3f3;
}
.cart-table tr:last-child td {
  border-bottom: 0;
}
.cart-table tfoot {
  /* for ie */

}
.cart-table tfoot td,
.cart-table tfoot td:first-child,
.cart-table tfoot td:last-child {
  border: 1px solid #ccc;
  padding: 8px;
}
.cart-table tfoot td {
  border: 1px solid #ccc;
  padding: 8px;
}
.cart-table .product-name {
  font-size: 14px;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table .btn-update,
.cart-table .btn-clear {
  float: right;
  margin-left: 8px;
}
.cart-table .product-thumb {
  line-height: 0;
  min-width: 75px;
}
.cart-table .item-options dt {
  font-weight: 700;
}
.cart-table .item-options dd {
  display: list-item;
  list-style-type: disc;
  margin-left: 30px;
}
/* unique cms */
.industry-directory .desc,
.transponder-guide .desc {
  font-size: 12px;
  font-weight: bold;
}
.industry-directory .button-yellow,
.transponder-guide .button-yellow {
  float: right;
}
.industry-directory .more,
.transponder-guide .more,
.industry-directory .widget-product-link a,
.transponder-guide .widget-product-link a,
.industry-directory .widget-product-link-inline a,
.transponder-guide .widget-product-link-inline a {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 10px;
  text-transform: none;
  float: left;
  margin-left: 0;
}
.industry-directory .more:after,
.transponder-guide .more:after,
.industry-directory .widget-product-link a:after,
.transponder-guide .widget-product-link a:after,
.industry-directory .widget-product-link-inline a:after,
.transponder-guide .widget-product-link-inline a:after {
  content: '\00bb';
  margin-left: 4px;
}
.reports img {
  float: left;
}
.reports .info {
  float: right;
  min-height: 130px;
  margin-bottom: 55px;
  width: 200px;
}
.reports .info p {
  font-size: 12px;
}
.reports .info .more {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 10px;
  text-transform: none;
  display: block;
  margin-left: 0;
  margin-top: 10px;
}
.reports .info .more:after {
  content: '\00bb';
  margin-left: 4px;
}
.reports .info .widget-product-link a,
.reports .info .widget-product-link-inline a {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 10px;
  text-transform: none;
  display: block;
  margin-left: 0;
  margin-top: 10px;
}
.reports .info .widget-product-link a:after,
.reports .info .widget-product-link-inline a:after {
  content: '\00bb';
  margin-left: 4px;
}
.reports .half-col {
  min-height: 215px;
  position: relative;
}
.reports .shop {
  *zoom: 1;
  border-top: 1px solid #e6e6e6;
  bottom: 0;
  clear: both;
  padding: 10px 0px;
  position: absolute;
  width: 100%;
}
.reports .shop:before,
.reports .shop:after {
  display: table;
  content: "";
}
.reports .shop:after {
  clear: both;
}
.reports .shop .price {
  float: left;
}
.reports .shop .button-yellow {
  float: right;
}
.conference-proceedings p {
  font-size: 12px;
}
.conference-proceedings .buttons {
  font-size: 0px;
}
.conference-proceedings .button-blue {
  margin-right: 20px;
  margin-bottom: 10px;
}
.conference-proceedings .right {
  float: none;
  margin-left: 220px;
  width: auto;
}
.conference-proceedings.home .buttons {
  margin-left: -20px;
}
.conference-proceedings.home .button-blue {
  font-size: 11px;
  line-height: 12px;
  height: 24px;
  margin: 0 10px 10px 20px;
  padding: 4px 5px;
  width: 114px;
}
.conference-proceedings.home .right {
  float: none;
  margin-left: 220px;
  width: auto;
  margin-left: 340px;
}
.individual-proceedings br {
  display: none;
}
.individual-proceedings ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.individual-proceedings .accordion {
  border: 1px solid #e6e6e6;
  border-top: 0px;
  min-height: 26px;
  line-height: 26px;
  padding: 8px;
}
.individual-proceedings .accordion:first-child {
  border-top: 1px solid #e6e6e6;
}
.individual-proceedings .accordion .title,
.individual-proceedings .accordion .widget-product-link,
.individual-proceedings .accordion .widget-product-link-inline {
  display: inline-block;
  width: 420px;
}
.individual-proceedings .accordion-content {
  font-size: 12px;
  margin: 4px 0px -4px 0px;
}
.individual-proceedings .accordion-content li {
  padding: 4px 0 4px 25px;
  position: relative;
}
.individual-proceedings .accordion-content li .title,
.individual-proceedings .accordion-content li .widget-product-link,
.individual-proceedings .accordion-content li .widget-product-link-inline {
  display: block;
  margin-right: 200px;
}
.individual-proceedings .accordion-content li .info {
  position: absolute;
  right: 0;
  top: 3px;
}
.individual-proceedings .accordion-content li .button-blue {
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 2px 4px;
}
.individual-proceedings .accordion-content li:nth-child(odd) {
  background: #f3f3f3;
}
.individual-proceedings .accordion-content.hide {
  display: none;
}
.individual-proceedings .info {
  float: right;
  text-align: right;
}
.individual-proceedings .price,
.individual-proceedings .button-yellow {
  margin: 0px 10px;
}
.individual-proceedings .showhide {
  color: #333;
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
}
/* header and footer */
.header form,
.footer form {
  line-height: 12px;
}
.header form input,
.footer form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.header form input,
.footer form input {
  background: #666;
  background-color: #404040;
  background-image: -moz-linear-gradient(top, #333333, #535353);
  background-image: -ms-linear-gradient(top, #333333, #535353);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#535353));
  background-image: -webkit-linear-gradient(top, #333333, #535353);
  background-image: -o-linear-gradient(top, #333333, #535353);
  background-image: linear-gradient(top, #333333, #535353);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#535353', GradientType=0);
  border: 0px;
  border-bottom: 1px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.8);
  color: #e6e6e6;
  float: left;
  font-size: 10px;
  line-height: 10px;
  margin: 3px -4px 3px 7px;
  padding: 6px 10px 4px 6px;
  height: 20px;
  width: 120px;
}
.header form .button,
.footer form .button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  float: left;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin: 2px 0px;
  padding: 5px;
}
.header form .button:hover,
.footer form .button:hover {
  color: #00c9ff;
}
.header .button,
.footer .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ccc;
  font-weight: 400;
}
.top-cart {
  clear: both;
  color: #fff;
  float: right;
  font-size: 12px;
  height: 30px;
  margin: 10px;
}
.top-cart .block-title {
  color: #40b3df;
  cursor: pointer;
  font-weight: 400;
  text-align: right;
}
.top-cart .block-title .expanded {
  text-align: right;
}
.top-cart .block-title:hover {
  color: #00c9ff;
}
.top-cart .block-content {
  background: #333;
  z-index: 100;
}
.footer {
  background: #444;
  border-top: 1px solid #a3a3a3;
  -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.5);
  color: #ccc;
  font-size: 14px;
}
.footer .ad-300 {
  border: 7px solid #666;
  float: left;
  margin-right: 26px;
}
.footer .col {
  float: left;
  margin: 0px 15px;
  width: 180px;
}
.footer .magazine li {
  font-family: Georgia, serif;
  font-style: italic;
}
.footer .magazine li a {
  color: #fff;
}
.footer .magazine li a:after {
  content: '\00bb';
  margin-left: 4px;
}
.footer h3 {
  border-bottom: 1px solid #333;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  color: #fff;
  margin-top: 0px;
}
.footer .banner-970 {
  margin: 25px auto;
}
.footer-top {
  background-color: #333;
  background-image: url('../images/noise-pattern.jpg');
  background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.6), rgba(16, 16, 16, 0.8)), url('../images/noise-pattern.jpg');
  background-image: -ms-linear-gradient(top, rgba(64, 64, 64, 0.6), rgba(16, 16, 16, 0.8)), url('../images/noise-pattern.jpg');
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(64, 64, 64, 0.6)), to(rgba(16, 16, 16, 0.8))), url('../images/noise-pattern.jpg');
  background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.6), rgba(16, 16, 16, 0.8)), url('../images/noise-pattern.jpg');
  background-image: -o-linear-gradient(top, rgba(64, 64, 64, 0.6), rgba(16, 16, 16, 0.8)), url('../images/noise-pattern.jpg');
  background-image: linear-gradient(top, rgba(64, 64, 64, 0.6), rgba(16, 16, 16, 0.8)), url('../images/noise-pattern.jpg');
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

  padding: 15px 0px;
}
.footer-top ul {
  list-style-type: none;
  padding: 0px;
}
.footer-top li {
  margin: 12px 0px;
}
.footer-top li ul {
  font-family: Georgia, serif;
  font-style: italic;
  margin-left: 12px;
}
.footer-top li ul a {
  color: #fff;
}
.footer-top li ul a:after {
  content: '\00bb';
  margin-left: 4px;
}
.footer-bottom {
  background-color: #444;
  background-image: url('../images/hex-pattern.jpg');
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(128, 128, 128, 0.5)), to(rgba(32, 32, 32, 0.8))), url('../images/hex-pattern.jpg');
  background-image: -webkit-radial-gradient(circle, rgba(128, 128, 128, 0.5), rgba(32, 32, 32, 0.8)), url('../images/hex-pattern.jpg');
  background-image: -moz-radial-gradient(circle, rgba(128, 128, 128, 0.5), rgba(32, 32, 32, 0.8)), url('../images/hex-pattern.jpg');
  background-image: -ms-radial-gradient(circle, rgba(128, 128, 128, 0.5), rgba(32, 32, 32, 0.8)), url('../images/hex-pattern.jpg');
  background-image: -o-radial-gradient(circle, rgba(128, 128, 128, 0.5), rgba(32, 32, 32, 0.8)), url('../images/hex-pattern.jpg');
  background-repeat: repeat;
  *zoom: 1;
  width: 100%;
}
.footer-bottom:before,
.footer-bottom:after {
  display: table;
  content: "";
}
.footer-bottom:after {
  clear: both;
}
.footer-toolbar {
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  height: 25px;
  padding: 15px 0px;
}
.footer-toolbar h5 {
  display: inline-block;
  margin: 4px 0px;
}
.footer-toolbar form {
  display: inline-block;
}
.footer-toolbar .subscribe h5 {
  float: left;
  margin: 5px 0px;
}
.footer-toolbar .stay-connected {
  float: right;
}
.footer-toolbar .stay-connected h5 {
  float: left;
}
.footer-toolbar .social-icons {
  float: left;
  padding-left: 6px;
}
.footer-toolbar .social-icons li {
  margin: 0px;
}
.copyright {
  color: #666;
  font-size: 12px;
  position: absolute;
  right: 0px;
  bottom: 10px;
}
/* home */
.home .block .block-title {
  background-color: #999;
  background-image: url('../images/noise-pattern.jpg');
  background-image: -moz-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -ms-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(128, 128, 128, 0.5)), to(rgba(48, 48, 48, 0.5))), url('../images/noise-pattern.jpg');
  background-image: -webkit-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: -o-linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-image: linear-gradient(top, rgba(128, 128, 128, 0.5), rgba(48, 48, 48, 0.5)), url('../images/noise-pattern.jpg');
  background-repeat: repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444', GradientType=0);
  /* IE6-9 */

}
.home .block .block-title:before {
  background: transparent url(../images/block-title-icons.png) no-repeat 0px center;
  content: '';
  display: block;
  float: left;
  height: 27px;
  margin-right: 6px;
  width: 27px;
}
.home .block.home-events .block-title:before {
  background-position: -27px center;
}
.home .block.home-videos .block-title:before {
  background-position: -54px center;
}
.home .block.home-jobs .block-title:before {
  background-position: -81px center;
}
/* checkout */
.form-list {
  clear: both;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0px;
}
.form-list ul {
  list-style-type: none;
  padding: 0px;
}
/* one page checkout */
.opc-progress-container {
  float: right;
  margin-left: -280px;
  width: 280px;
}
.opc-block-progress {
  color: #868686;
}
.opc-block-progress .block-title,
.opc-block-progress .complete {
  color: #363636;
}
.opc-block-progress dd {
  margin-left: 20px;
}
.opc {
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin-right: 300px;
  padding: 0px;
  width: 650px;
}
.opc .section {
  clear: both;
  margin: 10px 0px;
}
.opc .section .step-title {
  background: #e6e6e6;
  margin-bottom: 10px;
  padding: 4px 12px;
}
.opc .section .step-title .number {
  display: none;
}
.opc .section .step-title h2 {
  color: #868686;
  margin: 0px;
}
.opc .section.allow .step-title {
  background: #4c4c4c;
  cursor: pointer;
}
.opc .section.allow .step-title h2 {
  color: #fff;
}
.opc .section.active .step-title {
  background: #17649a;
}
.opc fieldset {
  border: 0px;
  padding: 0px;
}
.opc #login-form li {
  *zoom: 1;
}
.opc #login-form li:before,
.opc #login-form li:after {
  display: table;
  content: "";
}
.opc #login-form li:after {
  clear: both;
}
.opc #login-form .note {
  float: right;
}
.opc .btn-checkout {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -ms-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#333333));
  background-image: -webkit-linear-gradient(top, #535353, #333333);
  background-image: -o-linear-gradient(top, #535353, #333333);
  background-image: linear-gradient(top, #535353, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#333333', GradientType=0);
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 6px;
  text-align: center;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  background-color: #ffd24b;
  background-image: -moz-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -ms-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd77), to(#ffc208));
  background-image: -webkit-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -o-linear-gradient(top, #ffdd77, #ffc208);
  background-image: linear-gradient(top, #ffdd77, #ffc208);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd77', endColorstr='#ffc208', GradientType=0);
  border-top: 1px solid #fff0c4;
  border-bottom: 1px solid #dfa903;
  float: right;
  margin: 20px 4px;
  padding: 0px;
}
.opc .btn-checkout:hover {
  color: #fff;
}
.opc .btn-checkout span span {
  padding: 8px;
}
.opc .col2-set .col-1,
.opc .col2-set .col-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  width: 50%;
}
.opc .col2-set .col-1 {
  border-right: 1px solid #e6e6e6;
}
.opc ul {
  margin: 1em 0;
}
/* checkout forms */
#co-billing-form,
#co-shipping-form,
#login-form,
#co-payment-form,
#form-validate,
#payment_form_ccsave,
.account-create {
  font-size: 12px;
  padding-right: 280px;
}
#co-billing-form li,
#co-shipping-form li,
#login-form li,
#co-payment-form li,
#form-validate li,
#payment_form_ccsave li,
.account-create li {
  *zoom: 1;
}
#co-billing-form li:before,
#co-shipping-form li:before,
#login-form li:before,
#co-payment-form li:before,
#form-validate li:before,
#payment_form_ccsave li:before,
.account-create li:before,
#co-billing-form li:after,
#co-shipping-form li:after,
#login-form li:after,
#co-payment-form li:after,
#form-validate li:after,
#payment_form_ccsave li:after,
.account-create li:after {
  display: table;
  content: "";
}
#co-billing-form li:after,
#co-shipping-form li:after,
#login-form li:after,
#co-payment-form li:after,
#form-validate li:after,
#payment_form_ccsave li:after,
.account-create li:after {
  clear: both;
}
#co-billing-form li .field,
#co-shipping-form li .field,
#login-form li .field,
#co-payment-form li .field,
#form-validate li .field,
#payment_form_ccsave li .field,
.account-create li .field {
  clear: both;
}
#co-billing-form label,
#co-shipping-form label,
#login-form label,
#co-payment-form label,
#form-validate label,
#payment_form_ccsave label,
.account-create label {
  float: left;
  height: 20px;
  line-height: 18px;
  margin: 6px 3% 6px 0px;
  text-align: right;
  width: 32%;
}
#co-billing-form .input-box,
#co-shipping-form .input-box,
#login-form .input-box,
#co-payment-form .input-box,
#form-validate .input-box,
#payment_form_ccsave .input-box,
.account-create .input-box {
  float: right;
  margin: 6px 0px;
  position: relative;
  width: 65%;
}
#co-billing-form .input-box input,
#co-shipping-form .input-box input,
#login-form .input-box input,
#co-payment-form .input-box input,
#form-validate .input-box input,
#payment_form_ccsave .input-box input,
.account-create .input-box input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  line-height: 18px;
}
#co-billing-form .input-box input.validation-failed,
#co-shipping-form .input-box input.validation-failed,
#login-form .input-box input.validation-failed,
#co-payment-form .input-box input.validation-failed,
#form-validate .input-box input.validation-failed,
#payment_form_ccsave .input-box input.validation-failed,
.account-create .input-box input.validation-failed {
  background: #fcc;
  border: 1px solid #900;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#co-billing-form input[type=text],
#co-shipping-form input[type=text],
#login-form input[type=text],
#co-payment-form input[type=text],
#form-validate input[type=text],
#payment_form_ccsave input[type=text],
.account-create input[type=text],
#co-billing-form input[type=password],
#co-shipping-form input[type=password],
#login-form input[type=password],
#co-payment-form input[type=password],
#form-validate input[type=password],
#payment_form_ccsave input[type=password],
.account-create input[type=password],
#co-billing-form select,
#co-shipping-form select,
#login-form select,
#co-payment-form select,
#form-validate select,
#payment_form_ccsave select,
.account-create select {
  width: 100%;
}
#co-billing-form .control label,
#co-shipping-form .control label,
#login-form .control label,
#co-payment-form .control label,
#form-validate .control label,
#payment_form_ccsave .control label,
.account-create .control label {
  margin-right: 0;
  text-align: left;
  width: 65%;
}
#co-billing-form .control .input-box,
#co-shipping-form .control .input-box,
#login-form .control .input-box,
#co-payment-form .control .input-box,
#form-validate .control .input-box,
#payment_form_ccsave .control .input-box,
.account-create .control .input-box {
  float: left;
  margin-right: 3%;
  text-align: right;
  width: 32%;
}
#co-billing-form .control .input-box input[type=radio],
#co-shipping-form .control .input-box input[type=radio],
#login-form .control .input-box input[type=radio],
#co-payment-form .control .input-box input[type=radio],
#form-validate .control .input-box input[type=radio],
#payment_form_ccsave .control .input-box input[type=radio],
.account-create .control .input-box input[type=radio],
#co-billing-form .control .input-box input[type=checkbox],
#co-shipping-form .control .input-box input[type=checkbox],
#login-form .control .input-box input[type=checkbox],
#co-payment-form .control .input-box input[type=checkbox],
#form-validate .control .input-box input[type=checkbox],
#payment_form_ccsave .control .input-box input[type=checkbox],
.account-create .control .input-box input[type=checkbox] {
  line-height: 16px;
  margin: -2px 0px;
}
#co-billing-form .validation-advice,
#co-shipping-form .validation-advice,
#login-form .validation-advice,
#co-payment-form .validation-advice,
#form-validate .validation-advice,
#payment_form_ccsave .validation-advice,
.account-create .validation-advice {
  line-height: 18px;
  margin-left: 6px;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 260px;
}
#co-billing-form .buttons-set,
#co-shipping-form .buttons-set,
#login-form .buttons-set,
#co-payment-form .buttons-set,
#form-validate .buttons-set,
#payment_form_ccsave .buttons-set,
.account-create .buttons-set {
  float: left;
  margin-bottom: 20px;
}
#co-billing-form p.required,
#co-shipping-form p.required,
#login-form p.required,
#co-payment-form p.required,
#form-validate p.required,
#payment_form_ccsave p.required,
.account-create p.required {
  float: right;
}
#login-form {
  padding-right: 0px;
}
#login-form label {
  width: 35%;
}
#login-form .input-box {
  width: 60%;
}
#login-form #remember-me-box {
  clear: both;
}
#login-form #remember-me-box .input-box,
#login-form #remember-me-box label {
  width: auto;
}
#login-form #remember-me-box .link-tip {
  display: inline-block;
  margin: 6px;
}
#login-form .validation-advice {
  position: static;
  margin: 4px 0px 12px 0px;
  width: 100%;
}
/* logged in billing */
#co-billing-form .form-alt label[for=billing-address-select],
#co-shipping-form .form-alt label[for=billing-address-select],
#co-billing-form .form-alt label[for=shipping-address-select],
#co-shipping-form .form-alt label[for=shipping-address-select] {
  clear: both;
  float: none;
  width: 100%;
}
#co-billing-form .form-alt label[for=billing-address-select] + .input-box,
#co-shipping-form .form-alt label[for=billing-address-select] + .input-box,
#co-billing-form .form-alt label[for=shipping-address-select] + .input-box,
#co-shipping-form .form-alt label[for=shipping-address-select] + .input-box {
  clear: both;
  float: none;
}
#co-billing-form .form-alt ~ .control .input-box,
#co-shipping-form .form-alt ~ .control .input-box {
  width: auto;
}
#co-payment-form {
  padding-right: 240px;
}
#co-payment-form dt {
  clear: both;
}
#co-payment-form dt > input[type=radio] {
  float: left;
  margin: 6px 6px 6px 0px;
}
#co-payment-form dt > label {
  width: auto;
}
#co-payment-form label {
  width: 42%;
}
#co-payment-form .input-box {
  width: 55%;
}
#co-payment-form .checkout-onepage-payment-additional-giftcardaccount {
  clear: both;
}
#co-payment-form .validation-advice {
  width: 220px;
}
#co-payment-form #payment_form_ccsave {
  padding-right: 0;
}
#allow-gift-options-for-items-container ol,
.gift-message-form ol {
  list-style-type: none;
  padding: 0px;
}
#allow-gift-options-for-items-container .gift-item,
.gift-message-form .gift-item {
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 180px;
  margin: 0px 0px 16px 0px;
  overflow: hidden;
  margin: 0px 1% 12px 1%;
  padding: 12px;
  text-align: center;
  width: 23%;
}
#allow-gift-options-for-items-container .gift-item .product-name,
.gift-message-form .gift-item .product-name {
  color: #363636;
  font-size: 16px;
  height: 36px;
  line-height: 18px;
  margin: 4px 0px;
  overflow: hidden;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}
.extra-options-container {
  clear: both;
}
.sp-methods dd {
  margin-left: 12px;
}
.sp-methods ul {
  list-style-type: none;
  padding: 0px;
}
/* multiple shipping checkout */
.checkout-progress {
  padding: 0px;
  font-size: 0;
  margin-bottom: 20px;
}
.checkout-progress li {
  display: inline-block;
  list-style-type: none;
}
.checkout-progress li {
  background: #e6e6e6;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  width: 20%;
}
.checkout-progress li.active {
  background: #17649a;
  color: #fff;
}
.checkout-progress li:first-child {
  border-left: 0;
}
#multiship-addresses-table tr:last-child td {
  border-bottom: 0;
}
#multiship-addresses-table tfoot tr:last-child td {
  border: 1px solid #ccc;
  padding: 8px;
}
#multiship-addresses-table .btn-remove {
  display: block;
  height: 12px;
  width: 13px;
}
.section-title {
  clear: both;
}
.multiple-checkout h3 a {
  color: #40b3df;
}
.multiple-checkout .buttons-set {
  margin-top: 20px;
}
.multiple-checkout .buttons-set .back-link {
  float: left;
}
.multiple-checkout .buttons-set .button {
  float: right;
}
.multiple-checkout #payment_form_ccsave {
  padding-right: 200px;
}
.multiple-checkout #payment_form_ccsave label {
  width: 42%;
}
.multiple-checkout #payment_form_ccsave .input-box {
  width: 55%;
}
.multiple-checkout #payment_form_ccsave .validation-advice {
  width: 180px;
}
.multiple-checkout #checkout-review-submit {
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-top: 20px;
  padding: 20px;
  text-align: right;
  width: 30%;
}
.multiple-checkout #checkout-review-submit .grand-total .price {
  font-size: 18px;
}
.multiple-checkout #checkout-review-submit #review-button {
  font-family: 'Titillium Web', Arial, sans-serif;
  background-color: #464646;
  background-image: -moz-linear-gradient(top, #535353, #333333);
  background-image: -ms-linear-gradient(top, #535353, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#535353), to(#333333));
  background-image: -webkit-linear-gradient(top, #535353, #333333);
  background-image: -o-linear-gradient(top, #535353, #333333);
  background-image: linear-gradient(top, #535353, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535353', endColorstr='#333333', GradientType=0);
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 4px 6px;
  text-align: center;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  background-color: #ffd24b;
  background-image: -moz-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -ms-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffdd77), to(#ffc208));
  background-image: -webkit-linear-gradient(top, #ffdd77, #ffc208);
  background-image: -o-linear-gradient(top, #ffdd77, #ffc208);
  background-image: linear-gradient(top, #ffdd77, #ffc208);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd77', endColorstr='#ffc208', GradientType=0);
  border-top: 1px solid #fff0c4;
  border-bottom: 1px solid #dfa903;
  padding: 0px;
}
.multiple-checkout #checkout-review-submit #review-button:hover {
  color: #fff;
}
.multiple-checkout #checkout-review-submit #review-button span span {
  padding: 8px;
}
/* my account */
.my-account .addresses-primary ol,
.my-account .addresses-additional ol {
  list-style-type: none;
  padding: 0;
}
.my-account .order-page .order-info dd {
  margin: 0;
}
.my-account .order-page .order-info ul {
  padding: 0px;
  font-family: 'Titillium Web', Arial, sans-serif;
  border-bottom: 1px solid #e6e6e6;
}
.my-account .order-page .order-info ul li {
  display: inline-block;
  list-style-type: none;
}
.my-account .order-page .order-info ul li {
  background: #e6e6e6;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  margin: 0px 4px -1px 0px;
  margin-bottom: -1px;
  padding: 4px 10px;
}
.my-account .order-page .order-info ul li.current {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
}
/* internet explorer is terrible */
.oldie .header input,
.oldie .footer input {
  border: 1px solid #2a2a2a;
  line-height: 10px;
}
.oldie .header input {
  float: left;
}
.oldie #checkout-review-table tfoot tr.last td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.oldie #checkout-review-table tfoot tr.last td .price {
  font-size: 18px;
  padding: 8px 0px;
}
.ie6 .header input,
.ie7 .header input,
.ie6 .footer input,
.ie7 .footer input {
  height: 10px;
}
.ie6 .header .button,
.ie7 .header .button,
.ie6 .footer .button,
.ie7 .footer .button {
  height: 20px;
}
.ie6 .main-nav > ul > li,
.ie7 .main-nav > ul > li,
.ie6 .sub-nav li,
.ie7 .sub-nav li,
.ie6 .breadcrumbs li,
.ie7 .breadcrumbs li,
.ie6 .icons li,
.ie7 .icons li,
.ie6 .social-icons li,
.ie7 .social-icons li {
  float: left;
}
.ie6 .main-nav > ul > li > a,
.ie7 .main-nav > ul > li > a {
  height: 13px;
}
.ie6 .feature-news,
.ie7 .feature-news,
.ie6 .home .block,
.ie7 .home .block {
  background: #4c4c4c;
  filter: none;
}
.ie6 .sidebar,
.ie7 .sidebar {
  width: 300px;
}
.ie6 .container {
  width: 970px;
}
.ie6 .main-nav li,
.ie6 .sub-nav li,
.ie6 .breadcrumbs li,
.ie6 .icons li,
.ie6 .social-icons li {
  clear: none;
  display: block;
  float: left;
  font-size: 12px;
}
.ie6 .main-nav li {
  height: 35px;
  position: relative;
  width: 12.5%;
}
.ie6 .main-nav li a {
  color: #fff;
  display: block;
  font-size: 13px;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  padding: 11px 2px;
  text-align: center;
  text-transform: uppercase;
}
.ie6 .social-icons a {
  font-size: 0;
  text-indent: 0;
}
/* fix addthis inheriting css transitions */
.addthis_toolbox a {
  height: 16px;
  transition: none;
}
/* fix addthis .atclear class, which breaks some clears on the product view page */
.product-view .addthis_toolbox .atclear {
  clear: none;
  display: block;
  margin-left: 99%;
  height: 16px;
}
