.box {
  clear: both;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}

.box > .heading {
  padding: 0px;
}

.box > .heading h1 {
  margin-top: 0px;
  white-space:nowrap;
}

.box > .heading h2 {
  font: 23px 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0px;
}

.box > .heading h3 {
  font: 18px 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
  border-bottom:2px #fff solid;
}

aside .box:first-child h3 {
  margin-top: 0px;
}

.box > .content {
  clear: both;
}

#slider-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 0px;
  background: #fff;
}

#box-logotypes {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #box-logotypes {
    display: none;
  }
}
#box-logotypes .content{
  height: 35px;
  text-align: center;
  font: 0px;
  overflow: hidden;
}

#box-search .content {
  position: realtive;
}
#box-search .content img {
  position: absolute;
  opacity: 0.6;
}
#box-search .content .input-wrapper {
  display: block;
  white-space: nowrap;
}
#box-search .content input {
  display: inline-block;
  width: 100%;
  text-indent: 16px;
}

#box-campaigns h3, #box-latest-products h3, #box-most-popular h3, #box-similar-products h3, #box-also-purchased-products h3 {
  font: 2em 'Open Sans', sans-serif;
  font-weight: normal;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 5px 0px;
}

#box-campaigns h3:before, #box-latest-products h3:before, #box-most-popular h3:before, #box-similar-products h3:before, #box-also-purchased-products h3:before {
  content: "\25bc";
  padding-right: 10px;
  opacity: 0.7;
  font-size: 16px;
}

#box-category-tree li {
  display: block;
  clear:both;
}
#box-category-tree li a, #box-information li a {
  color: #000;
}
#box-category-tree a:hover, #box-information a:hover {
  color:#0000ff;
}
#box-category-tree li img{
  width:20px;float:left
}
.collapse{background:url(../../../../images/icons/16x16/expand.png) 2px 1px no-repeat;
width:20px;height:20px;float:left}
.expand{background:url(../../../../images/icons/16x16/collapse.png) 2px 1px no-repeat;
width:20px;height:20px;float:left}

#box-category-tree li a {
  width:100%;float:right
}
#box-category-tree li.active > a {
  color: rgb(0, 136, 204);
}
#box-category-tree li.active > a {
  color:#ff0000;font-weight:bold;
}

#box-recently-viewed-products li {
}
#box-recently-viewed-products li {
  margin: 3px;
}
#box-recently-viewed-products img {
  max-width: 85px;
  max-height: 85px;
  border: 1px solid #eee;
}
#box-recently-viewed-products img:hover {
  border-color: rgb(0, 136, 204);
}

#box-category .heading h1 {
  display: inline-block;
  float: left;
}
#box-category .filter {
  float: right;
}

#box-manufacturers-list {
  margin: 0px;
}

#box-information li a.active {
  color: rgb(0, 136, 204);
}

#box-customer-service .content > h1 {
  margin-top: 0px;
}