﻿#news-container {
	clear: both;
}
.news-table {
	width: 100%;
}
.news-item {
	position: relative;
	float: right;
	width: 100%; 
	padding-bottom: 15px;
	margin: auto;
}
.news-item .n-right {
	width: 130px;
	float: right;
	text-align: center;
	padding-left: 10px;
}
.news-item .n-pic {
	height: 90px;
	border-left: solid 1px #fff;
}
.news-item .n-pic img {
	width: 125px;
	height: 90px;
	display: block;
	border: solid 1px #EAE7D7;
}
.news-item a:hover img {
	border-color: #B23F33;
}
.news-item .n-left {
	width: 500px;
	height: 90px;
	float: right;
}
.news-item .n-left h2 {
	clear: both;
	padding: 4px 6px;
	font: normal 15px Arial;
	font-weight: bold;
	color: #4B3C23;
	background: #FCFCF7;
	background: url('/images/main/nr-h2-bg.gif') no-repeat right top;
}
.news-item .n-left h3 {
	clear: both;
	padding: 4px 6px;
	font: normal 15px Arial;
	font-weight: bold;
	color: #4B3C23;
	background: #FCFCF7;
}
.news-item .n-left sub-h2 {
	margin-bottom: 1px;
	padding: 0 6px 4px 6px;
	font-size: 11px;
	color: #666;
	background: #FCFCF7;
}
.news-item blockquote {
	overflow: hidden;
	border-bottom: solid 1px #fff;
/*	height: 90px; */	voice-family: "\"}\"";
}
.news-item p {
	padding: 5px 0px;
	text-align: justify;
	font-size: 12px;
}
.news-item .nr-tags p {
	padding: 3px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.news-item .nr-tags a {
	text-decoration: underline;
	color: #008000;
}
.news-item .nr-tags a:hover {
	text-decoration: underline;
	color: #F04F40;
}

/* LATEST-NEWS */
#latest-news {
	clear: both;
	float: right;
	width: 100%;
}
#latest-news .morenews 
{
	width: 100%;
	background: #eee url('/images/main/li-more.gif') no-repeat 85px 6px;
	border-top: solid 1px #ccc;
}
#latest-news .morenews a {
	display: block;
	padding: 1px 18px 3px 6px;
	line-height: 12px;
	text-align: left;
	font-size: 10px;
	border-top: solid 1px #F6f6f6;
}
.st-text * {
	line-height: 150%;
}
