@charset "utf-8";

/* news */

#news-item, #news-item-detail {
	margin:0;
	padding:25px 0 0 0;
	width:560px;
	clear:both;
}

#news-item-detail {
	padding:0;
}

p, h4 {
	font-size:12px;
	color:#858585;
	line-height:20px;
	margin:0;
	padding:0;
}

#news-item-detail p {
	line-height:28px;
	margin:24px 0 0 0;
	padding:0;
}

#news-item-detail a, #news-item-detail a:visited, #news-item-detail a:hover {
	color:#0000FF;
}

.news-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	color:#227b66;
	margin:0;
	padding:0;
}

.news-back {
	float:right;
	margin:0;
	padding:0;
}

a.news-back, a.news-back:visited, a.news-back:active {
	color:#00adef;
}

a.news-back:hover {
	text-decoration:underline;
}

a.news-header, a.news-header:visited, a.news-header:active, a.news-header:hover {
	color:#227b66;
}

a.read-more { float:right; margin:10px 0 0 0; padding:0; width: 73px; height: 10px; background-image:url(/images/btn-news-read-more.gif); }
a.read-more span { display: none; }
a.read-more, a.read-more:link, a.read-more:visited, a.read-more:active { display: block; height: 10px; background-position: top left; background-repeat: no-repeat; background-color: transparent; }
a.read-more:hover { background-position: bottom left; }

