/*-----------------------------------  list view  ---------------------------------*/
.news-list-container {
width: 100%;
float: left;
clear: both;
}

.news-list-element {
width: 100%;
float: left;
clear: both;
margin-top: 8px;
margin-bottom: 8px;
}

.news-list-headline {
width: 100%;
float: left;
clear: both;
}

.news-list-headline .heading-2 {
float: left;
font-size: 12px;
padding-top: 0px!important;
padding-bottom: 0px;
margin-bottom: 0px;
color: #fff;
}

.news-list-body {
width: 100%;
float: left;
clear: both;
}

.news-list-morelink {
float: right;
clear: both;
}

.news-list-date {
font-size: 10px;
color: #666;
}

.news-list-browse {
}

.clearall {
clear: both;
}

.frame-4-middle .news-list-element {
margin-top: 0px;
}

.news-single-additional-info dd img {
margin-right: 5px;
}