@import "newsfeed.css";

/* ----- WRAP ----- */
#toc-box
{
	width: 100%;
	height: auto !important;
	min-height: 500px;
	height: 500px;
}

/* ----- CHAPTERS ----- */
#toc
{
	background: transparent;
	width: 700px;
	padding: 20px 20px 20px 60px;
}

#toc div.chapter
{
	height: 110px;
	width: 190px;
	float: left;
	margin-right: 25px;
}

#toc div.chapter a
{
	text-decoration: none;
}

#toc div.chapter img
{
	height: 37px;
	margin: 6px 0 0 5px;
	width: 180px;
}

#toc div.chapter div.transparency
{
	background: transparent url(/images/index/buttons/gradient.png) no-repeat scroll 5px 0;
	width: 190px;
	height: 37px;
	margin: -37px 0 10px 0;
	z-index: 10;
}

#toc div.chapter h3
{
	margin: 6px 0 0 10px;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}