.glyphicon-star-empty
{
/*	color: #f7bb80;*/
	color: #555555;
	font-size:2em;
	cursor: pointer;
	cursor: hand;
}

.glyphicon-star
{
	/*color: #ee7600;*/
	color: #f7bb80;
	font-size:2em;
	cursor: pointer;
	cursor: hand;
}

.glyphicon-star-yellow
{
	/*color: #773b00;*/
	color: #ee7600;
	font-size:2em;
	cursor: pointer;
	cursor: hand;
}

.underRate
{
	display:none;
	font-size:0.8em;
}

.underRateShow
{
	display:block;
	color:#ee7600;
	font-size:0.8em;
	position:relative;
	top:0px;

}

.fixRate
{
	display:none;
}

.fixRateShow
{
	display:block;
	/*color:#773b00;*/
	color: #ee7600;
	position:relative;
	top:-6px;
}

