#newsList hr {
	clear: both;
}
#newsList > div {
	height: 90px;
}
#newsList .photo {
	/*width: 180px;*/
	height: 100%;
	width: 120px;
	float: left;
	padding-bottom: 8px;
	padding-right: 8px;
}
#newsList .photo,
#newsList .photo  a,
#newsList .photo  img {
	height: 100%;
}
#newsList .title a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#newsList .text {
	padding-top: 8px;
	font-size: 13px;
	text-align: justify;
}
#newsList .section {
	float: left;
	width: 196px;
}
#newsList .sectionOffset {
	padding: 0 6px;
}
#newsList .sectionTitle {
	background-image: url("/theme/img/sectionTitle.png");
	background-repeat: no-repeat;
	height: 27px;
	padding: 12px 0 0 12px;
	font-weight: bold;
}
#newsList .sectionBorder {
	background-image: url("/theme/img/sectionBorder.gif");
	background-repeat: repeat-y;
	padding: 8px;
}
#newsList .sectionBottom {
	background-image: url("/theme/img/sectionBottom.png");
	background-repeat: no-repeat;
	height: 8px;
}
#newsList .newsDate {
	color: #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	font-size: 11px;
	padding: 2px 0;
	margin-bottom: 8px;
}
#newsList .description {
	color: #bbbbbb;
	font-size: 11px;
	padding-top: 2px;
}
#newsList .sectionNews .link {
	font-weight: bold;
}