#charts {
	font-size: 10px;
}

#charts ul {
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
}

#charts li {
	position: relative;
	border-right: 10px solid transparent;
	border-bottom: 1px solid #c0e0ff;
	margin: 2px 0;
	padding-top: 1px; /* ie top-padding issue */
	padding-bottom: 2px;
	
}
#charts li:hover {
	border-right: 10px solid #24c;
}

#charts .position {
	float: left;
	display: inline;
	height: 25px;
	width: 25px;
	color: #e6e6e6;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background: transparent url(../images/listitem_bg.png) top left no-repeat;
	margin-top: 2px;
	clear: none; /* ie top-padding issue */
}

#charts .description {
	padding: 1px 0 0;
	margin-left: 35px;
}

#charts span.artist {
	letter-spacing: 1px;
}

#charts span.title {
	font-weight: normal;
	font-style: italic;
}

#charts p.chartinfo {
	padding: 0;
	text-indent: 0;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
}

#charts a.preview {
	display: none;
}
