body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
.cls {
  margin: 0;
  padding: 0;
}
.cls {
  clear: both;
  float: none;
}
.fltL {
  float: left;
}
.fltR {
  float: right;
}
a,
a:visited {
  outline: none !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
body {
  color: #000;
  font-family: 'arial';
  font-size: 12px;
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #ffffff url('../../images/bggradient.png') repeat-x;
  margin-top: 5px;
}
/***** To be used with :after pseudo selector *****/
.clear-both {
  content: "";
  clear: both;
  display: block;
}
/* ============================================= */
/***** Transition for all styles *****/
.trans-all {
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* ================================= */
/***** Light grey bg gradient *****/
.light-grey-grad {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edeef0));
  background-image: -webkit-linear-gradient(top, #ffffff, #edeef0);
  background-image: -moz-linear-gradient(top, #ffffff, #edeef0);
  background-image: -o-linear-gradient(top, #ffffff, #edeef0);
  background-image: -ms-linear-gradient(top, #ffffff, #edeef0);
  background-image: linear-gradient(top, #ffffff, #edeef0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#edeef0');
}
/* ============================= */
/***** Light blue bg gradient *****/
.light-blue-grad {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4e2eb));
  background-image: -webkit-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -moz-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -o-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -ms-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: linear-gradient(top, #ffffff, #d4e2eb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#d4e2eb');
}
/* ============================= */
.header-container {
  position: relative;
}
.header-container .header-top {
  padding-top: 10px;
  background: #0082B6;
}
.header-container .header-top .freeBlk {
  color: #fff;
  margin-bottom: 10px;
}
.header-container .header-top .freeBlk a,
.header-container .header-top .freeBlk span {
  color: #fff;
}
.header-container .header-top .freeBlk ul li {
  color: #5b5b5b;
  float: left;
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 45px;
  padding-right: 50px;
}
.header-container .header-top .freeBlk .seo-top-text {
  float: left;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.header-container .header-top .freeBlk .eighteen-text {
  float: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.header-container .header-top .freeBlk:after {
  content: "";
  display: block;
  clear: both;
}
.header-container .header-top .freeBlk_right {
  float: right;
  position: relative;
}
.header-container .header-top .freeBlk_right > ul > li {
  float: left;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 5px;
  margin-right: 5px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: rgba(255, 255, 255, 0.1);
}
.header-container .header-top .freeBlk_right > ul > li:hover {
  color: #ff9;
  background: rgba(255, 255, 255, 0.25);
}
.header-container .header-top .freeBlk_right > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 5px;
}
.header-container .header-top .freeBlk_right > ul > li > a {
  display: block;
  color: #fff;
  padding: 0 6px 0;
}
.header-container .header-top .freeBlk_right > ul > li.last {
  border-right: 0;
}
.header-container .header-top .freeBlk_right > ul > li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin-top: 20px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #80B6DC;
  padding: 5px 5px 1px;
  box-shadow: 0 2px 8px #666;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-container .header-top .freeBlk_right > ul > li ul li {
  margin: 0px 0px 5px 0;
}
.header-container .header-top .freeBlk_right > ul > li ul li a {
  color: #fff;
  margin: 0px;
  display: block;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 0;
  background: #0082b6;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-container .header-top .freeBlk_right > ul > li ul li a:hover {
  color: #ffff99;
  background: #4292b2;
}
.header-container .header-top .freeBlk_right > ul > li ul:before {
  content: "";
  display: block;
  position: absolute;
  margin: -10px 0 0 -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #80b6dc;
}
.header-container .header-top .freeBlk_right > ul > li ul.special:before {
  margin: -10px 0 0 -5px;
}
.header-container .header-top .freeBlk_right > ul > li ul.special.last:before {
  margin-left: 145px;
}
.header-container .header-top .freeBlk_right > ul:after {
  content: "";
  display: block;
  clear: both;
}
.header-container .header-top .freeBlk_right ul li.last > ul {
  margin-left: -44px;
}
.header-container .header .logo {
  margin: 3px 0 0 12px;
}
.header-container .header .form-search {
  background: none;
}
.cartBlk {
  background: #fff;
  border: solid 1px #dfdfdf;
  border-top: none;
  float: right;
  height: 35px;
  min-width: 119px;
  padding: 0 18px;
  position: relative;
}
.cartBlk .cartIco {
  background: url(../../images/bag.png) no-repeat left 3px;
  color: #3f3f3f;
  display: block;
  font-family: arial;
  font-size: 13px;
  font-weight: 700;
  height: 35px;
  line-height: 17px;
  line-height: 38px;
  padding-left: 25px;
}
.cartBlk .cartIco span {
  color: #b82424;
  padding-left: 15px;
}
.cartBlk:hover .cartDrop {
  -webkit-transition: ease-out all 0.4s;
  -o-transition: ease-out all 0.4s;
  -moz-transition: ease-out all 0.4s;
  opacity: 1;
  transition: ease-out all 0.4s;
  visibility: visible;
}
.cartBlk .cartDrop {
  -webkit-transition: ease-in all 0.4s;
  -o-transition: ease-in all 0.4s;
  -moz-transition: ease-in all 0.4s;
  opacity: 0;
  transition: ease-in all 0.4s;
  visibility: hidden;
}
.cartDrop {
  background: url(../../images/cartTop.png) no-repeat top center;
  left: -9px;
  padding: 7px 0 0 0;
  position: absolute;
  top: 35px;
  width: 175px;
}
.cartDrop .mini-cart {
  background: url(../../images/cartBot.png) no-repeat bottom center;
  padding: 0 20px 20px;
  width: 135px;
}
.cartDrop .mini-cart ol.mini-products-list {
  color: #3f3f3f;
  font-family: arial;
  font-size: 10px;
  font-weight: 700;
  list-style: decimal outside;
  padding-left: 15px;
}
.cartDrop .mini-cart ol {
  list-style: none;
  *list-style: none !important;
}
.cartDrop .mini-cart ol.mini-products-list li {
  clear: both;
  display: block;
  float: none;
  min-height: 32px;
  padding-bottom: 5px;
  *display: block !important;
}
.cartDrop .mini-cart ol.mini-products-list .product-name {
  color: #3f3f3f;
  float: left;
  line-height: 15px;
  text-align: left;
  width: 78px;
}
.cartDrop .mini-cart ol.mini-products-list .product-name:hover {
  color: #B82424;
}
.cartDrop .mini-cart ol.mini-products-list .product-details {
  float: right;
  line-height: 15px;
  margin-left: 0;
  text-align: right !important;
  width: 40px;
}
.cartDrop .mini-cart .a-center {
  float: none;
  height: 23px;
  width: 100%;
}
.cartDrop .mini-cart .a-center .button {
  background: url(../../images/checkOutRed.png) repeat-x 0 0;
  border: none;
}
.cartDrop .mini-cart .total {
  background: #A7A7A7;
  color: #FFFFFF;
  font-family: arial;
  font-size: 14px;
  font-weight: 400;
  left: -11px;
  margin: 10px 0;
  padding: 2px 10px;
  position: relative;
  text-align: right;
  width: 136px;
}
.headerCnt {
  padding-bottom: 5px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f1f1f1');
}
.headerCnt .header-phone {
  margin: 55px 12px 0 0;
  float: right;
}
.headerCnt .logo a {
  color: #3f3f3f;
  display: block;
  font-size: 25px;
  padding: 12px;
  text-transform: capitalize;
}
.headerCnt .header-left {
  float: left;
  padding-top: 15px;
}
.header .form-search {
  float: left;
  margin: 2px 0 0 10px;
}
.header .form-search input[type=text] {
  background: url(../../images/srch1Tx.png) no-repeat 0 0;
  color: #cdcbcb;
  display: block;
  font-family: arial;
  font-size: 11px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  width: 173px;
}
.headerCnt .header-right {
  float: right;
  padding-top: 15px;
  *width: 550px;
}
.headerCnt .header-right .header-right-secondary {
  float: right;
  *display: block;
}
.headerCnt .header-right .user-menu {
  float: right;
  *width: 290px;
}
.headerCnt:after {
  content: "";
  display: block;
  clear: both;
}
.header-right .user-menu ul li {
  float: left;
  height: 22px;
  line-height: 20px;
  padding: 2px 10px 0;
}
.header-right .user-menu ul li + li {
  border-left: solid 1px #dedede;
}
.header-right .user-menu ul li a {
  color: #3f3f3f;
  font-family: arial;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
}
.header-right .user-menu ul li a:hover {
  color: #b82424;
}
.headerCnt .header-right .header-right-secondary {
  float: right;
  height: 22px;
  line-height: 22px;
  padding-right: 15px;
  padding-top: 1px;
}
.headerCnt .header-right .header-right-secondary strong {
  color: #b82424;
  font-family: arial;
  font-size: 12px;
  font-weight: 400;
}
.main-container {
  background: #fff;
  border-top: none;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.col2-left-layout .main .col-main {
  width: 740px;
}
.main {
  background: none;
  padding-left: 0px;
  width: 100%;
}
.slideshow {
  background: #fff;
  border: solid 1px #d6d6d6;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
}
.slideshow .slide1 {
  /*height: 299px; */
  position: relative;
}
.slideshow .slide1 img {
  left: 0;
  max-height: 299px;
  max-width: 944px;
  position: absolute;
  top: 0;
}
.slideTxt {
  left: 75px;
  padding: 5px;
  position: absolute;
  text-align: left;
  top: 25px;
  z-index: 88;
}
.slideTxt div {
  background: url(../../images/banner/bannerTxBg.png) repeat 0 0;
  padding: 20px;
}
.slideTxt div h1 {
  color: #ef6c6c;
  font-family: 'Arial';
  font-size: 31px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 5px;
}
.slideTxt div p {
  color: #fff;
  font-family: 'Arial';
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 10px;
}
.slideTxt div span {
  color: #c9c9c9;
  font-family: 'Arial';
  font-size: 31px;
  font-weight: 300;
  line-height: 30px;
}
#slide-2 .slideTxt {
  left: auto;
  right: 75px;
}
#prev,
#next {
  background: url(../../images/banner/sliderAroBg.png) no-repeat 0 0;
  height: 299px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 90;
}
#prev span,
#next span {
  display: block;
  height: 50px;
  margin: 120px 15px 0;
  overflow: hidden;
  text-indent: 150px;
  width: 20px;
}
#prev span {
  background: url(../../images/banner/sliderAroLt.png) no-repeat 0 0;
}
#next span {
  background: url(../../images/banner/sliderAroRt.png) no-repeat 0 0;
}
#slide-commands a.bullet {
  position: relative;
  top: 275px;
  z-index: 95;
  *display: none;
}
#slide-commands a.bullet span {
  display: none;
  visibility: hidden;
}
#slide-commands a.bullet {
  background: url(../../images/banner/sliderBullet.png) no-repeat right top;
  display: inline-block;
  height: 13px;
  margin: 0 3px;
  width: 13px;
  *display: block;
  *float: left;
}
#slide-commands a.bullet:hover,
#slide-commands a.bullet.active {
  background-position: left top;
}
.cat-col-right {
  margin: 8px 0 0;
}
.category-sidebar img {
  margin-bottom: 10px;
}
.cat-col-main {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
}
.col-left.sidebar h2 {
  color: #5c5353;
  font-family: arial;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  padding: 0 0 0 8px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.col-left.sidebar .block-account ul li a {
  display: block;
  color: #454545;
  background: transparent;
  border-right: 1px solid #c1c1c1;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}
.col-left.sidebar .block-account ul li a:hover {
  position: relative;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px dotted #c1c1c1;
  padding: 9px 0 9px 24px;
  color: #ea8759;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f5f5f5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f5f5f5 1%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.col-left.sidebar .block-account ul li a:hover:before {
  left: 0;
  top: 8px;
  display: block;
  content: "";
  position: absolute;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #c1c1c1;
}
.col-left.sidebar .block-account ul li a:hover:after {
  left: -1px;
  top: 9px;
  display: block;
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.col-left.sidebar .block-account ul li.double a:hover:before {
  top: 16px;
}
.col-left.sidebar .block-account ul li.double a:hover:after {
  top: 17px;
}
.col-left.sidebar ul li a {
  color: #454545;
  font-family: arial;
  font-size: 12px;
  padding: 10px 0 10px 15px;
}
.col-left.sidebar ul.left-nav-cms li a {
  display: block;
  color: #454545;
  background: transparent;
  border-right: 1px solid #c1c1c1;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 0 solid transparent;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}
.col-left.sidebar ul.left-nav-cms li a:hover {
  position: relative;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px dotted #c1c1c1;
  padding: 9px 0 9px 24px;
  color: #ea8759;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f5f5f5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f5f5f5 1%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.col-left.sidebar ul.left-nav-cms li a:hover:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 9px;
}
.col-left.sidebar ul.left-nav-cms li a:hover:before {
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  border-left: 11px solid #c1c1c1;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 8px;
}
.col-left.sidebar ul.left-nav-cms li a.current {
  padding: 9px 0 9px 25px;
  position: relative;
  color: #ea8759;
  border: 1px solid #c1c1c1;
  border-right: 0;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f5f5f5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f5f5f5 1%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.col-left.sidebar ul.left-nav-cms li a.current:before {
  left: 0;
  top: 8px;
  display: block;
  content: "";
  position: absolute;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #c1c1c1;
}
.col-left.sidebar ul.left-nav-cms li a.current:after {
  left: -1px;
  top: 9px;
  display: block;
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.col-left.sidebar ul.left-nav-cms li a.current strong {
  font-weight: normal;
}
.col-left.sidebar ul.left-nav-cms li a.double:before {
  top: 16px;
}
.col-left.sidebar ul.left-nav-cms li a.double:after {
  top: 17px;
}
.col-left.sidebar span.page_title {
  color: #ea8759;
}
.col-left hr {
  background: #d6d6d6;
  border: none;
  display: block;
  height: 2px;
}
.col2-right-layout .col-main {
  float: left;
  width: 710px;
}
.col2-right-layout .col-right {
  border: none;
  float: right;
  margin-left: 8px;
  padding: 0;
  width: 217px;
  margin-right: 10px;
}
.col3-layout .col-wrapper {
  width: 765px;
}
.col3-layout .col-left {
  padding: 10px 5px;
}
.col3-layout .col-main {
  margin-left: 11px;
  width: 610px;
}
.col3-layout .col-right {
  width: 180px;
}
.adImg {
  border: solid 1px #d6d6d6;
  padding: 5px;
}
.logo2 {
  float: left;
  margin-right: 40px;
  padding: 4px 0 0 10px;
}
.logo2 a {
  color: #3f3f3f;
  display: block;
  font-family: engr;
  font-size: 17px;
  line-height: 17px;
  padding: 5px;
  text-transform: capitalize;
}
.stay {
  float: left;
  height: 25px;
  line-height: 25px;
  padding-top: 4px;
}
.stay a {
  color: #bd3e3e;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.nsLetter {
  float: right;
  height: 25px;
  line-height: 25px;
  width: 630px;
  *width: 640px;
}
.breadcrumbs ul li {
  font-family: arial;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs ul li a {
  color: #5c5353;
  font-size: 12px;
}
.breadcrumbs ul li span {
  padding: 0 10px;
}
.breadcrumbs ul li strong {
  color: #3989b3;
  font-size: 12px;
  font-weight: normal;
}
.breadcrumbs .continue-shopping {
  color: #5c5353;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.breadcrumbs {
  border-bottom: solid 1px #c1c1c1;
  padding: 10px;
}
.product-banner {
  border: solid 1px #d6d6d6;
  padding: 5px;
  position: relative;
}
.product-banner img {
  height: 232px;
  width: 747px;
}
.product-banner .product-text {
  left: 5px;
  position: absolute;
  top: 80px;
  width: 510px;
  z-index: 999;
}
.product-banner .product-text h2 {
  color: #e9e9e9;
  font-family: 'Arial';
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
  padding: 0 0 5px 40px;
  text-transform: uppercase;
}
.product-banner .product-text p {
  background: url(../../images/innerBannerTxBg.png) no-repeat right top;
  color: #fff;
  font-family: 'Arial';
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 10px 45px 10px 35px;
}
.toolbar .sorter {
  background: #e5e5e5;
  border: solid 1px #a4a4a4;
  height: 18px;
  padding: 5px 15px 9px;
}
.toolbar .sorter {
  margin-top: 2px;
}
.toolbar label {
  color: #5c5353;
  font-family: arial;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.toolbar select {
  background: #fff;
  border: solid 1px #b4b4b4;
  color: #5c5353;
  font-family: arial;
  font-size: 11px;
  font-weight: 400;
  margin-left: 5px;
  position: relative;
  top: -1px;
  *top: 0px;
}
.toolbar .sorter .view-mode .grid {
  background: url(../../images/gridActive.png) no-repeat left top;
  padding: 8px;
}
.toolbar .sorter .view-mode a.list {
  background: url(../../images/list.png) no-repeat left top;
  padding: 8px;
}
.toolbar .sorter .view-mode a.list:hover {
  background: url(../../images/listActive.png) no-repeat left top;
  padding: 8px;
}
.toolbar .sorter .view-mode label {
  *left: -4px;
  *position: relative;
  *top: -12px;
}
.toolbar .sorter .sort-by {
  margin-right: 60px;
}
.toolbar .sorter .sort-by select {
  left: 5px;
  top: 1px;
  width: 133px;
}
.toolbar .limiter select {
  width: 50px;
}
.toolbar .sorter .view-mode span,
.toolbar .sorter .view-mode a {
  display: inline-block;
  position: relative;
  top: 3px;
}
.toolbar .sorter .view-mode a.grid {
  background: url(../../images/grid.png) no-repeat left top;
  padding: 8px;
}
.toolbar .sorter .view-mode a.grid:hover {
  background: url(../../images/gridActive.png) no-repeat left top;
}
.toolbar .sorter .view-mode span.list {
  background: url(../../images/listActive.png) no-repeat left top;
  padding: 8px;
}
.toolbar-bottom .toolbar2 {
  display: block !important;
}
.pager {
  height: 20px;
  padding: 0 15px;
}
.pager label {
  color: #5c5353;
  font-weight: normal;
  padding-right: 5px;
}
.pager .amount strong {
  border: #b4b4b4 solid 1px;
  color: #5c5353;
  font-family: arial;
  font-size: 12px;
  font-weight: 400;
  padding: 1px 8px;
}
.pages {
  margin-right: 170px;
}
.pages ol {
  list-style: none;
}
.pages ol li .previous {
  background: url(../../images/pagiLt.png) no-repeat 0 0;
  height: 21px;
  width: 11px;
}
.pages ol li .next {
  background: url(../../images/pagiRt.png) no-repeat 0 0;
  height: 21px;
  width: 11px;
}
.pages ol li .previous:hover {
  background: url(../../images/pagiLt.png) no-repeat 0 0;
}
.pages ol li .next:hover {
  background: url(../../images/pagiRt.png) no-repeat 0 0;
}
.col-main h1 {
  /*font-family: 'arial';
    background: #959595;
    color: #034285;
    color: #034285;
    color: #fff;
    display: block;
    font-size: 24px;
    font-size: 30px;
    font-weight: normal;
    font-weight: 400;
    height: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 20px 3px 10px;
    margin-bottom: 7px;
    padding-left: 15px;
    text-transform: uppercase;
    */
  font-family: Arial, Helvetica, sans-serif;
}
.cms-index-index .col-main ul.products-grid {
  background: none;
  border: none;
}
.cms-index-index .col-main ul.products-grid li.item {
  border: solid 1px #d6d6d6;
  float: left;
  height: 320px;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  width: 174px;
}
.cms-index-index .col-main ul.products-grid li.item.last {
  margin-right: 0;
}
.cms-index-index .col-main ul.products-grid li.item .product-image {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.cms-index-index .col-main ul.products-grid li.item .product-image img {
  max-height: 114px;
  max-width: 181px;
}
.cms-index-index .col-main ul.products-grid li.item .product-name {
  color: #5c5353;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.cms-index-index .col-main ul.products-grid li.item .price-box {
  display: block;
}
.cms-index-index .col-main ul.products-grid li.item .price-box .regular-price {
  display: block;
}
.cms-index-index .col-main ul.products-grid li.item .price-box .regular-price .price,
.cms-index-index .col-main ul.products-grid li.item .price-box .special-price .price {
  color: #b82424 !important;
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.cms-index-index .col-main ul.products-grid li.item .price-box .old-price {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-bottom: 3px;
}
.cms-index-index .col-main ul.products-grid li.item .price-box .old-price .price {
  color: #969393;
  display: block;
  font-family: Trebuchet MS;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.cms-index-index .col-main ul.products-grid li.item .price-box .special-price {
  display: block;
}
.cms-index-index .col-main ul.products-grid li.item .actions {
  display: block;
  height: 20px;
  margin-left: -4px;
  width: 182px;
}
.cms-index-index .col-main ul.products-grid li.item .actions .add2cart {
  background: url(../../images/btnBlue.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff;
  display: block;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  text-shadow: 2px 2px 5px #000;
}
.cms-index-index .col-main ul.products-grid li.item .actions .add2wishlist {
  background: url(../../images/btnGrey.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff;
  display: block;
  float: right;
  font-family: arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  text-shadow: 2px 2px 5px #000;
}
.cms-index-index .col-main ul.products-grid .ratings {
  border-bottom: solid 1px #d6d6d6;
  height: 25px;
  margin-bottom: 10px;
}
.col2-left-layout .col-left {
  border: none;
  float: left;
  padding: 0 10px;
  width: 200px;
}
.col2-left-layout .col-main {
  float: right;
  width: 720px;
}
.catalog-category-view .products-grid {
  background: none;
  padding-bottom: 10px;
  width: 720px;
}
.catalog-category-view .col-main ul.products-grid li.item {
  border: solid 1px #d6d6d6;
  float: left;
  height: 264px;
  margin-right: 10px;
  position: relative;
}
.catalog-category-view .col-main ul.products-grid li.item.last {
  margin-right: 0;
}
.catalog-category-view .col-main ul.products-grid li.item .product-image {
  margin: 0 auto;
  text-align: center;
}
.catalog-category-view .col-main ul.products-grid li.item .actions .button {
  background: url(../../images/btnBlue.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff !important;
  display: block;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: 400 !important;
  height: 22px;
  letter-spacing: 1px;
  padding: 0 15px;
  text-shadow: 2px 2px 5px #000;
  margin-top: 15px;
}
.catalog-category-view .col-main ul.products-grid li.item .actions .add-to-links li a {
  background: url(../../images/btnGrey.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff !important;
  display: block;
  float: right;
  font-family: arial;
  font-size: 11px;
  font-weight: 400 !important;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  text-shadow: 2px 2px 5px #000;
}
.catalog-category-view .col-main ul.products-grid li.item .actions .add-to-links li a {
  padding: 0 10px;
}
.catalog-category-view .col-main ul.products-grid li.item .product-name {
  color: #5C5353;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  padding-bottom: 10px;
  height: 50px;
}
.catalog-category-view .col-main ul.products-grid li.item .product-name a {
  color: #5C5353;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box {
  display: block;
  float: right;
  text-align: right;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box .regular-price {
  display: block;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box .regular-price .price,
.catalog-category-view .col-main ul.products-grid li.item .price-box .special-price .price {
  color: #B82424 !important;
  color: #b82424;
  display: block;
  font-family: Trebuchet MS;
  font-size: 16px;
  font-weight: normal;
  padding: 0!important;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box .old-price {
  display: block;
  line-height: 2px;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box .old-price .price {
  color: #969393;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 2px;
  text-decoration: line-through;
  text-transform: uppercase;
  color: black;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box .special-price {
  display: block;
}
.catalog-category-view .col-main ul.products-grid li.item .price-box .special-price .price-label {
  display: none;
}
.catalog-category-view .col-main ul.products-grid li.item .actions button {
  float: left;
}
.catalog-category-view .col-main ul.products-grid li.item .actions .add-to-links {
  float: left;
  margin: 0 0 0 18px;
}
.catalog-category-view .col-main ul.products-grid .selection {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99999;
}
.catalog-category-view .col-main ul.products-grid .ratings {
  height: 25px;
  margin-bottom: 10px;
}
.amount {
  color: #848383;
  float: left;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
}
.amount a {
  color: #848383;
}
.item-footer {
  display: inline-block;
}
.price-box .regular-price .price {
  margin-top: 8px;
}
.block-layered-nav .block-title {
  display: none;
}
.block-layered-nav .block-content {
  background: none;
  border: none;
}
.block-layered-nav dt {
  background: url(../../images/minus.png) no-repeat left center;
  color: #5c5353;
  font-family: Arial;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  margin-left: 10px;
  padding: 10px 0 0 15px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.block-layered-nav dd {
  color: #454545;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 12px 12px 24px;
}
.block-layered-nav dd li:hover {
  background: #dbdbdb;
}
.block-layered-nav dd li a {
  color: #454545;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.col-left hr {
  background: #d6d6d6;
  border: none;
  display: block;
  height: 2px;
}
.currently .block-subtitle {
  background: #a1a1a1!important;
  border: solid 2px #989898;
  border-bottom: none;
  color: #fff!important;
  font-family: 'Arial' !important;
  font-size: 12px!important;
  font-weight: 400;
  padding: 8px!important;
  text-transform: uppercase;
}
.currently ol {
  border: #d6d6d6 solid 2px;
  border-top: none;
  padding: 5px 5px 6px 5px;
}
.currently ol li {
  /*height: 20px; padding-bottom: 3px; */
  line-height: 20px;
}
.block-layered-nav .currently .label {
  background: none;
  padding: 0px;
}
.block-layered-nav .currently .btn-remove {
  background: url(../../images/xNor.png) no-repeat left center;
  color: #454545;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  height: 16px;
  line-height: 16px;
  padding-left: 20px;
  width: auto;
}
.block-layered-nav .currently .btn-remove:hover {
  background: url(../../images/xHover.png) no-repeat left center;
}
.block-layered-nav .currently span.label {
  color: #5c5353;
  font-family: Arial;
  font-weight: 900;
  padding-right: 5px;
  text-transform: uppercase;
}
#narrow-by-list {
  /*margin-bottom: 5px; }
.block-layered-nav .block-subtitle {
    /*margin-bottom: 5px;
    background: url(../../images/narowList.png) no-repeat 0 0;
    border: none;
    color: #5c5353;
    display: block;
    font-size: 11px;
    font-weight: 700;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 7px;
    text-transform: uppercase;
    */
  font-family: 'Arial';
}
#narrow-by-list {
  border: solid 2px #d6d6d6;
  padding: 5px;
}
.narrow-by-list .narrow-choose .sidebar {
  padding: 5px 0;
}
.narrow-by-list .narrow-choose .sidebar h2 span {
  cursor: pointer;
  display: block;
  padding-left: 17px;
}
.narrow-by-list .narrow-choose .sidebar h2 span.plus {
  background: url(../../images/plus.png) no-repeat left center;
}
.narrow-by-list .narrow-choose .sidebar ul li {
  padding-left: 32px;
}
.block {
  /*padding: 5px; border: solid 2px #d6d6d6; margin-bottom: 5px; }
.block .block-title {
    /*padding-bottom: 15px;
    color: #3a3a3a;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    */
  text-transform: uppercase;
}
.block .block-content p {
  /*line-height: 18px;
    color: #3a3a3a;
    font-family: 'Arial';
    font-size: 12px;
    */
  padding-bottom: 5px;
}
.block-compare .compare-items li.item {
  height: 35px;
  padding: 5px 0;
}
.block-compare .compare-items li.item + li.item {
  border-top: solid 2px #d6d6d6;
}
.block-compare .compare-items .product-image {
  display: block;
  float: left;
  margin-bottom: 15px;
  text-align: center;
}
.block-compare .compare-items .product-image img {
  max-height: 114px;
  max-width: 181px;
}
.block-compare .compare-items .product-name {
  float: right;
  width: 100px;
}
.block-compare .compare-items .product-name a {
  color: #5c5353;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 15px;
}
.block-compare .actions {
  display: block;
}
.block-compare .actions a {
  border: solid 1px #e7dede;
  color: #fff;
  display: block;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  margin: 5px 0 0;
  padding: 0 4px;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}
.block-compare .actions .add2cart {
  background: url(../../images/btnBlue.jpg) repeat-x 0 0;
}
.block-compare .actions .add2wishlist {
  background: url(../../images/btnGrey.jpg) repeat-x 0 0;
}
.product-view {
  border: none;
}
.product-essential {
  background: none;
  padding: 0;
}
.product-img-box table {
  width: 100%;
}
.product-img-box table tr td {
  text-align: center;
  vertical-align: middle;
}
.product-img-box table tr td a {
  display: inline-block !important;
}
.product-img-box .product-image {
  /*width: 300px; height: 303px; */
  border: solid 1px #d6d6d6;
}
.product-img-box .product-image img {
  display: inline-block !important;
  max-height: 400px;
  max-width: 470px;
  width: auto !important;
}
.product-img-box .more-views {
  margin-top: 10px;
  position: relative;
}
.product-img-box .more-views .proDtailAroLt {
  background: url(../../images/proDtailAroLt.png) no-repeat 0 0;
  float: left;
  height: 32px;
  margin-top: 20px;
  position: relative !important;
  top: 0;
  width: 32px;
}
.product-img-box .more-views .proDtailAroRt {
  background: url(../../images/proDtailAroRt.png) no-repeat 0 0;
  float: right;
  height: 32px;
  margin-top: 20px;
  position: relative !important;
  top: 0;
  width: 32px;
}
.product-img-box .more-views ul {
  float: left;
  margin-left: 5px;
}
.product-img-box .more-views ul li {
  border: solid 1px #d6d6d6;
  float: left;
  height: 50px;
  margin: 0 5px;
  width: 50px;
}
.product-img-box .more-views ul li a img {
  max-height: 50px;
  max-width: 50px;
}
.product-header {
  border: dashed 1px #ccc;
  font-family: Arial;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 5px;
}
.product-shop .availability {
  height: 16px;
  line-height: 16px;
  margin-left: 13px;
}
.product-shop .availability span {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  text-transform: capitalize;
}
.product-shop .availability.in-stock {
  color: #19791b !important;
}
.product-shop .availability.out-of-stock {
  color: #F00 !important;
}
.product-shop .orderNo {
  color: #434242;
  float: right;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  margin-right: 13px;
  text-transform: uppercase;
}
.product-shop .stock-status {
  float: left;
}
.product-shop .product-name h1 {
  background: none;
  color: #034285;
  font-family: 'Trebuchet MS' !important;
  font-size: 27px !important;
  font-weight: normal !important;
  height: auto;
  letter-spacing: 1px;
  line-height: 25px !important;
  margin-top: 10px;
  padding: 0 13px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-shop .price-box {
  background: #e9e9e9;
  float: left;
  padding: 10px 13px;
}
.product-shop .price-box .old-price {
  display: block;
  float: left;
  margin-right: 15px;
}
.product-shop .price-box .old-price .price-label {
  display: none;
}
.product-shop .price-box .old-price .price {
  color: #969393;
  display: block;
  font-family: 'Trebuchet MS';
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.product-shop .price-box .regular-price,
.product-shop .price-box .special-price {
  display: block;
  float: left;
}
.product-shop .price-box .regular-price .price-label,
.product-shop .price-box .special-price .price-label {
  display: none;
}
.product-shop .price-box .regular-price .price,
.product-shop .price-box .special-price .price {
  color: #B82424 !important;
  color: #b82424;
  display: block;
  font-family: Trebuchet MS;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
}
.product-shop .short-description h2 {
  display: none;
}
.product-shop .short-description {
  background: none !important;
  border: solid 2px #d6d6d6;
  border-left: none;
  border-right: none;
  color: #3b3b3b;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 10px 0 !important;
  padding: 10px 0 10px 10px !important;
}
.product-shop .product-options {
  padding: 0 13px 0;
  text-align: right;
}
.product-shop .product-options label {
  color: #e73535;
  font-family: Arial;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: left;
}
.product-shop .product-options select {
  background: #e9e9e9;
  border: solid 1px #b4b4b4;
  color: #5c5353;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: 900;
  width: 360px;
}
.product-shop .product-options select option {
  background: #e9e9e9;
  color: #5c5353;
  font-family: Arial;
  font-size: 12px;
  font-weight: 900;
}
.product-shop .product-options select.required {
  color: #e73535;
}
.product-shop .add-to-box {
  align: justify;
  float: right;
  padding: 0 0 0 13px;
}
.product-shop .add-to-box .add-to-cart {
  width: 260px;
}
.product-shop .add-to-box .add-to-cart label {
  color: #5c5353;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
  padding-bottom: 3px;
  position: relative;
  text-transform: uppercase;
  top: 4px;
}
.product-shop .add-to-box .add-to-cart input,
.product-shop .add-to-box .add-to-cart select {
  background: #e9e9e9;
  border: solid 1px #b4b4b4;
  clear: both;
  color: #5c5353;
  display: block;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 700;
  height: 24px;
  margin-top: 3px;
  text-align: center;
  width: 52px !important;
  width: 60px;
}
.product-shop .add-to-box .add-to-cart button.button span {
  background: none;
  border: none;
}
.product-shop .add-to-box .add-to-cart button.button span span {
  /*height: 45px;
    background: url(../../images/add2CartBig.jpg) repeat-x 0 0;
    border: solid 1px #d6d6d6;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    text-shadow: 5px 5px 10px #000000;
    width: 185px;
    */
  height: 35px;
}
.product-shop .add-to-box .or {
  display: none;
}
.product-shop .add-to-links {
  clear: none !important;
  float: left;
  padding-right: 13px;
}
.product-shop .add-to-links a {
  background: url("../images/btnGrey.jpg") repeat-x 0 0;
  border: 1px solid #E7DEDE;
  color: #FFFFFF !important;
  display: block;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0 24px;
  text-shadow: 2px 2px 5px #000000;
}
.product-shop .add-to-links .link-compare {
  display: none;
}
.product-shop .action-box .addIt {
  margin-top: 5px;
}
.product-shop .actions {
  width: 146px;
}
.product-collateral {
  background: none;
  margin: 0px 0 20px;
  padding: 0;
}
.product-collateral h2 {
  color: #3A3A3A;
}
.product-collateral .std {
  /*color: #5c5c5c;
    font-family: 'arial';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 18px;
    padding-bottom: 15px;*/
}
.product-collateral .product-tabs-wrapper .product-tabs {
  height: 27px;
  margin: 0 !important;
}
.product-collateral .product-tabs-wrapper .product-tabs li {
  float: left;
}
.product-collateral .product-tabs-wrapper .product-tabs li + li {
  margin-left: 3px;
}
.product-collateral .product-tabs-wrapper .product-tabs li a {
  background: #f4f4f4;
  border: solid 1px #d6d6d6;
  border-bottom: none;
  color: #898989;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  padding: 3px 5px;
}
.product-collateral .product-tabs-wrapper .product-tabs li.active a,
.product-collateral .product-tabs-wrapper .product-tabs li:hover a {
  background: #7b7b7b;
  border: solid 1px #7b7b7b;
  border-bottom: none;
  color: #fff !important;
}
.product-collateral .product-tabs-wrapper .tabs-panes {
  border: solid 1px #d6d6d6;
  padding: 15px;
}
.product-collateral .product-tabs-wrapper .tabs-panes .product-tabs-content p {
  color: #5c5c5c;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  padding-bottom: 15px;
}
.product-view .adBlock3 {
  float: left;
  width: 253px;
}
.product-view .adBlock3 a {
  display: block;
}
.product-view .adBlock3 img {
  border: solid 2px #d6d6d6;
  max-width: 240px;
  padding: 5px;
}
.product-view .box-up-sell {
  float: right;
  width: 695px;
}
.product-view .box-up-sell h2 {
  background: #a1a1a1;
  border: solid 2px #d6d6d6;
  border-bottom: none;
  color: #fff;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding-left: 15px;
  text-transform: uppercase;
}
.product-view .box-collateral .products-grid {
  border: solid 2px #d6d6d6;
  height: 181px;
  padding-left: 2px;
}
.product-view .box-collateral .products-grid li.item {
  border: none;
  margin: 0;
  padding: 0 20px;
  width: 125px;
}
.product-view .box-collateral .products-grid li.item .product-image {
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-view .box-collateral .products-grid li.item .product-image a {
  display: block;
}
.product-view .box-collateral .products-grid li.item .product-image img {
  max-width: 90px;
}
.product-view .box-collateral .products-grid li.item .product-name {
  font-size: 9px;
  line-height: 13px;
  padding-bottom: 8px;
}
.product-view .box-collateral .products-grid li.item .price-box {
  padding-bottom: 5px;
}
.product-view .box-collateral .products-grid li.item .price-box .regular-price .price,
.product-view .box-collateral .products-grid li.item .price-box .special-price .price {
  font-size: 16px;
}
.product-view .box-collateral .products-grid li.item .price-box .old-price .price {
  font-size: 11px;
}
.product-view .box-collateral .products-grid li.item .price-box .old-price {
  padding-bottom: 0;
}
.product-view .box-collateral .products-grid li.item .actions {
  height: auto;
}
.product-view .box-collateral .products-grid li.item .actions a {
  float: none;
  text-align: center;
}
button.add2cart {
  background: url(../../images/btnBlue.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  padding-bottom: 1px;
  text-shadow: 2px 2px 5px #000;
}
.button {
  background: url(../../images/btnGrey.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  padding-bottom: 1px;
  text-shadow: 2px 2px 5px #000;
}
.button span {
  background: none !important;
  border: none !important;
  font-weight: normal !important;
  padding: 0 !important;
}
a.button {
  padding-bottom: 0;
}
h2.product-name {
  color: #5c5353;
  font-family: 'arial';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal !important;
  padding-bottom: 0px !important;
}
h2.product-name a {
  color: #5c5353;
}
.list-link li a,
.list-link li span {
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
}
/* temperory */
.product-img-box table tr td img {
  position: relative !important;
}
.block-account,
.my-account {
  margin-top: 20px;
  border: none;
}
.block-account {
  padding: 0;
}
.my-account p {
  font-size: 13px;
}
.block-account .block-title {
  color: #ea8759;
  font-family: 'Arial';
  font-size: 24px;
  text-transform: none;
}
.block-account .block-content li {
  text-transform: none;
}
.block-account .block-content li.current {
  padding: 9px 0 9px 25px;
  position: relative;
  color: #ea8759;
  border: 1px solid #c1c1c1;
  border-right: 0;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f5f5f5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f5f5f5 1%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f5f5f5 1%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.block-account .block-content li.current:before {
  left: 0;
  top: 8px;
  display: block;
  content: "";
  position: absolute;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #c1c1c1;
}
.block-account .block-content li.current:after {
  left: -1px;
  top: 9px;
  display: block;
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.block-account .block-content li.current strong {
  font-weight: normal;
}
.block-account .block-content li.double:before {
  top: 16px;
}
.block-account .block-content li.double:after {
  top: 17px;
}
.font11 {
  font-size: 11px;
}
.my-account {
  padding: 0 10px;
  font-size: 13px;
  line-height: normal;
}
.my-account .validation-advice {
  display: none;
}
.my-account input[type="text"] {
  width: 200px;
}
.my-account a {
  color: #09f;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.my-account a:hover {
  color: #ea8759;
}
.my-account .primaryBtn {
  color: #fff;
}
.my-account .primaryBtn:hover {
  color: #fff;
}
.my-account .secondaryBtn,
.my-account .tertiaryBtn {
  color: #666;
}
.my-account .secondaryBtn:hover,
.my-account .tertiaryBtn:hover {
  color: #666;
}
.my-account p {
  line-height: 16px;
}
.my-account p.required {
  float: right;
  margin: 5px 10px 0 0;
}
.my-account select {
  width: 222px;
  padding: 9px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.my-account h2,
.my-account .box-title {
  color: #0082b6;
  font-weight: normal;
}
.my-account h2.top-pad,
.my-account .box-title.top-pad {
  padding-top: 8px;
}
.my-account h2.no-bg,
.my-account .box-title.no-bg {
  background: none;
}
.my-account h2 a,
.my-account .box-title a {
  font-size: 13px;
}
.my-account ol li {
  list-style: none;
}
.my-account .messages li.error-msg,
.my-account .messages li.success-msg,
.my-account .messages li.note-msg,
.my-account .messages li.notice-msg {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 10px 32px !important;
  min-height: auto !important;
  margin: 0 0 10px !important;
  background-position: 10px 10px !important;
}
.my-account .messages li.error-msg li,
.my-account .messages li.success-msg li,
.my-account .messages li.note-msg li,
.my-account .messages li.notice-msg li {
  margin: 0 !important;
}
.my-account .welcome-msg {
  margin: 0 0 15px;
}
.my-account .box-title {
  margin-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
.my-account .h2span {
  font-size: 13px;
}
.my-account .sub-title {
  padding: 0;
  color: #ea8759;
  margin: 0 0 3px;
  font-weight: normal;
}
.my-account .data-table th {
  font-weight: normal;
}
.my-account .data-table td {
  vertical-align: middle;
  font-size: 11px;
}
.my-account .data-table .price {
  font-size: 11px;
  margin: 0;
  color: #333;
  font-weight: normal;
}
.my-account .form-list li {
  margin: 0;
}
.my-account .form-list li .field {
  float: none;
}
.my-account .form-list li.add-field {
  margin-top: 10px;
}
.my-account .form-list .customer-name .field {
  float: left;
  width: auto;
}
.my-account .form-list .margin-top10 {
  margin-top: 10px;
}
.my-account .form-list .control .checkbox {
  margin: 4px 1px 0 0;
  vertical-align: top;
}
.my-account .edit-acct-info .name-lastname #lastname {
  margin: 0 15px;
}
.my-account .edit-acct-info .form-list .dob-container {
  width: auto;
  margin-top: 10px;
}
.my-account .edit-acct-info .form-list .dob-container .customer-dob {
  margin-top: 5px;
}
.my-account .edit-acct-info .form-list .dob-container .customer-dob .dob-month {
  margin: 0 10px;
}
.my-account .edit-acct-info .form-list .dob-container .customer-dob .dob-day input.input-text,
.my-account .edit-acct-info .form-list .dob-container .customer-dob .dob-month input.input-text,
.my-account .edit-acct-info .form-list .dob-container .customer-dob .dob-year input.input-text {
  width: 35px;
  text-align: center;
}
.my-account .address-new li .name-firstname {
  margin-bottom: 10px;
}
.my-account .address-new li .field {
  width: auto;
}
.my-account .address-new li.middle {
  margin: 0 16px;
}
.my-account .address-new .field {
  width: auto;
}
.my-account .address-new .fields {
  width: 222px;
}
.my-account .address-new .control {
  margin-bottom: 0;
}
.my-account .address-new .form-list .customer-name .field.name-lastname {
  margin: 10px 0 0;
}
.my-account .change-pass {
  margin: 15px 0 0;
}
.my-account .change-pass input.input-text {
  width: 190px;
}
.my-account .change-pass .fields .field {
  width: auto;
  margin: 0;
}
.my-account .change-pass .fields .field.middle {
  margin: 0 19px;
}
.my-account .helpdesk-ticket-form input {
  float: none;
}
.my-account .helpdesk-ticket-form label,
.my-account .helpdesk-reply-form label {
  display: block;
  margin-top: 10px;
}
.my-account .ticket-info td {
  border-bottom: 0;
}
.my-account .edit-info {
  text-align: right;
  padding-top: 10px;
  border-top: 1px dotted #c1c1c1;
}
.my-account .addresses-list address {
  margin: 0 0 10px;
}
.my-account .addresses-list li {
  width: 333px;
}
.my-account .addresses-list .addresses-additional h2 {
  margin: 0;
}
.my-account .addresses-list .addresses-additional h2.additional {
  margin: 0 0 10px;
  font-size: 14px;
  color: #ea8759;
}
.my-account .addresses-list .addresses-additional li {
  background: none;
  width: 322px;
  margin: 10px 0 0;
}
.my-account .dashboard .col2-set .col-2 {
  margin: 0;
}
.my-account .dashboard .col2-set .box-content {
  margin-bottom: 10px;
}
.my-account .new-ticket textarea {
  height: 150px;
}
.my-account .fieldset .form-list .fields,
.my-account .fieldset .form-list .email-item {
  float: left;
}
.my-account .fieldset .form-list .zip-country .field {
  margin-top: 10px;
  float: none;
}
.my-account .fieldset .form-list .address-add li {
  margin-top: 10px;
}
.my-account .with-grad p.required {
  float: right;
  margin: 3px 10px 0 0;
}
.my-account select,
.my-account input[type="text"],
.my-account input[type="password"] {
  border: 1px solid #c1c1c1;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.my-account select:focus,
.my-account input[type="text"]:focus,
.my-account input[type="password"]:focus {
  border-color: #ea8759;
}
.my-account .order-page li.secondaryBtn.current {
  font-weight: normal;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4e2eb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: -moz-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: -o-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: -ms-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: linear-gradient(top, #d4e2eb, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d4e2eb', EndColorStr='#ffffff');
}
.my-account .order-page .title-buttons a {
  margin-bottom: 10px;
}
.my-account .order-page .order-info {
  line-height: normal;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.my-account .order-page .order-info li.ord-date {
  display: block;
  margin-bottom: 5px;
}
.my-account .order-page .order-info li.ord-date span {
  color: #ea8759;
  font-weight: bold;
}
.my-account .order-page .col-2 {
  margin-right: 0;
}
.my-account .order-items {
  width: auto;
}
.my-account .order-items h3.product-name {
  margin: 0;
  color: #333;
}
.my-account .order-items .data-table td.last {
  border-right: 0;
}
.my-account .order-items .data-table .subtotal td {
  border-top: 0;
  border-right: 1px dotted #c1c1c1;
}
.my-account .order-items .data-table .subtotal td.last {
  border-right: 0;
}
.my-account .order-items .data-table .grand_total td,
.my-account .order-items .data-table .grand_total_incl td {
  border-top: 1px dotted #c1c1c1;
  border-right: 1px dotted #c1c1c1;
}
.my-account .order-items .data-table .grand_total td.last,
.my-account .order-items .data-table .grand_total_incl td.last {
  border-right: 0;
}
.my-account .order-items .data-table .grand_total td,
.my-account .order-items .data-table .grand_total_incl td,
.my-account .order-items .data-table .grand_total .price,
.my-account .order-items .data-table .grand_total_incl .price {
  color: #393;
  font-size: 15px;
}
.my-account .order-items .data-table tfoot td {
  padding: 5px 10px;
  border-right: 1px dotted #c1c1c1;
}
.my-account .order-items.order-details .data-table td .price-excl-tax {
  display: inline-block;
}
.my-account .order-items.order-details .data-table tbody.odd tr {
  background: none;
}
.my-account .order-items.order-details .data-table tbody.odd tr.border td {
  border-bottom: 1px dotted #c1c1c1;
}
.my-account .order-items.order-details .shipping td {
  border-right: 1px dotted #c1c1c1;
}
.my-account .order-items.order-details .shipping td.last {
  border: 0;
}
.my-account .order-items.order-details .summary-details {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4e2eb));
  background-image: -webkit-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -moz-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -o-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -ms-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: linear-gradient(top, #ffffff, #d4e2eb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#d4e2eb');
}
.my-account .order-items.order-details .summary-details td {
  border-bottom: 1px dotted #c1c1c1;
  border-right: 1px dotted #c1c1c1;
}
.my-account .order-items.order-details .summary-details td.last {
  border-right: 0;
}
.my-account .order-items.order-details .summary-total td {
  border-right: 1px dotted #c1c1c1;
}
.my-account .order-items.order-details .summary-total td.last {
  border-right: 0;
}
.my-account .storecredit .price {
  font-size: 13px;
  margin: 0;
}
.my-account .storecredit .data-table .balance {
  text-align: center;
}
.my-account .storecredit .data-table td {
  vertical-align: middle;
}
.my-account .storecredit .data-table td .price {
  float: none;
  font-size: 14px;
}
.my-account .storecredit .data-table td .price,
.my-account .storecredit .data-table td.created .price,
.my-account .storecredit .data-table td.positive .price {
  color: #393;
}
.my-account .storecredit .data-table td.negative .price {
  color: #c00;
}
.my-account .storecredit .data-table td.text-right {
  text-align: right;
}
.my-account .giftcardaccount ul,
.my-account .giftcardaccount .form-buttons {
  float: left;
}
.my-account .giftcardaccount li {
  margin-bottom: 0;
}
.my-account .giftcardaccount .form-buttons {
  margin-left: 10px;
}
.my-account .giftcardaccount .form-buttons button {
  margin-left: 10px;
  padding: 9px 15px;
}
.my-account .my-wishlist .data-table td {
  padding: 10px;
}
.my-account .my-wishlist .data-table tr.last .res-proImg {
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.my-account .my-wishlist .data-table tr.last .res-addcart {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.my-account .my-wishlist .product-image {
  display: block;
  width: 115px;
  height: 115px;
  margin: 0 0 5px;
}
.my-account .my-wishlist textarea {
  display: block;
  width: 295px;
}
.my-account .my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-account .my-wishlist .buttons-set button.button {
  float: none;
}
.my-account .my-wishlist .buttons-set .btn-add span,
.my-account .my-wishlist .buttons-set .btn-share span {
  border-color: #406a83;
  background: #618499;
}
.my-account .my-wishlist .res-addcart {
  width: 155px;
}
.my-account .my-wishlist .qty {
  text-align: center;
}
.my-account #wishlist-table .add-to-links {
  white-space: nowrap;
}
.my-account .price-box {
  display: block;
}
.my-account .price-box .regular-price {
  display: block;
}
.my-account .price-box .price-label {
  display: none;
}
.my-account .price-box .regular-price .price,
.my-account .price-box .special-price .price {
  color: #b82424;
  display: block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.my-account .price-box .old-price {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-bottom: 3px;
}
.my-account .price-box .old-price .price {
  color: #969393;
  display: block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.successPg p {
  color: #111;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
}
#successPageContainer {
  padding: 12px;
  margin-right: 30px;
}
#co-billing-form .validation-advice,
#co-shipping-form .validation-advice {
  margin: 3px 0 10px 1px;
}
#cart-sidebar-reorder {
  border: solid 1px #a4a4a4;
  border-bottom: none;
}
#product-options-wrapper dl .cls {
  padding-bottom: 15px;
}
.product-options-bottom .add-to-box {
  margin: 0;
  padding: 0 13px;
}
.col-right .block-reorder {
  margin-top: 15px;
}
.header .form-search label {
  display: none;
}
.top-container {
  position: relative;
  z-index: 999999;
}
.etheme_cp {
  position: absolute;
}
#em_quickshop_handler {
  /*left: 5px !important;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    top: 0 !important;
    z-index: 999 !important;
    */
  font-family: Arial;
}
#back-top {
  float: none;
  position: absolute;
  right: -17px;
  top: 73px;
}
#back-top a {
  background: url(../../images/bk2Top.png) no-repeat 0 0;
  display: block;
  height: 32px;
  width: 32px;
}
#back-top a:hover {
  background: url(../../images/bk2TopHov.png) no-repeat 0 0;
  display: block;
  height: 32px;
  width: 32px;
}
#back-top a span {
  display: none;
}
#product_tabs_related_tabbed_contents h2 {
  background: #a1a1a1;
  color: #fff;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  text-transform: uppercase;
}
#product_tabs_related_tabbed_contents h2 a {
  color: #000;
  padding-left: 10px;
}
#product_tabs_related_tabbed_contents ul {
  border: solid 2px #d6d6d6;
  height: 181px;
  margin: 0 6px;
}
#product_tabs_related_tabbed_contents ul li {
  border: none;
  height: 181px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  width: 120px;
}
#product_tabs_related_tabbed_contents ul .product-image {
  margin-bottom: 5px;
  margin-top: 5px;
}
#product_tabs_related_tabbed_contents ul li .product-image a {
  display: block;
  text-align: center;
}
#product_tabs_related_tabbed_contents ul li .product-image img {
  max-width: 90px;
}
#product_tabs_related_tabbed_contents ul li .product-name {
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 13px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
#product_tabs_related_tabbed_contents ul li .product-name a {
  color: #5C5353;
}
#product_tabs_related_tabbed_contents ul li .price-box {
  display: block;
  height: 40px;
  padding-bottom: 5px;
}
#product_tabs_related_tabbed_contents ul li .price-box .regular-price .price,
#product_tabs_related_tabbed_contents ul li .price-box .special-price .price {
  color: #b82424;
  display: block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
#product_tabs_related_tabbed_contents ul li .price-box .price-label {
  display: none;
}
#product_tabs_related_tabbed_contents ul li .price-box .old-price .price {
  color: #969393;
  display: block;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  padding-bottom: 3px;
  text-decoration: line-through;
  text-transform: uppercase;
}
#product_tabs_related_tabbed_contents ul li .actions {
  height: auto;
}
#product_tabs_related_tabbed_contents ul li .actions a {
  float: none;
  text-align: center;
}
#product_tabs_related_tabbed_contents ul li .selection {
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 99999;
}
#product_tabs_related_tabbed_contents ul li a.add2cart {
  background: url("../images/btnBlue.jpg") repeat-x 0 0;
  border: 1px solid #E7DEDE;
  color: #FFFFFF;
  display: block;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  text-shadow: 2px 2px 5px #000000;
}
.product-view .block-related-wrapper {
  float: right;
  width: 695px;
}
.product-view .block-related-wrapper h2 {
  background: #a1a1a1;
  border: solid 2px #d6d6d6;
  border-bottom: none;
  color: #fff;
  font-family: 'Arial';
  font-size: 13px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  text-transform: uppercase;
}
.product-view .block-related-wrapper .jcarousel-clip.jcarousel-clip-horizontal {
  border: solid 2px #d6d6d6;
  height: 181px;
  width: 691px;
}
.product-view .block-related-wrapper .products-grid {
  width: 691px;
}
.product-view .block-related-wrapper .products-grid li.item {
  border: none;
  margin: 0;
  padding: 0 21px;
  width: 125px;
}
.product-view .block-related-wrapper .products-grid li.item .product-image {
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-view .block-related-wrapper .products-grid li.item .product-image {
  display: block;
  text-align: center;
}
.product-view .block-related-wrapper .products-grid li.item .product-image img {
  max-height: 100px;
  max-width: 100px;
}
.product-view .block-related-wrapper .products-grid li.item .product-name {
  color: #5C5353;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 13px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.product-view .block-related-wrapper .products-grid li.item .price-box {
  display: block;
  height: 20px;
  padding-bottom: 5px;
}
.product-view .block-related-wrapper .products-grid li.item .price-box .regular-price .price {
  color: #b82424;
  display: block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.product-view .block-related-wrapper .products-grid li.item .actions {
  height: auto;
}
.product-view .block-related-wrapper .products-grid li.item .actions a {
  cursor: pointer;
  float: none;
  text-align: center;
}
.product-view .block-related-wrapper .products-grid li a.add2cart {
  background: url("../images/btnBlue.jpg") repeat-x 0 0;
  border: 1px solid #E7DEDE;
  color: #FFFFFF;
  display: block;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 16px;
  text-shadow: 2px 2px 5px #000000;
}
.product-view .block-related-wrapper .products-grid li .ribbon {
  width: 75px;
}
.block-related-wrapper .jcarousel-prev-horizontal,
.block-related-wrapper .jcarousel-next-horizontal {
  display: none !important;
  opacity: 0.4 !important;
  top: 60px !important;
}
.block-related-wrapper .jcarousel-skin-tango:hover .jcarousel-prev-horizontal,
.block-related-wrapper .jcarousel-skin-tango:hover .jcarousel-next-horizontal {
  display: block !important;
}
.block-related-wrapper .jcarousel-prev-horizontal {
  left: 5px !important;
}
.block-related-wrapper .jcarousel-next-horizontal {
  right: 5px !important;
}
.ribbon {
  position: absolute;
  top: 0;
  z-index: 999;
}
.ribbon-top-right {
  right: 0;
}
.ribbon-top-left {
  right: 0;
}
.res-rating {
  display: none;
}
.res-proImg .product-image img {
  max-width: 113px;
}
a.quick {
  color: #555555;
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
/*.non-respDiv {display:none; }*/
#slide-commands {
  left: 0;
}
.fetItems {
  margin-bottom: 10px;
}
.category-products .products-grid .actions .button {
  *padding: 0 !important ;
}
#addTagForm .form-add {
  width: 315px;
}
#addTagForm .form-add .input-box {
  width: 225px !important;
}
#product_tabs_review_tabbed_contents {
  font-family: Arial;
  font-weight: 400 !important;
}
#product_tabs_review_tabbed_contents h2,
#product_tabs_review_tabbed_contents h3,
#product_tabs_review_tabbed_contents h4,
#product_tabs_review_tabbed_contents th,
#product_tabs_review_tabbed_contents strong {
  font-weight: normal;
}
.messages span {
  font-family: Arial;
  font-weight: 400;
}
dl.item-options dt,
dl.item-options dd {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
}
/***********************************catalogsearch-result-index************************************************************************/
.catalogsearch-result-index .products-grid {
  background: none;
  padding-bottom: 10px;
  width: 759px;
}
.catalogsearch-result-index .col-main ul.products-grid li.item {
  border: solid 1px #d6d6d6;
  float: left;
  margin-right: 10px;
  position: relative;
}
.catalogsearch-result-index .col-main ul.products-grid li.item.last {
  margin-right: 0;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .product-image {
  margin: 0 auto;
  text-align: center;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .product-image img {
  max-height: 114px;
  max-width: 181px;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .actions .button {
  background: url(../../images/btnBlue.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff !important;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400 !important;
  height: 22px;
  letter-spacing: 1px;
  padding: 0 15px;
  text-shadow: 2px 2px 5px #000;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .actions .add-to-links li a {
  background: url(../../images/btnGrey.jpg) repeat-x 0 0;
  border: solid 1px #e7dede;
  color: #fff !important;
  display: block;
  float: right;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400 !important;
  height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  text-shadow: 2px 2px 5px #000;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .actions .add-to-links li a {
  padding: 0 10px;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .product-name {
  color: #5C5353;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .product-name a {
  color: #5C5353;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box {
  display: block;
  height: 40px;
  padding-bottom: 30px;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .regular-price {
  display: block;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .regular-price .price,
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .special-price .price {
  color: #B82424 !important;
  color: #b82424 !important;
  display: block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .old-price {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-bottom: 3px;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .old-price .price-label {
  display: none;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .old-price .price {
  color: #969393;
  display: block;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .special-price {
  display: block;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .price-box .special-price .price-label {
  display: none;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .actions button {
  float: left;
}
.catalogsearch-result-index .col-main ul.products-grid li.item .actions .add-to-links {
  float: left;
  margin: 0 0 0 18px;
}
.catalogsearch-result-index .col-main ul.products-grid .selection {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99999;
}
.catalogsearch-result-index .col-main ul.products-grid .ratings {
  border-bottom: solid 1px #d6d6d6;
  height: 25px;
  margin-bottom: 10px;
}
.col-main .std p {
  font-family: arial;
  font-size: 13px;
}
.col-main .std h2.box-title {
  color: #0082b6;
  padding: 0 !important;
}
.join {
  background: #818181;
  margin: 0 0 10px;
  text-align: center;
}
.join span {
  margin: 0 8px ;
}
.join input[type="text"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #bfbfbf inset;
  color: #616161;
  font-size: 14px;
  height: 30px;
  margin: 10px 5px 0 20px;
  padding-left: 10px;
  width: 232px;
}
.join input[type="submit"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ff8856;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 0px #C5653F inset;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  margin-top: 10px;
  width: 77px;
}
.right_icons {
  background: #69c;
  padding: 8px;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 0 4px #999;
  position: fixed;
  margin-left: 961px;
  z-index: 100;
  top: 28px;
}
.right_icons img {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.right_icons .whoson {
  border-top: 1px solid #8cb3d9;
  margin-top: 6px;
  padding-top: 6px;
}
.right_icons .top-icons {
  margin-bottom: 5px;
}
.right_icons .top-icons > a {
  display: block;
  width: 25px;
  height: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999;
}
.right_icons .top-icons > a.cart-img {
  background: #ffffff url('../../images/cart-icon.png') no-repeat 0 0;
}
.right_icons .top-icons > a.cart-img:hover {
  border-color: #fff;
  background: #035184 url('../../images/active-cart-icon.png') no-repeat 0 0;
}
.right_icons .top-icons > a.search-img {
  background: #ffffff url('../../images/search-icon.png') no-repeat 0 0;
}
.right_icons .top-icons > a.search-img:hover {
  border-color: #fff;
  background: #035184 url('../../images/active-search-icon.png') no-repeat 0 0;
}
.right_icons .top-icons > a.acct-img {
  background: #ffffff url('../../images/acct-icon.png') no-repeat 0 0;
}
.right_icons .top-icons > a.acct-img:hover {
  border-color: #fff;
  background: #035184 url('../../images/active-acct-icon.png') no-repeat 0 0;
}
.right_icons .top-icons > a.help-img {
  background: #ffffff url('../../images/help-icon.png') no-repeat 0 0;
}
.right_icons .top-icons > a.help-img:hover {
  border-color: #fff;
  background: #035184 url('../../images/active-help-icon.png') no-repeat 0 0;
}
.right_icons .top-icons:hover > div {
  display: block;
}
.right_icons .top-icons.cart-icon:hover:before,
.right_icons .top-icons.currency-icon:hover:before,
.right_icons .top-icons.search-icon:hover:before,
.right_icons .top-icons.help-icon:hover:before,
.right_icons .top-icons.acct-icon:hover:before {
  content: "";
  display: block;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #333;
  position: absolute;
  margin: 0 0 0 -8px;
}
.right_icons .top-icons.last {
  margin-bottom: 0;
}
.right_icons .top-icons .search {
  width: 270px;
  margin: -40px 0 0 -298px;
}
.right_icons .top-icons .search .form-search .input-text {
  width: 170px;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  color: #999;
  border: 1px solid #c1c1c1;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.right_icons .top-icons .search .form-search .input-text:focus {
  border-color: #333;
}
.right_icons .top-icons .search .form-search .button {
  font-family: Arial, Helvetica, sans-serif;
  color: #0081b8;
  padding: 9px 11px;
  height: auto;
  font-size: 13px;
  background: #aaabad;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWJhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MjkyOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #aaabad 0%, #929292 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaabad), color-stop(100%, #929292));
  background: -webkit-linear-gradient(top, #aaabad 0%, #929292 100%);
  background: -o-linear-gradient(top, #aaabad 0%, #929292 100%);
  background: -ms-linear-gradient(top, #aaabad 0%, #929292 100%);
  background: linear-gradient(to bottom, #aaabad 0%, #929292 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaabad', endColorstr='#929292', GradientType=0);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #b5b5b5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ffffff), to(#b5b5b5));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px #ffffff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px #ffffff;
}
.right_icons .top-icons .search:before {
  margin: 6px 0 0 280px;
}
.right_icons .top-icons .currency:before,
.right_icons .top-icons .help:before,
.right_icons .top-icons .settings:before,
.right_icons .top-icons .cart:before {
  margin-top: -1px;
}
.right_icons .top-icons .settings .links li a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #00b1ff;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #333;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWYzZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #daf3ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #daf3ff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #daf3ff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #daf3ff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #daf3ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #daf3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#daf3ff', GradientType=0);
}
.right_icons .top-icons .settings .links li a:hover {
  color: #007fb7;
}
.right_icons .top-icons .settings .links li.last a {
  margin-bottom: 0;
}
.right_icons .currency,
.right_icons .search,
.right_icons .help,
.right_icons .settings,
.right_icons .cart {
  padding: 10px;
  border: 1px solid #333;
  box-shadow: 0 0 4px #666;
  margin-top: -33px;
  display: none;
  width: 191px;
  margin-left: -219px;
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background: #69c;
}
.right_icons .currency:before,
.right_icons .search:before,
.right_icons .help:before,
.right_icons .settings:before,
.right_icons .cart:before {
  content: "";
  display: block;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #69c;
  position: absolute;
  margin: 0 0 0 201px;
}
.right_icons .top-social {
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #8cb3d9;
}
.right_icons .top-social a {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #c1c1c1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.right_icons .top-social a.last {
  margin-bottom: 0;
}
/*.cart_icon span {position:absolute;bottom:1px;right:1px;background:red;border:1px solid #fff;color:#fff;font-size:11px;font-weight:normal; }*/
/* View Type: Grid */
ul.products-grid {
  margin: 0 !important;
  width: 720px !important;
}
ul.products-grid .last {
  border-bottom: 0;
}
ul.products-grid li.item {
  float: left;
  width: 350px;
  /* 2 Column */
  /* width: 208px; */
  /* 1 Column */
  padding: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  height: auto !important;
  background: #e0eef6 url('../../images/catBack.jpg') left top no-repeat;
}
ul.products-grid li.item div.categoryImage {
  padding: 10px 0;
  display: block;
  -webkit-border-radius: 4.5px 4.5px 0px 0px;
  -moz-border-radius: 4.5px 4.5px 0px 0px;
  border-radius: 4.5px 4.5px 0px 0px;
}
ul.products-grid li.item div.categoryImage .product-image {
  display: block;
  margin: 0;
}
ul.products-grid li.item div.categoryImage > div.ratings {
  border: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  display: block;
  position: relative;
  z-index: 1000;
  top: -25px;
  width: 330px;
}
ul.products-grid li.item div.categoryImage > div.ratings .rating-box {
  margin: 0 140px !important;
}
ul.products-grid li.item div.item-title {
  display: block;
  height: 60px;
  padding: 0 0 10px 0;
}
ul.products-grid li.item div.item-title h2 {
  display: block;
  text-align: center;
  line-height: normal;
}
ul.products-grid li.item div.item-title h5 {
  display: block;
  text-align: center;
  color: #666;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
}
ul.products-grid li.item div.item-footer {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf6fd));
  background-image: -webkit-linear-gradient(top, #ffffff, #edf6fd);
  background-image: -moz-linear-gradient(top, #ffffff, #edf6fd);
  background-image: -o-linear-gradient(top, #ffffff, #edf6fd);
  background-image: -ms-linear-gradient(top, #ffffff, #edf6fd);
  background-image: linear-gradient(top, #ffffff, #edf6fd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#edf6fd');
  border-top: 2px solid #ea8759;
  display: inline-block;
  padding: 10px !important;
  height: auto;
  width: 330px;
}
ul.products-grid li.item div.item-footer > .priceBox {
  float: left;
  display: inline-block;
}
ul.products-grid li.item div.item-footer > .priceBox > .price-box {
  margin: 0 !important;
}
ul.products-grid li.item div.item-footer > .priceBox > .price-box > .price {
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  font-size: 18px;
  font-weight: bold;
}
ul.products-grid li.item div.item-footer > .priceBox > .price-box > .price-excluding-tax,
ul.products-grid li.item div.item-footer > .priceBox > .price-box > .minimal-price {
  text-align: left;
}
ul.products-grid li.item div.item-footer > .priceBox > .price-box > .price-excluding-tax > .price,
ul.products-grid li.item div.item-footer > .priceBox > .price-box > .minimal-price > .price {
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  font-size: 18px;
  font-weight: bold;
}
ul.products-grid li.item div.item-footer .ratings {
  clear: both;
  height: 14px;
  margin-bottom: 9px;
}
ul.products-grid li.item div.item-footer .ratings.none {
  clear: both;
  float: right;
  height: 14px !important;
  margin-bottom: 0px !important;
  padding-top: 4px;
  font-weight: bold;
  width: 120px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
ul.products-grid li.item div.item-footer .ratings .rating-box {
  float: right;
  margin-left: 0px;
  margin-right: 25px;
  margin-top: 6px;
}
ul.products-grid li.item div.item-footer > .buyButton {
  margin: 5px 0 0;
}
ul.products-grid li.item div.item-footer > .buyButton > button {
  background-color: #ea8759;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8759), to(#d1612c));
  background-image: -webkit-linear-gradient(top, #ea8759, #d1612c);
  background-image: -moz-linear-gradient(top, #ea8759, #d1612c);
  background-image: -o-linear-gradient(top, #ea8759, #d1612c);
  background-image: -ms-linear-gradient(top, #ea8759, #d1612c);
  background-image: linear-gradient(top, #ea8759, #d1612c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ea8759', EndColorStr='#d1612c');
  box-shadow: 0px 0px 4px #666;
  -moz-box-shadow: 0px 0px 4px #666;
  -webkit-box-shadow: 0px 0px 4px #666;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px;
  width: 120px;
  text-shadow: none;
  border: 0;
  margin-top: 3px;
  letter-spacing: 0;
  border: 1px solid #d1612c;
  height: auto !important;
}
ul.products-grid li.item div.item-footer > .buyButton > button:hover {
  background-color: #d1612c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1612c), to(#ea8759));
  background-image: -webkit-linear-gradient(top, #d1612c, #ea8759);
  background-image: -moz-linear-gradient(top, #d1612c, #ea8759);
  background-image: -o-linear-gradient(top, #d1612c, #ea8759);
  background-image: -ms-linear-gradient(top, #d1612c, #ea8759);
  background-image: linear-gradient(top, #d1612c, #ea8759);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d1612c', EndColorStr='#ea8759');
}
#brandCtrl {
  float: right;
  /*margin-top: -48px;*/
}
#brandCtrl > .toggleTitle {
  float: left;
  margin: 10px;
}
#brandCtrl > button {
  cursor: pointer;
  color: #fff;
  background-color: #1983B1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1983b1), to(#0e648c));
  background-image: -webkit-linear-gradient(top, #1983b1, #0e648c);
  background-image: -moz-linear-gradient(top, #1983b1, #0e648c);
  background-image: -o-linear-gradient(top, #1983b1, #0e648c);
  background-image: -ms-linear-gradient(top, #1983b1, #0e648c);
  background-image: linear-gradient(top, #1983b1, #0e648c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1983B1', EndColorStr='#0E648C');
  box-shadow: 0px 0px 4px #666;
  -moz-box-shadow: 0px 0px 4px #666;
  -webkit-box-shadow: 0px 0px 4px #666;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  font-size: 11px;
  padding: 8px 4px;
  width: 94px;
  text-shadow: none;
  border: 0;
  margin-top: 3px;
  margin-bottom: 8px;
  letter-spacing: 0;
  border: 1px solid #0E648C;
  height: auto !important;
}
#brandCtrl > button:hover {
  background-color: #0E648C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e648c), to(#1983b1));
  background-image: -webkit-linear-gradient(top, #0e648c, #1983b1);
  background-image: -moz-linear-gradient(top, #0e648c, #1983b1);
  background-image: -o-linear-gradient(top, #0e648c, #1983b1);
  background-image: -ms-linear-gradient(top, #0e648c, #1983b1);
  background-image: linear-gradient(top, #0e648c, #1983b1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#0E648C', EndColorStr='#1983B1');
}
#brandCtrl > button.active {
  border: 1px solid #ea8759;
  background-color: #0E648C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e648c), to(#1983b1));
  background-image: -webkit-linear-gradient(top, #0e648c, #1983b1);
  background-image: -moz-linear-gradient(top, #0e648c, #1983b1);
  background-image: -o-linear-gradient(top, #0e648c, #1983b1);
  background-image: -ms-linear-gradient(top, #0e648c, #1983b1);
  background-image: linear-gradient(top, #0e648c, #1983b1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#0E648C', EndColorStr='#1983B1');
}
#brandCtrl > button#toggle-allBrands {
  text-transform: uppercase;
}
#brandCtrl > button#toggle-allBrands:hover {
  text-transform: uppercase;
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
  width: 632px;
  margin: 0 auto;
}
.col1-layout .products-grid {
  width: 790px;
  margin: 0 auto;
}
.col-main div.shop_v2_head > p {
  font-size: 15px;
  color: #333;
  line-height: 22px;
}
.col-main div.shop_v2_panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 348px;
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #c1c1c1;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4e2eb));
  background-image: -webkit-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -moz-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -o-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -ms-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: linear-gradient(top, #ffffff, #d4e2eb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#d4e2eb');
}
.col-main div.shop_v2_panel div.shop_v2_panel_title {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edeef0));
  background-image: -webkit-linear-gradient(top, #ffffff, #edeef0);
  background-image: -moz-linear-gradient(top, #ffffff, #edeef0);
  background-image: -o-linear-gradient(top, #ffffff, #edeef0);
  background-image: -ms-linear-gradient(top, #ffffff, #edeef0);
  background-image: linear-gradient(top, #ffffff, #edeef0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#edeef0');
  border-bottom: 1px dotted #c1c1c1;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #0082b6;
}
.col-main div.shop_v2_panel div.shop_v2_panel_title + img {
  width: 348px;
}
.col-main div.shop_v2_panel p {
  padding: 20px;
  font-size: 13px;
  line-height: 24px;
}
.col-main div.shop_v2_panel button {
  display: block;
  text-transform: capitalize;
  font-size: 22px;
  padding: 10px 20px;
  margin: 0 auto 20px;
}
.col-main div.shop_v2_panel:nth-child(2n + 1) {
  margin: 0 0 10px 0;
}
.col-main .account-create {
  padding: 10px;
}
.col-main .account-create .validation-advice {
  display: none;
}
.col-main .account-create .customer-name .field {
  float: none;
  width: auto;
}
.col-main .account-create .customer-name .name-firstname {
  margin-bottom: 10px;
}
.col-main .account-create .controls-container {
  border-top: 1px dotted #c1c1c1;
  padding-top: 10px;
  text-align: right;
}
.col-main .account-create .form-list .dob-container {
  width: auto;
  margin-top: 10px;
}
.col-main .account-create .form-list .dob-container .customer-dob {
  margin-top: 5px;
}
.col-main .account-create .form-list .dob-container .customer-dob .dob-month {
  margin: 0 10px;
}
.col-main .account-create .form-list .dob-container .customer-dob .dob-day input.input-text,
.col-main .account-create .form-list .dob-container .customer-dob .dob-month input.input-text,
.col-main .account-create .form-list .dob-container .customer-dob .dob-year input.input-text {
  width: 35px;
  text-align: center;
}
/*  Disposables Page
============================================================  */
.disposables-page {
  margin-bottom: 30px;
  overflow: auto;
}
.disposables-page .centered-title {
  text-align: center;
}
.disposables-page .centered-title .page-title {
  margin-bottom: 0px;
}
.disposables-page .sub-title {
  width: 100%;
  padding-top: 0px;
  height: 32px;
  margin-bottom: 40px;
}
.disposables-page h2.title {
  text-align: center;
}
.disposables-page .disposables-graphic {
  background-image: url('https://www.v2cigs.cz/skin/frontend/v2cigs/default/images/disposables/disposables-bg.png');
  position: relative;
  height: 398px;
  width: 589px;
  float: left;
  margin-top: 20px;
}
.disposables-page .dis-text {
  position: absolute;
  top: 0;
  right: 35px;
  width: 55%;
}
.disposables-page h3.title {
  color: #0081B8;
  margin-bottom: 0px;
}
.disposables-page ul {
  list-style-image: url('https://www.v2cigs.cz/skin/frontend/v2cigs/default/images/disposables/disp-checks.png');
}
.disposables-page .extra-info {
  float: left;
  width: 281px;
  padding: 25px;
}
.disposables-page .extra-info p {
  font-size: 14px !important;
  color: #0081B8 !important;
}
/* Ratings text by sdukes */
.item-footer {
  min-height: 56px;
  overflow: auto !important;
}
.item-footer .ratings.none {
  width: 120px;
  float: right;
  clear: both;
  margin-bottom: 0px !important;
  height: 14px !important;
  text-align: center;
  padding-top: 4px;
  font-weight: bold;
}
.item-footer .ratings .rating-box {
  float: right;
  margin: 5px 25px 0 3px !important;
  clear: both;
}
nav.catalog {
  position: relative;
  z-index: 5;
}
nav.catalog .nav-container {
  text-align: center;
  background: url(../../images/new_menu_bg.jpg) repeat-x 0 0;
  border: none;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  z-index: 180;
  padding: 8px 0 0;
  border-bottom: 2px solid #ea8759;
}
nav.catalog .nav-container ul.wide {
  text-align: center;
  background: #258BCD;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
  font-size: 13px;
}
nav.catalog .nav-container ul.wide li {
  list-style: none;
  float: left;
  display: inline-block;
}
nav.catalog .nav-container ul.wide li:last-child a {
  background: #B40000;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right: 0;
}
nav.catalog .nav-container ul.wide li a {
  color: #fff;
  padding: 5px 8px;
  display: block;
  font-weight: bold;
  border-right: 1px solid #7CA7D1;
  font-size: 13px;
}
nav.catalog .categories .category {
  overflow: hidden;
  color: #fff;
  padding: 0px;
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
  float: left;
  position: relative;
}
nav.catalog .categories .category .window {
  width: 953px;
  overflow: hidden;
  height: 145px;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 1px;
  border: 1px solid #B6B6B6;
  border-bottom: none;
}
nav.catalog .categories .category .window .subcategory-products {
  margin-top: 12px;
  display: none;
}
nav.catalog .categories .category .window ul {
  list-style: none;
  margin: 0;
  padding: 0 30px;
  width: 400px;
}
nav.catalog .categories .category .window ul li {
  width: 168px;
  height: 158px;
  float: left;
  margin: 0 19px 0 0;
}
nav.catalog .categories .category .window ul li a {
  float: left;
  margin: 0 16px 0 0;
  position: relative;
  color: #666;
  text-align: center;
}
nav.catalog .categories .category .window ul li a img {
  height: 107px;
  width: 166px;
}
nav.catalog .categories .category .subcategory-slider {
  margin: 0 auto;
  background: url(../..//images/pro_title.jpg) repeat-x 0 0;
  text-align: left;
  width: 953px;
  border: 1px solid #B6B6B6;
  border-top: none;
  -webkit-border-radius: 0 0 .3em .3em;
  -moz-border-radius: 0 0 .3em .3em;
  border-radius: 0 0 .3em .3em;
  height: 37px;
  position: relative;
}
nav.catalog .categories .category .subcategory-slider ul {
  padding: 0 30px;
}
nav.catalog .categories .category .subcategory-slider ul li {
  display: inline-block;
}
nav.catalog .categories .category .subcategory-slider a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 10px 8px 7px;
  text-decoration: none;
  color: #666;
}
nav.catalog .categories .category .subcategory-slider a.active {
  background: url(../../images/top_arrow.png) 45% 0px no-repeat;
  color: #000;
}
nav.catalog .categories .category .subcategory-slider a.all {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url('../../images/plus_new.png') no-repeat 100% 0;
  padding: 3px 25px 3px 0px;
  color: #676767 !important;
  font-size: 11px;
  font-weight: bold;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0px;
}
nav.catalog .categories .category .subcategory-slider a.all:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
@font-face {
  font-family: 'Museo-700';
  src: url('../../fonts/24F0C0_0_0.eot');
  src: url('../../fonts/24F0C0_0_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/24F0C0_0_0.woff') format('woff'), url('../../fonts/24F0C0_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo-300';
  src: url('../../fonts/24F0DE_0_0.eot');
  src: url('../../fonts/24F0DE_0_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/24F0DE_0_0.woff') format('woff'), url('../../fonts/24F0DE_0_0.ttf') format('truetype');
}
.col-main .std .gradientBackground {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f1f1f1');
}
.col-main .std .lightGreyCenterGradient {
  background: #d9d9db;
  background: -moz-linear-gradient(top, #d9d9db 0%, #ffffff 50%, #d9d9db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9db), color-stop(50%, #ffffff), color-stop(100%, #d9d9db));
  background: -webkit-linear-gradient(top, #d9d9db 0%, #ffffff 50%, #d9d9db 100%);
  background: -o-linear-gradient(top, #d9d9db 0%, #ffffff 50%, #d9d9db 100%);
  background: -ms-linear-gradient(top, #d9d9db 0%, #ffffff 50%, #d9d9db 100%);
  background: linear-gradient(to bottom, #d9d9db 0%, #ffffff 50%, #d9d9db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9db', endColorstr='#d9d9db', GradientType=0);
}
.col-main .std .custom-btn {
  display: inline-block;
  border: 1px solid #c1c1c1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  padding: 11px 30px 12px 30px;
  cursor: pointer;
  font-size: 18px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edeef0));
  background-image: -webkit-linear-gradient(top, #ffffff, #edeef0);
  background-image: -moz-linear-gradient(top, #ffffff, #edeef0);
  background-image: -o-linear-gradient(top, #ffffff, #edeef0);
  background-image: -ms-linear-gradient(top, #ffffff, #edeef0);
  background-image: linear-gradient(top, #ffffff, #edeef0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#edeef0');
}
.col-main .std .custom-btn:hover {
  color: #fff;
  border: 1px solid #ea8759;
  background: #ea8759;
}
.col-main .std #homepage_panels {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f1f1f1');
}
.col-main .std #homepage_panels .homepage_panel {
  padding: 10px 20px;
}
.col-main .std #homepage_panels .homepage_panel .subhead {
  color: #666;
  font-size: 30px;
  line-height: 20px;
  padding: 30px 0px 0px 20px;
  text-align: center;
}
.col-main .std #homepage_panels .homepage_panel .head {
  color: #36c;
  font-size: 60px;
  line-height: 70px;
  padding: 0px 0px 0px 20px;
  text-align: center;
}
.col-main .std #homepage_panels .homepage_panel .content img {
  text-align: center;
  margin: 30px 0;
}
.col-main .std #homepage_panels .homepage_panel .content p {
  font-size: 13px;
  color: #333;
  text-align: center;
  line-height: 17px;
}
.col-main .std .homepage_promocode {
  padding: 18px 18px 0px 8px;
  background: #e7ecf2;
}
.col-main .std .homepage_promocode h3 {
  margin: 0;
  font-size: 24px;
  line-height: 55px;
  font-weight: bold;
  color: #06c;
  text-shadow: 0 2px 5px rgba(2, 2, 8, 0.3) !important;
  font-family: 'Museo-500', 'Museo-300', arial;
}
.col-main .std .homepage_promocode h3 span {
  color: #3f4e79;
}
.col-main .std .homepage_promocode input[type="text"] {
  padding: 15px 10px;
  margin: 0 5px 0 0;
  width: 270px;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.col-main .std .homepage_promocode input[type="text"]:focus {
  border-color: #ea8759;
}
.col-main .std .homepage_promocode:after {
  content: "";
  clear: both;
  display: block;
}
.col-main .std .homepage_promocode .secondaryBtn {
  padding: 11px 15px;
  font-size: 16px;
  color: #666;
}
.col-main .std .homepage_promocode .left img.carts {
  margin-top: -18px;
  margin-left: -18px;
}
.col-main .std .homepage_newsletter {
  padding: 18px 18px 15px;
  background: #e7ecf2;
}
.col-main .std .homepage_newsletter h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #06c;
  text-shadow: 0 2px 5px rgba(2, 2, 8, 0.3) !important;
}
.col-main .std .homepage_newsletter h4 {
  font-size: 13px;
  color: #06c;
  margin-top: 5px;
  text-shadow: 0 2px 5px rgba(2, 2, 8, 0.3) !important;
}
.col-main .std .homepage_newsletter input[type="text"] {
  padding: 15px 10px;
  margin: 0 5px 0 0;
  width: 270px;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.col-main .std .homepage_newsletter input[type="text"]:focus {
  border-color: #ea8759;
}
.col-main .std .homepage_newsletter:after {
  content: "";
  clear: both;
  display: block;
}
.col-main .std .homepage_newsletter .secondaryBtn {
  padding: 11px 15px;
  font-size: 16px;
  color: #666;
}
.col-main .std .homeDivider {
  background: url('../../images/divider.png') center top no-repeat !important;
  width: 860px;
  margin: 0 50px;
  height: 20px;
  border-top: 1px solid #ccc;
  display: block;
}
.col-main .std .homepage_mid-panel .mid-panel {
  float: left;
  display: block;
  width: 420px;
  height: 300px;
  padding: 20px 30px	;
}
.col-main .std .homepage_mid-panel .mid-panel h1 {
  font-family: 'Museo-500', 'Museo-300', arial;
  color: #2664b7;
  font-size: 35px;
  font-weight: normal;
}
.col-main .std .homepage_mid-panel .mid-panel h1 span {
  color: #499dd3;
}
.col-main .std .homepage_mid-panel .mid-panel h3 {
  font-family: 'Museo-500', 'Museo-300', arial;
  color: #2664b7;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
.col-main .std .homepage_mid-panel .mid-panel h3 span {
  color: #499dd3;
}
.col-main .std .homepage_mid-panel .mid-panel p.list {
  background: url('../../images/check.png') left top no-repeat !important;
  padding-left: 30px;
  font-size: 14px;
  font-style: italic;
  color: #666;
  margin: 10px 10px 15px 0px;
}
.col-main .std .homepage_mid-panel .mid-panel p.button {
  background: none;
  border: 0;
  text-align: left;
  display: block;
  width: 420px;
  height: 50px;
  margin-top: 10px;
}
.col-main .std .homepage_mid-panel .mid-panel p.button a {
  padding: 10px 20px;
}
.col-main .std #homepage_abouts .homepage_about {
  padding: 20px 20px 0 20px;
}
.col-main .std #homepage_abouts .homepage_about .subhead {
  color: #666;
  font-size: 30px;
  line-height: 20px;
  padding: 30px 0px 0px 20px;
  text-align: center;
}
.col-main .std #homepage_abouts .homepage_about .head {
  color: #36c;
  font-size: 60px;
  line-height: 70px;
  padding: 0px 0px 0px 20px;
  text-align: center;
}
.col-main .std #homepage_abouts .homepage_about .content img {
  text-align: center;
  margin: 30px 0;
}
.col-main .std #homepage_abouts .homepage_about .content p {
  font-size: 13px;
  color: #333;
  line-height: 17px;
}
.col-main .std #homepage_sliders {
  width: 960px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f1f1f1');
}
.col-main .std #homepage_sliders > div .homepage_slider {
  display: inline-block;
  background: url(../../images/buynow.png) right top no-repeat;
}
.col-main .std #homepage_sliders > div .homepage_slider .subhead {
  color: #666;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 0px 0px 20px;
}
.col-main .std #homepage_sliders > div .homepage_slider .head {
  color: #36c;
  font-size: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 20px;
}
.col-main .std #homepage_sliders > div .homepage_slider .bullet_points {
  float: left;
  width: 330px;
}
.col-main .std #homepage_sliders > div .homepage_slider .bullet_points span {
  background: #ea8759;
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 40px;
  line-height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  float: left;
  margin: 10px 20px 20px 15px;
}
.col-main .std #homepage_sliders > div .homepage_slider .bullet_points .bullet_point {
  height: 80px;
  width: 335px;
  background: url(../../images/bullet.png) left center no-repeat;
  line-height: 20px;
  padding-top: 12px;
}
.col-main .std #homepage_sliders > div .homepage_slider .bullet_points .bullet_point .bullet_head {
  color: #36c;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
  margin-top: 5px;
  display: block;
}
.col-main .std #homepage_sliders > div .homepage_slider .bullet_points .bullet_point .bullet_description {
  color: #333;
  font-size: 14px;
  width: 300px;
}
.col-main .std #homepage_sliders > div .homepage_slider .product_image {
  float: left;
  width: 630px;
  padding-bottom: 20px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es {
  display: inline-block;
  background: url(../../images/compra_ahora.png) right top no-repeat;
  border-top: 1px solid #9ec0da;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .subhead {
  color: #666;
  font-size: 20px;
  line-height: 20px;
  padding: 20px 0px 0px 20px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .head {
  color: #36c;
  font-size: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 20px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .bullet_points {
  float: left;
  width: 330px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .bullet_points span {
  background: #ea8759;
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 40px;
  line-height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  float: left;
  margin: 10px 20px 20px 15px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .bullet_points .bullet_point {
  height: 80px;
  width: 335px;
  background: url(../../images/bullet.png) left center no-repeat;
  line-height: 20px;
  padding-top: 12px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .bullet_points .bullet_point .bullet_head {
  color: #36c;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
  margin-top: 5px;
  display: block;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .bullet_points .bullet_point .bullet_description {
  color: #333;
  font-size: 14px;
  width: 300px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .product_image {
  float: left;
  width: 630px;
  padding-bottom: 20px;
}
.col-main .std #homepage_sliders > div .homepage_slider_es .product_image img {
  height: 280px;
  margin-left: 30px;
}
.col-main .std h2 {
  color: #36c;
  padding: 0 0 5px !important;
}
.col-main .std p {
  color: #333;
}
.col-main .std .contentSlider {
  width: 100%;
}
.col-main .std .contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.col-main .std .contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.col-main .std .content-slider-bg {
  width: 86%;
  padding: 24px 7%;
  background: #eee;
}
@font-face {
  font-family: 'Museo-700';
  src: url('../../fonts/24F0C0_0_0.eot');
  src: url('../../fonts/24F0C0_0_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/24F0C0_0_0.woff') format('woff'), url('../../fonts/24F0C0_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Museo-300';
  src: url('../../fonts/24F0DE_0_0.eot');
  src: url('../../fonts/24F0DE_0_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/24F0DE_0_0.woff') format('woff'), url('../../fonts/24F0DE_0_0.ttf') format('truetype');
}
.trans-all {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.clear-both {
  content: "";
  display: block;
  clear: both;
}
.footer-container {
  width: 960px;
  margin: 0 auto;
  border: none;
  box-shadow: 0 3px 4px #666;
  text-align: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00648c), to(#0280b6));
  background-image: -webkit-linear-gradient(top, #00648c, #0280b6);
  background-image: -moz-linear-gradient(top, #00648c, #0280b6);
  background-image: -o-linear-gradient(top, #00648c, #0280b6);
  background-image: -ms-linear-gradient(top, #00648c, #0280b6);
  background-image: linear-gradient(top, #00648c, #0280b6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00648c', EndColorStr='#0280b6');
  margin-bottom: 20px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.footer-container .footer {
  padding: 20px 30px;
  display: inline-block;
}
.footer-container .footer .footerBlock {
  float: left;
  width: 180px;
}
.footer-container .footer .footerBlock h4 {
  color: white;
  font-family: 'Museo-300', arial;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #158ab9;
  margin-right: 20px;
  text-align: left;
  text-transform: uppercase;
  clear: both;
}
.footer-container .footer .footerBlock ul {
  margin: 0;
}
.footer-container .footer .footerBlock ul li {
  margin: 0 20px 0 0;
  border-bottom: 1px dotted #158ab9;
  padding: 7px 0;
}
.footer-container .footer .footerBlock ul li a:link,
.footer-container .footer .footerBlock ul li a:visited {
  color: white;
}
.footer-container .footer .footerBlock ul li a:hover {
  color: #68b2e3;
}
.footer-container .footer .large {
  width: 360px;
}
.footer-container .footer .large p {
  padding: 7px 7px 7px 0;
  margin-right: 10px;
}
.footer-container .footer .large p img.cc {
  margin: 0 3px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.footer-container .footer .large p > img.right {
  float: right;
}
.footer-container .footer .large form input[name=email] {
  width: 223px !important;
  margin-right: 10px !important;
}
.footer-container .footer .large form button[type=submit] {
  height: 36px;
}
.footer-container address.copyright {
  background: #333;
  color: white;
  padding: 10px;
  border-top: 1px solid black;
  border-bottom: 5px solid black;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.footer-container .security td.norton img {
  height: 54px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.footer-container .security:after {
  content: "";
  display: block;
  clear: both;
}
.shipping_title {
  font-size: 18px;
  font-weight: bold;
}
.shipping_desc {
  font-size: 11px;
  font-weight: normal;
  margin-left: 20px;
}
.sp-methods li {
  margin-bottom: 10px;
  clear: right;
}
#liveChat {
  position: fixed;
  bottom: -40px;
  right: 0px;
  z-index: 99999999;
}
#liveChat .toggle {
  width: 180px;
  height: 34px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #0280b6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0280b6), to(#00648c));
  background-image: -webkit-linear-gradient(top, #0280b6, #00648c);
  background-image: -moz-linear-gradient(top, #0280b6, #00648c);
  background-image: -o-linear-gradient(top, #0280b6, #00648c);
  background-image: -ms-linear-gradient(top, #0280b6, #00648c);
  background-image: linear-gradient(top, #0280b6, #00648c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#0280b6', EndColorStr='#00648c');
  color: #fff;
  border: 1px solid #5C5C5C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
#liveChat .toggle.hover {
  padding-bottom: 4px;
}
#liveChat .iframe {
  position: absolute;
  right: 0px;
  display: block;
  bottom: -400px;
  width: 280px;
  height: 397px;
}
#liveChat .iframe iframe {
  width: 280px;
  margin-bottom: 10px;
  height: 387px;
  z-index: 99999999;
  overflow: hidden;
  display: none;
}
#liveChat .btn {
  z-index: 999999999;
  position: absolute;
  right: 8px;
  cursor: pointer;
}
#liveChat .btn.chat {
  top: 7px;
}
#liveChat .iframe .btn {
  top: 11px;
}
.mLeft5 {
  margin-left: 5px;
}
.mLeft10 {
  margin-left: 10px;
}
/***** Primary Button Styles *****/
.primaryBtn {
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d1612c;
  color: #fff;
  cursor: pointer;
  background-color: #ea8759;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea8759), to(#d1612c));
  background-image: -webkit-linear-gradient(top, #ea8759, #d1612c);
  background-image: -moz-linear-gradient(top, #ea8759, #d1612c);
  background-image: -o-linear-gradient(top, #ea8759, #d1612c);
  background-image: -ms-linear-gradient(top, #ea8759, #d1612c);
  background-image: linear-gradient(top, #ea8759, #d1612c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ea8759', EndColorStr='#d1612c');
}
.primaryBtn:hover {
  background-color: #d1612c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1612c), to(#ea8759));
  background-image: -webkit-linear-gradient(top, #d1612c, #ea8759);
  background-image: -moz-linear-gradient(top, #d1612c, #ea8759);
  background-image: -o-linear-gradient(top, #d1612c, #ea8759);
  background-image: -ms-linear-gradient(top, #d1612c, #ea8759);
  background-image: linear-gradient(top, #d1612c, #ea8759);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d1612c', EndColorStr='#ea8759');
}
/* ================================== */
/***** Secondary Button Styles *****/
.secondaryBtn {
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b1cbdb;
  color: #333;
  cursor: pointer;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4e2eb));
  background-image: -webkit-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -moz-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -o-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: -ms-linear-gradient(top, #ffffff, #d4e2eb);
  background-image: linear-gradient(top, #ffffff, #d4e2eb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#d4e2eb');
}
.secondaryBtn:hover {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4e2eb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: -moz-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: -o-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: -ms-linear-gradient(top, #d4e2eb, #ffffff);
  background-image: linear-gradient(top, #d4e2eb, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d4e2eb', EndColorStr='#ffffff');
}
/* =============================== */
/***** Tertiary Button Styles *****/
.tertiaryBtn {
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  color: #333;
  cursor: pointer;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edeef0));
  background-image: -webkit-linear-gradient(top, #ffffff, #edeef0);
  background-image: -moz-linear-gradient(top, #ffffff, #edeef0);
  background-image: -o-linear-gradient(top, #ffffff, #edeef0);
  background-image: -ms-linear-gradient(top, #ffffff, #edeef0);
  background-image: linear-gradient(top, #ffffff, #edeef0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#edeef0');
}
.tertiaryBtn:hover {
  background-color: #edeef0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edeef0), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #edeef0, #ffffff);
  background-image: -moz-linear-gradient(top, #edeef0, #ffffff);
  background-image: -o-linear-gradient(top, #edeef0, #ffffff);
  background-image: -ms-linear-gradient(top, #edeef0, #ffffff);
  background-image: linear-gradient(top, #edeef0, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#edeef0', EndColorStr='#ffffff');
}
/* ========================== */
.primaryBtn.padCorrect,
.secondaryBtn.padCorrect,
.tertiaryBtn.padCorrect {
  padding: 6px 10px;
}
a.primaryBtn,
a.secondaryBtn,
a.tertiaryBtn {
  display: inline-block;
}
.trans-all {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.container {
  margin: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  padding: 10px;
  line-height: normal;
  position: relative;
}
.container.clr-both:after {
  content: "";
  display: block;
  clear: both;
}
.container.cart-controls {
  height: 27px;
}
.container.discount {
  height: 88px;
}
.clr-both:after {
  content: "";
  clear: both;
  display: block;
}
.page-container {
  padding: 10px;
}
.reset-password .fields {
  margin: 0;
}
.reset-password .fields input {
  margin-bottom: 5px;
}
.reset-password .container {
  margin: 0;
}
.reset-password button {
  margin-top: 5px;
}
.reset-password .required {
  margin: 12px 0 0 7px;
}
.slider {
  width: 960px !important;
  padding: 0px;
  border: none;
  margin-bottom: 16px !important;
  margin: 0px auto 20px;
}
.radiusAll5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.padAll0 {
  padding: 0;
}
.padAll5 {
  padding: 5px;
}
.padAll10 {
  padding: 10px;
}
.padT5 {
  padding-top: 5px;
}
.padT10 {
  padding-top: 10px;
}
.marginAll0 {
  margin: 0;
}
.marginL5 {
  margin-left: 5px;
}
.marginL10 {
  margin-left: 10px;
}
.marginR5 {
  margin-right: 5px;
}
.marginR10 {
  margin-right: 10px;
}
.marginR15 {
  margin-right: 15px;
}
.marginR20 {
  margin-right: 20px;
}
.marginT0 {
  margin-top: 0;
}
.marginT5 {
  margin-top: 5px;
}
.marginT10 {
  margin-top: 10px;
}
.marginT15 {
  margin-top: 15px;
}
.marginT20 {
  margin-top: 20px;
}
.marginT25 {
  margin-top: 25px;
}
.marginT30 {
  margin-top: 30px;
}
.marginT35 {
  margin-top: 35px;
}
.marginT40 {
  margin-top: 40px;
}
.marginB0 {
  margin-bottom: 0;
}
.marginB5 {
  margin-bottom: 5px;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB15 {
  margin-bottom: 15px;
}
.marginTB5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.marginTB10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.marginRL15 {
  margin-left: 15px;
  margin-right: 15px;
}
.marginTRL0 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.marginAll0 {
  margin: 0;
}
.radiusAll5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.sliderList li a:link,
ul.sliderList li a:visited {
  background: none;
  margin: 0 5px;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  background: #666;
  color: #fff;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
ul.sliderList li a:hover,
ul.sliderList li .selected {
  background: #ea8759 !important;
  color: #fff !important;
  padding: 5px 30px !important;
  font-weight: bold !important;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bullet_points {
  width: 960px;
  margin: 0px auto;
  display: block;
  padding: 5px 0;
}
.homepageBlock {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(top, #ffffff, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#cccccc');
  padding: 10px;
  margin-bottom: 10px;
  height: 300px;
}
.shadow {
  background: url(../../images/homepagePanelShadow.jpg) left center no-repeat;
}
.container.light-grey-grad {
  /*width: 97%;*/
}
.container.faq {
  width: 97%;
}
.container.batch-container {
  width: 97%;
}
.container.light-grey-grad-tight {
  width: 97%;
}
.container.light-grey-grad-sparen{
  width: 91%;
}