/* General Definitions */
  
.agra-rank-title {
	width: 493px;
	height: 20px;
	background-color: #383838;
	 
}

#profile-rank-status {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;	
	 
}
.rank_head{
	font-size:10px;
	font-weight:bold;
	color:#999999;
	text-align:center;
}
.rank_rate{
	font-size:10px;
	text-align:center;
	color:#FF8C2F;
}

.agra-rank-info {
	width: 493px;
	height: 50px;
	padding:0px;
	margin:0px;
	 
}

.agra-rank-stars {
	float: left;
	margin-top:15px;
	padding-left:20px;
}

.agra-rank-data { 
	border: 1px solid #999999;
	float: right; 
	margin:10px 0px 0px 0px;
	padding:10px;
	width:250px;
}
.agra-rank-data .rate {
	float:left;
	font-size:10px;
	font-weight:bold;
	padding-left:10px; 
	color:#999999;
}
.agra-rank-data .vote {
	float:right;
	padding-right:20px;
	font-size:10px;
	font-weight:bold;
	padding-left:10px; 
	color:#999999;
}
.agra-rank-data .rate span{ 
	font-size:9px;  
	color:#E97C24; 
	font-weight:normal;
}
.agra-rank-data .vote span{ 
	font-size:9px;  
	color:#E97C24;
	font-weight:normal; 
}

.star-ranking,
.star-ranking a:hover,
.star-ranking a:active,
.star-ranking a:focus,
.star-ranking .current-ranking { background: url(/images/agra_ranking/star.gif) left -1000px repeat-x }

.star-ranking {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top
}

.star-ranking li { display: inline }

.star-ranking a, 
.star-ranking .current-ranking {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-ranking a:hover,
.star-ranking a:active,
.star-ranking a:focus { background-position: left bottom }

.star-ranking a.one-star {
	width: 20%;
	z-index: 6
}

.star-ranking a.two-stars {
	width: 40%;
	z-index: 5
}

.star-ranking a.three-stars {
	width: 60%;
	z-index: 4
}

.star-ranking a.four-stars {
	width: 80%;
	z-index: 3;
}

.star-ranking a.five-stars {
	width: 100%;
	z-index: 2;
}

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

.star-ranking .disabled {
	background-position: left bottom
}

/* Inline Ranker */

.inline-ranking {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle
}

