#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(//lib.store.yahoo.net/lib/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;
}