/*
v11.10.2008 18:55:02
*/





/* DIVs / LAYOUT BOXes - START */

ul.newsItemList li div {
  width: 729px;
  color: #CC9999;
  float: left;
  clear: none;
}

  ul.newsItemList li div.date {
    font-weight: bold;
    padding-bottom: 14px;
  }

  ul.newsItemList li div.link {
    font-weight: bold;
  }

  ul.newsItemList li div.text {
    padding-bottom: 14px;
    text-align: justify;
  }

  ul.newsItemList li div.thumb {
    width: 210px;
    height: 165px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  ul.newsItemList li div.title {
    padding-top: 13px;
    padding-bottom: 15px;
  }

/* DIVs / LAYOUT BOXes - END */





/* LINKs- START */

ul.newsItemList li a {
  color: #EAEAEA;
}

  ul.newsItemList li a:hover {
    color: #666633 !important;
  }

  ul.newsItemList li div.link a {
    height: 15px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-decoration: none;
    padding-left: 18px;
    background-image: url('./../../../_layout/_www/link_icon.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
    display: block;
    float: left;
  }

  ul.newsItemList li div.title a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }

  ul.newsItemList li div.thumb a {
    width: 205px;
    height: 160px;
    display: block;
  }

/* LINKs - END */





/* LISTs - START */

ul.newsItemList {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
}

  ul.newsItemList li {
    width: 951px !important;
    height: 165px;
    padding: 7px;
    padding-right: 22px;
    margin-bottom: 15px;
    background-image: url('./../../../_layout/_www/news_bg_wide.gif');
    background-repeat: no-repeat;
    float: left;
    clear: both;
    overflow: hidden;
  }

/* LISTs - END */





/* IMAGEs - START */

ul.newsItemList li div.thumb img {
  vertical-align: middle;
}

/* IMAGEs - END */

