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

.news .item_list {
	list-style-type: none;
}
.news .box .item_list h4 {
	margin-bottom: 0.8em;
}
.news .item_list li {
	margin-left: 0px;
	margin-bottom: 20px;
}
.news .item_list .date {
	font-weight: bold;
	font-size: 0.916em;
	margin-bottom: 0.2em;
}
.news .item_list .thumb_news {
	float: left;
	width: 134px;
	height: 134px;
	border: 1px solid #d7d7d7;
	background: #f5f5f5;
	padding-left: 4px;
	padding-top: 4px;
}
.news .item_list .description {
	width: 540px;
	float: left;
	margin-left: 20px;
}
.news .item_list .description.no_picture {
	width: 700px;
	margin-left: 0px;
}
.news .empty {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 20px;
}

/* single */
.news .single h1 {
	width: 500px;
}
.news .single .thumb {
	margin: -35px 0 1em 1em;
}
.news .single .date {
	margin-top: -22px;
	font-size: 0.916em;
	margin-bottom: 20px;
}
.news .single .date span {
	color: #f36f21;
}
.news .single .media {
	margin-top: -15px;
}


