/* CSS Document */
/* STYLE NEW LIST*/
div#news {
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	border: 1px solid #000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.row_list {
	width: 100%;
	display: table;
	margin: 0 0 5px 0;
	padding: 0 0 15px 0;
	background: url(images/news_ruler.gif) bottom left repeat-x;
}
div.date_list {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	color: #01B899 !important;
	font-size: 14px;
	font-weight: bold;
}
div.date_list a {
	color: #01B899 !important;
	font-size: 14px;
	font-weight: bold;
}
div.date_list a:hover {
	color: #000 !important;
}
div.content_list p.bodytext {
	color: #000;
	text-align: justify;
	margin: 0;
	padding: 0 0 10px 0;
}
div.content_list {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0;
	padding: 5px 0 0 0;
}
span.more {
	float: right;
	vertical-align: bottom;
}
span.more a {
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 27px 0 0;
	background: url(images/more.gif) 100% 50% no-repeat;
}
span.more a:hover {
	color: #000000;
	text-decoration: none;
}
span.back {
	float: right;
	vertical-align: bottom;
}
span.back a {
	text-decoration: none;
	padding: 0 0 0 27px;
	background: url(images/back.gif) 0 50% no-repeat;
	font-weight: bold;
}
span.back a:hover {
	color: #000000;
	text-decoration: none;
}
div.archive_link {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}
div.archive_link h5 {
	font-size: 14px;
	font-weight: bold;
}
a.archive_link {
	font-size: 14px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 0;
}
/******** single img *****/
div.news-single-img {
	text-align: center;
}
div.news-single-img img {
	border: 0;
	margin: 0;
	padding: 0;
}
p.news-single-imgcaption {
	margin: 0;
	padding: 0 0 10px 0;
}
/******** archiwum *******/
dl.latest a {
	color: #01B899 !important;
	font-size: 14px;
	font-weight: bold;
}
dl.latest a:hover {
	color: #000 !important;
	text-decoration: none;
}
dl.latest dt {
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	border: 1px solid #888784;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;

}