/********** Default News Layout **********/

#boom-news {
	position: relative; /* Do NOT delete*/
	height: 300px; /* can change height */
	overflow: hidden;
}
.news-module {
	width: 192px;
	background-color: #e4e4e4;
	font-family: arial, verdana, trebuchet, sans-serif;
	font-size: 12px;
	margin: 10px 0 10px 9px;
}
.news-spacing {
	height: 300px;
}
.news-item {
	padding: 10px;
	border-bottom: 1px solid #F2F2F2;
	cursor: pointer;
}
.news-title h3 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #940A0A;
	text-decoration: underline;
}
.news-date {
	font-size: 10px;
	padding: 0;
	margin: 0 0 5px 0;
	font-style: italic;
}
.news-text {
	font-size: 11px;
}
.news-domain {
	margin: 5px 0 0 0;
	font-size: 10px;
	color: #940A0A;
}
.news-domain span {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.03em;
}