/* Content List */

div.contentList {
	padding-right: 40px;
}

div.contentList table.contentItem {
	margin-bottom:6px;
}

div.contentList table.contentItem h2 {
	/* Title of Content Item */
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	}
div.contentList table.contentItem p.teaser {
	/* Teaser of Content Item */
	font-weight:500;
	color:#777;
	}