/* General Definitions */

.agra-rank-logo {
	width: 53px;
	float: left
}
#profile-rank {
	width: 247px;
	height: 50px;
	padding-top: 10px }

#profile-rank-heading { margin-top: 2px; font-size:11px; }
.profile-detials-heading { text-align: center; font-size:11px; }
.profile-detials { text-align: center }
.agra-rank-title {
	width: 247px;
	height: 20px;
	float: right;
	color:#FFFFFF;
}

#profile-rank-status {
	padding-left: 5px;
	float: left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
#profile-rank-status i { font-size:11px; }
.agra-rank-info {
	width: 247px;
	height: 30px;
	float: right
}

.agra-rank-stars {
	float: left;
	margin-top:5px;
}

.agra-rank-data {
	margin: 5px 2px 0px 0px;
	/*border: 1px solid #d9d9d9;*/
	float: right;
	color:#FFFFFF;
}

.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: 90px;
	height: 18px;
	overflow: hidden;
	list-style: none;
	margin-left:10px;
	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: 18px;
	line-height: 18px;
	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
}

