@import url(hostile_reset.css);
@import url(review.css);

body #reevoomark {
  position: relative;
  padding: 10px;
  font-size: 9pt;
  font-family: arial, sans-serif;
  color: #333;
  line-height: 1.6em;
}
body #reevoomark h2.branding {
  font-size: 1.15em;
  margin-bottom: 1em;
}

body #reevoomark p.summary{
  margin-bottom: 1em;
}
  
body #reevoomark .reevoo_logo{
  display: -moz-inline-box; /* FF2 */
  display: inline-block;
  width: 126px;
  text-indent: 128px;
  line-height: 0;
  height: 25px;
  overflow: hidden;
  background: url("../../images/en-GB/logo_small.gif") no-repeat 0 0;
  vertical-align: baseline;
  margin-bottom: -13px;
}


body #reevoomark .average_score {
  display: -moz-inline-box; /* FF2 */
  display: inline-block;
  width: 100px;
  text-indent: -1000em;
  line-height: 0;
  height: 92px;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
}

body #reevoomark .average_score {
  vertical-align: middle;
}

body #reevoomark #review_count {
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

body #reevoomark .reevoo_review span.purchase_date {
  position: absolute;
  top: 6px;
  right: 0;
  text-align: right;
  float: none;
  margin: 0;
}

