/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
body {
  margin: 0;
  padding: 0;
  background: url(images/bg.gif) repeat;
  color: #222;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.hide hr {
  display: none;
}
.hide td {
  padding-top: 10px !important;
}
.noborder-bottom {
  border-bottom: none !important;
}
.noborder-top {
  border-top: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #17608a;
}
h1 {
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  margin: 0px 0px 20px;
}
h2 {
  font-size: 18px;
  line-height: 24px;
}
h3 {
  font-size: 16px;
  line-height: 22px;
}
.faq-index h3 a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}
.clearfix {
  clear: both;
}
.ProductLeftCol {
  float: left;
  text-align: center;
  width: 250px;
}
.ProductLeftCol a, .ProductLeftCol img {
  text-align: center;
  margin: 0px auto;
  display: inline-block;
}
.ProductRightCol {
  float: right;
  width: 435px;
}
.TechnicalInfo {
  float: left;
  margin: 0px;
  padding: 0px;
}
.TechnicalInfo span {
  display: inline-block;
  margin-right: 15px;
}
.ProductContent {
  margin: 25px 0px 0px 0px;
}
.ProductContent h2 {
  margin: 25px 0px 10px;
}
.BuyBox .ProductPrice {
  font-size: 1.1em;
}
.BuyBox .ProductPrice .RegularPrice {
  /* text-decoration: line-through; */
}
.BuyBox .ProductPrice .SalePrice, .BuyBox .ProductPrice .LevelPrice, .BuyBox .ProductPrice .variantprice {
  font-size: 1.2em;
  font-weight: bold;
  color: darkGreen !important;
}
.ProductContent .ProductGridTable {
  width: 100%;
  padding: 0px 10px 20px 10px;
}
.AddedToCart {
  background-color: #54a300;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#61bc00), to(#54a300));
  /* Konqueror */

  background-image: -moz-linear-gradient(#61bc00, #54a300);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#61bc00, #54a300);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61bc00), color-stop(100%, #54a300));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#61bc00, #54a300);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#61bc00, #54a300);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#61bc00, #54a300);
  /* the standard */

  display: inline-block;
  padding: 3px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #478900;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  cursor: auto !important;
}
.AddedToCart:hover {
  background-color: #5aad00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#67c600), to(#5aad00));
  /* Konqueror */

  background-image: -moz-linear-gradient(#67c600, #5aad00);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#67c600, #5aad00);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67c600), color-stop(100%, #5aad00));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#67c600, #5aad00);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#67c600, #5aad00);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#67c600, #5aad00);
  /* the standard */

  text-decoration: none;
  cursor: pointer;
}
.AddedToCart a {
  color: #fff !important;
  text-decoration: underline !important;
}
.SmallAddedToCart {
  margin: 5px 0px 0px 0px;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 5px;
  border: 1px dotted #ccc;
}
.SmallAddedToCart span {
  padding: 3px 5px 3px 18px;
  background: url(images/icon-check.png) left 50% no-repeat;
}
form {
  margin: 0;
  padding: 0;
}
input[type="text"], input[type="password"], textarea {
  padding: 3px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15) inset;
  font-size: 12px;
}
a:active, a:link, a:visited {
  color: #00659f;
  text-decoration: none;
}
a:hover {
  color: #0085d2;
}
fieldset, form {
  border: none;
  margin: 0;
  padding: 0;
}
/* Hides from IE-mac \*/
* html .clear, * html .floatform {
  height: 1%;
}
.clear, .floatform {
  display: block;
}
/* End hide from IE-mac */
ul.tame, ul.tame li {
  margin: 0;
  padding: 0;
  display: list-item;
  list-style: none;
}
ul.tame li {
  line-height: 1.25em;
}
.tameHoriz, ul.tameHoriz li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1em;
}
ul.tameHoriz li {
  display: inline;
  font-size: 1em;
}
br.cl {
  clear: both;
}
/*PAGE SETUP*/
#loginText {
  margin-left: 1em;
}
textarea#OrderNotes {
  width: 99% !important;
}
#wrapper {
  width: 905px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
#header {
  position: relative;
  width: 905px;
  height: auto;
  overflow: hidden;
}
.checkout #header {
  width: 865px;
}
#top-menu {
  position: absolute;
  top: 0;
  right: 0;
}
#top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
#top-menu li {
  float: left;
}
#top-menu .country li {
  padding: 8px 12px 8px 22px;
  font-size: 9px;
  line-height: 12px;
  background: url(images/icon-flag-us.gif) left 50% no-repeat;
}
#top-menu .country a {
  text-decoration: underline;
}
#top-menu li.united-kingdom {
  background-image: url(images/icon-flag-uk.gif);
}
#top-menu .bar {
  border: 1px solid #ccc;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-shadow: 1px 1px 0 #ffffff;
  font-size: 12px;
}
#top-menu .bar li {
  border-left: 1px solid #fff;
  border-right: 1px solid #ddd;
  background-color: #e4e4e4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e4e4e4));
  /* Konqueror */

  background-image: -moz-linear-gradient(#f8f8f8, #e4e4e4);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#f8f8f8, #e4e4e4);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e4e4e4));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#f8f8f8, #e4e4e4);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#f8f8f8, #e4e4e4);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e4e4e4', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e4e4e4', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#f8f8f8, #e4e4e4);
  /* the standard */

}
#top-menu .bar li:hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  /* Konqueror */

  background-image: -moz-linear-gradient(#eeeeee, #dddddd);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#eeeeee, #dddddd);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#eeeeee, #dddddd);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#eeeeee, #dddddd);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#eeeeee, #dddddd);
  /* the standard */

}
#top-menu .bar .your-account {
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
#top-menu .bar .shopping-cart {
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
#top-menu .bar li a {
  display: block;
  padding: 4px 16px;
}
#top-menu .bar li.your-account a {
  padding-left: 34px;
  background: url(images/icon-account.png) 10px 50% no-repeat;
}
#top-menu .bar li.shopping-cart a {
  padding-left: 37px;
  background: url(images/icon-cart.png) 10px 50% no-repeat;
}
#logo {
  float: left;
  width: 128px;
  height: 64px;
  margin: 15px 0;
  background: url(images/logo-big.gif) no-repeat;
  display: block;
}
#logo span {
  display: none;
}
#header .respected {
  float: left;
  width: 215px;
  margin: 43px 0 0 18px;
  padding-left: 45px;
  background: url(images/doctor-recommended.gif) left 50% no-repeat;
}
#header .contact-info {
  float: right;
  margin-top: 40px;
  text-align: right;
}
#header .contact-info strong {
  display: block;
  color: #ee3900;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
