@CHARSET "UTF-8";

/* ramka strony */
@import url("/theme/css/page.css");

/* stronicowanie strony*/
@import url("/theme/css/stronicowanie.css");


div.NewsRows
{
	display: block;
	overflow: hidden;
	background: url(../img/icon-separator.jpg) 5% 100% no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div.FotoNews
{
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	margin: 4px;
	border: 1px #e9e9e9 solid;
}

div.SubjectNews
{
	display: block;
	float: right;
	text-align: left;
	width: 350px;
	color: #4A4A4A;
	font-weight: bold;
}

div.DateNews
{
	display: block;
	float: right;
	text-align: left;
	width: 350px;
	color: #3A6FF3;
	font-size: 10px;
}
div.LidoNews
{
	display: block;
	float: right;
	text-align: justify;
	width: 350px;
	
}

a.NewsMore
{
	display: inline;
	margin-left: 0px;
	width: 50px;
	height: 16px;
	line-height: 16px;
	padding: 0px;
	padding-right: 12px;
	font: normal 10px tahoma;
	color: #3A6FF3;
	text-decoration: none;
	background: url('../img/wiecej2.png') 100% 1px no-repeat;
}

