body {
	font-size: 14px;
}

/* Styling HoliidayCheck Bewertungen */

.hostEvaluation span.ratingSpan {
  color: #143764;
  font-size: 0.8em;
  padding: 0px;
  margin: 0 5px;
  cursor: auto;
  text-decoration: none;
  line-height: 24px;
}

.hostEvaluation a.numberOfRatings {
  color: #143764;
  padding: 0 0 0 5px;
}

.hostEvaluation span.averageGradeNumbers {
  float: left;
  line-height: 16px;
}

.hostEvaluation span.averageGrade {
  line-height: 16px;
}

.hostEvaluation span.ratingSpan strong {
  /* color: #468E00; */
  font-size: 1.2em;
}

#holidayCheckRow {
  background-color: #085590 !important;
  border-bottom: 3px solid #FAD73C;
  min-height: 37px;
  padding: 15px 20px 15px 20px;
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 0.9em;
}

#hcLogo {
  background: url(/gfx/travel/holidayCheck-logo-white.png) no-repeat left top;
  text-indent: -5000px;
  overflow: hidden;
  width: 100px;
  height: 20px;
  display: inline-block;
}

.hostOffer.rating {
  background: #fff;
}

.hostOffer.rating a.doratingFrame {
  float: right;
}

a.doratingFrame {
	border: 1px solid #003f6b;
	color: #fff !important;
	display: block;
	line-height: 16px;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px;
	width: 150px;
	text-transform: none;
	height: auto;
    text-align: center;
    background: #0d76c7; /* Old browsers */
    background: -moz-linear-gradient(top,  #0d76c7 36%, #095ea0 52%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#0d76c7), color-stop(52%,#095ea0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0d76c7 36%,#095ea0 52%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0d76c7 36%,#095ea0 52%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0d76c7 36%,#095ea0 52%); /* IE10+ */
    background: linear-gradient(to bottom,  #0d76c7 36%,#095ea0 52%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d76c7', endColorstr='#095ea0',GradientType=0 ); /* IE6-9 */
}

a.doratingFrame:hover {
    background: #095ea0; /* Old browsers */
    background: -moz-linear-gradient(top,  #095ea0 0%, #0d76c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#095ea0), color-stop(100%,#0d76c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #095ea0 0%,#0d76c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #095ea0 0%,#0d76c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #095ea0 0%,#0d76c7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #095ea0 0%,#0d76c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#095ea0', endColorstr='#0d76c7',GradientType=0 ); /* IE6-9 */
}

.ratingTableRow,
.hostOffer.comment {
  background: #fff;
  border-top: 2px solid #DADADA;
  margin: 0 0 5px 0;
  color: #143764;
  padding: 10px;
}

.ratingTableRow h4 {
  font-weight: normal;
}

.extraBold {
  font-size: 1.3em;
  font-weight: bold;
}

.ratingTableRow .ratingSubTitle {
  font-weight: bold;
  width: 30%;
}


.ratingTableRow .ratingSubValues {
  width: 68%;
}

.ratingTableRow .ratingCategory {
  margin: 0 0 5px 0;
}


.ratingTableRow .ratingSubValues .value {
  width: 60%;
}

.ratingTableRow .ratingSubValues .starRating {
  width: 38%;
}

.ratingTableRow .ratingSubValues .starRating strong {
  margin: 0 5px;
}


.hostOffer.comment .userData {
  width: 25%;
  padding: 0 5% 0 0;
}

.hostOffer.comment .avatar.freunde {
  background: url(/gfx/travel/avatar/freunde.png);
}

.hostOffer.comment .avatar.familie {
  background: url(/gfx/travel/avatar/familie.png);
}

.hostOffer.comment .avatar.paar {
  background: url(/gfx/travel/avatar/paar.png);
}

.hostOffer.comment .avatar.single {
  background: url(/gfx/travel/avatar/alleine.png);
}

.hostOffer.comment .avatar {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 165px;
  text-indent: -5000px;
  overflow; hidden;
}


.hostOffer.comment .commentData {
  width: 68%;
}

.hostOffer.comment .commentData a,
.ratingTableContent a {
  color: #143764 !important;
  text-decoration: underline;
}

.hostOffer.comment .commentData a:hover,
.ratingTableContent a:hover {
  background: #FAD73C;
  color: #000;
}


.ratingTableRow,
.hostOffer.comment {
  background: #fff;
  border-top: 2px solid #DADADA;
  margin: 0 0 5px 0;
  color: #143764;
  padding: 10px;
}

.hostOffer.comment .commentData .summary {
  padding: 10px 0;
  /* background: #fff;
  margin: 15px 0 0 0; */
}

.ratingTableContent {
  color: #143764;
  margin: 0 5% 0 30%;
  padding: 5px;
  background-color: #F2F2F2;
}

.ratingTableContent .commentTable {
  border: 2px solid #DADADA;
}


.ratingTableContent .ratingSwitch {
  margin: 5px 0;
}

.ratingTableContent .ratingTableLink.next {
  float: right;
}

.ratingTableRow, .hostOffer.comment {
  background: #fff;
  border-top: 2px solid #DADADA;
  margin: 0 0 5px 0;
  color: #143764;
  padding: 10px;
}

.ratingTableRow .ratingSubValues .value {
  width: 60%;
}

.floatL {
  float: left;
}
