.ratingstar,.ratingstar_hover, .ratingstar_set {
 height: 22px;
 width: 110px;
 cursor:pointer;
 background-image: url(../images/ratingstar1.gif);
 background-repeat: repeat-x;
 position:relative;
}
.ratingstar_hover {
 background-position: 0 -22px;
}
.ratingstar_set {
 background-position: 0 -45px;
} 
.productReview .summary{width:200px;float:left;font-size:1.2em;}
.productReview .summary .reviewBarItem{clear:both;padding:5px 0;}

.productReview .summary .reviewBarItem{clear:both;padding:5px 0;}
.productReview .reviewHeader .reviewrBuy{color:#3399ff;font-style:italic;clear:both;}
.productReview .totalReviews{text-align:right;float:right;font-size:1.2em;}
.productReview .totalReviews a{line-height:16px;}
.productReview .totalReviews span{margin:0 0 0 5px;}
.productReview .totalReviews a img{vertical-align:middle;}
.productReview .reviewHeader{font-size:1.2em;}
.productReview .reviewBody{margin:0;font-size:1.2em;}
.productReview .reviewBody dd{margin:0;padding-top:10px;}
.productReview .reviewFooter{padding-top:10px;font-size:1.2em;text-align:right;clear:both;}
.productReview .reviewFooter dd{width:100%;}

.reviewBarItem dd{float:left;vertical-align:top;}
.reviewBarItem .scale{padding:0 5px;width:100px;}
.reviewBarItem .scale dl{width:100px;background: url("../images/bar_greybg.gif") no-repeat;position:relative;height:13px;}
.reviewBarItem .scale dl dd.left{width:4px;height:13px;background:url("../images/bar_orangeLeft.gif") no-repeat;}
.reviewBarItem .scale dl dd.center{height:13px;background:url("../images/bar_orangeMid.gif") repeat-x;}
.reviewBarItem .scale dl dd.right{width:4px;height:13px;background:url("../images/bar_orangeRight.gif") no-repeat;}
.reviewBarItem .percent{text-align:left;width:40px;}