

/* browser link */

div.tx-ttnews-browsebox {
  font-size: 12px;
  text-align: center;
}

div.tx-ttnews-browsebox table {
  margin-top: 10px;
}

div.tx-ttnews-browsebox td.news-list-nasl a, div.tx-ttnews-browsebox td.news-list-pred a {
  line-height: 26px;
  display: inline-block;
  height: 26px;
  font-weight: bold;
  color: rgb(32,80,122);
  width: 160px;
  text-align: center;
  text-decoration: none;
}

div.tx-ttnews-browsebox td.news-list-pred a {
  background: url("../img/button_blue_left160.gif") top left no-repeat;
}

div.tx-ttnews-browsebox td.news-list-nasl a {
  background: url("../img/button_blue_right160.gif") top left no-repeat;
}

div.tx-ttnews-browsebox td.news-list-pred a:hover {
  background: url("../img/button_blue_left160_akt.gif") top left no-repeat;
}

div.tx-ttnews-browsebox td.news-list-nasl a:hover {
  background: url("../img/button_blue_right160_akt.gif") top left no-repeat;
}

div.tx-ttnews-browsebox td a {
  background: url("../img/button_blue_dot.gif") top left no-repeat;
  line-height: 26px;
  display: inline-block;
  height: 26px;
  font-weight: bold;
  color: rgb(32,80,122);
  width: 27px;
  text-align: center;
  text-decoration: none;
}

div.tx-ttnews-browsebox td a:hover {
  background: url("../img/button_blue_dot_akt.gif") top left no-repeat;
}

div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
  background: url("../img/button_blue_dot_akt.gif") top left no-repeat;
  color: rgb(196,30,58);
}

div.news-list-browse-top {
  border-bottom: 1px solid rgb(220,220,220);
  margin-bottom: 15px;
  padding-bottom: 5px;
}
