/* top mappe  display:none;rs styles */

#charts {
	margin: 20px 0 0 0;
     /*display:none;*/
}

#gold_chart {
	background: transparent url(images/top_gold.gif) top left no-repeat;
	width: 251px;
	padding-top: 96px;
	float: left;
	margin-right: 20px;


}

#silver_chart {
	background: transparent url(images/top_silver.gif) top left no-repeat;
	width: 251px;
	padding-top: 96px;
	float: left;
	margin-right: 20px;
}

#bronze_chart {
	background: transparent url(images/top_bronze.gif) top left no-repeat;
	width: 251px;
	padding-top: 96px;
	float: left;
}

.middle {
	background: transparent url(images/middle.gif) top left repeat-y;
	padding: 0 10px;

}

.bottom {
	background: transparent url(images/bottom.gif) bottom left no-repeat;
	height: 12px;
	margin-top: -6px;
}

#charts ul {

    list-style: none;


}

#charts li {
	padding-bottom: 10px;
	height: 35px;
	clear: both;
    /*display:none;*/
}

.rank {
	font-size: 18px !important;
	font-weight: bold;
	color: #70C016;
	float: left;
	width: 24px;
	padding-top: 7px;
	margin-right: 10px;
	text-align: right;
}

#charts img {
	float: left;
	border: 1px solid #D3D3D3;
	padding: 1px;
	margin-right: 10px;
}

#charts h3 {
	padding-top: 2px;
    width:150px;
    overflow:hidden;
}

#charts p {
	line-height: 1em;
}

#gold_chart div ul li,#silver_chart div ul li,#bronze_chart div ul li{
    /*display:none;*/
}
