/* $Id: news_last.css 32 2008-05-21 05:55:11Z edin.coralic $ */

.news_last {
	
}

.news_last .main_content {
	margin-bottom: 0 !important;
}

.news_last h2.title {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}
.news_last h2.title a {
	color: #ff0552;
	text-decoration: none;
}
.news_last h2.title a:hover {
	text-decoration: underline;
}
.news_last a.thumb {
	float: right;
	width: 180px;
	height: 135px;
	margin: 0 0 0.5em 1em;
	background: no-repeat center center;
	border: 1px solid #ff0552;
}
.news_last a.all,
.news_last a.more {
	float: right;
	color: #ff0552;
	background: url('/dsg/title_arrow_small.gif') no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
}
.news_last a.all:hover,
.news_last a.more:hover {
	text-decoration: underline;
}
.news_last a.all {
	float: left;
}


.home .news_last {
	width: 350px;
}
