/* Written by Wilson Miner 
*http://www.alistapart.com/articles/accessibledatavisualization
*/

/* Applies to all elements within charts */
.charts * {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.charts body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

.charts a {
	color: #D9D7AC;
	text-decoration: none;
	font-weight: bold;
}

.charts a:hover {
	color: #8F8164;
}

.charts h2,.charts h3,.charts h4 {
	clear: both;
	margin: 0 0 0.6em 0;
}
/*
.charts h4 {
	color: #4F6373;
}
*/
.section {
	/*float: left;*/
	/*clear: left;*/
	/*padding: 1em 2em;*/
	padding: 1em 1em 2em 1em;
	/*padding-left: 1em;*/
}

/* CHART LISTS */
.chartlist {
	/*float: left;*/
	border-top: 1px solid #293845;
	width: 30em;
}

.chartlist li {
	position: relative;
	display: block;
	border-bottom: 1px solid #293845;
	_zoom: 1;
}

.chartlist li a {
	display: block;
	padding: 0.4em 4.5em 0.4em 0.5em;
	position: relative;
	z-index: 2;
}

.chartlist .count {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0.3em;
	text-align: right;
	color: #4F6373;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 2em;
	z-index: 2;
}

.chartlist .index {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #4F6373;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 2em;
}

.chartlist li:hover {
	background: #293845;
}