div.newsItemWrapper
{
  float:left;
  clear:left;
  padding-top: 2px;
}

.newsListWrapper {
  width: 286px;
  height: 671px;
  overflow: auto;
  padding: 1px;
}
 
.newsHeader
{
  padding: 1px;
  font-weight: bold;
  border-bottom: #999999 1px solid;
}
.newsItem
{
  position: relative;
  padding: 0px;
  float: left;
  
  background: url(../img/new/fade_newsitem.jpg);
  border: #999999 1px solid;
  
  width: 266px;
  height: 80px;
  
  font-size: 0.8em;
  
  cursor: pointer;
}
.newsThumb
{
  padding: 5px;
  width: 100px;
  height: 70px;
  float: left;
  background: url(../img/new/thumb_bg.png);
}
.newsText
{
  float: left;
  width: 150px;
  height: 70px;
  overflow:hidden;
}

