div.forum-top {
	float: left;
	width: 580px;
	height: 20px;
	margin-right: 12px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}

	div.forum-topicstitle {
		float: left;
		width: 500px;
	}
	
	div.forum-topicscount {
		float: left;
		width: 45px;
		text-align: center;
	}

	div.forum-postscount {
		float: left;
		width: 35px;
		text-align: center;
	}

	div.forum-topictitle {
		float: left;
		width: 450px;
	}
	
	div.forum-replies {
		float: left;
		width: 45px;
		text-align: center;
	}

	div.forum-lastpost {
		float: left;
		width: 85px;
		text-align: center;
	}

div.forum-topicoverview {
	float: left;
	width: 580px;
	height: 30px;
	margin-right: 12px;
	padding-top: 4px;
	border-bottom: 1px dashed #ccc;
}

div.forum-stats {
	float: left;
	width: 596px;
	height: 9px;
	padding: 3px;
}

div.topic-title {
	float: left;
	width: 569px;
	height: 35px;
	padding: 18px 7px 0px 8px;
	background: url(forum/topic_title.png) no-repeat;
	margin-bottom: 15px;
}

	div.topic-location {
		float: left;
		width: 271px;
		height: 53px;
	}
	
	div.topic-name {
		float: left;
		width: 298px;
		height: 53px;
		font-weight: bold;
	}

div.topic-top {
	float: left;
	width: 569px;
	height: 24px;
	padding: 0px 7px 0px 8px;
	background: url(forum/topic_top.png) no-repeat;
}

div.topic-content {
	float: left;
	width: 510px;
	padding: 0px 44px 0px 30px;
	background: url(forum/topic_content.png) repeat-y;
}

div.topic-bottom {
	float: left;
	width: 569px;
	height: 11px;
	padding: 0px 7px 0px 8px;
	background: url(forum/topic_bottom.png) no-repeat;
}

div.topic-info {
	float: left;
	width: 524px;
	height: 33px;
	padding: 10px 30px 0px 30px;
	background: url(forum/topic_info.png) no-repeat;
	margin: 0px 0px 3px 1px;
}

	div.topic-post {
		float: left;
		width: 380px;
		height: 53px;
	}
	
	div.topic-reply {
		float: left;
		width: 125px;
		height: 53px;
		padding-right: 19px;
		font-weight: bold;
		text-align: right;
	}
