.bookReviews {
	margin-top:5px;
	margin-bottom:20px;
}
.bookReviews button.selected {	
	font-weight:bold;
}
.bookReviews .collapseBtnWrapper {
	text-align: center;
}
.bookReviews .reviewText {
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
	padding-left:10px;
}
.bookReviews .reviewsHeading {
	margin:5px;
}
.bookReviews .reviewWrapper {

}

.bookRatings {

}
.bookRatings .barGraph {
	padding:5px;
	margin:5px;
	border:1px dashed #eee;
	width:223px;
}
.bookRatings .graphRow {
	position:relative;
	font-size: .8em;
	border-bottom: 1px solid #FFF;
	color: #6A6A6A;
	font-size: 13px;
	height: 15px;
	margin: 1px;
}
.bookRatings .graphRow .starsLabel {
	position:absolute;
	right: 0px;
	width: 40px;
	font-size: .8em;
	padding-top: 2px;	
}
.bookRatings .graphRow .bar {
	position:absolute;
	right: 40px;
	width: 180px;
	background-color: #E5E5E5;
	height: 16px;
}
.bookRatings .graphRow .barMark {
	position:absolute;
	right: 0px;
	background-color: #919191;
	height: 16px;
}
.bookRatings .graphRow .countLabel {
	position:absolute;
	right: 188px;
	font-size: .8em;
	padding-top: 2px;
	width: 30px;
	text-align: left;
}

 
.bookPrivateSellers {

}

.bookPrivateSellers tr  {
  cursor: pointer;
}
.bookPrivateSellers tr:hover {
  background-color: lightyellow;
}



