.caption {
	font-family: Tahoma, sans-serif;
	color: #3a3a3a;
	font-size: 16px !important;
	font-weight: bold;
	text-align: center;
	background: #8d9e8a;
	white-space: nowrap;
	text-transform: uppercase;
}
.cat {
	font-family: Tahoma, sans-serif;
	color: #3a3a3a;
	font-size: 16px !important;
	font-weight: bold;
	padding: 8px 4px;
	background: #8d9e8a;
	white-space: nowrap;
	text-transform: uppercase;
        text-align: left;
}
.row {
	font-size: 16px;
	border: #ccc 1px solid;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 8px 4px;
	margin: 4px 0;
}
.caption div, .row div { overflow: hidden; }
.section { *float: left; }
.col1 {
	text-align: center;
	width: 100px;
	float: right;
}
.col2 {
	text-align: center;
	width: 120px;
	float: right;
}
.forum {
	width: 50px;
	float: left;
	overflow: hidden;
}
.forum img { margin-left: 10px; }
.thread {
	padding: 0 4px;
	*float: left;
}
.section a, .thread a {
	text-decoration: none;
	font-weight: bold;
}
.thread span a {
	text-decoration: underline;
	font-weight: normal;
}
.mess {
	font-size: 16px;
	border: #ccc 1px solid;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 8px;
	margin: 4px 0;
	color:  #3a3a3a;
}
.mess img { border: 0; }
.author {
	width: 130px;
	float: left;
	overflow: hidden;
}
.content { margin-left: 20px; }
.tape { margin-left: 55px; }
.fullpost {
	text-align: right;
	margin-bottom: -5px;
	*margin-bottom: 0;
}
.fullpost span { cursor: pointer; }
.ban { color: #f00; }