/*forums forum forumright forumimage forumstatstxt*/

#forums{
	font-size: 12px;
	width:640px;
	background-color:white;
	float:left;
	margin-bottom:8px;
	margin-left:10px;
	margin-top:8px;
	padding:10px;
}
#forums-right{
	float:right;
	margin-right:10px;
}

.forum{
	float:left;
	padding:10px 0 10px 0;
	/*border-top: dotted 1px #cccccc;*/
}
.forum .lastitem{
	border-bottom: dotted 1px #cccccc;
}
.thread h2.bigtitle {
	margin: 0;
	padding: 0;
}
.thread {
	width:100%;
	margin-top:5px;
	float:left;
}
.forumright{
	float:left;
	width:500px;
}

.forumright .teaser{
	height:36px;
	float:left;
}

.forumright h2{
	float:left;
	width:100%;
	margin:0 !IMPORTANT; /* else it gets overwritten by generic h2 bigtitle style*/
	cursor:pointer;
}
.stats {
	/*background: #e9e9e9;*/
	border-bottom: dotted 1px #cccccc;
	color:#999999;
	float:left;
	width:100%;
	font-size:10px;
	text-align:left;
}
.post {
	border-bottom: dotted 1px #cccccc;
	padding-bottom:10px;
	margin-bottom: 10px;
}
.forumright .stats {
	width:490px;
}
.stats span {
	float:left;
	text-align:left;
}
.stats a {
	border:none;
	text-align:right;
	float:right;
}
.forumimage{
	float:left;
	width:120px;
	margin-right:20px;
	margin-top:3px;
}
.latestunit{
	background-color: #FBBD34;
	font-family:arial;
	font-size:11px;
	float:left;
	width:92%;
	padding:8px;
	margin-bottom:5px;
	height:40px;
}