@charset "utf-8";
.top3Col {
	margin-bottom: 20px;
}
.top3Col .cols {
	float: left;
}

.topicsBlock {
	width: 660px;
	overflow: hidden;
	padding-bottom: 20px;
}
.topicsBlock .overArea {
	width: 690px;
	overflow: hidden;
}
.topicsBlock .topics {
	width: 200px;
	margin-right: 30px;
	padding-bottom: 28px;
	margin-bottom: 28px;
	color: #808080;
	float: left;
	border-bottom: dotted 1px #b3b3b3;
}
.topicsBlock .topics .date {
	list-style: disc;
	margin-left: 15px;
	font-size: 80%;
	display: list-item;
	font-weight: bold;
	margin-bottom: 3px;
}
.topicsBlock .topics .title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 3px;
	min-height: 3.6em;
}
.topicsBlock .topics .more {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}
