/* Copyright 2008., Croatiaknjiga d.o.o. */

div.newsItem {
	position: relative;
	overflow: visible;
	width: 566px;
	margin: 4px auto 16px auto;
	border: none;
	background: #F0F0F0 url(../img/img_newsbottom.png) left bottom repeat-x;
}

div.newsItem table {
	width: 100%;
	border: none;
	background: none;
}

div.newsItem table th {
	vertical-align: middle;
	height: 16px;
	border: none;
	background: url(../img/img_newsdate.png) 0px 0px repeat-x;
}
	
div.newsItem table th p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding: 1px 8px;
	margin: 0px;
	color: #B0B0B0;
}

div.newsItem table td {
	vertical-align: top;
	border: none;
	background: none;
}

div.newsItem table td img {
	height: 100px;
	width: 70px;
	padding: 0px;
	margin: 6px 0px 8px 10px;
	border: solid 1px #DADADA;
}	

div.newsItem table td p.iHead,
div.newsItem table td p.iText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
}

div.newsItem table td p.iHead {
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	padding: 6px 12px 4px 12px;
	color: #A02020;
}

div.newsItem table td p.iText {
	font-size: 12px;
	line-height: 16px;
	padding: 0px 12px 8px 12px;
	color: #808080;
}
