@CHARSET "UTF-8";
/* -- Start group -- */
.escort-starGroup {
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}

.escort-starGroup > .star {
	width: 20px;
	height: 9px;
	float: left;
	display: block;
	margin: 0;
	cursor: pointer;
	background: url(../img/profile/lips_passive.png) center center no-repeat
}

.escort-starGroup.stars1 > .star1 {
	background: url(../img/profile/lips_active.png) left top no-repeat
}

.escort-starGroup.stars2 > .star1,
.escort-starGroup.stars2 > .star2 {
	background: url(../img/profile/lips_active.png) left top no-repeat
}

.escort-starGroup.stars3 > .star1,
.escort-starGroup.stars3 > .star2,
.escort-starGroup.stars3 > .star3 {
	background: url(../img/profile/lips_active.png) left top no-repeat
}

.escort-starGroup.stars4 > .star1,
.escort-starGroup.stars4 > .star2,
.escort-starGroup.stars4 > .star3,
.escort-starGroup.stars4 > .star4 {
	background: url(../img/profile/lips_active.png) left top no-repeat
}

.escort-starGroup.stars5 > .star1,
.escort-starGroup.stars5 > .star2,
.escort-starGroup.stars5 > .star3,
.escort-starGroup.stars5 > .star4,
.escort-starGroup.stars5 > .star5 {
	background: url(../img/profile/lips_active.png) left top no-repeat
}
/* -- END Start group -- */
