.hppColumn {
    text-align: center;
}
.hppColumn li {
    width: 100% !important;
    display: block !important;
    clear: both;
    text-align: center;
}

.hppContainer li {
    margin-right: 12px;
    padding: 10px 10px;
    width: 186px;
    height: 420px;
    border: 1px solid #ccc;
    text-align: center;
}
.hppContainer li.last_item_of_line {
    margin-right: 0;
}
.hppContainer .s_title_block {
    padding-top: 10px;
    height: 54px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #222;
    padding-bottom: 0;
    font-weight: normal;
}

.hppContainer .product_image {
    display: block;
    height: 175px;
    width: 163px;
    padding: 0px 10px;
    position: relative;
    overflow: hidden;
    text-align: center !important;
}

.hppContainer .product_image img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin-left: -80px;
    left: 50%;
}

.hppContainer .product_image span.new {
    display: block;
    position: absolute;
    top: 15px;
    right: -30px;
    padding: 1px 4px;
    width: 101px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #990000;
    transform: rotate(45deg); /* Newer browsers */
}

.hppContainer .product_desc {
    max-height: 45px;
}
.hppContainer .product_desc,
.hppContainer .product_desc a {
    color: #666;
}
.hppContainer .lnk_more {
    display: block;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 13px;
    width: 166px;
    padding-right: 10px;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    background: url(/themes/alpedia/img/arrow-green.png) no-repeat;
}
.hppContainer .price_container {
    margin-top: 10px;
    padding: 0;
}
.hppContainer .price {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.hppContainer li .ajax_add_to_cart_button {
    display: none;
}
.hppContainer li span.exclusive {
    display: none;
}

#hppContainer4 > div > h4 {
    display: none;
}

#hppContainer4 {
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: 10px 0px;
    border-top: 1px solid #c8c8c8;
    /*border-bottom: 1px solid #c8c8c8; */
    display: none;
}

#hppContainer4 > div {
    height: 180px;
    width: auto;
    overflow: hidden;
}

#hppContainer4 > div > ul li {
    border: none;
}

#cats_home,
#manufacturer_home {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    padding: 25px 0px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
    overflow: hidden;
}

#cats_home .bbtbx-wrapper .bx-prev,
#manufacturer_home_1 .bbtbx-wrapper .bx-prev {
    left: -40px;
    height: 36px;
    background: #fff url(/themes/alpedia/img/icon/icon-productslider-prev.png) no-repeat left center;
}

#cats_home .bbtbx-wrapper .bx-next,
#manufacturer_home_1 .bbtbx-wrapper .bx-next {
    right: -40px;
    height: 36px;
    background: #fff url(/themes/alpedia/img/icon/icon-productslider-next.png) no-repeat left center;
}

#cats_home .bbtbx-wrapper .bbtbx-viewport,
#manufacturer_home_1 .bbtbx-wrapper .bbtbx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

#cats_home {
    padding: 20px 40px 20px 40px;
    height: auto;
}

#manufacturer_home_1 {
    padding: 0px 40px 0px 40px;
    height: auto;
}

/*
#cats_home .prev, #cats_home .next {
  display: block;
  position: absolute;
  left: 0px; 
  top: 25px;
  cursor: pointer;
  background: #fff url(/themes/alpedia/img/icon/icon-productslider-prev.png) no-repeat left center;
  width: 30px;
  height: 160px;
  z-index: 10;
}

#cats_home .next {
  left: auto;
  right: 0px; 
  background: #fff url(/themes/alpedia/img/icon/icon-productslider-next.png) no-repeat right center;
} 


#cats_home>div>div#cats_home_cats {
  white-space: nowrap;
  position: absolute;
  width: auto;
  left: 0px;
  z-index: 1;
} 

#cats_home>div {
  width:90%;
  margin:0px 5%;
  position: relative;
  height: 170px;
}

#cats_home #cats_home_cats a {
  display: inline-block;
  width: 180px;
  height: 170px;
  overflow: hidden;
  text-align: center;
}

#cats_home #cats_home_cats a img {
  height: 160px;
}
*/
