
#sectionList, #cropLine, #sectionWrapper {
	float: left;
	height: 350px;
}

#sectionList {
	width: 250px;
}

a.item {
	display: block;
	width: 223px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	padding: 0px 10px;
	margin: 3px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}

a.item .loading {
	position: absolute;
	right: 6px;
	top: 4px;
}

#cropLine {
	width: 20px;
	vertical-align: middle !important;
	background: url(/img/v_crop_line.png) no-repeat right bottom;
}

#cropLine .arrow {
	margin-top: 160px;
	width: 5px;
	height: 11px;
	background-repeat: no-repeat;
	background-image: url(/img/arrow_left.png);	cursor: pointer;
}

#sectionWrapper {
	margin-left: 10px;
	width: 500px;
	overflow: auto;
	padding: 0px 5px;
}

.section {
	padding-bottom: 12px;
	border-top: 1px solid Silver;
	line-height: 1.5em;
}

.section .title {
	color: #FFF000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0px;
}

.section p {
	margin: 5px 0px;
}

.section .graph {
	padding: 8px;
	text-align: center;
	color: #C8FF64;
}

.section .graph .desc {
	margin-top: 5px;
	padding: 2px 0px;
	border-bottom: 1px dashed Silver;
	font-size: 12px;
}

.section table.graphs {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.section .graph ul.words {
	list-style-type: none;
	color: #C0D8FF;
	margin: 5px 0px;
	font-size: 13px;
}

.section .graph ul.words li {
	float: left;
	margin: 0px 20px;
}

ul.downloads {
	margin-top: 10px;
	list-style-type: none;
}

ul.downloads li {
	float: left;
	margin: 2px;
	text-align: center;
}

ul.downloads li a.square {
	display: block;
	width: 84px;
	height: 84px;
	padding: 4px;
	text-align: center;
	background: White;
}

ul.downloads li a.square table {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

ul.downloads li a.square td {
	text-align: center !important;
	vertical-align: middle !important;
}

ul.downloads li .tag {
	font-size: 12px;
}