/**********************
 * 
 * STF ARTICLE RATINGS CSS 
 * 
 *      Change History: 
 * 
 *********************/ 

/**********************
 *  RATING START
 *********************/ 

div.rtg_container {
	width:				290px; 
	margin-right:		20px;
	float:				right;	
	clear:				right;
	background-image:	url('../rep/stf_rating_4_back.gif');
} 

div.rtg_container_inner {
	width:				265px; 
	min-height:			250px;
	float:				right;
	text-align:			left;
	background-color:	#AA0000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
/*border:1px solid #FFFFFF;*/
} 

div.rtg_container_score_only{
	width:				265px; 
	min-height:			150px;
	float:				right;
	text-align:			left;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
} 

div.rtg_container_inner ul{
	font-size:			10pt; 
	list-style-type:	square; /*square url('rating_bullet.gif'); */
	margin-top:			5px;
	color:				#FFFFFF;
	line-height:		120%;
}

div.rtg_score {
	position:			absolute; 
	margin:				100px 0px 0px 165px; 
	min-width:			135px;  /*91px; */
	min-height:			135px;  /*91px; */
	background-image:	url('../rep/stf_rating_score2.gif');
} 

div.rtg_score_score_only {
	position:			absolute; 
	margin:				50px 0px 0px 165px; 
	min-width:			135px;  /*91px; */
	min-height:			135px;  /*91px; */
	background-image:	url('../rep/stf_rating_score2.gif');
} 
	
	
div.rtg_score_percent {
	font-size:			12pt; 
	width:				20px;
	margin-left:		75px;
	margin-top:			40px;/*-58px;*/
	/*color:				#4444ff;*/
	color:				#FFFFFF;
	font-weight:		bold; 
	background-color: 	#2277FF;
}  

div.rtg_score_text {
	margin-top:			-25px; /*30px; */
	margin-left:		20px; 
	letter-spacing:		-9px; 
	font-weight:		bold; 
	font-size:			42pt; 
	color:				#AA0000; 
	text-align:			left;
line-height:		120%;
} 

div.rtg_title {
	font-size:			20pt; 
	padding:			5px 0px 0px 5px; 
	font-weight:		bold; 
	color:				#FF9600;
}

div.rtg_price {
	font-size:			10pt; 
	padding:			0px 0px 0px 5px; 
	font-weight:		bold; 
	color:				#ffffff;
}

div.rtg_element {
	font-size:			14pt; 
	padding:			10px 0px 2px 5px;  
	color:				#FF9600; 
	font-weight:		strong;
}

/**********************
 *  RATING END
 *********************/ 