/* CSS Document */

#leftColumn {
  background: #F3F2F7;
  border-left: 1px solid #cccbd7;
  border-bottom: 1px solid #cccbd7;
}

#leftColumn h3 {
  font-weight: bold;
  margin-left: 10px;
  padding: 7px;
  color: #0E0061;
  border-bottom: 1px solid #cccbd7;
}

#leftColumn #search {
  background: #ffffff;
  padding: 7px;
}

#leftColumn #search input.query {
  width: 113px;
}

#leftColumn #search #advancedSearch {
  margin-top: 10px;
}

#leftColumn #search #advancedSearch input {
  margin-right: 5px;
}

#results .totalHits {
  margin-bottom: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #dcdcdc;
}

#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 {
  width: 575px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

#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;
}

div.pages span a,
#results .prev a,
#results .next a {
  color: #3d3d3d;
}

div.pages span.active {
  background: #0e0061;
  border: 1px solid #0e0061;
  color: #ffffff;
}