/*	 ************************************************************************
     * Module Name		: StarRating.css									*
     * Release			: 1.0												*
     * Date				: 06/06/2008										*
     * Project			: AGSE_TT											*
     * Author			: aCOSwt											*
     * Description		: Star Rating System specific CSS definitions		*
     * Language			: CSS												*
     * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*
     ************************************************************************/

/******************************** Classes ***********************************/

.starating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 16px;
	position: relative;
	overflow:hidden;
	background: url("../Images/Decorum/RankStars.gif") top left repeat-x;}

.starating li{
	padding:0px;
	margin:0px;
	width:15px;
	height:16px;
	float: left;}

.starating li a{
	display:block;
	width:15px;
	height: 16px;
	line-height:16px;
	text-decoration: none;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;}

.starating li a:hover{
	background: url("../Images/Decorum/RankStars.gif") bottom left;
	z-index: 2;
	left: 0px;
	border:none;}

.starating a.star1{
	left: 0px;}

.starating a.star1:hover{
	width:15px;}

.starating a.star2{
	left:15px;}

.starating a.star2:hover{
	width: 30px;}

.starating a.star3{
	left: 30px;}

.starating a.star3:hover{
	width: 45px;}

.starating a.star4{
	left: 45px;}

.starating a.star4:hover{
	width: 60px;}

.starating a.star5{
	left: 60px;}

.starating a.star5:hover{
	width: 75px;}

.starating li.current{
	background: url("../Images/Decorum/RankStars.gif") center left;
	position: absolute;
	left:0px;
	height: 16px;
	display: block;
	z-index: 1;}
	
a:active{
	outline: none;}	