/*
 Przegląd artykułów - komponent
 */
 
 
 div.content-body_center-articles_review
 {
	position					:	relative;
	overflow					:	hidden;
	width						:	550px;
	height						:	270px;
	padding-left				:	10px;
	border						:	1px black solid;
	margin-bottom				:	20px;
	left						:	3px;
 }
 
 div.content-body_center-articles_review-category
 {
	height						:	30px;
	
	font-family					:	Arial;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
 }
 
 div.content-body_center-articles_review-category span
 {
	position					:	relative;
	top							:	12px;
	left						:	5px;
	font-weight					:	bold;
 }
 
 div.content-body_center-articles_review-component
 {
	position					:	relative;
	
	
 }
 
 div.content-body_center-articles_review-component-image
 {
	position					:	relative;
	width						:	250px;
	height						:	150px;
	
	float						:	left;
 }
 
 div.content-body_center-articles_review-component-image img
 {
	width						:	250px;
	height						:	150px;
 }
 
 div.content-body_center-articles_review-component-list
 {
	position					:	relative;
	float						:	right;
	width						:	250px;
	padding						:	0 5px;
	margin-right				:	70px;
 }
 
 div.content-body_center-articles_review-component-list ol
 {
	list-style					:	none;
	height						:	150px;
 }
 
 div.content-body_center-articles_review-component-list ol li
 {
	border-bottom                                   :	1px #CCCCCC solid;
	padding						:	1px 0px 2px 15px;
 }
 
 div.content-body_center-articles_review-component-list ol li a
 {
	text-decoration                                 :	none;
	font-size					:	12px;
	color						:	black;
	font-weight					:	300;
 }
 
 
 div.content-body_center-articles_review-componentEnd
 {
	position					:	relative;
	padding-bottom                                  :	20px;
	overflow					:	auto;
 }
 
 div.content-body_center-articles_review-bottom-title
 {
	position					:	relative;
	width						:	260px;
	float						:	left;
 }
 
 div.content-body_center-articles_review-bottom-button
 {
	position					:	relative;
	width						:	280px;
	height						:	40px;
	background					:	yellow;
	margin-right				:	20px;
	text-align					:	center;
	right						:	20px;
	top							:	-40px;
	float						:	right;
 }
 
 div.content-body_center-articles_review-bottom-button span
 {
	position					:	relative;
	top							:	10px;
 }