/* #####################################################################################################
   This stylesheet describes reviews
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)"; 

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Responsive functions -----*/
/* ==========================================================================
   Default / Mobile styles
   ========================================================================== */

#reviewsList .kop1 {
  color: #ee7f01;
  float: right;
}
#reviewsList .reviewHeader,
#reviewsList .reviewContent {
  margin: 20px 0 0;
}
#reviewsList dl.reviewHeader {
  clear: both;
}
#reviewsList dl.reviewHeader dt {
  font-weight: bold;
}
#reviewsList dl.reviewHeader dd {
  margin: 0 0 5px;
}
.ratingStars {
  height: 23px;
  line-height: 23px;
  float: left;
}
.ratingStars .rating {
  background: url("../images/modules/reviews.stars.html") no-repeat left -27px;
  height: 15px;
  margin: 4px 0;
  width: 75px;
  float: left;
}
.ratingStars .rating .score {
  height: 15px;
  background: url("../images/modules/reviews.stars.html") no-repeat left 0;
}
/* ==========================================================================
   Tablet styles
   ========================================================================== */

@media only screen and (min-width: 768px) {
  #reviewsList .reviewHeader,
  #reviewsList .reviewContent {
    margin: 0;
    float: left;
  }
  #reviewsList .reviewHeader {
    width: 30%;
    margin-right: 2%;
  }
  #reviewsList .reviewContent {
    width: 65%;
    margin-right: 3%;
  }
}
