/* CSS Document */

.newslist { margin-bottom: 1em; }
.newslist .list {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.09) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.09) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#17000000',GradientType=0 );
}

.newslist .entry {
	padding: 10px 5px;
}
.newslist .title {
}
.newslist .title a {
	font-weight: normal;
}
.newslist .body {
	margin-bottom: 5px;
}
.newslist .body.hasPicture {
}
.newslist .body p { margin: 0; padding: 0; }
.newslist .picture { margin-top: 3px; }

.newslist .active {

}
.newslist .active .more {
	font-weight: bold;
}

.newslist .img4active {
	position: absolute;
	margin-left: 230px;
}

.newslist a.sel {
	font-weight: bold;
	color: #000;
}
