/* General Product Group */

.product_group .overall_score {
  display: block;
  width: 70px;
  height: 0;
  overflow: hidden;
  padding-top: 47px;
}

.product_group {
  position: relative;
  overflow: hidden;
}




/* List view for search results */

.product_group_list .product_group {
  border-bottom: 1px dotted #999999;
  padding: 4px 30px 2em 210px;
  margin-top: 2em;
}

.product_group_list .product_group img {
  position: absolute;
  top: 0;
  left: 30px;
}

.product_group_list .product_group .overall_score {
  position: absolute;
  top: 0;
  left: 120px;
}
.product_group_list .product_group .button {
  position: absolute;
  top: 50%;
  margin-top: -2em;
  right: 30px;
}

.product_group_list .product_group h2 a { text-decoration: none; }




/* Grid view for home page */

#reevoomark .home_page_grid .product_group .button {
  display: none;
}

.home_page_grid .product_group {
  width: 168px;
  float: left;
  margin: 2em 0 0 0;
  padding: 60px 35px 2em;
  border-bottom: 1px dotted #999999;
}

.home_page_grid .product_group img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 35px;
}

.home_page_grid .product_group .overall_score {
  position: absolute;
  left: 105px;
  top: 0;
}

.home_page_grid .product_group h2 a, .home_page_grid .product_group h2 {
  font-size: 1em;
  text-decoration: none;
  line-height: 1.25em;
  height: 3.75em;
  overflow: hidden;
}
