/* Comments Styling */
#ratings-reviews {margin-top:7px; padding:8px;}
#ratings-reviews p {}
#ratings-reviews .reviews-content {}
#ratings-reviews .reviews-header {}
#ratings-reviews .reviews-header-comment {background-color:#f0f0f0; border:1px solid #eee; padding-bottom:5px; padding-left:5px;}
#ratings-reviews .reviews-title {display:none;}
#ratings-reviews .reviews-info {font-weight:400; font-size:18px;}
#ratings-reviews .reviews-comment-odd {background:#FFFFFF url(http://static.ihoops.com/assets/template/template_sprite_2.png) no-repeat scroll 0 -1050px; padding:8px; margin:8px 0 0;}
#ratings-reviews .reviews-comment-even {padding:8px 8px 0; margin:8px 0 0; background:#FFFFFF url(http://static.ihoops.com/assets/template/template_sprite_2.png) no-repeat scroll 0 -1050px;}
#ratings-reviews .review-text {padding:3px 0;}
#ratings-reviews .review-posted {}
#ratings-reviews .review-posted-date {padding-left:7px;}
#ratings-reviews .review-posted-user {font-weight:700; font-size:14px;}
#ratings-reviews .review-delete {padding-bottom:2px; background:transparent url(http://static.ihoops.com/assets/template/comment_delete.png) no-repeat scroll 7px 0; padding-left:26px;}
#ratings-reviews .reviews-add {padding:7px 0;}
#ratings-reviews .reviews-add button {background:#eee; padding:5px 7px 7px; font-weight:700; font-size:12px; cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; color:#FF6600; text-decoration:underline; border:1px solid #ccc;}
#ratings-reviews .reviews-textbox {width:100%; margin-top:5px; border:1px solid #ccc;}
#ratings-reviews .reviews-submit {margin-top:5px; margin-bottom:5px; border:1px solid #eee; padding:3px; font-weight:bold;}
#ratings-reviews .reviews-error {border:1px solid Red; padding:5px;}
#ratings-reviews .reviews-error-message {color:Red; text-align:center; font-weight:700;}
#ratings-reviews ul {padding:0;}

/* User Ratings Bar  */
.review-user-rating {background-position:0 50%; background-repeat:repeat-x; cursor:default; height:16px; overflow:hidden; width:80px; margin:5px 0 3px;}
* html .review-user-rating {background-position:100% -16px;}
* + html .review-user-rating {background-position:0 -16px;}
.noStars {background-image:none !important;}
.ratingsBar {background-color:#ccc; height:16px; margin-bottom:.3em; width:80px;}
.zeroStarRating {width:0;}
.halfStarRating {width:8px;}
.oneStarRating {width:16px;}
.oneHalfStarRating {width:24px;}
.twoStarRating {width:32px;}
.twoHalfStarRating {width:40px;}
.threeStarRating {width:48px;}
.threeHalfStarRating {width:56px;}
.fourStarRating {width:64px;}
.fourHalfStarRating {width:72px;}
.fiveStarRating {width:80px;}
.reviews-comment-even .review-user-rating, .reviews-comment-even .review-user-rating .ratingsBar {background-image:url(http://static.ihoops.com/assets/template/star.png) !important;}
.ratingsBar, .halfStarRating, .oneStarRating, .oneHalfStarRating, .twoStarRating, .twoHalfStarRating, .threeStarRating, .threeHalfStarRating, .fourStarRating, .fourHalfStarRating, .fiveStarRating {background:url(http://static.ihoops.com/assets/template/star.png) repeat-x scroll left bottom;}

/* Ratings Bar  */
.ratings-header {margin:4px 0;}
.inline{_display:inline-block;cursor:pointer;display:0;vertical-align:middle;}
.starRating{background-position:0 2px;cursor:pointer;display:block;height:16px;list-style:none;overflow:hidden;position:relative;text-indent:-999em;width:80px;}
.starRating a{cursor:pointer;left:0;line-height:16px;overflow:hidden;position:absolute;top:0;}
.starRating li{display:inline;padding:0!important;}
/* Safari hack */.starRating li{-webkit-padding-start:0;}
.starRating,.starRating a:hover,.starRating a:active,.starRating a:focus,.starRating,.currentRating,.thisUserRating,.starRating a.currentRating{background:url(http://static.ihoops.com/assets/template/star.png) repeat-x scroll left 0;cursor:pointer;}
.starRating a:hover,.starRating a:active,.starRating a:focus,.starRating a.currentRating{background-position:left bottom;background-repeat:repeat-x;outline:none;}
a.oneStar{width:16px;z-index:6;}
a.twoStar{width:32px;z-index:5;}
a.threeStar{width:48px;z-index:4;}
a.fourStar{width:64px;z-index:3;}
a.fiveStar{width:80px;z-index:2;}
.noStars{background-image:none!important;}
.gray,.gray a:hover,.gray a:focus,.gray a:active,.gray .ratingsBar,.starRating a.currentRating,.even .rightColumn .thisUserRating,.even .rightColumn .thisUserRating .ratingsBar,.even rightColumn .thisUserRating .ratingsBar{background-image:url(http://static.ihoops.com/assets/template/star-gray.png)!important;}