#news_previews
{
  clear: both;
  font-size:11px;
  width:210px;
  color:#999;
}

#news_previews li,#events_previews li
{
  margin-top:4px;
  padding:3px;
  padding-left:8px;
  list-style-type: none;
  background:none;
}

.border
{
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
}

#news_previews li.news_title, #events_previews li.news_title
{
  background:transparent url(/dgNewsPlugin/images/news_bullet.png) no-repeat 0 5px;
}

li.big_title
{
  background:transparent url(/dgNewsPlugin/images/news_bullet.png) no-repeat 0 6px !important;
  font-size:13px;
  margin-top:10px;
  color:#FFF;
  padding-left:10px;
}

#news_previews li:hover
{
  background:#999 url(/dgNewsPlugin/images/news_bullet.png) no-repeat 0 4px;
  color:#000;
}

#news_previews li:hover .grey_date
{
  color: #000;
}

#news_previews li:hover a
{
  color: #FFD400;
}

.previews_title a
{
  color: #fff;
  font-weight: bold;
  font-size:12px;
}

#news_body
{
  font-size:12px;
  /*padding: 30px  5px 0px 14px;*/
  /*padding: 10px  5px 0px 11px;*/
  padding: 10px  5px 20px 11px;
  float:left;
}

#news_body img
{
  float:left;
}

.news_item_list
{
  font-size:13px;
  width:239px;
  height:167px;
  float:left;
}

.news_item_list:hover 
{
  background: #292929;
}

.news_item_list:hover .news_date
{
  color: #FFFFFF;
}

.news_item_list:hover .titlenew 
{
  color: #FFD400;
}

.news_item_list .index_padder
{
  padding: 10px;
}

.news_item_list_left
{
  width:15%;
  float:left;
  height:100%;
}

.news_item_list_left img
{
  max-width: 135px;
  max-height: 75px;
}

.news_item_list_right
{
  width:85%;
  float:left;
  height:100%;
}

.news_title
{
  font-size:10px;
  margin-top:10px;
  color:#FFF;
  padding-left:10px;
}

.news_date {
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

.goto_link
{
  float: left;
  color: #ffd200;
  font-size:11px;
}

.events_container {
  font-size:11px;
  margin-top:4px;
  padding-left:8px;
  padding-right:15px;
}

.grey_date
{
  color: #999;
}


.index_padder img
{
  width: 220px;
  height:85px;
  margin-bottom:8px;
}
.titlenew
{
  /*color: #fff;*/
  color: #000;
  font-size: 12px;
  font-weight: bold;
}