a.tour-list-addinfo {
    display: block;
}

 .item-list.mosaic > li
{
  height: 300px;
}


#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('/images/thumb_up.png') no-repeat;
}

#reviewStars-input {

  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/

  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;

  width: 20px;
  height: 20px;

  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -20px;
  height: 20px;
  width: 20px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 20px;
  width: 20px;
  float: right;
  cursor: default;
  margin-right: 2px;

  position: relative;
  z-index: 1;
}

#reviewStars-input {
  left: 0px;
  cursor: default;
}
.tag-description {
  margin-bottom: 25px;
}