/* First vote */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
  background: url(../images/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
  position:relative;
  width:250px;
  height:25px;
  overflow:hidden;
  list-style:none;
  margin:0 0 0 0px;
  float: left;
  padding:0;
  background-position: left top;
  display: inline;
}
.star-rating li{
  display: inline;
}
.star-rating a, 
.star-rating .current-rating{
  position:absolute;
  top:0;
  left:0;
  text-indent:-1000em;
  height:25px;
  line-height:25px;
  outline:none;
  overflow:hidden;
  border: none;
}
.star-rating a:hover{
  background-position: left bottom;
}
.star-rating a.stars1{
  width:10%;
  z-index:11;
}
.star-rating a.stars2{
  width:20%;
  z-index:10;
}
.star-rating a.stars3{
  width:30%;
  z-index:9;
}
.star-rating a.stars4{
  width:40%;
  z-index:8;
}
.star-rating a.stars5{
  width:50%;
  z-index:7;
}
.star-rating a.stars6{
  width:60%;
  z-index:6;
}
.star-rating a.stars7{
  width:70%;
  z-index:5;
}
.star-rating a.stars8{
  width:80%;
  z-index:4;
}
.star-rating a.stars9{
  width:90%;
  z-index:3;
}
.star-rating a.stars10{
  width:100%;
  z-index:2;
}
.star-rating .current-rating{
  z-index:1;
  background-position: left center;
}  

/* Second vote (already voted) */

.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
  background: url(../images/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
  position:relative;
  width:250px;
  height:25px;
  overflow:hidden;
  list-style:none;
  margin:0;
  padding:0;
  background-position: left top;
}
.star-rating2 li{
  display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
  position:absolute;
  top:0;
  left:0;
  text-indent:-1000em;
  height:25px;
  line-height:25px;
  outline:none;
  overflow:hidden;
  border: none;
  cursor:default;
}

.star-rating2 a.stars1{
  width:10%;
  z-index:11;
}
.star-rating2 a.stars2{
  width:20%;
  z-index:10;
}
.star-rating2 a.stars3{
  width:30%;
  z-index:9;
}
.star-rating2 a.stars4{
  width:40%;
  z-index:8;
}
.star-rating2 a.stars5{
  width:50%;
  z-index:7;
}

.star-rating2 a.stars6{
  width:60%;
  z-index:6;
}
.star-rating2 a.stars7{
  width:70%;
  z-index:5;
}
.star-rating2 a.stars8{
  width:80%;
  z-index:4;
}
.star-rating2 a.stars9{
  width:90%;
  z-index:3;
}
.star-rating2 a.stars10{
  width:100%;
  z-index:2;
}

.star-rating2 .current-rating{
  z-index:1;
  background-position: left center;
}

/* rating styles */
/* for an inline rater */
.inline-rating{
  display:-moz-inline-block;
  display:-moz-inline-box;
  display:inline-block;
  vertical-align: middle;
}

/* The text that displays the rating information */
.score {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  margin:5px auto 0;
  color:#FFF;
  }
.msgClass {
width: 400px;
height: 30px;
position: absolute;
left: 0px;
top: -30px;
background: url(../images/75prozentblack.png);
display: none;
text-align: left;
}

.msgClass img{
	margin-left: 20px;
	}

.voted-twice {
  background: url(../images/rating_warning.gif) no-repeat 5px 50%;
  text-align:left;
  padding-left: 40px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #FEBF1C;
  width:200px;
  height: 30px;
  line-height: 30px;
  font-size:11px;
  font-weight: bold;
  }
.voted {
  background: url(../images/rating_tick.gif) no-repeat 0px 50%;
  padding-left: 30px;
  text-align:left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#FFF;
  width:200px;
  height: 30px;
  line-height: 30px;
  font-size:11px;
  font-weight: bold;
  }
/* Green text that shows 3.34/5 */
.stimmen {
	width: 140px;
	float: left;
	height: 30px;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}

.outnbsClass {
  color:#FFF;
  font-weight:normal;
  margin-left: 0px;
  }
  
.outnbsClass span.rating{
	font-size: 16px;
	font-weight: bold;
	color: #fecf42;
	}
	
#galerie_eintrag .outnbsClass span.rating{
	font-size: 22px;
	font-weight: bold;
	color: #fecf42;
	}

#galerie_eintrag .stimmen {
	margin-top: -3px;
}
.comments {
	clear: both;
	width: 120px;
	float: left;
	margin-left: 5px;
	display: inline;
	color: #fecf42;
	line-height: 23px;
}

.link{
	width: 220px;
	float: right;
	margin-right: 35px;
	color: #fecf42;
	text-align: right;
	line-height: 23px;
	height: 23px;
	padding-right: 20px;
	background: url(../images/link_extern.gif) 100% 3px no-repeat;
}

.comments a, .link a{
	color: #fecf42;
}

.comments a span{
	display: block;
	width: 23px;
	height: 23px;
	float: left;
	background: url(../images/comment_back.gif) top left no-repeat;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-right: 4px;
}

.percentClass {
/* Insert styles here for the percentage display. Example (74%) */
  }
.votesClass {
/* Insert styles here for the votes display. Example (2 Votes) */

  }
.already-voted, .not-registered, .enddate, .more-less {
  text-align:center;
  font-size:12px;
  font-weight:bold;
  margin:10px auto 0;
  color: red;
  }

/* Top rated list styles */
div.topRatedList {
  clear:both;
  margin:15px auto;
  }
div.topRatedList p.topLabel{
  font-size:16px;
  font-weight:bold;
  color:#0079C1;
  }
div.topRatedList table {
  border:medium solid #000;
  width:80%;
  text-align:center;
  margin:10px auto;
  }
.topRatedList th {
  background-color:#0079C1;
  color:#FFF;
  border:1px solid #6495ed;
  width:15%;
  }
.topRatedList th.toptitle, .topRatedList th.topdescr {
  width:25%;
  }
.topRatedList td{
  background-color:#FFF;
  border: 1px solid #6495ed;
  }