/* Review css */

.review-block {
	position: absolute;
	width: 100%;
	padding: 0px 20px 0px 20px;
	bottom: 0px;
	}

.review-activity,
.stars 				{ list-style: none; float: left; margin-right: 6px; }

.review-activity li,
.stars li {
	background-repeat: no-repeat;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	}

.review_star5 			{ background-image: url(/grfx/review-star.png); }
.review_star4 			{ background-image: url(/grfx/review-star.png); }
.review_star3 			{ background-image: url(/grfx/review-star.png); }
.review_star2 			{ background-image: url(/grfx/review-star.png); }
.review_star1 			{ background-image: url(/grfx/review-star.png); }
.review_star0 			{ background-image: url(/grfx/review-star-non.png); }

.review-block .activity-icon  { height: 40px !important;}
