html {
  width: 100%;
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #333333;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

#bodyWrapper {
  padding-bottom: 0px;
  background-color: white;
  width: 100%;
  background: url("../images/bodyWrapper.png") repeat-x 0 0;
  float: left; }
  #bodyWrapper .wrapper {
    background-color: white;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0;
    position: relative;
    width: 950px;
    height: 100%; }

.bg_body {
  height: 100%;
  height: auto !important;
  min-height: 100%; }

.extra_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("../images/bodyWrapper.png") repeat-x 0 0;
  display: none; }

.box_header_user_menu {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  float: left; }

ul.user_menu {
  top: 48px;
  right: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  position: absolute;
  z-index: 100; }
  ul.user_menu li:first-child {
    background: none; }
  ul.user_menu li.last a {
    margin: 0; }
  ul.user_menu li {
    float: left;
    display: inline-block;
    white-space: nowrap; }
    ul.user_menu li a {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #777777;
      display: inline-block;
      text-decoration: none;
      padding: 0px 0px 0px 0px;
      margin: 0px 14px 0px 0px; }
      ul.user_menu li a:hover, ul.user_menu li a .act {
        color: #333333; }
    ul.user_menu li b {
      color: #333333;
      display: inline-block;
      padding: 0px; }

.row_1,
.row_12,
.row_6,
.row_5 {
  margin: 0px auto;
  width: 100%;
  float: left; }

#header {
  position: relative;
  padding: 0px 0px 0px 0px;
  min-height: 196px; }

.box_languages {
  top: 24px;
  right: 0px;
  width: auto;
  position: absolute;
  z-index: 101; }

.languages {
  overflow: hidden; }
  .languages label {
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #777777;
    padding: 3px 0px 0px 2px;
    text-transform: uppercase;
    cursor: default;
    display: none; }
  .languages a {
    display: block;
    padding: 0px;
    float: left;
    margin: 0 0 0 4px; }

.box_currencies {
  position: absolute;
  top: 20px;
  right: 89px;
  z-index: 200; }

.currencies label, .currencies select {
  font-size: 11px;
  color: #777777;
  font-weight: 500;
  width: 48px;
  padding: 1px 12px 0 0;
  background: transparent; }

.custom_select .jqTransformSelectWrapper {
  background: url("../images/cur-arrow.gif") no-repeat right 0px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  padding: 0px 32px 0px 0px;
  background-color: white;
  width: 82px !important;
  line-height: 19px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid lightgray; }
  .custom_select .jqTransformSelectWrapper div span {
    color: #777777;
    font-size: 11px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 0 28px 0 3px;
    width: 81px !important;
    text-transform: capitalize; }
.custom_select ul {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #777777;
  background: white;
  margin: 18px 10px 0 0px;
  padding: 0px 0 0px 0;
  height: auto !important;
  width: 115px !important;
  overflow: hidden;
  border-radius: 2px;
  border-top: 1px solid lightgray; }
  .custom_select ul li a {
    color: #777777;
    font-weight: 500;
    text-decoration: none;
    padding: 1px 5px 0px 8px;
    display: block;
    position: relative; }
    .custom_select ul li a:hover {
      color: #333333; }

.search {
  top: 99px;
  right: 0px;
  position: absolute;
  z-index: 1; }
  .search .input-width {
    float: left;
    display: block;
    margin-right: 3px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px; }
    .search .input-width .go {
      color: #777777;
      padding: 2px 7px 1px 13px;
      border: none;
      font-size: 12px;
      height: 27px;
      width: 199px;
      background: #fff;
      border-top: 1px solid #949494;
      border-bottom: 1px solid lightgray;
      border-left: 1px solid lightgray;
      border-right: 1px solid lightgray;
      -webkit-border-radius: 2px 2px 2px 2px;
      border-radius: 2px 2px 2px 2px; }

#box_search button {
  float: left;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background: #4d4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4c4c), color-stop(100%, #3a3a3a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4d4c4c 0%, #3a3a3a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4c4c', endColorstr='#3a3a3a',GradientType=0 );
  /* IE6-9 */ }
  #box_search button span {
    display: block;
    float: left;
    padding: 0px 0;
    width: 28px;
    height: 27px;
    text-indent: -9999px;
    background: url("../images/btn-search.png") no-repeat -9px 0px;
    margin-left: 0px; }
  #box_search button:hover {
    background: #eb2929;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, top_color), color-stop(100%, #c61818));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eb2929 0%, #c61818 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#c61818',GradientType=0 );
    /* IE6-9 */ }

