@import url("code.css");
@import url("comments.css");

#topic-tree{
	width:200px;
	margin-right:10px;
	float:left;
	margin:1em 0;
}

#topic-tree h1 { margin-bottom: 1em; }

#topic-tree ul { margin-left: 10px; }

#topic-tree a.button {
	display: block;
	background: url(../images/expand.gif) no-repeat top left;
	width: 11px;
	height: 11px;
	border: 0;
	float: left;
	margin: 1px 5px 0 0;
}

#topic-content{
	width:750px;
	float:right;
}
	
#topic-related{
	margin:1em 0 2em 0;
	border-bottom:1px solid #EFEFEF;
	padding-bottom:1em;
}

#topic-related li {
	background-image: url(../images/related.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:20px;
	height: 16px;
	line-height:16px;
	margin-bottom:0.25em;
}

#topic-header{
	padding:1em 0;
	border-bottom:1px solid #EFEFEF;
	margin-bottom:1em;
}
