/* -----------------------------------------
 * lista newsow
 * ----------------------------------------- */
#pojNews{
	padding: 30px 0px 0px 0px;
}

	.pojNewsMainOne{
		background: url(../images/gfx_raquo.png) no-repeat 0px 5px;
		padding: 0px 0px 16px 11px;
	}
	
		.pojNewsMainOne a{
			font-size: 11px;
			color: #333333;
			text-decoration: none;
		}

		.size2 .pojNewsMainOne a{
			font-size: 12px;
		}

		.size3 .pojNewsMainOne a{
			font-size: 13px;
		}

		.pojNewsMainOne a:hover{
			color: #333333;
			text-decoration: underline;
		}
		
		.pojNewsMainOne a strong{
			font-size: 12px;
			font-weight: bold;
		}

		.size2 .pojNewsMainOne a strong{
			font-size: 13px;
		}

		.size3 .pojNewsMainOne a strong{
			font-size: 14px;
		}

	.pojNewsMainOnePhoto {
		padding-left:0px;
		background: none;
	}

	.pojNewsMainOnePhoto .pojStartLink {
		padding: 0px 16px 0px 0px;
		background: url(../images/gfx_raquo.png) no-repeat right 5px;
	}

	.pojLinkRight {
		width:579px;
	}



/* -----------------------------------------
 * jeden news
 * ----------------------------------------- */
#pojNewsOne{
	padding: 30px 0px 0px 0px;
}

	#pojNewsOne strong{
		font-weight: bold;
	}

	#pojNavi{
		font-size: 12px;
		color: #666666;
		text-align: center;
		padding: 32px 0px 10px 0px;
	}

		#pojNavi a{
			color: #666666;
			text-decoration: none;
			padding:0 7px;
		}
		
		#pojNavi a:hover{
			color: #666666;
			text-decoration: underline;
		}
		
/* domyslna lista */
#pojNewsOne ul li { 
	padding: 0 0 5px 10px; 
	background: url(../images/icon-dot-2.png) no-repeat 0 6px; 
	list-style: none;
}


		
/* -----------------------------------------
 * stopka newsow
 * ----------------------------------------- */
#pojNewsFooter{
	border-top: 1px solid #999999;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
	font-size: 11px;
	color: #333333;
}

.size2 #pojNewsFooter{ 
	font-size:12px;
}

.size3 #pojNewsFooter{
	font-size:13px;
}

/** 
 * strzałeczki w nawigacji
 */

.pojPrev {
	background:url(../images/bg_icon_prev.png) no-repeat 0px 3px;
	padding:0px 1px;
	color:white;
	text-decoration:none !important;
}

.pojNext {
	background:url(../images/bg_icon_next.png) no-repeat 0px 3px;
	padding:0px 1px;
	color:white;
	text-decoration:none !important;
}

.pojFirst {
	background:url(../images/bg_icon_first.png) no-repeat 0px 3px;
	padding:0px 3px;
	color:white;
	text-decoration:none !important;
}

.pojLast {
	background:url(../images/bg_icon_last.png) no-repeat 0px 3px;
	padding:0px 3px;
	color:white;
	text-decoration:none !important;
}

