/** smaller graph **/
*{
	margin:0;
	padding:0;
}
#chart_wrapper{
	width:190px;
	height:149px;
	background:#8a1505 url(/app/default/www/images/graph_bg_strip_small.jpg) repeat-x;
}
#chart_wrapper .name a{
	color:#eaae12;
	font-family: Cambria, Times, serif;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}
#chart_wrapper .name a:hover{
	color:efd01e
	
}

.chart{
	width:143px;
	height:90px;
	margin-left:10px;
	float:left;
	background-color:#8a1505;
}
#chart_info{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin-top:15px;
	padding-left:10px;
	float:left;	
}
#chart_info span.figures{
	color:#eaae12;
}
#chart_bottom{
	float:left;
	margin-top:10px;
}
#graph_logo{
	width:91px;
	height:33px;
	float:left;
	background:url(/app/default/www/images/graph_realrank_logo.jpg) no-repeat;
}
#graph_range{
	float:left;
	border-top:1px solid #fff;
	margin-top:26px;
	margin-left:6px;
	font-family:Tahoma;
	color:#fff;
}
#graph_range a{
	text-decoration:none;
	color:#fff;	
	font-size:8pt;
}
#graph_range a:hover,a.selected {
	color:#eaae12;	
}

div.clr{
	clear:both;
}

