/*PANEL ŚRODKOWU: POCZĄTEK*/

#top > #content > #content_panel {
	width: 100%;
	float: left;
}

#top > #content > #content_panel > #article {
	width: 100%;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-radius: 5px;
}

#top > #content > #content_panel > #article ul{

	list-style-type: initial;
	margin-left: 20px;

}

#top > #content > #content_panel > #article ol {

	list-style-type: decimal;
	margin-left: 20px;

}

#top > #content > #content_panel > #article > #header {
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #E8E8E8;
	background-color: #FF0080;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
}

#top > #content > #content_panel > #article > #header > a {

	color: #FFFFFF;

}

#top > #content > #content_panel > #article > #header > a:hover {

	color: #508050;

}

#top > #content > #content_panel > #article > #footer {
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding: 0 10px;
	border-top: 1px solid #E8E8E8;
	text-align: right;
}

#top > #content > #content_panel > #article > #section {
	width: 95%;
	margin: 10px auto;
	line-height: 20px;
}

#top > #content > #content_panel > #article > #section  a {
	text-decoration: underline;
}

#top > #content > #content_panel > #article > #section > #short {

	min-height: 50px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	
}

#top > #content > #content_panel > #article > #section > #short > #read_more {

	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	
}

#top > #content > #content_panel > #article > #section > #read_more  > a {

	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: rgba(179, 230, 2, 0.9);
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-decoration: none;

}

#top > #content > #content_panel > #article > #section > #read_more  > a:hover {

	background-color: rgba(179, 230, 2, 0.6);

}

/*PANEL ŚRODKOWU: KONIEC*/