/* CSS Document */

div.rater
{
	height:						auto;
	overflow:					hidden;
	width:						250px;
	height:						72px;
}

div.condensed_mode
{
	background:					white url("http://brazzersclub.com/images/condensed-background.png") no-repeat top left;
}

div.rater div.rating_title
{
	width:						auto;
	border:						0px;
	width:						232px;
	margin:						0px auto;
	padding-top:				9px;
	text-align:					center;
	font-size:					12px;
	font-weight:				bold;
}

div.rater div.rating_title div.fader
{
	padding:					2px 0px;
}

div.rater div.rating_title span
{
	color:						#ae0019;
}

div.rater div.rating_title span.total
{
	color:						#55687c;
}

div.rater div.rating-bar
{
	width:						220px;
	border:						1px solid #c5cdd5;
	background:					white url('http://brazzersclub.com/images/rating-background.png') no-repeat top left;
	overflow:					hidden;
	height:						22px;
	margin:						0px auto;
	margin-top:					6px;
	cursor:						pointer;
}

div.rater div.rating-bar div.rating
{
	width:						22px;
	height:						22px;
	font-size:					14px;
	line-height:				22px;
	text-align:					left;
	font-weight:				bold;
	background-color:			white;
	float:						left;
	text-align:					center;
}

div.rater div.rating-bar div.hover
{
	background-color:			transparent;
}

div.rater div.rating-bar div.last
{
	margin-right:				0px;
}



