/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * rating
 */

.yoo-zoo.rating div.rating-container {
	position: relative;
	height: 45px;
	background: url(/images/design/like.png) no-repeat left top;
	overflow: hidden;
	background-size: 35px;
}

.yoo-zoo.rating div.rating-container:before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.yoo-zoo.rating div.previous-rating {
	height: 45px;
	background: url(/images/design/like.png) no-repeat left top;
	background-size: 35px;
	position: relative;
}

.yoo-zoo.rating div.current-rating div {
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
	cursor: pointer;
}

.yoo-zoo.rating div.current-rating div.hover {
	background: url(/images/design/like.png) no-repeat left top;
	background-size: 35px;
}

.yoo-zoo.rating div.star1 { width: 20px; display: none}
.yoo-zoo.rating div.star2 { width: 40px; display: none }
.yoo-zoo.rating div.star3 { width: 60px; display: none }
.yoo-zoo.rating div.star4 { width: 80px; display: none }
.yoo-zoo.rating div.star5 { width: 40px; }
.yoo-zoo.rating div.star6 { width: 120px; }
.yoo-zoo.rating div.star7 { width: 140px; }
.yoo-zoo.rating div.star8 { width: 160px; }
.yoo-zoo.rating div.star9 { width: 180px; }
.yoo-zoo.rating div.star10 { width: 200px; }