/* @override http://pil.waltt.info/css/screen_homenews.css */

.news-prewrapper {
	width: 240px;
	height: 240px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.news-wrapper {
	width: 240px;
	height: 208px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.news-wrapper .viewport {
	float: left;
	width: 240px;
	height: 208px;
	overflow: hidden;
	position: relative;
}
.news-wrapper .buttons {
	margin: 0;
	padding: 0;
	display: block;
}
.news-wrapper .button, .news-wrapper .button:hover {
	position: absolute;
	bottom: 5px;
	right: 38px;
	border: 0;
	text-decoration: none;
}
.news-wrapper .next, .news-wrapper .next:hover, .news-wrapper .prev, .news-wrapper .prev:hover {
	width: 10px;
	height: 16px;
	position: absolute;
	right: 15px;
	bottom: 7px;
	background: transparent;
	border: 0;
	text-decoration: none;
	font-size: 20px;
	color: #0070af;
}
.news-wrapper .prev, .news-wrapper .prev:hover {
	right: 15px;
	bottom: 25px;
}
.news-wrapper .next:hover, .news-wrapper .prev:hover {
	color: #ee3a43;
}
.news-wrapper .disable {
	/* can disable one of the scrolling arrows when news reaches the end */
	/* visibility: hidden; */
}
.news-wrapper .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.news-wrapper .overview li {
	width: 190px;
	height: 203px;
	margin: 0 0 0 10px;
	padding: 5px 40px 0 0;
	border: 0;
	float: left;
	line-height: 17px;
	position: relative;
	overflow: hidden;
	background: url(./images/bkgnd_news.gif) repeat-y right;
}
.news-wrapper .overview li h3 {
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #f0f0f0;
	font-weight: 700;
	font-size: 16px;
	color: #0070af;
}
.news-wrapper .overview li h6 {
	width: 30px;
	height: 60px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-weight: 700;
	color: #666;
	font-size: 19px;
	line-height: 28px;
	background: url(./images/bkgnd_news_date.gif) no-repeat center 42%;
}
.news-wrapper .overview li p {
	margin-bottom: 13px;
	font-size: 13px;
}




.form-wrapper .select-full {
	width: 219px;
}