.box_header_cart {
  top: 72px;
  right: -3px;
  z-index: 9;
  position: absolute;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  font-family: "Roboto", sans-serif;
  line-height: 14px; }
  .box_header_cart:hover {
    background-position: 0 100%; }
  .box_header_cart a.cart_l {
    font-size: 13px;
    border-radius: 6px;
    min-width: 165px; }
    .box_header_cart a.cart_l span span {
      font-size: 13px;
      font-weight: 400;
      padding: 0 5px;
      color: #777777;
      float: left; }
      .box_header_cart a.cart_l span span:hover {
        color: #333333; }
    .box_header_cart a.cart_l span {
      font-weight: 500;
      color: #777777;
      font-size: 13px;
      float: right;
      padding: 3px 3px 0 0px; }
      .box_header_cart a.cart_l span span strong {
        padding: 0; }
      .box_header_cart a.cart_l span:hover span, .box_header_cart a.cart_l span:hover label {
        cursor: pointer; }
    .box_header_cart a.cart_l label {
      color: #eb2929;
      padding: 0px 0 0px 0px;
      margin: 0px 0px 0px 0px;
      font-weight: 500;
      font-size: 14px;
      /* display:none; */
      display: inline-block; }
    .box_header_cart a.cart_l i {
      font-size: 17px;
      color: #0d0d0d;
      float: left;
      display: inline-block;
      vertical-align: -4px;
      margin-right: 9px; }
      .box_header_cart a.cart_l i:hover {
        color: #eb2929; }

a.logo {
  left: 1px;
  top: 39px;
  z-index: 9;
  width: 181px;
  height: 77px;
  position: absolute;
  display: inline-block; }
  a.logo img {
    margin: 40px 0px 0px 0px; }

.boxes_menu {
  top: 146px;
  left: 0;
  width: 100%;
  position: absolute; }
  .boxes_menu .menu {
    padding: 0px 0px 0px 0px;
    margin: 0 0px;
    overflow: hidden;
    background: none;
    background: #eb2929;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, top_color), color-stop(100%, #c61818));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eb2929 0%, #c61818 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#c61818',GradientType=0 );
    /* IE6-9 */
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; }
    .boxes_menu .menu ul {
      padding: 0px 0px 0px 0px;
      list-style: none;
      margin: 0px 0px 0px 0px;
      width: auto;
      display: inline-block; }
      .boxes_menu .menu ul li.first {
        padding: 0 18px 0 16px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px; }
      .boxes_menu .menu ul li.act {
        background: #4d4c4c;
        /* Old browsers */
        background: -moz-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4c4c), color-stop(100%, #3a3a3a));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #4d4c4c 0%, #3a3a3a 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4c4c', endColorstr='#3a3a3a',GradientType=0 );
        /* IE6-9 */
        border-bottom: 1px solid #272323; }
      .boxes_menu .menu ul li {
        float: left;
        padding: 0 15px 0 15px;
        margin: 0 0px 0 0px;
        background: url("../images/bg_menu.gif") no-repeat right 100%;
        border-bottom: 1px solid #7b0e0e; }
        .boxes_menu .menu ul li a {
          font-size: 15px;
          font-family: "Roboto", sans-serif;
          color: white;
          font-weight: 400;
          display: inline-block;
          padding: 8px 1px 11px 1px;
          text-transform: capitalize; }
          .boxes_menu .menu ul li a:hover {
            color: white; }
          .boxes_menu .menu ul li a i {
            font-size: 20px; }
        .boxes_menu .menu ul li:hover {
          background: #4d4c4c;
          /* Old browsers */
          background: -moz-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4c4c), color-stop(100%, #3a3a3a));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #4d4c4c 0%, #3a3a3a 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4c4c', endColorstr='#3a3a3a',GradientType=0 );
          /* IE6-9 */
          border-bottom: 1px solid #272323; }

.ru .menu ul li {
  padding: 0 12px 0 12px; }

.de .menu ul li {
  padding: 0 20px 0 20px; }

.es .menu ul li {
  padding: 0 20px 0 20px; }

.row_3 {
  padding-bottom: 35px;
  width: 100%;
  float: left; }

.nivoSlider_wrapper {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  background: white; }

.nivoSlider {
  position: relative; }
  .nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60; }
  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px; }

ul.banner_set {
  list-style: none;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px -10px 0px 0px;
  display: block; }
  ul.banner_set li.first a {
    margin-bottom: 0px; }
  ul.banner_set li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    ul.banner_set li a {
      display: block;
      overflow: hidden;
      float: left;
      margin: 0 10px 10px 0; }
    ul.banner_set li:hover {
      opacity: 0.7;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }

.breadcrumb {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px; }
  .breadcrumb a {
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    display: inline-block; }
    .breadcrumb a:hover {
      color: #333333;
      text-decoration: none; }
    .breadcrumb a .last {
      color: #333333; }
      .breadcrumb a .last:hover {
        color: #eb2929; }
    .breadcrumb a:hover {
      color: #eb2929; }
  .breadcrumb i {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: 0px; }

.result {
  color: #a7a7a7; }

.result1_top {
  margin: 0px 0px 0px 0px;
  overflow: hidden; }

.result1_bottom {
  padding: 10px 0; }

.result_top_padd, .result_bottom_padd {
  margin: 0px 0 0px 0;
  background: white;
  font-size: 11px;
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  .result_top_padd div, .result_bottom_padd div {
    padding: 9px 8px 8px 10px; }
    .result_top_padd div span, .result_bottom_padd div span {
      color: #a7a7a7; }
      .result_top_padd div span strong, .result_bottom_padd div span strong {
        font-weight: 500;
        color: #999999; }

.result_right {
  text-align: left; }
  .result_right b {
    color: #a7a7a7; }
  .result_right a.pageResults {
    color: #a7a7a7; }
    .result_right a.pageResults:hover {
      color: #eb2929;
      text-decoration: none; }
      .result_right a.pageResults:hover .next {
        color: #191919;
        text-decoration: none; }
        .result_right a.pageResults:hover .next:hover {
          color: #999999; }

#columnLeft {
  padding: 0px 0px 10px 0px; }

.infoBoxWrapper.box2 .pic_padd {
  margin: 0px 0px 0px 23px; }

.infoBoxContents.hover .box-padd {
  padding: 15px 15px 16px 15px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid lightgray; }
.infoBoxContents.hover .border_prods {
  border-top: 0px;
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 12px 12px 12px 0px; }
.infoBoxContents.hover ul .wrapper_pic_div {
  margin-bottom: 50px; }

.infoBoxWrapper.border_none {
  border-top: 1px solid lightgray;
  border-bottom: 1px solid #949494;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  .infoBoxWrapper.border_none .box_wrapper_title {
    display: none; }
  .infoBoxWrapper.border_none .infoBoxContents {
    padding: 10px 11px 10px 11px;
    margin: 0; }

.infoBoxWrapper {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px; }

.infoHeading, .infoBoxHeading {
  margin-bottom: 0;
  margin: 0px 0px 0px 0px;
  position: relative; }

.infoBoxContents {
  margin-bottom: 10px;
  background: transparent;
  margin-top: 10px;
  padding: 10px 0px 10px 0;
  font-size: 13px; }

.list ul.categories {
  padding: 0;
  margin: 0;
  margin: 0px;
  font-weight: normal; }
  .list ul.categories li .div a {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #eee;
    padding: 5px 0px 5px 30px; }
    .list ul.categories li .div a:hover {
      color: #eb2929;
      background: white;
      /* Old browsers */
      background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
      /* IE6-9 */
      border-top: 1px solid #949494;
      border-bottom: 1px solid lightgray;
      border-left: 1px solid lightgray;
      border-right: 1px solid lightgray; }
  .list ul.categories li .div span.category_arrow {
    top: 8px; }
  .list ul.categories li a {
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid #949494;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    background-color: #f8f8f8;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    padding: 6px 0px 7px 18px;
    margin-bottom: 2px;
    display: block;
    overflow: hidden; }
    .list ul.categories li a:hover {
      background: white;
      /* Old browsers */
      background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
      /* IE6-9 */
      border-top: 1px solid #949494;
      border-bottom: 1px solid lightgray;
      border-left: 1px solid lightgray;
      border-right: 1px solid lightgray;
      color: #eb2929; }
  .list ul.categories li span.category_arrow {
    position: absolute;
    width: 17px;
    height: 16px;
    top: 9px;
    right: 8px;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    background-position: 0 0px;
    background: url("../images/cats_arrows.png") no-repeat 0 0;
    display: inline-block; }
    .list ul.categories li span.category_arrow .act {
      background-position: 0 -16px; }
  .list ul.categories li:hover .category_arrow, .list ul.categories li:hover .act {
    background-position: 0 -16px; }
  .list ul.categories li.htooltip a b {
    color: #eb2929;
    font-weight: 500; }
  .list ul.categories li.htooltip:hover .category_arrow, .list ul.categories li.htooltip:hover .category_arrow.act {
    background-position: 0 -16px; }
.list .information {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid lightgray;
  padding: 10px;
  margin: 10px; }
  .list .information .div_2 a {
    font-weight: 500;
    font-size: 13px; }

#columnRight .first .box_wrapper_title {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  border: 1px solid lightgray; }
#columnRight .last .box_wrapper_title {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  border: 1px solid lightgray; }

#columnLeft .border_none {
  border: none; }
#columnLeft .infoBoxContents {
  padding: 0; }
#columnLeft .list .box_wrapper_title {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  border: 1px solid lightgray; }
#columnLeft .first .box_wrapper_title {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  border: 1px solid lightgray;
  display: none; }
#columnLeft .last .box_wrapper_title {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  border: 1px solid lightgray; }
#columnLeft .button_content2 {
  margin-right: 3px; }

.box_wrapper_title22 {
  overflow: hidden;
  position: relative;
  text-transform: capitalize; }
  .box_wrapper_title22 .box_wrapper_title {
    padding: 5px 18px 6px 18px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
    /* IE6-9 */
    border: 1px solid lightgray; }
    .box_wrapper_title22 .box_wrapper_title h1, .box_wrapper_title22 .box_wrapper_title h1 span, .box_wrapper_title22 .box_wrapper_title h1 a {
      color: #eb2929;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      text-transform: capitalize; }
    .box_wrapper_title22 .box_wrapper_title h1 i {
      font-size: 20px;
      margin-right: 5px;
      display: inline-block;
      margin-left: -10px;
      display: none; }
    .box_wrapper_title22 .box_wrapper_title span.title-icon {
      background: url("../images/title-icon.gif") 0 0 no-repeat transparent;
      display: inline-block;
      width: 8px;
      height: 5px;
      position: absolute;
      top: 15px;
      left: 20px;
      display: none; }

/*///////////////////////////////Content_Container////////NEW PRODUCTS///////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
//////////////////////////////////////////////*/
#bodyContent {
  padding: 0px 0px 20px 0px;
  background: white;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  #bodyContent .box_wrapper_title {
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
    /* IE6-9 */
    border: 1px solid lightgray;
    overflow: hidden; }

.contentContainer.page_specials ul {
  margin: 0 0 0 0px; }
  .contentContainer.page_specials ul li .pic_padd {
    float: none; }
.contentContainer.page_specials .prods_vseparator {
  border: none; }

.contentContainer.page_un {
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px; }
  .contentContainer.page_un .contentPadd {
    padding: 10px 0 0px 0px; }
  .contentContainer.page_un .prods_content.prods_table {
    background: #fff;
    padding-bottom: 35px; }
  .contentContainer.page_un .last {
    margin-bottom: 0px;
    padding-bottom: 0px; }

.show {
  padding: 0px;
  margin: 10px 5px 0px 5px;
  overflow: hidden; }
  .show > div {
    display: block;
    float: left; }
    .show > div strong, .show > div b {
      color: #eb2929;
      font-weight: 500;
      padding-right: 12px;
      padding-top: 4px;
      font-size: 12px;
      float: left; }
    .show > div select {
      float: left;
      width: 200px; }

.row_table {
  list-style: none;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline-block;
  float: right; }
  .row_table li {
    float: right;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    width: 24px;
    height: 21px; }
    .row_table li > .first {
      background: url("../images/icons/row.png") no-repeat scroll 0 0 transparent; }
    .row_table li > .last {
      background: url("../images/icons/table.png") no-repeat scroll 0 0 transparent; }

.row_table li.act, .row_table li:hover {
  background-position: 0 -21px; }

.form {
  margin: 0;
  padding: 0; }

.contentPadd h3 {
  margin: 0px 0px 0px 0px;
  padding: 12px 20px 7px 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #eb2929;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px; }
  .contentPadd h3 .first_h3 {
    margin-top: 0px; }

.t_view ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden; }

#row-0 .pic_padd, #row-1 .pic_padd {
  float: none; }
#row-0 span.productSpecialPrice, #row-1 span.productSpecialPrice {
  display: inline-block; }

.contentInfoText.extra {
  padding: 10px 10px 40px 10px; }

.contentInfoText {
  padding: 5px 20px 20px 20px;
  margin: 10px 0px 10px 0px;
  background: white;
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  .contentInfoText .prods_info {
    margin: 0 4px 0 4px;
    padding-top: 10px; }
    .contentInfoText .prods_info .stars_padd {
      color: #eb2929;
      padding: 14px 0px 12px 0px;
      display: block;
      line-height: 26px; }
      .contentInfoText .prods_info .stars_padd img {
        margin: 0px 10px 0px 10px; }
      .contentInfoText .prods_info .stars_padd span {
        color: #333333;
        font-weight: 500;
        font-size: 13px; }

table {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  vertical-align: middle;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0; }
  table tbody {
    border: none; }
  table td {
    padding: 10px 10px;
    padding-bottom: 10px; }
    table td a {
      font-weight: 400;
      font-size: 13px; }

.fieldValue select.input {
  width: 305px; }

.listing_padd {
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin: 10px 0px 10px 0px;
  background: #f8f8f8;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.index_page .prods_content {
  padding: 0px 0px 0px 0px; }

.prods_vseparator {
  display: inline-block;
  width: 10px;
  border-left: 0px solid lightgray;
  float: left;
  position: relative;
  margin-left: 0px; }

.un_title {
  display: inline-block;
  width: 100%; }

.contentInfoBlock {
  padding: 20px 10px 20px 10px;
  background: white;
  margin-bottom: 0px; }

.contentInfoBlock.last {
  padding: 20px 10px 20px 10px; }

.border_prods {
  padding: 20px 0px 16px 0px;
  overflow: hidden;
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

#sub_categories {
  margin-left: -10px; }
  #sub_categories li.wrapper_prods {
    margin: 5px 0px 5px 10px;
    width: auto;
    background: #fff; }
  #sub_categories .wrapper_pic_div {
    padding-left: 0px;
    padding-right: 0px;
    float: center; }
  #sub_categories .prods_padd {
    text-align: center; }

.pic_padd {
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin: 0 auto;
  float: none; }

.prods_padd {
  padding: 10px 20px 12px 20px;
  border-top: 0px solid #e5e5e5;
  margin-top: 0px;
  text-align: left; }

.txtPage .button_content2 {
  margin: 0 10px 10px 0; }
.txtPage ul {
  padding: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.page_reviews .prods_info .data_padd {
  padding: 0 0 10px 0; }
.page_reviews .contentPadd {
  padding: 0 10px 10px 10px; }

.contentPadd.prods_info_page {
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.page_new_product .contentInfoBlock {
  padding: 10px 10px 10px 10px;
  background: white;
  margin-bottom: 0px;
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.page_listing .prods_padd {
  padding: 10px 10px 0px 10px;
  width: auto; }
.page_listing .r_view .prods_padd {
  width: 483px;
  float: left;
  padding-bottom: 0; }
.page_listing .r_view .price_padd {
  padding-top: 10px; }
.page_listing .price span.productSpecialPrice {
  display: inline-block; }

.row.last li.wrapper_prods.last {
  margin-bottom: 10px; }

.cont7 {
  padding-top: 6px;
  padding-right: 0px;
  width: 100%;
  text-align: center; }
  .cont7 .name_padd {
    padding: 3px 0px 0px 0px; }
  .cont7 .price_padd.extra {
    padding: 0px 0px 0px 0px;
    border-top: 0; }
    .cont7 .price_padd.extra b {
      display: none; }

.button_header, .button_content {
  display: inline-block;
  line-height: 0em; }
  .button_header .button, .button_header .button.act, .button_header .button div, .button_content .button, .button_content .button.act, .button_content .button div {
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer; }
  .button_header .bg_button .button-t:hover, .button_header .bg_button .act:hover, .button_content .bg_button .button-t:hover, .button_content .bg_button .act:hover {
    position: relative;
    display: block; }

.button_content2 {
  display: inline-block;
  line-height: 0em;
  margin-bottom: 5px; }
  .button_content2 .button, .button_content2 .button.act, .button_content2 .button div {
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer; }
  .button_content2 .bg_button .button-t {
    background: #eb2929;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, top_color), color-stop(100%, #c61818));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eb2929 0%, #c61818 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#c61818',GradientType=0 );
    /* IE6-9 */
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border-bottom: 1px solid #7b0e0e; }
    .button_content2 .bg_button .button-t:hover {
      background: #4d4c4c;
      /* Old browsers */
      background: -moz-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4c4c), color-stop(100%, #3a3a3a));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #4d4c4c 0%, #3a3a3a 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #4d4c4c 0%, #3a3a3a 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4c4c', endColorstr='#3a3a3a',GradientType=0 );
      /* IE6-9 */
      border-bottom: 1px solid #272323; }
  .button_content2 .bg_button a span.ui-button-text {
    color: white;
    text-decoration: none;
    text-transform: none;
    font-weight: 400; }

.button_content22 .bg_button .button-t {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid #949494;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray; }
  .button_content22 .bg_button .button-t:hover {
    background: #eb2929;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, top_color), color-stop(100%, #c61818));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb2929 0%, #c61818 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eb2929 0%, #c61818 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2929', endColorstr='#c61818',GradientType=0 );
    /* IE6-9 */
    border-top: 1px solid #eb2929;
    border-left: 1px solid #eb2929;
    border-right: 1px solid #eb2929;
    border-bottom: 1px solid #7b0e0e; }
  .button_content22 .bg_button .button-t a span.ui-button-text {
    color: #0d0d0d;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 12px 5px 12px; }
    .button_content22 .bg_button .button-t a span.ui-button-text:hover {
      color: white; }

.desc_padd {
  padding: 6px 0px 10px 0px;
  text-align: left;
  font-size: 11px;
  /* border-bottom: solid 1px #e0e0e0; */
  color: #a7a7a7;
  line-height: 19px; }

.button__padd {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 0em;
  overflow: hidden; }

.prods_info del, .infoBoxContents del, .border_prods del,
.info .productSpecialPrice, .prods_info .productSpecialPrice,
.infoBoxContents .productSpecialPrice, .border_prods .productSpecialPrice {
  color: #eb2929;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  font-family: "Roboto", sans-serif; }

.prods_content {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }
  .prods_content .decks {
    margin: 0 auto;
    list-style-type: none; }
  .prods_content li.wrapper_prods {
    float: left;
    margin: 0px 0px 0px 0px;
    width: auto; }
    .prods_content li.wrapper_prods > div {
      overflow: hidden; }
  .prods_content li.port_side, .prods_content li.starboard_side {
    display: table-cell;
    vertical-align: top; }
  .prods_content .left_side4 {
    width: 34.5%;
    text-align: center; }
  .prods_content li.bak4 {
    width: 65%; }
  .prods_content .data {
    font-size: 13px;
    font-weight: normal;
    color: #eb2929;
    border-bottom: 1px solid lightgray;
    padding: 5px; }
    .prods_content .data span {
      color: #a7a7a7; }
  .prods_content .data_padd {
    padding: 0px 0px 11px 0px;
    text-align: left; }
  .prods_content .name2_padd {
    padding: 5px 0px 5px 0px;
    text-align: left; }
  .prods_content .manuf_padd {
    padding: 6px 0px 6px 0px;
    text-align: left;
    font-size: 13px; }
  .prods_content .price2_padd {
    padding: 5px 0px 10px 0px;
    text-align: left;
    border-bottom: 1px solid lightgray; }
    .prods_content .price2_padd span.productSpecialPrice {
      font-size: 18px;
      padding: 4px 10px 0 0;
      color: #eb2929; }
    .prods_content .price2_padd del {
      font-size: 18px;
      color: #333333; }
  .prods_content .desc2_padd {
    padding: 10px 0px 10px 0px;
    text-align: left;
    border-bottom: 1px solid lightgray;
    font-size: 13px; }
  .prods_content .button2__padd {
    padding: 5px 0px 2px 0px;
    text-align: left;
    margin: 11px 0px 0px 0px; }
  .prods_content .ui-state-default {
    border: 0px solid #303030; }

.masthead {
  display: table-row; }

.forecastle {
  display: table;
  width: 100%; }

.page_new_product .wrapper_pic_div {
  position: relative;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto; }
  .page_new_product .wrapper_pic_div a {
    padding: 0;
    cursor: pointer;
    text-decoration: none; }
  .page_new_product .wrapper_pic_div img {
    position: absolute; }

.info {
  padding: 0 10px 0 10px; }
  .info .big h2 {
    padding: 0px 0px 0px 0px; }
  .info h2 {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%; }
    .info h2 .smallText {
      font-size: 13px;
      color: #eb2929;
      display: block;
      padding-top: 7px; }

.prods_info {
  margin: 10px 0px 10px 0px; }
  .prods_info .options {
    padding: 10px 10px 0px 10px;
    background: white;
    border: 1px solid lightgray;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
    margin-top: 20px; }
    .prods_info .options p.options-title {
      color: #333333;
      font-size: 15px;
      font-weight: 500;
      padding: 0px 0px 10px 0px; }
    .prods_info .options ul li {
      margin-bottom: 12px; }
      .prods_info .options ul li label {
        display: block;
        padding-bottom: 2px; }
    .prods_info .options select {
      width: 100%; }
  .prods_info .data_padd {
    padding: 10px 10px 0px 10px;
    color: #eb2929; }
  .prods_info .desc_padd {
    padding: 11px 0px 11px 0px;
    text-align: left;
    font-size: 13px;
    line-height: 1.3em;
    margin-left: 10px;
    margin-right: 10px; }
  .prods_info h2 span.productSpecialPrice {
    margin-right: 10px;
    font-size: 18px;
    float: left; }

.name_padd {
  padding: 8px 0px 0px 0px;
  margin-top: 0px;
  display: inline-block;
  line-height: 18px;
  width: 100%; }

.name span a {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 16px; }
  .name span a:hover {
    color: #eb2929; }

.price_padd {
  padding: 0px 0px 0px 0px;
  color: #eb2929;
  position: relative;
  display: inline-block; }

.price span.productSpecialPrice {
  display: block;
  font-size: 18px;
  color: #eb2929;
  font-weight: 400; }
.price b {
  font-size: 11px;
  font-weight: 400;
  display: none;
  float: left;
  margin-top: 0px; }
.price del {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding-bottom: 3px;
  display: inline-block; }

.manuf span {
  font-weight: bold; }

.row_5 {
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  text-align: center;
  background: whitesmoke;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, whitesmoke 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, whitesmoke 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, whitesmoke 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, whitesmoke 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9f9f9',GradientType=0 );
  /* IE6-9 */ }
  .row_5 .foot_inner {
    margin: 0 auto;
    position: relative; }
  .row_5 .boxes_footer {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    display: inline-block; }

.Footer_BoxWrapper {
  margin: 27px 0 0px 0;
  padding: 0px 0px 0px 30px;
  overflow: hidden; }
  .Footer_BoxWrapper .first ul {
    border-width: 0px;
    padding: 0px 0px 0px 0px; }
  .Footer_BoxWrapper h4 {
    padding: 15px 0px 17px 19px;
    margin: -3px 0px 0px 0px;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    display: none; }
  .Footer_BoxWrapper ul {
    padding: 0px 0px 0px 29px;
    margin: 0px;
    list-style: none;
    display: inline-block; }
    .Footer_BoxWrapper ul li {
      padding: 0px 0px 0px 10px;
      text-transform: none;
      font-weight: 400;
      font-size: 12px;
      display: inline-block; }
      .Footer_BoxWrapper ul li a {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        padding: 0px 0px 0px 0px;
        display: inline-block;
        color: #777;
        text-transform: capitalize;
        font-weight: 400; }
        .Footer_BoxWrapper ul li a:hover {
          color: #333333; }

.footer {
  padding: 0px 0px 0px 0px;
  left: 0px; }
  .footer p {
    font-size: 10px;
    color: #777;
    margin: 0px;
    overflow: hidden;
    display: block;
    padding: 4px 0px 28px 0px;
    clear: both;
    width: 100%;
    text-indent: 20px;
    text-transform: none; }
    .footer p a {
      color: #777;
      font-weight: 400; }
      .footer p a:hover {
        color: #333; }
    .footer p b {
      color: #777; }
      .footer p b a {
        color: #777;
        font-weight: 400; }
        .footer p b a:hover {
          color: #333; }

#back-top {
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 9999;
  visibility: hidden; }
  #back-top a {
    color: #eee;
    font-size: 52px;
    font-weight: bold;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
    #back-top a:hover {
      color: #eb2929; }

select {
  background: white;
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  height: auto;
  padding: 6px 6px 6px 2px;
  width: auto; }

.box_cms {
  background: white;
  padding: 10px; }

input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  border: 1px solid lightgray;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: white;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  margin: 0 0 0px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  outline: none; }
