#small-one-row-right .row-right .news-latest-container
{
  width: 163px;
  
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dcd1d5;
}

#small-one-row-right .row-right .news-latest-item
{
  width: 100%; 
  margin-top: 10px;
  
  border-top: 1px dashed #dcd1d5;
}

#small-one-row-right .row-right .news-latest-item a
{
  display: block;
  text-decoration: none;
}


#small-one-row-right .row-right .news-latest-item h2
{
  font-size: 12px;
  
  margin-bottom: 0px;
  margin-left: 11px;
  padding-bottom: 0px;
  
  text-indent: -11px;
}

#small-one-row-right .row-right .news-latest-item p
{
  padding-top: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.news-list-container
{
  border-top: 1px dashed #dcd1d5;
  margin-top:0;
  padding-top:0;
}

.news-list-container .news-list-item
{
  border-bottom: 1px dashed #dcd1d5;
  margin-bottom:0;
  padding-bottom:0;
  
}

.news-list-container .news-list-item p
{
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-single-item h1
{
  margin-top: 0px;
}

.news-single-item h3
{
  font-size: 14px;
  color: #000000;
  
  margin-top: 0px;
}

.news-latest-item h2
{
  color: #575759;
}

.news-list-item h2
{
  color: #575759;
  margin-top: 5px;
}

.news-single-backlink
{
  font-size: 12px;
}

.news-list-container .category
{
  position: relative;
  float: right;
  
  margin-top: 0px;
  font-size: 10px;
  
  color: #BABABA;
  
  text-align: right;
}


