/* $Id: last.css 23 2008-11-17 11:04:31Z edin.coralic $ */

.news_last {

}
.news_last .thumb a{
	display: block;
	width: 197px;
	height: 120px;
	overflow: hidden;
	border: 1px solid #eff1e2;
	background: no-repeat center center;
}

.news_last .head {
	height: 25px;
	background: url('/media/dsg/right_top.gif');
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	color: #575e41;
}

.news_last ul.list {
	list-style-type: none;
	margin: 0;
	background: #f8f7e2;
	border: 1px solid #eff1e2;
	padding-left: 8px;
	padding-right: 8px;
	border-top: none;
}
.news_last ul.list li {
	clear: both;
	margin: 0;
	padding: 0 0 1em 0;
}
.news_last ul.list li .title {
	font-weight: bold;
	font-size: 1.1em;
	color: #56583c;
	text-decoration: none;
}
.news_last ul.list li .date {
	color: #999;
	margin-bottom: 0.273em;
}
.news_last ul.list li a.more {
	float: right;
	height: 15px;
	color: #336600;
	width: 63px;
	text-align: center;
	text-decoration: none;
	margin-top: -1em;
	background: url('/media/dsg/more.gif') no-repeat top left;
}
