/* Charts Styles */

.lists {
	background: #161616 url(../i/charts_lists_top.jpg) no-repeat top left;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	}

.lists .wrap {
	background: url(../i/charts_lists_bottom.jpg) no-repeat bottom left;
	padding: 0 0 5px 0;
	}

.lists .clear {
	padding: 10px 0 0 0;
	}

/* Text */

.lists ul {
	list-style: none;
	margin: 10px 0 0 0;
	}

.lists li {
	font: 11px/16px "lucida grande","lucida sans unicode",verdana,sans-serif;
	margin: 7px 0;
	color: #ccc;
	}

.lists li a {
	color: #aaa;
	text-decoration: none;
	}

.lists li a:hover {
	color: #eee;
	}

.lists li span {
	color: #555;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 35px;
	width: auto;
	min-width: 35px;
	}

.lists .users li span {
	width: auto;
	min-width: 35px;
	margin: 0 5px 0 0;
	}

.daily h2,.weekly h2,.monthly h2 {
	color: #6dcff6 !important;
	margin: 15px 0 5px 20px;
	}

/* Columns */

.lists .loved,.lists .signups,.lists .downloads,.lists .popular,.lists .users {
	float: left;
	padding: 0 0 0 20px;
	width: 215px;
	}

.lists h3 {
	padding: 0 0 0 40px;
	}

.loved h3 {
	background: url(../i/charts_hearts.jpg) no-repeat center left;
	}

.signups h3 {
	background: url(../i/charts_calendar.jpg) no-repeat center left;
	}

.downloads h3 {
	background: url(../i/charts_downloaded.jpg) no-repeat center left;
	}

.popular h3 {
	background: url(../i/charts_stars.jpg) no-repeat center left;
	}

.downloads h3 {
	background: url(../i/charts_downloaded.jpg) no-repeat center left;
	}

.users h3 {
	background: url(../i/charts_medals.jpg) no-repeat center left;
	}