@charset "UTF-8";

/* news */
body {
  overflow:hidden !important;
  margin:0;
  padding:0;
}
#newsbody {
  margin:0;
  padding-bottom: 100px;
  background: url(/img/bg-news.gif) repeat #fff;
  color: #000;
}
#newsbox {
  margin-right: 20px;
  padding: 10px;
  height: 600px;
  /*width: 750px;*/
  overflow: auto;
}
#newsbox .news-title{
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #eee, #bbb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.0, #bbb));
  background-color: #bbb;
  padding: 5px;
  margin-bottom: 30px;
  text-align: center;
  behavior: url("/js/vendor/PIE.htc");
}
#newsbox .news-title:after {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #bbb;
  border-width: 10px;
  margin-left: -10px;
  behavior: url("/js/vendor/PIE.htc");
}

  #newsbox day{
    padding: 5px 10px;
    font-size: 77%;
  }
  #newsbox h1{
    margin: 8px;
    padding: 0;
    font-size: 131%;
    line-height: 1;
  }

.news-text{
  margin: 0 0 50px 10px;
  padding: 0;
  font-size: 108% ;
  line-height: 1.4;
}