.news_entry {
  margin-bottom: 10px;
  border: 1px solid #DDDDDD;
  background: #F9F9F9;
  height: 300px;
  overflow: auto;
}

.news_title {
  background-color: #DDDDDD;
  padding: 3px;
  border: 1px solid #DDDDDD;
  font-size: 11px;
  margin: 0px;
}

.news_body {
  padding: 2px;
  height: 250px;
  overflow: auto;
}

.news_body img {
  width: 360px;
}

.news_type {
  padding: 2px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 380px;
  color: #333333;
}

.news_head {
  position: relative;
  background: #1170FF;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #0050CC;
}

#ticker {
  list-style-type: none;
  margin: 0px;
  text-align: left;
  padding: 0px;
  width: 385px;
  height: 300px;
}

#ticker li {
  display: none;
  margin: 0px;
  position: absolute;
  width: 385px;
  height: 300px;
}

#ticker-num {
  list-style-type: none;
  margin: 0px;
  text-align: right;
  padding: 0px;
  width: 385px;
  height: 20px;
  background-color: #DDDDDD;
  float: right;
}

#ticker-num li {
  margin: 2px;
  position: inline;
  font-size: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  padding: 0px;
  float: left;
  background-color: #999999;
  border: 1px solid #FFFFFF;
}

#ticker-num li:hover {
  background-color: #5588FF;
  cursor: pointer;
}

#ticker-num li b {
  position: absolute;
  top: 25%;
}

#rightsider, #rightsider2 {
  font-size: 9px;
  color: #FFFFFF;
  cursor: pointer;
}

.ltbl2 {
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  font-size: inherit;
}

.ltbl2 td {
  padding: 2px;
  border: 1px solid #DDDDDD;
}

.rss-icon {
  background: transparent url(https://static.ffxiah.com/images/rss_icon.jpg) no-repeat scroll 0 0;
  height: 14px;
  position: absolute;
  right: 6px;
  top: 6px;
  text-indent: -1 e+8px;
  width: 14px;
}