.news_cnt
{
	width:728px;
	line-height:14px;
	font-size:11px;
	color: #333;
}
	.news_header
	{
		width:721px;
		height:20px;
		line-height:20px;
		padding:0 0 0 5px;
		font-weight:bold;
		background:url(../images/home_separator_bg.png) repeat-x;
		border-left:1px solid #d1d1d1;
		border-right:1px solid #d1d1d1;
		border-bottom:1px solid #7f7f7f;
	}
	.news_cnt .news_header a
	{
		text-decoration:none;
	}
	.news_cnt .news_header a:hover
	{
		text-decoration:underline;
	}
	.news_cnt a
	{
		color:#3C96CA;
		text-decoration:underline;
	}
	.news_cnt a:hover
	{
		text-decoration:none;
	}
	.news_cnt h1 a
	{
		text-decoration:none;
	}
		.news_cnt h1 a:hover
		{
			text-decoration:underline;
		}
	.news_cnt li
	{
		margin:0 0 0 30px;
	}
	.news_cnt img
	{
		padding:1px;
		border:1px solid #b5b7b6;
	}
	.news_cnt div.news_cnt_body
	{
		padding:10px;
		border:1px solid gray;
		background:#F7F7F7;
		margin-bottom:20px;
	}
	.news_cnt div.spacer
	{
		height:2px;
		line-height:2px;
		font-size:2px;
		background:white;
	}
	.news_cnt div.news_title
	{
		float:left;
		padding:0 0 5px 0;
	}
		.news_cnt div.news_title h1
		{
			font-size:14px;
			padding:0px;
			margin:0px;
		}
	.news_cnt div.news_date
	{
		font-size:10px;
		float:right;
	}
	.news_cnt div.news_subtitle
	{
		padding:5px;
		font-size:10px;
		line-height:12px;
		color:#666666;
		background:white;
		border-bottom:1px solid #dadada;
		border-top:1px solid #dadada;
	border-left:1px solid gray;
	border-right:1px solid gray;
	}
	.news_cnt div.news_content
	{
		margin:10px 0 0 0;
	}
	.news_cnt div.det_link a
	{
		display:block;
		background:url(../images/detaljnije_bg.png) no-repeat right;
		text-align:right;
		padding:0 15px 0 0;
		margin:5px 0 0 630px;
		font-size:11px;
		color:#3C96CA;
		line-height:14px;
		text-decoration:none;
	}
		.news_cnt div.det_link a:hover
		{
			text-decoration:underline;
		}