/* news component styles */
div.cnews {
	padding:0px;
}

div.cnews h1 {
	color:#6B1B1A;
	margin: 0px;
	padding: 0 0 10px;
	font-size: 18px;
}

div.cnews b.date {
	color:#7C312E;
	font-size:12px;
	text-transform:uppercase;
	padding:0 0 5px;
}

div.cnews div.hdr {
	padding-bottom: 10px;
}

div.cnews-item {
	border-bottom:1px solid #C3A97B;
	padding: 10px;
	margin: -1px 30px 0 0
}

div.cnews-item:hover {
	background:#fff;
	border:1px solid #C3A97B;
	padding:9px 9px 10px
}

div.cnews-item b {
	color:#7C312E;
	font-size:11px;
	text-transform:uppercase;
	padding:0 0 5px
}

div.cnews-item .news-title {
	font:bold 14px Tahoma
}

div.cnews-item .teaserText {
	display:block; padding:5px 0 0
}

div.cnews div.ftr {
	padding-bottom: 10px;
}

div.cnews div.detail {
	padding-bottom: 15px;
	padding-right: 30px;
}

div.cnews div.detail .main-image {
	float:right;
	width:300px;
	border:3px solid #C3A97B;
	padding:1px;
	margin:0 0 0 15px
}

div.cnews div.link {
	padding-bottom: 15px;
}