﻿/*************************/
/* Forum                 */
/*************************/
div.forumList {
	height: 17px;
	padding: 3px 2px 0 2px;
	overflow: hidden;
	color: #666;
	background-color: #f0f0f0;
	font-size: 0.9em;
}
div.forumList dl {
	margin: 0;
	padding: 0;
	width: 100%;
}
div.forumList dt {
	float: left;
	width: 60%;
	margin: 0;
	display: block;
	padding: 0;
}
div.forumList dd {
	width: 25%; /*font-weight: bold;*/;
	margin: 0;
	overflow: hidden;
	float: left;
}
div.forumList dd.posts {
	width: 15%; /*	margin-right: 1%;*/;
	text-align: center;
}
div.forumList.topic dl {
}
/*************************/
ul.topicList {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.topicList.forums {
}
ul.topicList.forums li.row {
	width: 100%;
	overflow: hidden;
	margin: 0;
	float: left;
}
ul.topicList li.row div.inner {
	padding: 5px 5px 5px 10px;
}
ul.topicList dl {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
ul.topicList dt {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 60%;
}
ul.topicList dd {
	display: block;
	float: left;
	overflow: hidden;
	width: 25%;
	color: #666;
	margin: 0;
	font-size: 0.9em;
}
ul.topicList dd.posts {
	text-align: center;
	width: 15%;
}
ul.topicList dt.topic, div.forumList.topic dt.topic {
	width: 45%;
}
ul.topicList dd.icons {
	width: 14%;
	text-align: left;
}
div.forumList.topic dd.icons {
	width: 15%;
}
ul.topicList dd.replies, div.forumList.topic dd.replies {
	width: 10%;
	text-align: center;
}
ul.topicList dd.views, div.forumList.topic dd.views {
	width: 10%;
	text-align: center;
}
ul.topicList dd.lastPost, div.forumList.topic dd.lastPost {
	width: 20%;
}
ul.topicList.forums span.heading, ul.topicList.topics span.heading {
	clear: both;
	font-size: 1.05em;
	font-weight: bold;
	display: block;
}

