/*		Styles for the Tag Cloud		*/

.tag_cloud { padding: 3px; text-decoration: none; }
.tag_cloud:link  { color: #81d601; }
.tag_cloud:visited { color: #019c05; }
.tag_cloud:hover { color: #ffffff; background: #69da03; }
.tag_cloud:active { color: #ffffff; background: #ACFC65; }

/*             styles for the bar rater                */

#rating	{
	width: 200px;
	height: 30px;
	margin:0px;
	list-style: none;
	position: relative;
	overflow:visible;
	background:url(bar_rate.png) 0px 0px no-repeat;
	padding:0px;
}

#rating li	{
	position: absolute;
	display: block;
	height: 30px;
	line-height: 12px;
	font-size: 100%;
	font-weight:bold;
	padding: 0;
	text-indent: -9000px;
        padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	background-image:none;  
}

#rating li a	{
	display: block;
	height: 30px;
	width: 100%;
	text-align: center
	text-decoration:none;
}

#r1{width: 20px;z-index: 200;}
#r2{width: 40px;z-index: 190;}
#r3{width: 60px;z-index: 180;}
#r4{width: 80px;z-index: 170;}
#r5{width: 100px;z-index: 160;}
#r6{width: 120px;z-index: 150;}
#r7{width: 140px;z-index: 140;}
#r8{width: 160px;z-index: 130;}
#r9{width: 180px;z-index: 120;}
#r10{width: 200px;z-index: 110;}

#rating li a:hover{background:url(bar_rate.png) 0px -60px;}

#rating li a span{ display: none; }

/* Settings for This game is... text: */
#rating li a:hover span{
	display: block;
	text-indent: 0;
	/* color: #FFFFFF; */
	font-weight: bold;
	position: absolute;
	top: 35px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	text-align:center;
}
#rating li.current-rating{
	background:url(bar_rate.png) 0px -30px no-repeat;
	position: absolute;
	height: 30px;
	display: block;
	text-indent:-9000px; 
	overflow: hidden;
	z-index: 1;
}
