/**
* =news
* @subsection news
* --------------------------------------------------------------------------------------------------
*/
body.news #container {
	overflow: hidden; zoom: 1;
	padding: 0;
}
body.news #container #newsPic,
body.news #container #boxes {
	float: left;
	height: 454px; width: 480px;
}
body.news #container #boxes {
	border-right: 12px solid #D0C5B1;
}
body.news #container #boxes .box {
	float: left;
	width: 240px; height: 227px;
}
body.news #container .newsItem {
	overflow: auto;
	margin: 0; padding: 50px;
	color: #a2a09e;
	background: #fff;
}
body.news #container .newsItemListing {
	width: 400px;
	padding: 30px; margin-left: 485px;
}
body.news #container .newsItem .title {
	height: 37px; width: 231px;
	margin: 0 0 30px;
	background-image: url(../../../images/layout/news/title.gif);
}
body.news #container .newsItem li {
	margin-bottom: 30px;
}
body.news #container .newsItem h3 {
	margin: 0 0 15px;
	font-size: 16px;
}
body.news #container .newsItem h3 a {
	color: #a2a09e; text-decoration: none;
}
body.news #container .newsItem h3 a:hover,
body.news #container .newsItem h3 a:focus {
	text-decoration: underline;
}
body.news #container .newsItem h3.entry-title {
	font-size: 38px;
	margin-bottom: 40px;
}
body.news #container .newsItem .entry-content {
	width: 630px;
}
body.news #container .newsItem .newsPic {
	overflow: hidden;
	width: 945px;
	margin: 0 -50px 40px;
}
body.news #container .newsItem .newsPic ul {
	width: 1000px;
}
body.news #container .newsItem .newsPic ul li {
	float: left; overflow: hidden;
	margin: 0 5px 5px 0;
}
body.news #container .newsItem .newsPic ul li a {
	display: block;
	width: 233px; height: 180px;
}
body.news #container .newsItem .newsPic ul li a img {
	height: 100%; width: 100%;
}

body.news-index #container div.newsItemListing {
	overflow-y: auto;
	height: 394px;
	padding: 30px 27px 30px 26px;
}
