#main div.offering {
	margin: 10px;
}

#main div.offering img {
	float: left;
	padding-right: 12px;
}

#main div.offering p {
	width: 480px;
	padding: 0 0 6px 42px;
}

#main table.syllabus {
	width: 600px;
}

#main table.syllabus tr:first-child {
	background: top left url(../../../img/list/header.png) no-repeat;
	height: 22px;
}

#main table.syllabus th {
	padding: 0 0 2px 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#main table.syllabus th:first-child {
	padding-left: 16px;
}

#main table.syllabus th span {
	display: block;
	color: #fff;
	margin-top: 1px;
	margin-right: 4px;
	float: left;
}

#main table.syllabus th img {
	margin-top: 2px;
}

#main table.syllabus td {
	padding: 12px 0 12px 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #fff;
	border-bottom: 1px solid #bcb599;
}

#main table.syllabus td:first-child {
	padding-left: 16px;
}

#sidebar div.class {
	padding: 0 0 10px 0;
}

#sidebar div.class:last-child {
	padding-bottom: 0;
}

#sidebar div.class div {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #565656;
}

#sidebar a.label {
	margin-right: 5px;
}

/* related reading panel */

#reading div.book {
	margin-top: 15px;
	clear: both;
	height: 90px;
}

#reading div.cover {
	float: left;
	width: 65px;
}

#reading a.title {
	display: block;
	color: #fff;
}

#reading a.button {
	margin-top: 5px;
	font-style: normal;
	padding: .3em .4em;
}

