#reviews {
	margin-bottom: 15px;
}
#reviews h2 {
  display: block;
  font: bold 22px "Lato",Arial,Helvetica,sans-serif;
  color: white;
  background-color: #333;
  padding: 10px;
  margin: 10px 0px;
}

.reviewtitle {
	font: normal 14px "Lato",Arial,Helvetica,sans-serif;
	color: black;
}

.reviewtext {
	font: normal 12px "Lato",Arial,Helvetica,sans-serif;
	color: #a0a0a0;
}

.reviewmessage {
	font: normal 12px "Lato",Arial,Helvetica,sans-serif;
	color: black;
	margin: 6px 0px 6px 0px;
}

.review{
	border-bottom: solid 1px #a0a0a0;
	margin: 3px 0px 3px 0px;
	padding-bottom: 5px;
}

.writereview {
  font: normal 12px "Lato",Arial,Helvetica,sans-serif;
}

#reviewrat {
  font: normal 13px/22px "Lato",Arial,Helvetica,sans-serif;
  color: #000;
}
#reviewrat a {
  font: normal 13px/22px "Lato",Arial,Helvetica,sans-serif;
  color: #000;
  padding: 0px 5px;
}

#reviewrat p#revrat {
  font-weight: bold;
  color: #000;
  margin: 0px 0px 2px 0px;
}

.reviewtext span {
  color: black;
}
.reviewbcomm {
  margin: 5px 5px 5px 10px;
  padding: 10px;
  background-color: #f0f0f0;
  border: solid 1px #e0e0e0;
  color: #606060;
}
.reviewbcomm label {
  display: block;
  margin-bottom: 5px;
  color: black;
  font-weight: bold;
}


.product-reviews-header {
    font-size: 0.9em;
}
.product-reviews-header-image {
    display: inline-block;
    margin-right: 1em;
    vertical-align: text-top;
}
.product-reviews-header-rating,
.product-reviews-header-ratings-count {
    font-weight: bold;
}
.product-reviews-review {
    border-top: solid 1px #ccc;
    margin-top: 0.6em;
    padding-top: 0.6em;

    font-size: 0.9em;
}
.product-reviews-write-review {
	margin-top: 30px;
}
.product-reviews-header-write-button {
    margin-left: 3em;
}
.product-reviews-review-head {
    float: left;
    width: 11em;
}
.product-reviews-review-rating-image,
.product-reviews-review-rating,
.product-reviews-review-author {
    line-height: 1;
}
.product-reviews-review-rating-image {
    line-height: 1;
}
.product-reviews-review-rating-image img {
    vertical-align: text-top;
}
.product-reviews-review-rating {
    font-size: 0.85em;
    line-height: 1.4;
}
.product-reviews-review-author {
    margin: 0.8em 0 0;
    line-height: 1.2;
}
.product-reviews-review-text {
    overflow: hidden;
}
.product-reviews-review-title {
    margin: 0;

    font-weight: normal;
    line-height: 1em;
}
.product-reviews-review-date {
    font-size: 0.85em;
    line-height: 1.4;

    color: #444;
}
.product-reviews-review-summary {
    margin: 0.8em 0;

    line-height: 1.2;
}

#ytimesModalOverlay {
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.60;
	-moz-opacity: 0.60;
	cursor: wait;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
#ytimesModalContainer {
	height:400px;
	width:600px;
	background-color: white;
	border:1px solid black;
	padding: 0px;
	z-index: 100001;
}
#ytimesModalClose {
	background:url(//turbifycdn.com/ty/cdn/swps/x.png) no-repeat;
	width:39px;
	height:39px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-24px;
	right:-24px;
	cursor:pointer;
	z-index: 100002;
}

div.clearAll {clear:both;height:0;}

#ytimesReviewsModalOverlay {position: absolute;top: 0px;left: 0px;background-color: #000;filter: alpha(opacity=60);opacity: 0.60;-moz-opacity: 0.60;cursor: wait;z-index: 100000;width:100%;}
#ytimesReviewsModalContainer {box-sizing: border-box;max-height:400px;height:100%;max-width:600px;width:100%;background-color: #2f2f2f;border:1px solid #fff;padding: 3px;z-index: 100001;margin: 0px auto;}
	#ytimesReviewsModalClose {background:url(//turbifycdn.com/ty/cdn/swps/ytimes-reviews-x.png) no-repeat; width:39px;height:39px;display:inline;z-index:3200;position:absolute;top:-24px;right:-24px;cursor:pointer;z-index: 100002;}
	#wframe{display:block;box-sizing: border-box;width:100%;height:100%;}

@media only screen and (max-width : 600px) {
	#ytimesReviewsModalContainer {width:calc(100% - 10px);overflow:scroll;-webkit-overflow-scrolling:touch;}
	#wframe {max-width:100% !important;width:1px;min-width:100%;height:100%;max-height:100%;margin:0px !important;padding:0px !important;border: 0 none !important;overflow: auto;-webkit-overflow-scrolling:touch;}
}
