﻿/***************************
     News list
****************************/
div.frontpage-newslist-top
{
    margin: 0;
    padding: 0;
    background: #FFF url(../images/panelback_244x10_top.gif) no-repeat scroll top;
    width: 244px;
    height: 10px;
}
div.frontpage-newslist-more
{
    margin: 0;
    padding: 0 10px;
    background: #FFF url(../images/panelback_244x30_middle.gif) repeat-y scroll top;
    height:16px;
}
div.frontpage-newslist-bottom
{
    margin: 0;
    padding: 0;
    background: #FFF url(../images/panelback_244x10_bottom.gif) no-repeat scroll top;
    width: 244px;
    height: 10px;
}
ul.frontpage-newslist
{
    margin: 0;
    padding: 0 10px;
    background: #FFF url(../images/panelback_244x30_middle.gif) repeat-y scroll top;
    height: 300px;
    overflow: hidden;
}
ul.frontpage-newslist-extendet
{
    height: 370px;
}
ul.frontpage-newslist a.frontpage-newslist-title
{
    background: #CCC url(../images/panelback_20x20_title.gif) repeat-x scroll center;
    display: block;
    padding: 0.25em 10px;
    font-weight: bold;
}
ul.frontpage-newslist li
{
    list-style: none;
    font-size: 1em;
    margin: 0.5em 10px;
}
ul.frontpage-newslist li h4
{
    margin: 0;
    padding: 0.5em 0;
    border-bottom: dotted 1px #ccc;
    font-size: 1.2em;
}
ul.frontpage-newslist li.frontpage-newslist-datedivider
{
    font-style: italic;
    text-align: center;
    border-bottom: dotted 1px #ccc;
}
ul.frontpage-newslist li span.frontpage-newslist-date
{
    font-size: 0.9em;
}

