div.news_wrapper{
  width: 224px;
  float: left;
  display: inline;
  margin: 10px 0 10px 10px;
}

div.naglowek{
  width: 100%;
  float: left;
  display: inline;
  margin-bottom: 5px;
  font: 11px Tahoma;
  font-weight: bold;
  color: white;
  text-align: left;
  position: relative;
  z-index: 1;
}

div.detail_naglowek{
  width: 75%;
  float: left;
  display: inline;
  margin-bottom: 7px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #3a3b48;
  text-align: left;
  position: relative;
  z-index: 1; 
  border-bottom: 1px solid #3a3b48;
}

div.tresc_news{
  width: 100%;
  float: left;
  display: inline;
  font: 10px Tahoma;
  margin-bottom: 7px;
  color: white;
  text-align: justify;
  line-height: 1.4em;
  position: relative;
  z-index: 1;  
}

div.detail_tresc_news{
  clear: both;
  width: 100%;
  float: left;
  display: inline;
  margin-bottom: 7px;
  color: #3a3b48;
  text-align: justify;
  position: relative;
  z-index: 1;  
}

div.tresc_news a{
 text-decoration:none;
 font-weight:bold;
color: inherit;
}

div.tresc_news a:hover{
 text-decoration:underline;
}



div.news_data{
  width: 50%;
  float: left;
  display: inline;
  font: 10px Tahoma;
  color: white;
  text-align: left;
  font-weight: bold;
}

div.detail_news_data{
  width: 25%;
  float: right;
  display: inline;
  font-size: 12px;
  color: #3a3b48;
  text-align: right; 
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3a3b48;
}

div.detail_wracaj {
 width: 100%;
}

div.detail_wracaj a, a.news_wiecej{
  float: right;
  display: inline;
  font: 10px Tahoma;
  font-weight: bold;
  color: white;
  text-align: right; 
  text-decoration: none;
  outline: none;
}

div.detail_wracaj a:hover, a.news_wiecej:hover{
  text-decoration: underline;
  color: white;
}

.news_pagination {
  float: left;
  display: inline;
  margin: 10px 0 0 0px;
  width: 100%;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.news_pagination a {
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  outline: none;
}

.news_pagination a:hover {
  text-decoration: underline;
}