
#news_container {
  position : relative;
}


.news_item {
  padding-bottom: 20px;
}
.news_date {
  color        : #e0bb86;
  padding-right: 5px;
  margin-right : 5px;  
}
.news_title {
  color           : #e0bb86;    
  text-decoration : underline;
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color           : #e0bb86;
  text-decoration : underline;
}
.news_title a:hover {
  text-decoration : underline;
}   

.news_text {
  margin-top : 3px;     
}

.news_item_text {
  width  : 280px;
  margin : 4px auto;
}   


#news_list_container {
}                 

.news_list_item {
}
.news_list_line {
  background    : url(../../img/site/line.gif) 0 50% repeat-x;    
  line-height   : 30px
}

.news_list_date {
  color   : #ee015d;
  display : inline;
  padding-right : 10px;
}
   
   
   
.news_item img {
  border : solid 2px #ee015d;
  margin : 3px;     
}
.news_item ul {
  list-style-position: inside;
  padding-left: 10px;
}
.news_item blockquote {
  padding-left: 20px;
}
.news_item p {
  padding: 6px 0;
}
   