#header .contact-info small {
  display: block;
  font-size: 12px;
}
#bodyWrapper {
  margin-bottom: 10px;
  height: auto;
  width: 865px;
  padding: 15px 20px 20px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  overflow: hidden;
}
.sidebar {
  width: 190px;
  float: left;
}
#content {
  margin: 0 0 0 20px;
  width: 655px;
  height: auto;
  float: left;
  clear: none;
}
#content.home {
  margin: 0 20px;
  width: 445px;
  overflow: hidden;
}
#breadcrumb {
  color: #666;
  font-size: 11px;
  line-height: 17px;
  margin-bottom: 15px;
}
#miniCart {
  float: right;
}
#ML {
  width: 650px;
  font-size: 0.85em;
}
#ML, #ML div {
  float: right;
  vertical-align: middle;
}
#ML div select {
  font-size: 0.88em;
  margin: 2px 0.5em 4px 0;
  vertical-align: middle;
}
#minicart, #ML {
  height: 2em;
  line-height: 1.5em;
  color: #444;
}
#miniCart a {
  color: #4776BD;
}
input.submit {
  border: 1px double #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  padding: 0.1em;
  margin: 0;
  background-color: #fff;
  background-image: url(images/background-form-element.png);
  color: #333;
  font-size: 1em;
  font-weight: bold;
}
input.submit:active {
  border: 1px double #ccc;
  border-top-color: #999;
  border-left-color: #999;
}
/* HEADER HORIZ NAV*/
#horizNav {
  width: 905px;
  background-color: #2e84c4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#66b6df), to(#2e84c4));
  /* Konqueror */

  background-image: -moz-linear-gradient(#66b6df, #2e84c4);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#66b6df, #2e84c4);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66b6df), color-stop(100%, #2e84c4));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#66b6df, #2e84c4);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#66b6df, #2e84c4);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b6df', endColorstr='#2e84c4', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66b6df', endColorstr='#2e84c4', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#66b6df, #2e84c4);
  /* the standard */

  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  border: 1px solid #67b6df;
  height: 38px;
}
.ie7 #horizNav {
  margin-top: 15px;
}
#horizNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: left;
}
#horizNav > ul {
  width: 620px;
}
#horizNav > ul > li {
  float: left;
}
#horizNav > ul > li:last-child {
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15);
}
#horizNav > ul > li > a {
  display: block;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#horizNav > ul > li > a.arrow span {
  background: url(images/menu-arrow.png) 100% 60% no-repeat;
  padding-right: 19px;
}
#horizNav > ul > li > a:hover {
  background-color: #1d72b5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4fa8d6), to(#1d72b5));
  /* Konqueror */

  background-image: -moz-linear-gradient(#4fa8d6, #1d72b5);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#4fa8d6, #1d72b5);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fa8d6), color-stop(100%, #1d72b5));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#4fa8d6, #1d72b5);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#4fa8d6, #1d72b5);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa8d6', endColorstr='#1d72b5', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa8d6', endColorstr='#1d72b5', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#4fa8d6, #1d72b5);
  /* the standard */

}
#horizNav ul ul {
  min-width: 188px;
  position: absolute;
  top: 38px;
  display: none;
  border: 1px solid #ccc;
  border-top: 1px solid #67b6df;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}
#horizNav ul li:hover > ul {
  display: block;
}
#horizNav ul ul li a {
  display: block;
  margin: 5px 13px;
  font-size: 12px;
}
#search {
  float: right;
  position: relative;
  width: 222px;
  height: 24px;
  margin: 6px 15px 0 0;
}
#search input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 173px;
  height: 24px;
  padding: 0 10px 0;
  background: url(images/search-field.png) no-repeat;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.oldie #search input[type="text"] {
  padding: 5px 10px 0 !important;
  height: 19px !important;
}
#search input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(images/search-button.png) no-repeat !important;
  line-height: 22px;
  cursor: pointer;
  box-shadow: none;
  filter: none;
}
.search-results {
  padding: 2px 12px;
}
.search-results.sku {
  color: #999;
}
/* LEFT NAV */
.widget {
  padding: 15px 10px;
  margin-bottom: 20px;
  border: 1px solid #dfeff7;
  border-top: 0;
  background: #f4fbff;
}
#categories.widget {
  padding: 0;
}
.widgetHeader {
  width: 168px;
  height: 15px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
  /* Konqueror */

  background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#ffffff, #e9e9e9);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#ffffff, #e9e9e9);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#ffffff, #e9e9e9);
  /* the standard */

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #777;
  font-size: 12px;
  line-height: 14px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}
