/* CSS Document */

.newslist { margin-bottom: 1em; }

.newslist .entry {
	padding: 10px 5px;
}
.newslist .title {
}
.newslist .title a {
	margin-bottom: 0;
	font-size: 140%;
	font-weight: normal;
}
.newslist .body p { margin: 0; padding: 0; }
.newslist .picture {
	float: left;
	margin-right: 10px;
}

.newslist .active {

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

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

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