@charset "utf-8";
/* CSS By Diogo Bernardelli - www.diogobernardelli.com.br */


#news_box, #news, #news_top, #news_repeat, #ranking, #ranking_top, #ranking_123, #ranking_repeat {
	width:317px;
}
#news_box {
	float:left;
	display:inline;
}	
#news {
	-moz-box-shadow:0 0 10px #0e0e0e;
   -webkit-box-shadow:0 0 10px #0e0e0e;
   box-shadow:0 0 10px #0e0e0e;
   margin-left:12px;
   margin-top:20px; 
   	float:left;
	display:inline;
}
#news_top {
	height:28px;
	background:url(../images/news_top.gif);
}
#news_top p, #ranking_top p {
	margin-left:15px;
	position:relative;
	top:7px;
	color:#d2d2d2;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-shadow:1px 1px 2px #000;
}
#news_repeat {
	height:35px;
	background:url(../images/news_repeat.gif);
}
#news_repeat:hover {
	background:url(../images/news_repeat_over.gif);
}
#news_repeat p a {
	color:#d2d2d2;
	font-size:10px;
	position:relative;
	top:13px;
}
#news_repeat:hover a {
	color:#ffffff
}
#ranking_top {
	height:29px;
	background:url(../images/ranking_topo.gif);
}
#ranking_123 {
	height:24px;
	background:url(../images/ranking_123.gif);
}
#ranking_123:hover {
	height:24px;
	background:url(../images/ranking_123_over.gif);
}
#ranking_123 p {
	position:relative;
	top:6px;
}
#ranking_123:hover p a {
	color:#ffffff;
}
#ranking_123 p a {
	font-size:11px;
	color:#c6b603;
	text-decoration:none;
}
#ranking_123_num {
	color:#c6b603;
	font-size:19px;
	font-weight:bold;
	margin-left:15px;
	float:left;
}
#ranking_123 img {
	float:left;
	margin-left:5px;
	margin-right:5px;
	position:relative;
	top:17px;
}
#ranking_repeat {
	height:19px;
	background:url(../images/ranking_repeat.gif);
}
#ranking_repeat:hover {
	background:url(../images/ranking_repeat_over.gif);
}
#ranking_repeat:hover a {
	color:#ffffff;
}
#ranking_repeat_num {
	color:#d2d2d2;
	font-size:13px;
	font-weight:bold;
	margin-left:15px;
	float:left;
	position:relative;
	top:3px;
}#ranking_repeat img {
	float:left;
	margin-left:9px;
	margin-right:5px;
	position:relative;
	top:14px;
}
#ranking_repeat p a {
	font-size:11px;
	color:#d2d2d2;
	text-decoration:none;
}
#ranking_repeat p {
	position:relative;
	top:5px;
}
#ranking_all a {
	text-decoration:none;
	font-size:10px;
	float:right;
	color:#d2d2d2;
	margin-right:-14px;
	margin-top:5px;
}
#ranking_all a:hover {
	color:#ffffff;
	border-bottom:1px dashed #ffffff;
}