div#news-frame 
{
   
    width: 388px;
  /*  height: 280px;*/
    padding-left: 10px;
   
    
}

div#news
{
     overflow: auto;
     height: 225px;
    
}

div#news-frame h2
{
  font-size:1.2em;
  text-align: center;
  color: #757575;
}
#news-frame h4
{
    border-bottom: none;
    font-size: 8.5pt;
    text-align: center;
    margin: 0;
}


#news-frame .post
{
    clear: both;
    padding-right: 15px;
}
#news-frame .dt
{
   float: left;
   color:#971D36;
   width: 7em;
   
   font-family: Verdana;
   font-size: 12px;

   cursor: help;
   /*font-style: italic; font-weight: bold;*/
   
}
#news-frame .dt span
{
   border-bottom: 1px dotted;
}

#news-frame p, #news-frame li
{
    font-size: 8pt;
    font-family: Tahoma, sans-serif;
    margin: 0;
    margin-right: 1em;

}

#news-frame ul, #news-frame ol
{
    margin: 4px 5px;
}

#news-frame ul ul, #news-frame ol ol,
#news-frame ul ol, #news-frame ol ul
{
    margin: 2px 2px;
    padding-left: 15px;
}


#news-frame a.more, #news-frame a.more img
{
   
    display: block;
    clear: left;
    margin: 4px;
    margin-left: 0;
}

#news-frame .post hr
{
    margin: 4px 0 8px 0;
    
}

#news-frame .full
{
    padding: 5px;
    position: relative;
    width: 368px; /* parent - padding-left - padding-right */
    background-color: #FAFAFA;

}

#news-frame .full p
{
  /*font-size: 9pt;*/
  text-indent: 1em;
  margin-bottom: 0.1em;
}

#news-frame .full h4
{
  font-size: 8.5pt;
  margin-bottom: 0.5em;
}

#news-frame .full a.close
{
    position: absolute;
    top:   0;
    right: 15px;
}
