/* $Id: news.css 23 2008-11-17 11:04:31Z edin.coralic $ */

.news_demand_more h1 {
	margin-bottom: 30px;
}

.news .item_list_demand,
.news .item_list {
	margin-top: 10px;
	list-style-type: none;
}
.news .item_list_demand li {
	margin-left: 0.4em;
	margin-bottom: 20px;
}
.news .item_list li {
	width: 446px;
	height: 157px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 20px;
	background: url('/media/dsg/news_bg.png') no-repeat top left;
}
.news .item_list li.spacer {
	clear: both;
	float: none;
	height: 30px;
	text-align: center;
	padding-left: 7px;
	padding-top: 10px;
	overflow: hidden;
	background: none;
}
.news .date {
	font-size: 0.916em;
	color: #fff;
}
.news .item_list .thumb {
	float: left;
	width: 184px;
	height: 138px;
	background-position: center;
	background-repeat: no-repeat;
}
.news .item_list .description {
	width: 215px;
	float: left;
	margin-left: 37px;
}
.news .item_list .description.no_picture {
	margin-left: 221px;
}
.news .lead p {
	margin-bottom: 0em;
}
.news .next,
.news .lead {
	font-size: 0.916em;
}

/* single */
.news .single .lead {
	width: 445px;
	font-size: 1.0em;
	padding: 10px;
	background: #66835a;
}
.news .single .content {
	padding: 10px;
}
.news .single .star {
	padding-top: 10px;
	text-align: center;
}


