/* CSS Document */


#content #searchResult .article { padding: 10px 0;   width: 555px;   border-bottom: 1px solid #dcdcdc; }

#results .totalHits {
  margin-bottom: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
}

#results .totalHits h2 {
  float: left;
  margin-bottom: 0px;
}

#results .totalHits .hits {
  float: right;
  margin-top: 4px;
}

#content .product .summaryImage {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

#content .article h2,
#content .article h2 a {
  color: #000;
  margin-bottom: 5px;
  text-decoration: none;
}

#content .article .readmore {
  margin-top: 5px;
  float: left;
}

#content .article img {
  float: right;
  margin-left: 10px;
}

#content .article .image-box img {
  margin-left:0;
}

/****************
*** PAGINATOR ***
****************/

#results #paginator {
  margin-top: 10px;
}

#results .prev a,
#results .next a,
#results .pages a {
  text-decoration: none;
}

#results .prev,
#results .next,
div.pages span {
  float: left;
  background: #f0f0f0;
  border: 1px solid #e3e3e3;
  padding: 3px 6px;
  margin-right: 2px;
  color: #969696;
}

div.pages {
  float: left;
  margin-bottom: 10px;
}

div.pages span a,
#results .prev a,
#results .next a {
  color: #3d3d3d;
}

div.pages span.active {
    background: none repeat scroll 0 0 #E10025;
    border: 1px solid #E10025;
    color: #FFFFFF;
}