.catMark {
  font-size: 0.8em;
  font-weight: bold;
  color: #aaa;
  letter-spacing: -2px;
}
#categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#categories li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfeff7;
}
#categories li:last-child {
  border-bottom: 0;
}
#categories li a {
  display: block;
  padding: 3px 25px 3px 10px;
  font-size: 12px;
  background: url(images/arrow-right.png) 95% 9px no-repeat;
}
#helpbox, #featured-products {
  padding: 0 10px;
}
ul.checkbox {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.checkbox a {
  text-decoration: underline;
}
ul.checkbox li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px dotted #ccc;
  background: url(images/icon-check.png) left 15px no-repeat;
  font-size: 12px;
  line-height: 18px;
}
#helpbox ul.checkbox li:last-child {
  border-bottom: 0;
}
.green {
  color: #519d00 !important;
}
ul.featured-products {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.featured-products li {
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
  line-height: 18px;
}
ul.featured-products li:last-child {
  border-bottom: 0;
}
ul.featured-products li a {
  text-decoration: underline;
}
.image img {
  max-width: 150px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul.featured-products p {
  margin: 10px 0;
}
#help {
  font-size: 11px;
  line-height: 16px;
}
#help p {
  margin: 0 0 15px 0;
}
#help .cash-flow, #help .we-are-secure {
  margin: 0 auto;
}
#help .we-are-secure {
  margin-top: 10px;
}
#footer.checkout .payments-accepted {
  float: right;
}
#footer.checkout .we-are-secure {
  float: left;
  margin-right: 20px;
}
a.button, input[type="button"], input[type="submit"] {
  background-color: #8b8b8b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#989898), to(#8b8b8b));
  /* Konqueror */

  background-image: -moz-linear-gradient(#989898, #8b8b8b);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#989898, #8b8b8b);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #989898), color-stop(100%, #8b8b8b));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#989898, #8b8b8b);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#989898, #8b8b8b);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#8b8b8b', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#8b8b8b', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#989898, #8b8b8b);
  /* the standard */

  display: inline-block;
  padding: 3px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #7e7e7e;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a.button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background-color: #909090;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9d9d9d), to(#909090));
  /* Konqueror */

  background-image: -moz-linear-gradient(#9d9d9d, #909090);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#9d9d9d, #909090);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d9d9d), color-stop(100%, #909090));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#9d9d9d, #909090);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#9d9d9d, #909090);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#909090', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#909090', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#9d9d9d, #909090);
  /* the standard */

  text-decoration: none;
  cursor: pointer;
}
a.button.AddToCartButton, input[type="button"].AddToCartButton, input[type="submit"].AddToCartButton {
  background-color: #54a300;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#61bc00), to(#54a300));
  /* Konqueror */

  background-image: -moz-linear-gradient(#61bc00, #54a300);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#61bc00, #54a300);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61bc00), color-stop(100%, #54a300));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#61bc00, #54a300);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#61bc00, #54a300);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#61bc00, #54a300);
  /* the standard */

  display: inline-block;
  padding: 3px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #478900;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a.button.AddToCartButton:hover, input[type="button"].AddToCartButton:hover, input[type="submit"].AddToCartButton:hover {
  background-color: #5aad00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#67c600), to(#5aad00));
  /* Konqueror */

  background-image: -moz-linear-gradient(#67c600, #5aad00);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#67c600, #5aad00);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67c600), color-stop(100%, #5aad00));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#67c600, #5aad00);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#67c600, #5aad00);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#67c600, #5aad00);
  /* the standard */

  text-decoration: none;
  cursor: pointer;
}
a.button.primary, input[type="button"].primary, input[type="submit"].primary {
  background-color: #54a300;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#61bc00), to(#54a300));
  /* Konqueror */

  background-image: -moz-linear-gradient(#61bc00, #54a300);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#61bc00, #54a300);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61bc00), color-stop(100%, #54a300));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#61bc00, #54a300);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#61bc00, #54a300);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#61bc00, #54a300);
  /* the standard */

  display: inline-block;
  padding: 3px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #478900;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a.button.primary:hover, input[type="button"].primary:hover, input[type="submit"].primary:hover {
  background-color: #5aad00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#67c600), to(#5aad00));
  /* Konqueror */

  background-image: -moz-linear-gradient(#67c600, #5aad00);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#67c600, #5aad00);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67c600), color-stop(100%, #5aad00));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#67c600, #5aad00);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#67c600, #5aad00);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#67c600, #5aad00);
  /* the standard */

  text-decoration: none;
  cursor: pointer;
}
a.button.secondary, input[type="button"].secondary, input[type="submit"].secondary {
  background-color: #8b8b8b;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#989898), to(#8b8b8b));
  /* Konqueror */

  background-image: -moz-linear-gradient(#989898, #8b8b8b);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#989898, #8b8b8b);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #989898), color-stop(100%, #8b8b8b));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#989898, #8b8b8b);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#989898, #8b8b8b);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#8b8b8b', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#8b8b8b', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#989898, #8b8b8b);
  /* the standard */

  display: inline-block;
  padding: 3px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #7e7e7e;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
a.button.secondary:hover, input[type="button"].secondary:hover, input[type="submit"].secondary:hover {
  background-color: #909090;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#9d9d9d), to(#909090));
  /* Konqueror */

  background-image: -moz-linear-gradient(#9d9d9d, #909090);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#9d9d9d, #909090);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d9d9d), color-stop(100%, #909090));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#9d9d9d, #909090);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#9d9d9d, #909090);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#909090', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#909090', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#9d9d9d, #909090);
  /* the standard */

  text-decoration: none;
  cursor: pointer;
}
a.button.small, input[type="button"].small, input[type="submit"].small {
  font-size: 12px;
  line-height: 17px;
  padding: 3px 5px;
}
a.button.strong, input[type="button"].strong, input[type="submit"].strong {
  font-weight: bold;
}
.ie7 input[type="button"], .ie7 input[type="submit"] {
  padding-left: 0px;
  padding-right: 0px;
}
.ie7 .CartDeleteButton {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#OPLeftCol input[type="submit"], #pnlCreditCardPane input[type="submit"] {
  background-color: #54a300;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#61bc00), to(#54a300));
  /* Konqueror */

  background-image: -moz-linear-gradient(#61bc00, #54a300);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#61bc00, #54a300);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61bc00), color-stop(100%, #54a300));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#61bc00, #54a300);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#61bc00, #54a300);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61bc00', endColorstr='#54a300', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#61bc00, #54a300);
  /* the standard */

  display: inline-block;
  padding: 3px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #478900;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#OPLeftCol input[type="submit"]:hover, #pnlCreditCardPane input[type="submit"]:hover {
  background-color: #5aad00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#67c600), to(#5aad00));
  /* Konqueror */

  background-image: -moz-linear-gradient(#67c600, #5aad00);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#67c600, #5aad00);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67c600), color-stop(100%, #5aad00));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#67c600, #5aad00);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#67c600, #5aad00);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c600', endColorstr='#5aad00', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#67c600, #5aad00);
  /* the standard */

  text-decoration: none;
  cursor: pointer;
}
.ContinueShoppingButton, .ButtonCartItemRemove {
  color: #00659f !important;
  background: none !important;
  border: 0 !important;
  text-shadow: none !important;
  filter: none !important;
}
.small .AddToCartButton,
.CartDeleteButton,
.UpdateCartButton,
#btnRequestEstimates {
  font-size: 12px !important;
  line-height: 17px !important;
  padding: 3px 5px !important;
}
.ProductListingTable td {
  padding: 20px 7px;
  vertical-align: top;
  border-top: 1px dotted #ccc;
}
.ProductListingTable {
  font-size: 12px;
  line-height: 18px;
}
.SectionNameText {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.RegularPrice {
  font-size: 11px;
}
.LevelPrice {
  color: #ee3900 !important;
  font-weight: bold;
}
.ProductListingTable .AddToCartButton {
  margin-top: 10px;
}
.ProductListingTable .image img {
  margin-bottom: 0;
}
/* FOOTER ELEMENTS */
#footer {
  margin: 30px 0;
  overflow: hidden;
}
#footer .widget {
  float: left;
  padding: 0 25px;
  background: none;
  border: 0;
}
.payments-accepted {
  width: 172px;
  height: 26px;
  margin-bottom: 20px;
  background: url(images/credit-cards.png) no-repeat;
}
.payments-accepted span {
  display: none;
}
.we-are-secure {
  width: 90px;
  height: 50px;
  background: url(images/rapidssl.gif) no-repeat;
}
.we-are-secure span {
  display: none;
}
.cash-flow {
  width: 119px;
  height: 51px;
  margin-bottom: 20px;
  background: url(images/cash-flow.png) no-repeat;
}
.cash-flow span {
  display: none;
}
#footer h3 {
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
#footer p {
  margin: 5px 0;
}
.consent {
  clear: both;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  color: #666;
  padding-top: 20px;
}
.swank {
  font-size: 11px;
  text-align: center;
  color: #999;
  line-height: 17px;
}
.swank a,
.swank a:active,
.swank a:visited,
.swank a:hover {
  color: #999 !important;
}
.swank a:hover {
  text-decoration: underline;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 190px;
}
#footer li {
  margin: 2px 0;
}
/* CLOSER */
#closer {
  font-size: 0.7em;
  color: #444;
  margin: 1em 0;
}
#closer a {
  color: #444;
}
/* Category */
.category-cell, #product.row {
  padding-bottom: 20px;
  background: url(images/border-striped.png) bottom repeat-x;
}
.LevelPrice {
  font-size: 14px;
}
.pagination {
  padding: 5px 0;
  font-size: 12px;
  text-align: right;
}
.pagination a {
  text-decoration: underline;
}
.pagination.bottom {
  border-top: 1px dotted #ccc;
}
.expand {
  display: block;
  font-size: 0.8em;
  margin: 0 10px;
  padding: 0;
  text-align: right;
}
.category-description table {
  font-size: 12px;
  margin-bottom: 10px;
}
.category-description td {
  padding: 0 20px 0 0;
}
.category-description table .red {
  font-size: 14px;
}
.category-description li {
  margin: 4px 0;
}
/* Product Pages */
#product {
  font-size: 12px;
  line-height: 18px;
}
#product.row {
  margin-bottom: 15px;
  overflow: hidden;
}
#product h1 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
#product h2 {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
#product h5 {
  padding: 0;
  margin: 10px 0 0 0;
}
#product .image {
  float: left;
  width: 250px;
  margin-right: 20px;
  text-align: center;
}
.ProductGridTable .category-cell .image {
  float: none !important;
  text-align: left !important;
}
#product.row .image {
  width: 200px;
}
#product .image img {
  max-width: 248px;
}
#product.row .image img {
  max-width: 198px;
}
#product .image div a {
  text-align: center;
}
#product .image div a span {
  display: block;
  margin: 0 auto;
  width: 93px;
  height: 14px;
  background: url(images/enlarge-image.png) no-repeat;
  text-indent: -9999px;
}
#product .ImageIcons img {
  margin-right: 5px;
}
#product .information {
  float: left;
  width: 378px;
}
#product.row .information {
  width: 433px;
}
#product .summary p {
  margin: 10px 0;
}
#product .technical-info {
  margin: 5px 0;
}
#product.row .technical-info {
  margin-top: 0;
}
#product .technical-info span {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  color: #999;
}
#product.row .ProductPrice {
  margin-bottom: 0;
}
#product .buy-box {
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
#product .buy-box .price {
  width: 160px;
  float: left;
}
#product .buy-box .price p {
  margin: 0;
}
#product .buy-box .add-to-cart {
  float: right;
}
#product .buy-box .add-to-cart #Quantity {
  width: 40px;
}
#product .category-cell .ProductPrice {
  margin: 10px 0;
}
#product .small #Quantity {
  width: 30px;
}
#product .content {
  font-family: Tahoma, Arial, sans-serif !important;
}
.oldie #product .content {
  padding-top: 5px;
  clear: both;
}
.ProductGridTable .category-cell {
  padding: 25px 12px;
  width: 320px;
}
*[style] {
  font-family: Tahoma, Arial, sans-serif !important;
}
/* social stuff */
/*.social .st_facebook_button { float: left; }
.social .st_facebook_button .stButton {	background: url(images/social-facebook.png) no-repeat !important; }
.social .st_facebook_button .st-facebook-counter { visibility: hidden; width: 44px !important; height: 20px !important; }*/
/*.social .st_twitter_button { float: left; }
.social .st_twitter_button .stButton {	background: url(images/social-twitter.png) no-repeat !important; }
.social .st_twitter_button .st-twitter-counter { visibility: hidden; width: 54px !important; height: 20px !important; }*/
.social span {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.social .facebook iframe {
  width: 46px !important;
}
.social .facebook .fb_edge_comment_widget iframe {
  width: 350px !important;
}
.social .email_button {
  float: left;
  display: block;
  margin-left: 4px;
  width: 61px;
  height: 20px;
  background: url(images/social-email.png) no-repeat;
}
.social .email_button span {
  display: none;
}
/* upsells, related products, etc */
.upsell {
  padding: 0;
  background: #eff9ff;
  text-align: left;
}
.upsell .topper {
  padding-top: 5px;
  background: url(images/border-striped-blue.png) top repeat-x;
}
.upsell h4 {
  margin: 15px 12px;
  font-size: 11px;
  line-height: 11px;
}
.upsell p {
  font-size: 12px;
  line-height: 18px;
}
.upsell a {
  text-decoration: underline;
}
.upsell .image img {
  max-width: 140px;
}
.upsell .RelatedProductsBoxStyle td {
  width: 150px;
  padding: 0 0 10px 10px;
}
#sku {
  display: block;
}
#price {
  font-weight: bold;
  font-size: 1.5em;
  display: block;
}
.SalePrice, .variantprice {
  font-weight: bold;
  color: #ee3900 !important;
}
#description, #quoteBox, #otherinfo {
  margin: 10px;
}
.prodHeader {
  width: 99.5%;
  height: 1.2em;
  color: #6B6F83;
  clear: both;
  font-weight: bold;
  font-size: 1.2em;
  padding: 3px 5px;
  border-bottom: solid 2px #4776BD;
}
#quoteBox input, #quoteBox select {
  font-size: 1em;
  display: block;
  margin: 5px 0;
}
#mainImg {
  margin: 0 10px 10px 0;
  float: left;
}
.AddToCartButton {
  font-weight: bold;
}
.addToForm {
  margin-top: 1em;
}
#shipQuoteLabels {
  width: 10em;
  height: auto;
  float: left;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
