@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/news-separator.gif) 0% 100% no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

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

div.SubjectNews
{
	display: block;
	float: right;
	text-align: left;
	width: 450px;
	color: #01538f;
	font-weight: bold;
}

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

a.NewsMore
{
	text-decoration: none;
	font-size: 10px;
	background: url(../img/news-more.gif) no-repeat;
}


