@import url(style.css);
@import url(base.css);
@import url(grid.css);
@import url(blocks.css);
@import url(compare.css);
@import url(personalsections.css);
@import url(searchautocomplete.css);
/*@import url(discountscarousel.css); */
/* MEDIA */
@media screen and (min-width: 1200px) {
  .b-prod .prod_sellers {
    max-width: 100%;
    width: 22.8em;
  }
  .b-sellers-s .sellers_lnk {
    float: left;
    margin-right: 1em;
    padding-top: 0.5em;
    margin-bottom: -0.3em;
  }
}

.jcarousel-skin-discounts .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}

@media screen and (max-width: 1100px) {
  .b-prod-list .b-pr-box {
    width: 20%;
  }
}

@media screen and (max-width: 1200px) {
  .b-prod-list .b-pr-box {
    width: 25%;
  }
}

@media screen and (min-width: 1400px) {
  .b-prod-list .b-pr-box {
    width: 16.6666%;
  }
  .b-discount .discount_item {
    width: 25%;
  }
}
