.news {
	float: left;
	clear: left;
	margin: 0 0 20px 10px;
	padding: 0 0 10px 0;
	width: 460px;
	border-bottom: 1px solid #ccc;
}

.news.homepage {
	width: 380px;
}

.news .date {
	float: left;
	font-weight: bold;
	color: #777;
}

.news img {
	float: right;
	margin-top: 0.3em;
	border: 3px solid #ddd;
}

.news a:hover img {
	border-color: #ccc;
}

.news h3 {
	float: left;
	clear: left;
	margin: 2px 0 8px 0;
	width: 340px;
	font-size: 1.2em;
}

.news.homepage h3 {
	width: 260px;
}

#content .news h3 a {
	text-decoration: none;
}

#content .news h3 a:hover {
	text-decoration: underline;
}

.news p {
	float: left;
	clear: left;
	width: 340px;
	font-size: 1.1em;
}

.news.homepage p {
	width: 260px;
}

.news .more {
	clear: left;
	float: left;
	margin: 3px 0;
	font-weight: bold;
	width: 335px;
	text-align: right;
}

.news.homepage .more {
	width: 255px;
}

.news .more a {
	padding-right: 12px;
	background: url(../uploadimages/more_bg.gif) 100% 65% no-repeat;
	text-decoration: none;
}

.news .more a:hover {
	text-decoration: underline;
}

#date_chooser {
	margin: 0 30px 0 0;
	font-size: 1.1em;
	float: right;
	padding: 18px 25px;
	background-color: #eee;
	border: 1px solid #ccc;
}

#date_chooser label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#menu_nagrody {
	width: 160px;
	background-color: #fff;
}