/* $Id: last.css 23 2008-11-17 11:04:31Z edin.coralic $ */

.news_last {

}
.news_last .thumb_news {
	float: left;
	width: 84px;
	height: 84px;
	border: 1px solid #d7d7d7;
	background: #f5f5f5;
	padding-left: 4px;
	padding-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_last ul.list {
	list-style-type: none;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 0;
}
.news_last ul.list li.last {
	border-bottom: none;
}
.news_last ul.list li {
	clear: both;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	padding: 1em 1em 1em 1em;
}
.news_last .date {
	color: #646464;
	font-size: 1.1em;
	font-weight: bold;
}
.news_last .title {
	color: #0066b3;
	display: block;
	padding-top: 2px;
	padding-bottom: 8px;
	font-size: 1.3em;
	font-weight: bold;
}
.news_last .lead {
	color: #646464;
	font-size: 1.2em;
}

.news_last .more {
	font-size: 1.2em;
}
.news .archive {
	width: 120px;
	height: 16px;
	display: block;
	text-align: center;
	color: #969696;
	margin-left: 90px;
	padding-top: 2px;
	font-size: 1.2em;
	text-decoration: none;
	/*font-family: "Myriad Pro";*/
	background: url('/media/dsg/news_archive.gif') no-repeat top left;
}

