.news .newsitem {
  border-bottom: 1px solid #CCC;
  padding: 0 0 14px;
  margin: 0 0 14px;
}
.news .newsitem h3 {
  font: 13px/17px 'Interstate Light',Arial, sans-serif;
  color: #666;
  margin-bottom: 10px;
}
.news .newsitem.openable  h3{
  background: url("/images/arrow.png") no-repeat scroll 0 1px transparent;
  padding: 0 0 0 22px;
  cursor: pointer;
  margin-bottom: 0;
}
.news .newsitem.opened h3 {
  background-position: 0 -34px;
}
.news .newsitem h4 {
  font: bold 11px/17px Interstate,Arial, sans-serif;
  color: #333;
  margin: 0 0 5px 0;
}
.news .newsitem.openable h4 {
  padding: 0 0 0 22px;
}
.news .newsitem .opener {
  font: 12px/19px 'Interstate Light',Arial, sans-serif;
  color: #666;
  padding: 0 0 0 22px;
  margin: 12px 0;
  display: none;
}
.news .newsitem .pics {
  margin: 30px 0;
}
.news .newsitem .pics img {
  float: left;
  margin: 0 16px 0 0;
}
.news .newsitem .pics p {
  font: 11px/17px 'Interstate Light',Arial, sans-serif;
  padding: 10px 90px 10px 0;
}
.news .newsitem .pics .clear {
  margin-bottom: 10px;
}
.news .newsitem .btns {
  margin: 10px 0;
  font-size: 11px;
}
.news .newsitem .btns span {
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
}
.news .newsitem a.download {
  background: url(/images/btn_download.jpg) no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  height: 40px;
  margin: 0 10px 0 0;
  width: 156px;
  color: transparent;
}
.news .paging {
  font: bold 11px Interstate,Arial, sans-serif;
  color: #0E71B6;
}
.rightbox .pic {
  margin: 0;
}
.rightbox .mask {
  overflow: hidden;
  height: 205px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  margin: 0 0 34px;
}