#queryString,
#productResults {
  margin-bottom: 30px;
}

.totalHits {
  margin-bottom: 10px;
}

.prev,
.next {
  color: #8D8B8C;
}

.pages {
  margin: 10px auto;
  width: 400px;
  text-align: center;
}

.pages span {
  border: 1px solid #fff;
  margin: 1px;
  padding: 3px;
}

.pages span.active {
  background: #fff;
  color: #000;
  border: 0px;
}

#productResults .product,
#articleResults .article {
  border-top: 1px solid #8D8B8C;
  padding-top: 10px;
}

#content #searchForm input.text {
  float: left;
  padding-bottom: 6px;
}

#content #searchForm input.button {
  margin-top: 0px;
}

#content #searchForm {
  width: 100%;
}
