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

/*
 * rating
 */

.yoo-zoo.star.star-flat-2 {
	margin-top: 10px;
	font-size: 14px;
}

.yoo-zoo.star.star-flat-2 div.star-container,
.yoo-zoo.star.star-flat-2 div.previous-star,
.yoo-zoo.star.star-flat-2 div.current-star div.hover {
	background-image: url(../images/stars_flat_2.png);
	background-repeat: repeat-x;
}

.yoo-zoo.star.star-flat-2 div.star-container {
	position: relative;
	height: 16px;
	background-position: 0 0;
	overflow: hidden;
}

.yoo-zoo.star.star-flat-2 div.previous-star {
	height: 16px;
	background-position: 0 -20px;
}

.yoo-zoo.star.star-flat-2 div.current-star > div {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	cursor: pointer;
}

.yoo-zoo.star.star-flat-2 div.current-star > div.hover { background-position: 0 -40px; }

.yoo-zoo.star.star-flat-2 div.star1 { width: 16px; }
.yoo-zoo.star.star-flat-2 div.star2 { width: 32px; }
.yoo-zoo.star.star-flat-2 div.star3 { width: 48px; }
.yoo-zoo.star.star-flat-2 div.star4 { width: 64px; }
.yoo-zoo.star.star-flat-2 div.star5 { width: 80px; }
.yoo-zoo.star.star-flat-2 div.star6 { width: 96px; }
.yoo-zoo.star.star-flat-2 div.star7 { width: 112px; }
.yoo-zoo.star.star-flat-2 div.star8 { width: 128px; }
.yoo-zoo.star.star-flat-2 div.star9 { width: 144px; }
.yoo-zoo.star.star-flat-2 div.star10 { width: 160px; }
