body {
  font-family: 'Didact Gothic', Arial;
  font-size: 13px;
  font-family: 'PT Sans', Arial;
  padding-bottom: 60px;
  min-width: 480px;
}
a {
  color: #c66200;
  text-decoration: underline;
}
a:hover {
  color: #e4801e;
}
a:focus {
  color: #e4801e;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'PT Sans', Arial;
}
.btn,
.btn-default {
  color: #ffffff;
  text-decoration: none;
  border-radius: 0px;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #777777;
  border: 1px solid #686868;
}
.btn:hover,
.btn-default:hover {
  background: #b75300;
  color: #ffffff;
  border: 1px solid #b75300;
}
.btn:focus,
.btn-default:focus {
  background: #b75300;
  color: #ffffff;
  border: 1px solid #b75300;
}
.btn-round {
  border: 0px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'PT Sans', Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 7px 10px 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-round:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #c66200, #c66200);
  background-image: -moz-linear-gradient(top, #c66200, #c66200);
  background-image: -ms-linear-gradient(top, #c66200, #c66200);
  background-image: -o-linear-gradient(top, #c66200, #c66200);
  background-image: linear-gradient(to bottom, #c66200, #c66200);
  text-decoration: none;
  border: 0px;
}
.btn-round:focus {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #c66200, #c66200);
  background-image: -moz-linear-gradient(top, #c66200, #c66200);
  background-image: -ms-linear-gradient(top, #c66200, #c66200);
  background-image: -o-linear-gradient(top, #c66200, #c66200);
  background-image: linear-gradient(to bottom, #c66200, #c66200);
  text-decoration: none;
  border: 0px;
}
input[type="submit"], #add-comment-button {
  border: 0px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'PT Sans', Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 7px 10px 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
input[type="submit"]:hover, #add-comment-button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #c66200, #c66200);
  background-image: -moz-linear-gradient(top, #c66200, #c66200);
  background-image: -ms-linear-gradient(top, #c66200, #c66200);
  background-image: -o-linear-gradient(top, #c66200, #c66200);
  background-image: linear-gradient(to bottom, #c66200, #c66200);
  text-decoration: none;
  border: 0px;
}
.row {
  overflow: hidden;
}
.col {
  margin-bottom: 10px;
}
.marginright {
  margin-right: 5px;
  color: #ccc;
}
.panel {
  border-radius: 0px;
  box-shadow: 0;
  border-top: 3px solid #c66200;
}
.panel .panel-body {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.panel-color {
  border-radius: 0px;
  box-shadow: 0;
  border-top: 3px solid #c66200;
}
.panel-color .panel-body {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.white {
  color: #c66200;
}
.btn-white {
  background: transparent;
  border: 1px solid transparent;
}
.btn-white:hover {
  background: #fff;
}
.btn-white:focus {
  background: #fff;
}
.borderbottom {
  border-bottom: 1px solid #dddddd;
}
/* navbar */
.navbar {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
}
.navbar .nav-icon {
  margin-right: 6px;
  font-size: 11px;
}
.navbar .navbar-brand a {
  font-size: 13px;
  text-decoration: none;
}
.nav-tabs li a {
  border: 1px solid #000;
}
.nav-promo {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.nav-promo li {
  margin-right: 20px;
  float: left;
}
.nav-promo li a {
  color: #333333;
  text-decoration: none;
}
.nav-promo li.active {
  border-radius: 0px;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
}
.nav-promo li.active a {
  color: #fff;
  text-decoration: none;
}
.nav-promo li.active a:hover {
  background: #a84400;
  outline: 0;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
}
.nav-promo li.active a:focus {
  outline: 0;
  background: #a84400;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
}
.nav-tab-product {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.nav-tab-product li {
  margin-right: 20px;
  float: left;
}
.nav-tab-product li a {
  color: #333333;
  text-decoration: none;
}
.nav-tab-product li.active {
  border-radius: 0px;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
}
.nav-tab-product li.active a {
  color: #fff;
  text-decoration: none;
}
.nav-tab-product li.active a:hover {
  background: #a84400;
  outline: 0;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
}
.nav-tab-product li.active a:focus {
  outline: 0;
  background: #a84400;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
}
.fixed-nav {
  position: fixed;
  margin-top: 50px;
}
.cart-background {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.cart-background a {
  color: #fff;
  opacity: 1;
}
.addtocart {
  height: 50px;
}
.phone {
  margin-top: 10px;
}
.caption a {
  font-size: 13px;
}
/* carousel-caption */
.carousel-caption {
  text-align: left;
  width: 100%;
  left: 0px;
  padding-left: 40px;
  padding-top: 0px;
}
/* Logo header */
.logo {
  margin-bottom: 20px;
}
.logo h1 {
  margin-top: 0;
  font-family: 'PT Sans', Arial;
  margin-bottom: 0;
}
.logo h1 a {
  color: #000;
  text-decoration: none;
}
.logo h1:first-letter {
  color: #c66200;
}
.logo h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
/* search */
.search-block {
  margin-top: 10px;
}
.search-block input {
  height: 32px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.search-block button {
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #c66200, #a84400);
  background-image: -moz-linear-gradient(top, #c66200, #a84400);
  background-image: -ms-linear-gradient(top, #c66200, #a84400);
  background-image: -o-linear-gradient(top, #c66200, #a84400);
  background-image: linear-gradient(to bottom, #c66200, #a84400);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #b75300;
}
.search-block button:hover {
  background: #b75300;
  color: #ffffff;
  border: 1px solid #b75300;
}
.search-block span {
  color: white;
  margin-right: 5px;
}
/* list-group */
.list-group {
  border-radius: 0px;
}
.list-group a {
  text-decoration: none;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #c66200;
  border-color: #c66200;
}
.sort {
  font-size: 11px;
}
.sort .showcat {
  margin-left: 10px;
  color: gray;
  border-bottom: 1px dotted gray;
  text-decoration: none;
}
.gray {
  color: gray;
}
/* Product catalog */
.product-catalog {
  font-family: 'PT Sans', Arial;
  text-align: center;
}
.product-catalog .glyphicon {
  font-size: 11px;
  margin-right: 5px;
}
.product-catalog h4 {
  font-family: 'PT Sans', Arial;
  font-size: 16px;
  font-weight: bold;
}
.product-catalog .price {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #000;
}
.product-catalog .addtocart {
  text-transform: uppercase;
}
.product-catalog .addtocart a {
  font-size: 11px;
}
.product-catalog .thumbnail {
  padding-top: 20px;
  border-radius: 0px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.breadcrumb {
  font-size: 11px;
  background: transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 5px;
  padding-left: 5px;
}
.breadcrumb a {
  color: #777;
}
.catalog h1 {
  font-size: 22px;
  font-family: 'PT Sans', Arial;
  margin-top: 5px;
}
.catalog .view-catalog .active {
  color: #c66200;
}
.catalog .view-catalog a {
  color: #bbb;
  outline: 0;
}
.catalog .view-catalog .glyphicon-list {
  margin-right: 10px;
}
.catalog .filtertop {
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
.catalog .checkboxfilter label {
  font-weight: normal;
}
/* Product */
.product h1 {
  color: #c66200;
}
.product h4 {
  font-family: 'PT Sans', Arial;
  font-size: 16px;
  font-weight: bold;
}
.product .price {
  margin-top: 20px;
  font-weight: bold;
  color: #000;
}
.product .price .small {
  color: gray;
}
.product .selectable {
  margin-bottom: 10px;
}
.product .selectable select {
  width: 80%;
}
.product .input-group .input-group-addon {
  font-size: 11px;
  border: 0px;
  padding: 4px 6px;
}
.product .input-group .input-group-addon {
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #777777, #595959);
  background-image: -moz-linear-gradient(top, #777777, #595959);
  background-image: -ms-linear-gradient(top, #777777, #595959);
  background-image: -o-linear-gradient(top, #777777, #595959);
  background-image: linear-gradient(to bottom, #777777, #595959);
}
.product .input-group .input-group-addon a {
  color: #fff;
}
.product .input-group .input-group-addon .form-control {
  text-align: center;
}
.product .stocks {
  margin-top: 10px;
}
.clearfilter {
  font-size: 11px;
  padding-top: 10px;
}
.showhelp {
  margin-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px dotted #c66200;
  outline: 0;
}
.showhelp:link {
  text-decoration: none;
  outline: 0;
}
/* Menu */
ul.menu-h {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  padding-left: 20px;
  position: releative;
  z-index: 10000;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
ul.menu-h.dropdowns ul {
  margin: 0;
  padding: 0;
}
ul.menu-h.dropdowns li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: 30px;
}
ul.menu-h.dropdowns li a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid transparent;
}
ul.menu-h.dropdowns li a:hover {
  color: #c66200;
  border-bottom: 2px solid #c66200;
}
ul.menu-h.dropdowns ul.menu-v {
  display: none;
  width: 200px;
  left: -21px;
  background: #fff;
  padding: 0;
  position: absolute;
  z-index: 13012;
  margin-left: 0;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 0px;
}
ul.menu-h.dropdowns ul.menu-v li {
  z-index: 111;
  position: releative;
  width: 198px;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  border-bottom: 1px solid #eee;
}
ul.menu-h.dropdowns ul.menu-v li a {
  font-size: 13px;
  display: block;
  padding: 10px 25px 10px 15px;
  margin: 0;
  font-weight: bold;
  color: inherit;
}
ul.menu-h.dropdowns ul.menu-v li a:hover {
  color: #c66200 !important;
  border-bottom: 2px solid #fff;
}
ul.menu-h.dropdowns ul.menu-v li ul.menu-v {
  top: -1px;
  left: 100%;
  margin-left: 0;
}
ul.menu-h.dropdowns li:hover ul.menu-v {
  display: block;
}
ul.menu-h.dropdowns.disabled li:hover ul.menu-v {
  display: none !important;
}
ul.menu-h.dropdowns li:hover ul.menu-v ul.menu-v {
  display: none;
}
/* level 2*/
ul.menu-h.dropdowns li:hover ul.menu-v li:hover ul.menu-v {
  display: block;
}
ul.menu-h.dropdowns li:hover ul.menu-v li:hover ul.menu-v ul.menu-v {
  display: none;
  top: 0px;
}
/* level 3; add more levels in a similar way if needed */
ul.menu-h.dropdowns li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v {
  display: block;
}
ul.menu-h.dropdowns li .inner {
  display: none;
  width: 400px;
  position: absolute;
  left: -3px;
  z-index: 13012;
  background: #fff;
}
ul.menu-h.dropdowns li .inner.shadowed {
  background: #fff;
  padding: 0;
  margin-left: 0;
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  margin-top: 0;
}
ul.menu-h.dropdowns li:hover .inner {
  top: 100%;
  display: block;
}
ul.menu-h.dropdowns li:hover .inner a:hover {
  color: red !important;
}
\ .wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.icon16-rating {
  background-image: url("img/icons.png");
  width: 16px;
  height: 16px;
  float: left;
}
.icon16-rating.star,
.icon16-rating.star-full {
  background-position: -16px 0;
  margin-right: 10px;
}
.icon16-rating.star-half {
  background-position: -32px 0;
  margin-right: 10px;
}
.icon16-rating.star-empty {
  background-position: -48px 0;
  margin-right: 10px;
}
.icon16-rating.star-hover {
  background-position: -64px 0;
  margin-right: 10px;
}
.icon16 {
  background-image: url("img/icons.png");
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon16.star,
.icon16.star-full {
  background-position: -16px 0;
  margin-right: 10px;
}
.icon16.star-half {
  background-position: -32px 0;
  margin-right: 10px;
}
.icon16.star-empty {
  background-position: -48px 0;
  margin-right: 10px;
}
.icon16.star-hover {
  background-position: -64px 0;
  margin-right: 10px;
}
.icon10 {
  background-image: url("img/icons.png");
  display: inline-block;
  width: 10px;
  height: 10px;
}
.icon10.star,
.icon10.star-full {
  background-position: 0 -16px;
}
.icon10.star-half {
  background-position: -10px -16px;
}
.icon10.star-empty {
  background-position: -20px -16px;
}
.compare {
  margin-top: 7px;
  margin-bottom: 7px;
}
.compare a {
  font-size: 11px;
  color: gray;
}
.badge-cart {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #c66200;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
}
.paddingblock {
  padding: 15px;
}
.paddingtop {
  padding-top: 10px;
}
.marginbottom {
  margin-bottom: 20px;
}
.margintop {
  margin-top: 50px;
}
.margintop20 {
  margin-top: 20px;
}
.news {
  margin-bottom: 15px;
}
.news small {
  color: #777;
}
.news p {
  margin-bottom: 0px;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
  background: #c66200;
}
.irs {
  height: 40px;
  margin-top: 10px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 6px;
  top: 25px;
}
.irs-line-left {
  height: 6px;
  background-position: 0 -30px;
  background: #ccc;
}
.irs-line-mid {
  height: 6px;
  background-position: 0 0;
  background: #ccc;
}
.irs-line-right {
  height: 6px;
  background: #ccc;
}
.irs-diapason {
  height: 6px;
  top: 25px;
  background-position: 0 -60px;
  background: #943000;
}
.irs-slider {
  width: 8px;
  height: 15px;
  top: 21px;
  background-position: 0 -90px;
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -120px;
}
.irs-min,
.irs-max {
  color: #c0c0c0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #3654b0;
}
.irs-from,
.irs-to,
.irs-single {
  color: #000;
  font-size: 11px;
  line-height: 1.333;
  color: #c66200;
  text-shadow: none;
  padding: 1px 5px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #d8dff3;
}
.irs-grid-pol {
  background: #777;
}
.irs-grid-text {
  color: #ccc;
}
.brands {
  margin: 0px;
  padding: 0px;
}
.brands li {
  padding-bottom: 5px;
  font-size: 13px;
  list-style: none;
}
/* Sign up & Login forms
------------------------ */
.wa-auth-adapters {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.wa-auth-adapters ul {
  padding: 0;
  margin: 0;
  min-height: 16px;
}
.wa-auth-adapters ul li {
  list-style: none;
  float: left;
  padding: 0 30px 0 0;
}
.wa-auth-adapters ul li a {
  display: block;
  padding-top: 5px;
  border-bottom: 0px;
  color: #000;
}
.wa-auth-adapters ul li a img {
  position: relative;
  top: 0px;
  left: -3px;
  border-bottom: 0px;
  padding-right: 5px;
}
.wa-auth-adapters p {
  clear: left;
  color: #888;
  font-size: 0.9em;
  padding-top: 10px;
}
.wa-form {
  float: left;
  margin: 10px 0;
  overflow: visible;
  width: 100%;
}
.wa-form .wa-field {
  clear: left;
  margin: 0;
  padding-top: 3px;
}
.wa-form .wa-field .wa-name {
  float: left;
  width: 155px;
  padding-top: 0.em;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: none;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field .wa-value {
  margin-left: 180px;
  margin-bottom: 5px;
  position: relative;
}
.wa-form .wa-field .wa-value .wa-error {
  border: 1px solid red;
}
.wa-form .wa-field .wa-value textarea {
  width: 260px;
  margin: 0;
  color: #000;
  font-size: 13px;
  height: 24px;
  padding-top: 5px;
  padding-left: 7px;
  border: 1px solid #b3b3b3;
  border-radius: 0px;
}
input[type="button"][disabled] {
  background: #000;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
  width: 80%;
  margin: 0;
  color: #000;
  font-size: 13px;
  height: 24px;
  max-width: 280px;
  padding-left: 7px;
  border: 1px solid #b3b3b3;
  border-radius: 0px;
}
.wa-form .wa-field .wa-value select {
  width: 270px;
  margin: 0;
  color: #000;
  font-size: 13px;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  border: 1px solid #b3b3b3;
}
.wa-form .wa-field .wa-value textarea {
  min-width: 260px;
  height: 70px;
}
.wa-form .wa-field .wa-value label {
  display: block;
}
.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
}
.wa-form .wa-field .wa-value.wa-submit {
  margin-top: 10px;
}
.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}
.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 23px;
  position: relative;
}
.wa-form .wa-field .wa-value p span {
  color: #777;
  font-size: 0.9em;
  display: block;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}
.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #faa;
}
.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #faa;
}
.wa-form .wa-field .wa-value .wa-captcha input[type="text"] {
  width: 110px;
}
.wa-captcha {
  padding: 7px 0 0px;
}
.wa-captcha p {
  clear: left;
  margin: 0;
  padding: 0;
}
.wa-captcha p img {
  float: left !important;
  margin-right: 5px;
  margin-top: -8px;
}
.wa-captcha p input {
  width: 50px;
  float: left  !important;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: none;
  color: #aaa;
  border-bottom: 1px solid #aaa;
}
.wa-captcha .wa-error-msg {
  display: inline;
  margin-left: 20px;
  margin-top: -20px;
}
.wa-captcha strong {
  float: left  !important;
  margin-right: 10px;
  margin-top: 3px;
}
.noborder {
  border-top: 0px;
}
.reviews-error-msg,
.wa-error-msg {
  font-size: 11px;
  font-style: none;
  margin-left: 10px;
  color: #c66200;
}
.outofstock {
  color: red;
}
.readytostock {
  color: #0fa43d;
}
.alert-add {
  margin-top: 20px;
  display: block;
  color: #000;
  border-top: 3px solid #c66200;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.alert-add a {
  color: #c66200;
}
input[disabled] {
  background-color: #EEEEEE;
  background: #c66200;
  background-image: -webkit-linear-gradient(top, #777777, #595959);
  background-image: -moz-linear-gradient(top, #777777, #595959);
  background-image: -ms-linear-gradient(top, #777777, #595959);
  background-image: -o-linear-gradient(top, #777777, #595959);
  background-image: linear-gradient(to bottom, #777777, #595959);
  cursor: not-allowed;
  pointer-events: none;
}
.cart .cart-hint {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.upcoming {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.brands {
	margin:0px;
	padding:0px;
} 
.brands li {
	margin-left:15px;
	padding-bottom:5px;
	font-size:13px;
	list-style:none;
}
.brands li ul li {
	margin-left:-20px;
}