
.hsReviewWr{
    margin-top:10px;
    border-bottom: 1px solid #eee;
    padding-bottom:10px;
    clear:both;
    font-family:Verdana;
}

.hsReviewMeta{
    color:#266995;
    font-weight:bold;
}

.hsReviewRight{
    margin-left:150px;
}
.hsReviewLeftMeta{
    float:left;
    width:130px;
}

.hsReviewGeneralRating{
    color: #266995;
    font-size:40px;
    text-shadow: 1px 1px 1px #99C7E5;
}


.hsReviewDetails{
    float:right;
  
    width:130px;
}

.hsReviewText{
    margin-right:150px;
}

.hsReviewClearer{
    clear:both;
}


.paginationLink{
    display:inline-block;
    padding:4px;
}
.paginationLink.active{
   font-weight:bold;
}

.hsReviewNavi{
    text-align:right;
}

.hsReviewPro{
    padding-left:30px;
    min-height:30px;
    padding-top:5px;
    background:url('/images/plus.png') no-repeat;
}
.hsReviewCon{
    padding-left:30px;
    min-height:30px;
     padding-top:5px;
    background:url('/images/minus.png') no-repeat;
}


.hostelscoreTooltip{
    font-style: italic;
    cursor:help;
    font-weight:bold;
}

.hsReviewBadge{
    width:148px;
    padding:10px;    
    font-family:Verdana;
    position: relative;
    background:#F4F2EB;
    border:2px solid #129EB1; /* default #D7EFFF */
    border-radius:2px;
    display:block;
    text-decoration:none;
    color:#000;
    box-sizing:content-box;
    
}

.hsReviewBadge2{
    width:180px;   
}

.hsReviewBadgeContainer{
  /*border-bottom: 1px solid #eee;*/
  position: relative;
}

.hsReviewBadgeMaster{
    color: #129eb1;	/* default #266995 */
    font-size: 100%;
    text-shadow: 1px 1px 1px #99C7E5;
    text-align:center;
    float: left;
}
.hsReviewBadgeSubWr .value{
    float:right;
}

.hsReviewBadgeSubWr > div{
    padding:2px 0;
}

.hsReviewBadgeExplanation{
    color: #666;
    font-size: 10px;
    text-align:center;
    padding-top:5px;
    border-top: 1px solid #eee;
    margin-top:5px;
}

.ratingStars{
  width: auto;
  height: auto;
  float: left;
  margin-right: 15px;
}

.starbgimg{
  background: url(../images/bg_stars.png) 0 0 no-repeat;
  margin: 3px 0 0 0;
}
.starbg{
  width: 77px;
  height: 13px;
}

.starbgColor{
  height: 13px;
  display: block;
  background-color: #353535;
}

.hsReviewBadgeVis{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 182px;
  top: -2px;
  width: 180px;
  padding: 15px;
  border:8px solid #129EB1; /* default #D7EFFF */
  border-radius:3px;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  background:#F4F2EB;
  font-size:11px;
  z-index:1000;
}

.hsArrow{
  position:absolute;
  left:-29px;
  top:40px;
  height:1px;
  width:1px;
  border:10px solid transparent;
  border-right:10px solid #129EB1;
  
  z-index:1000;
}

.hsReviewBadgeContainer:hover + .hsReviewBadgeVis{
  visibility: visible;
  opacity: 1;
}

.hostelScrore_top{
  font-size:16px;
  font-weight:bold;
}

.hsReviewBadgeMasterBig{
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
}

.SubWr_widthFix{
  width:280px;
  clear:both; /* float fix */
  border-top:1px solid #eee;
  padding-top:5px;
}

.hsLogoWrapper{
    text-align:center;
    margin-bottom:8px;
}

.hsDetailedRatingLine{
    clear:both;
}
.hsDetailedRatingLine .caption{
    display:inline-block;
    width:90px;
    font-size:10px;
    float:left;
}

.hsDetailedRatingLine .value{
   
    float:right;;
}

.hsReviewBadge2 .hsReviewBadgeMaster{
    float:none;
    text-align:center;
    font-size:22px;
    margin-bottom:5px;
}
