
#news{
	margin			: 10px 0 0 0;
}

#news section{
	margin			: 0 0 10px 0;
	padding			: 10px 10px 0 10px;
	border-top		: 1px dotted #cccccc;
}

#news section:first-child{
	margin			: 0 0 10px 0;
	padding			: 0 10px 0 10px;
	border-top		: none;
}

#news section h3{
	font-size		: 13px;
	font-weight		: bold;
	line-height		: 18px;
	color			: #cc3333;
}

#news section div{
	font-size		: 10px;
	line-height		: 14px;
	color			: #9966ff;
	text-align		: right;
	padding			: 0 0 0 0;
	margin			: 0 0 5px 0;
}

#news section p{
	font-size		: 13px;
	line-height		: 16px;
	margin			: 0 0 5px 0;
}

#news section:last-child{
	margin			: 0 0 10px 0;
}


