/*LEWY PANEL: POCZĄTEK*/

#top > #content > #left_panel {

	width: 290px;
	min-height: 1px;
	float: left;
	margin: 0 10px 0 0;
	
}

#top > #content > #left_panel > #article {

	width: 290px;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 10px;

}

#top > #content > #left_panel > #article > #header {

	width: 290px;
	height: 30px;
	line-height: 30px;
	background-color: #B3E602;
	color: #000000;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	text-indent: 5px;

}

#top > #content > #left_panel > #article > #section {

	width: 280px;
	margin: 5px;
	line-height: 20px;

}

#top > #content > #left_panel > #article > #footer {

	width: 290px;
	height: 20px;
	line-height: 20px;
	border-radius: 0 0 5px 5px;
	font-weight: bold;
	text-indent-right: 5px;
	border-top: 1px solid #E8E8E8;
	text-align: right;

}

/*LEWY PANEL: KONIEC*/