#content .box h2 {
  color: #076AB6;
  padding-left: 5px;
  background-image: url(/images/h2_news.png);
}
#content .box h3 { text-indent: 5px; }
#content .box .news_topics { margin-bottom: 30px; }
#content .box .date {
  padding-right: 5px;
  text-align: right;
}
#content .box .content {
  padding: 0 5px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #076AB6;
}
#content .box .with_line {
  border-color: #076AB6;
  margin-bottom: 0;
  padding-bottom: 0;
}
#content .box .with_line { margin-top: 0; ]

/* pagination */
#content .box .pagination {
  padding: 8px 0;
  border-top: 1px solid #83B4DA;
  text-align: center;
}
#content .box .pagination span,
#content .box .pagination a {
  margin: 0 5px;
}
#content .box .pagination span img,
#content .box .pagination a img {
  top: 3px;
  position: relative;
}
