/* CSS Document */

.newslist { margin-bottom: 1em; }

.newslist .entry {
	border: 1px solid #ababac;
	padding: 7px 5px;
	margin-bottom: 10px;
	background-image: url("../../../../images/layout/bg_box.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.newslist .title {
	padding: 0px 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ababac;
}
.newslist .title a {
	font-weight: bold;
}
.newslist .body {
	padding: 0px 5px;
	text-align: justify;
}
.newslist .body.hasPicture {
	margin-left: 85px;
}
.newslist .body p { margin: 0; padding: 0; }
.newslist .picture { margin-top: 3px; }

.newslist .active {
	background-image: url("../../../../images/layout/bg_box_active.png");
}
.newslist .switcher .sel {
	font-weight: bold;
}
