div.news-list img.preview_picture
{
  float:left;
  margin:0 4px 6px 0;
}
.news-date-time {
  background: url(/bitrix/templates/apacnew/images/news-date-bg.png) no-repeat;
  color: #003974;
  display: block;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px;
}
.news-anons {
  display: block;
  font-size: 13px;
  padding: 5px;
}
.news-anons a:link, .news-anons a:visited {
  color: #000;
  text-decoration: none;
}
.news-anons a:hover {
  text-decoration: underline;
}
#news-all {
  float: right;
  font-weight: bold;
  margin-right: 20px;
  text-transform: uppercase;
}
#news-all a:link, #news-all a:visited {
  color: #CD5B07;
  text-decoration: none;  
}
#news-all a:hover {
  text-decoration: underline;
}