﻿.nearest-shop-property .box {
  background: #F4F5E7;
  font-size: 16px;
}
.nearest-shop-property .box h4 {
  color: #3d613d;
  font-weight: bold;
  padding: 15px 24px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.nearest-shop-property .box .box-innter {
  padding: 15px 24px 15px 24px;
}
.nearest-shop-property .box.property {
  background: #f4f5e7 url('Images/bg_property.png') bottom right no-repeat;
}
.nearest-shop-property .box.shop {
  background: #f4f5e7 url('Images/bg_shop.png') bottom right no-repeat;
}
.nearest-shop-property .rating-wrap .rate-star-results {
  height: 22px;
  width: 110px;
  background: url('Images/rate_stars_grey.png') center left no-repeat;
  margin: 2px 0;
}
.nearest-shop-property .rating-wrap .rate-star-results span {
  display: block;
  height: 22px;
  float: left;
  background: url('Images/rate_stars_highlight.png') center left no-repeat;
}
/*# sourceMappingURL=module.css.map */