#shipQuoteLabels label {
  display: block;
  line-height: 2em;
}
#ShipQuote, #yourQuote {
  font-weight: bold;
  line-height: 2em;
}
#shipQuoteWrapper {
  height: auto;
  float: left;
}
#navArrows {
  float: right;
}
/* Shopping Cart */
.assurances {
  font-size: 12px;
}
h1.cart-title {
  margin: 10px 0;
  padding: 0;
  font-size: 18px;
}
#cart b {
  display: block;
  padding: 10px 12px;
  background: #f4fbff;
  border-top: 1px solid #dfeff7;
  border-bottom: 1px solid #dfeff7;
  font-size: 12px;
  font-weight: normal;
}
.search-header, .promo-bar td {
  padding: 10px 12px;
  background: #f4fbff;
  border-top: 1px solid #dfeff7;
  border-bottom: 1px solid #dfeff7;
  font-size: 12px;
  font-weight: normal;
}
#cart a b {
  padding: 0;
  background: none;
  border: 0;
  font-size: 14px;
  font-weight: bold;
}
#cart table td {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#cart table hr {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px dotted #ccc;
}
#cart table input[type="text"] {
  width: 40px;
}
.promo-bar {
  margin-top: 15px;
}
.order-notes {
  float: left;
  width: 310px;
  margin-top: 20px;
}
.order-notes .form {
  font-size: 11px;
  padding: 0 12px 12px;
}
#OrderNotes {
  margin: 10px 0;
}
.sub-totals, .checkout-buttons {
  float: right;
  width: 330px;
  margin-top: 20px;
}
.sub-totals td {
  padding: 5px 3px;
}
/* Contact Us */
.contactForm td {
  vertical-align: top;
  padding: 5px;
}
.contactForm td label {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #333;
}
.contactForm td em {
  color: #999;
  font-size: 11px;
}
#MailEmail {
  width: 180px;
}
#MailPhone {
  width: 110px;
}
#MailMessage, #MailPlanToMarket, #MailSellingVolume {
  width: 250px;
  height: 80px;
  margin-bottom: 10px;
}
#MailAddress, #MailWebAddress {
  width: 200px;
}
#MailCity {
  width: 100px;
}
#MailState {
  width: 30px;
}
#MailZip {
  width: 80px;
}
#MailCaptcha {
  display: none;
}
.testimonial {
  position: relative;
  padding: 15px;
  margin-bottom: 50px;
  border: 1px solid #ddd;
  background-color: #ececec;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fafafa), to(#ececec));
  /* Konqueror */

  background-image: -moz-linear-gradient(#fafafa, #ececec);
  /* FF 3.6+ */

  background-image: -ms-linear-gradient(#fafafa, #ececec);
  /* IE10 */

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  /* Safari 4+, Chrome 2+ */

  background-image: -webkit-linear-gradient(#fafafa, #ececec);
  /* Safari 5.1+, Chrome 10+ */

  background-image: -o-linear-gradient(#fafafa, #ececec);
  /* Opera 11.10 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ececec', GradientType=0);
  /* IE6 & IE7 */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ececec', GradientType=0)";
  /* IE8+ */

  background-image: linear-gradient(#fafafa, #ececec);
  /* the standard */

  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
  text-shadow: 1px 1px 0 #ffffff;
}
.testimonial .author {
  position: absolute;
  bottom: -33px;
  height: 20px;
  padding: 15px 60px 0 0;
  background: url(images/arrow-bubble.png) right top no-repeat;
  font-size: 12px;
  font-weight: bold;
}
.testimonial .quote {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
/* Account Page */
.account {
  margin-bottom: 20px;
}
.account td .form {
  margin: 15px 12px;
}
.account td .description {
  font-size: 12px;
  margin: 0 12px;
}
.account td hr {
  border: 0;
  height: 5px;
  background: url(images/border-striped-blue.png) top repeat-x;
}
.account h4 {
  font-size: 14px;
  line-height: 20px;
}
.border hr {
  border-bottom: 1px dotted #94caea !important;
  background: none !important;
}
/* Various content page stuff */
.imgFloatLeft {
  float: left;
  margin: 20px 0 20px 20px;
  padding: 12px 15px;
  background: #fff;
  text-align: center;
}
.imgFloatRight {
  float: right;
  margin: 20px 0 20px 20px;
  padding: 12px 15px;
  background: #fff;
  text-align: center;
}
.imgFloatRight span {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.floatLeft {
  float: left;
  margin: 20px 20px 20px 0;
}
.floatRight {
  float: right;
  margin: 20px 0 20px 20px;
}
.NewsArticle h2 {
  margin-bottom: 0;
}
.NewsArticle .date {
  margin: 0 20px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.NewsCopy {
  margin-bottom: 30px;
}
.video {
  max-width: 340px;
  margin: 20px auto;
  padding: 12px 15px 0;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.video .caption {
  font-weight: bold;
}
.homeTable {
  font-size: 12px;
  border: 2px solid #ccc;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.homeTable td {
  padding: 4px 8px;
  text-align: left !important;
}
.homeTable th {
  padding: 2px 8px;
  font-size: 13px;
  text-align: left !important;
}
.author {
  font-weight: bold;
}
/* ENTITY LANDING PAGE */
.topFeature {
  float: left;
  width: 24.8%;
  height: auto;
  text-align: left;
}
.topFeatureP {
  margin: 0;
  padding: 0.5em;
  text-align: left;
}
.topFeature p {
  margin: 0;
  text-align: left;
}
.topFeatureP img {
  margin-bottom: 0.5em;
}
.topPrice, .topName {
  font-weight: bold;
  text-align: left;
}
#entitySep {
  clear: both;
  margin-top: 1em;
}
.btmP {
  clear: left;
  border-bottom: 1px solid #C6C3BA;
  float: left;
  width: 683px;
  margin: 0.5em 0;
  padding: 0.5em;
}
.btmP img {
  float: left;
  margin-right: 1em;
}
.btmP span {
  display: block;
}
.btmName, .btmPrice, .btmSalePrice {
  font-size: 1.1em;
  font-weight: bold;
}
.btmDescription, .topDescription {
  display: block;
  padding-bottom: 1em !important;
}
.btmSalePrice {
  color: #cc0000;
}
.btmInStock,
.btmOutStock,
.topInStock,
.topOutStock {
  display: inline !important;
  font-weight: bold;
  color: #4776BD;
}
.btmOutStock, .topOutStock {
  color: #aaa;
}
#entityPageHeader p {
  margin-top: 0;
}
#entityPageHeader img {
  margin: 0 1em 0.5em 0;
  float: right;
}
.entityCategory {
  margin: 0 0 1em 0;
  font-size: 1.1em;
}
/* OTHER SELECTORS */
.MediumCell, .LightCell {
  border: none;
}
.error {
  font-size: 1.25em;
  font-weight: bold;
  color: #ff0000;
  line-height: 35px;
}
.errorLg {
  color: Red;
  font-size: 12px;
  font-weight: bold;
}
.SBProdName {
  font-size: .7em;
}
.SBCatName {
  font-size: .8em;
  font-weight: bold;
}
.PBCartFull {
  font-size: .7em;
  color: Blue;
  font-weight: bold;
}
/* COMPONENT ART HORIZONTAL MENU */
.TopMenuGroup {
  border: solid 0px #000;
  background-color: transparent;
  line-height: 35px;
}
.MenuGroup {
  border: solid 0px #000;
  color: #000000;
  font-size: 0.8em!important;
  margin: 0;
  background: #F8F8F8 none;
}
.MenuGroup td,
.MenuGroupHover td,
.MenuItemHover td,
td.MenuItemHover {
  color: #4776BD;
}
.TopMenuItem, .TopMenuItemHover {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  cursor: hand;
  cursor: pointer;
  margin: 0;
  padding: 0 1em!important;
  line-height: 35px;
  vertical-align: middle;
  background: url(images/tab-sep.gif) no-repeat top left;
}
.TopMenuItem {
  background: url(images/tab-sep.gif) no-repeat top left;
}
/*leaf menu items*/
.MenuItem,
.MenuItemHover,
.MenuItem td,
.MenuItemHover td {
  color: #4776BD;
  border: solid 0px white;
  cursor: hand;
  cursor: pointer;
  margin: 0;
  background: #F8F8F8 none;
  width: 100%!important;
}
.MenuItemHover, .MenuItemHover td {
  background: #DCDFE2 none;
}
.ScrollItem {
  background-color: green;
  font-size: 0.8em;
  border: solid 0px gray;
  cursor: default;
  text-align: center;
}
.ScrollItemH {
  background-color: aqua;
  color: orange;
  font-size: 0.8em;
  border: solid 0px gray;
  cursor: default;
  text-align: center;
}
.ScrollItemA {
  background-color: Lime;
  color: yellow;
  font-size: 0.8em;
  border: solid 0px gray;
  cursor: default;
  text-align: center;
}
#AjaxShipping {
  width: 99%;
  border: solid 1px #444;
  height: 100%;
  float: left;
  padding: 3px;
}
#AjaxShipping h4 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  font-size: 1.1em;
}
.AjaxShippingLabel {
  width: 175px !important;
  float: left;
  font-weight: bold;
  clear: left;
}
#AjaxShipping input, #AjaxShipping select {
  font-size: 1em;
  float: left;
}
#AjaxShippingCountry,
#AjaxShippingState,
#AjaxShippingZip,
#AjaxShippingEstimate {
  float: left;
  clear: left;
  border-top: solid 1px #eee;
  width: 99%;
  padding: 3px 0;
}
#ShipQuote {
  float: left;
  margin: 0;
}
/* Set Visibility to :hidden and uncomment 'display' to turn off */
#AjaxShippingCountry {
  visibility: visible;
  /*display:none;*/

}
#AjaxShippingState {
  visibility: visible;
  /*display:none;*/

}
.OrderOptionsTitle {
  font-size: 10pt;
  font-weight: bold;
}
.OrderOptionsRowHeader {
  font-size: 8pt;
  font-weight: bold;
}
.OrderOptionsName {
  font-size: 8pt;
  font-weight: normal;
}
.OrderOptionsDescription {
  font-size: 8pt;
  font-weight: normal;
}
.OrderOptionsPrice {
  font-size: 8pt;
}
/* Kit Specific Styles */
#KitSideBar {
  border: solid 1px Gray;
  position: absolute;
  z-index: 99;
  /*999999999 !important;*/

  width: 180px;
  background-color: #FFFFE1;
  /*right:10px;*/

  margin-left: 10px;
}
#KitAddToCartForm {
  padding: 5px 5px 10px 5px;
  margin: 0px 5px 0px 5px;
  border-top: solid 1px Gray;
  text-align: center;
}
#KitPlaceHolder {
  width: 150px;
}
#KitTable {
  width: 500px;
  /*border-top: solid 1px red;*/

}
#KitTable td {
  padding: 4px 0px 4px 0px;
}
#KitAddToCartFormHeader {
  border-bottom: solid 3px #444;
  /*height:15px;*/

  text-align: center;
}
#KitAddToCartFormPrice {
  line-height: 30px;
  padding: 5px 5px 5px 5px;
  margin: 0px 5px 0px 5px;
  border-bottom: solid 1px Gray;
}
.KitAddToCartFormPrice {
  /*line-height:30px;*/

  padding: 5px 5px 5px 5px;
  margin: 0px 5px 0px 5px;
  border-bottom: solid 1px Gray;
}
.KitAddToCartFormDetailsHeader {
  text-align: center;
  text-decoration: underline;
}
.KitAddToCartFormDetails {
  padding: 0px 5px 0px 5px;
  margin-left: 10px;
}
.KitTableGroup {
  background-color: #f5f5f5;
}
.KitSpacer {
  height: 10px;
}
#KitAddToCartFormDetailsHeader {
  text-align: center;
  text-decoration: underline;
}
#KitAddToCartFormDetails {
  padding: 0px 5px 0px 5px;
  margin-left: 10px;
}
#KitSideBar input[type="button"] {
  width: 120px;
  text-align: center;
  margin-top: 3px;
}
.KitRegularBasePrice {
  font-style: italic;
  text-decoration: line-through;
}
.dhtmltooltip {
  border: 0;
  /*border: 2px solid black;*/

  padding: 2px;
  font-size: 11px;
  background-color: lightyellow;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/

  filter: progid:dximagetransform.microsoft.shadow(color=#808080, direction=135);
}
.CardCodeTooltip {
  border: 0;
  /*border: 2px solid black;*/

  padding: 2px;
  background-color: #DDD;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/

  filter: progid:dximagetransform.microsoft.shadow(color=#808080, direction=135);
}
.Kit2dhtmltooltip {
  border: 0;
  margin-top: 20px;
  /*border: 2px solid black;*/

  padding: 2px;
  font-size: 11px;
  background-color: lightyellow;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/

  filter: progid:dximagetransform.microsoft.shadow(color=#808080, direction=135);
}
.ShippingAndTaxEstimateAddress {
  border: solid 1px #aaa;
  width: 100%;
}
.ShippingAndTaxEstimateAddress .Header {
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
}
.ShippingAndTaxEstimateAddress .Caption {
  width: 30%;
  text-align: left;
  vertical-align: top;
}
.ShippingAndTaxEstimateAddress .Value {
  width: 70%;
  text-align: left;
  vertical-align: top;
}
.ShippingAndTaxEstimateAddress .ErrorMessage {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: Red;
  font-weight: bold;
}
.ShippingAndTaxEstimator {
  width: 100%;
}
.ShippingAndTaxEstimator .Header {
  background-color: #eff9ff;
  border-top: 1px solid #dfeff7;
  border-bottom: 1px solid #dfeff7;
  font-size: 14px;
  text-align: center;
}
.ShippingAndTaxEstimator .Caption {
  font-weight: bold;
  width: 30%;
  text-align: left;
  vertical-align: top;
}
.ShippingAndTaxEstimator .Value {
  width: 70%;
  text-align: right;
  vertical-align: top;
}
.WishListWarning {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
  color: #ff0000;
}
.ShippingEstimatorPanel {
  width: 320px;
}
#KitError {
  text-align: center;
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
}
#lblKitError {
  color: Red;
}
/* default class for stock hint display */
.StockHint {
  font-size: 11px;
}
.StockHint_OutOfStock {
  color: red;
}
.StockHint_InStock {
  color: #5aae00;
}
/* indented class variation for stock hint display */
.StockHint_Indented {
  text-indent: 10px;
  font-size: 11px;
}
.StockHint_Indented_OutOfStock {
  color: red;
}
.StockHint_Indented_InStock {
  color: blue;
}
/*********************************************/
/*************For Featured Products***********/
/*********************************************/
.featuredProductLinks {
  color: #000000;
  font-weight: bold;
}
.featuredProductDescription {
  padding-top: 10px;
  font-weight: normal;
}
.featuredProductPrice {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
.featuredTeaser {
  color: #000000;
  font-weight: bold;
}
/* CSS for productratings [begin] */
.CommentHelpfulText {
  color: #009999;
}
.CommentHelpfulYes {
  color: #006600;
}
.CommentHelpfulNo {
  color: #006600;
}
.CommentCell {
  background-color: #FFFFFF;
}
.RatingCommentText {
  color: #000000;
}
.CommentAuthor {
  color: #000000;
}
/****** [end] ******/
/* CSS for Checkout GiftCard [begin] */
.CheckoutEmailGiftCardHeader {
  /* default color - #cccccc */

  background-color: #cccccc;
  color: #000000;
}
/****** [end] ******/
/* CSS for Checkout Terms And Conditions [begin] */
.CheckOutTermsBorder {
  border-style: dashed;
  border-width: 1px;
  border-color: #000000;
}
/****** [end] ******/
/* CSS for Affiliate Page [begin] */
.AffiliateHeaderTd {
  /* -- original --
	font-size: smaller;
	font-weight:bold;
	color: #ffffff;
	background-color: #AAAAAA;
	-- -- */

  font-size: smaller;
  font-weight: bold;
  color: #ffffff;
  background-color: #CCCCCC;
  padding: 3px;
}
.AffiliateTextCell {
  background-color: #DDDDDD;
  color: #000000;
  padding: 3px;
}
.AffiliateLinks,
.AffiliateLinks a:link,
.AffiliateLinks a:active,
.AffiliateLinks a:visited {
  color: #000000;
}
.AffiliateLinks a:hover {
  color: #4776BD;
}
.AffiliateForgotPasswordText {
  color: #000000;
}
.AffiliateForgotPasswordText span {
  color: #000000;
  font-weight: bold;
}
/****** [end] ******/
/* CSS for Multiple Shipping [begin] */
.MultiShippingAddressHeaderLeft {
  color: #000000;
  background-color: #dddddd;
}
.MultiShippingAddressHeaderRight {
  color: #000000;
  background-color: #dddddd;
}
/****** [end] ******/
/* CSS for Recent Comments */
.RecentCommentsHeader {
  background-color: #CCCCCC;
  color: #000000;
  font-weight: bold;
  text-align: center;
  height: 25px;
}
.RecentCommentsHeaderBorder {
  background-color: #FFFFFF;
}
.RecentCommentsFooter {
  background-color: #CCCCCC;
}
.RecentCommentsBorder {
  background-color: #CCCCCC;
}
.RecentCommentsCell {
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}
.pnlRecentCommentSort {
  background-color: #FFFFCC;
}
.RecentCommentSortText {
  color: #FF0000;
}
.RecentCommentReSortText {
  color: #000000;
  font-weight: bold;
}
.RecentCommentIsolateHeader {
  background-color: #009999;
}
.RecentCommentIsolateHeaderText {
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
.RecentCommentIsolateCell {
  background-color: #FFFFFF;
  color: #000000;
}
.RecentCommentsPagingTop {
  background-color: #ffffff;
  color: #000000;
}
/** [end] **/
/* CSS for RateIt.aspx */
.rateitBG {
  background-color: #336699;
  margin: 0px;
}
.rateittable {
  background-color: #336699;
}
.rateitlabel {
  font-weight: bold;
  color: #ffffff;
}
.rateitproductname {
  background-color: #FFFFCC;
}
.rateitbox {
  background-color: #FFFFFF;
}
.rateitddl {
  font-size: 10px;
}
.rateittext {
  font-size: 12px;
}
/**		[end]	**/
/***************************************************/
/**************TabbedUI prototype*******************/
#pagetabs {
  width: 100%;
}
#pagetabs a {
  background: #ffffff url(images/tab_out.gif) top left repeat-x;
  background-color: #DDDDDD;
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-right: solid 1px black;
  color: #696969;
  padding: 5px 5px 0px 5px;
  position: relative;
  margin-right: 3px;
  text-decoration: none;
  vertical-align: middle;
}
#pagetabs a:hover {
  text-decoration: underline;
  color: #ffffff;
  background: #ffffff url(images/tab_over.gif) top left repeat-x;
}
#pagetabs a.activetab {
  padding: 5px 5px 1px 5px;
  position: relative;
  top: 1px;
  color: #ffffff;
  background-image: url(images/tab_over.gif);
  border-bottom-color: white;
}
#pagetabs a.activetab:hover {
  text-decoration: none;
}
#tabcontent {
  border: solid 1px gray;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  width: 100%;
}
#tabcontent div.hiddenTab {
  display: none;
}
#tabcontent div.selectedTab {
  display: block;
}
#swank {
  display: inline-block;
  width: 7px;
  height: 9px;
  background: url(images/swank-emblem.png) no-repeat;
}
#swank span {
  display: none;
}
.red {
  color: #ee3900;
}
.blue {
  color: #17608a;
}
.unselected {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

