/* News CSS */

.news_container {
/*background: #fff;*/
/*padding-left: 10px;*/
	/*-moz-box-shadow: -4px 4px 4px #555;
	box-shadow: -4px 4px 4px #555;
	border: 1px solid #8a909f;*/
}

.news_container h1:first-child{
	/*background:url("../images/tagline_bg.png") repeat scroll 0 0 #fff!important;*/
	
}

.news_container #left_news{
	width:45%;
	float:left;
}

.news_container #right_news{
	width:45%;
	float:right;
	margin-right:15px;
}

.news_container .column .more{
	margin-left:105px;
}

.news_container  .publicated {
  /*background: none repeat scroll 0 0 #e4e4e5; */ /* zmiana */
  border-radius: 3px 3px 3px 3px;
  clear: both;
  color: #717171;
  font-style:italic;
  font-size: 10px;
  line-height: 18px;
  margin: 5px 0 0;
  padding: 1px 16px;
  /*text-transform: uppercase;
  border:1px solid #dadadb; */
}

.text_container{/*margin-bottom:20px;*/}

.text_container .text{
	color:#424242;
}
.text_container .text a {
	color:#ae272e;
	text-decoration: none;
}
.text_container .text a:hover{
	text-decoration:underline;
}
	
.news_container .more {
  background: none repeat scroll 0 0 #df903b;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  margin-left: 440px;
  margin-top: 10px;
  padding: 2px 6px;
  text-align: center;
  /*text-transform: uppercase; */
  width: 50px;
}

.news_container .more:hover{
	background:#8ab65d; 
	color:#fff; 
	text-decoration:none;	
	-webkit-transition: all 0.2s ease-out;	
	-moz-transition: all 0.2s ease-out;	
	transition: all 0.2s ease;
}

.news_container .less{
  background: none repeat scroll 0 0 #df903b;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  margin-left: 440px;
  margin-top: 15px;
  padding: 2px 6px;
  text-align: center;
  /*text-transform: uppercase; */
  width: 50px;
}

.news_container .less:hover{
	background:#8ab65d; 
	color:#fff; 
	text-decoration:none;	
	-webkit-transition: all 0.2s ease-out;	
	-moz-transition: all 0.2s ease-out;	
	transition: all 0.2s ease;
}

.print_news{
	background-image:url(../images/document-print.png);
	display:block;
	width:24px;
	height:24px;	
}