.clear {
	clear: both;
}

.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #737272;
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: both;
}
.topics h4 {
	background-image: url(../../img/topics/bg_ttl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 10px;
	padding-left: 10px;
}

.pastbox {
	border: 1px solid #DBDBDB;
	width: 318px;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}
.pastbox p {
	float: left;
	padding-left: 12px;
	width: 185px;
}
.floatR {
	float: right;
	width: 113px;
}
.floatR img {
	margin-bottom: 5px;
}



.topics .rBlock {
	float: right;
	width: 158px;
	margin-top: 20px;
}
