.news_last .box {
	padding-bottom: 1px !important;
}
.news_last h6 a {
	text-decoration: none;
	font-weight: bold;
}
.news_last h6 a:hover {
	text-decoration: underline;
}
.news_last .date {
	font-size: 0.917em;
	margin-bottom: 0 !important;
}
.news_last .thumb {
	float: left;
	border: 1px solid #bdbcbd;
	margin: 2px 1em 0.5em 0;
}
.news_last .more {
	float: left;
	padding: 2px 0 2px 32px;
	font-weight: bold;
}
.news_last .archive {
	clear: both;
	float: right;
	background: url('/plugins/news/dsg/archive_icon.png') no-repeat center left;
	padding-left: 21px;
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.news_last .archive:hover {
	text-decoration: underline;
}
.ie6 .news_last .archive {
	background-image: url('/plugins/news/dsg/archive_icon.gif');
}