.widget_news * {
  padding:0;
  margin:0;
}

.widget_news #news_content {
  padding: 10px;
}

.widget_news li {
  margin: 0 0 2px 0;
  font-size: 11px;
  padding: 5px;
  width: 270px;
  height: 33px;
}

.widget_news li div.feed_content {
  margin: -15px 0 0 40px;
  width: 230px;
}

.widget_news li.black {
  background: url(../img/textgrad.png);
  color: #ffffff;
}

.widget_news li.yellow {
  background: url(../img/textgrad2.png);
  color: #000000;
}

.widget_news li span.date {
  color: #FF0000;
  margin: 0 5px 0 0;
}

.widget_news li.yellow div.feed_content a {
  text-decoration: none;
  color: #000000;
}

.widget_news li.black div.feed_content a {
  text-decoration: none;
  color: #ffffff;
}

