/* NEWS APPLICATION */

/* Sidebar */

#news_tools {
	padding: 8 px;
	font-size: 12px;
	font-weight:bold;
	background-color: #303030;
	border: 1px solid #1d1d1d;
	border-bottom: 0;
}

.add_news {
	background: url(../media/icon_add_news.gif) no-repeat top left;
}

.manage_news {
	background: url(../media/icon_admin_news.gif) no-repeat top left;
}

.news_config {
	background: url(../media/icon_config_news.gif) no-repeat top left;
}

.side_feature_text {
	float: left;
	width: 184px;
}

.news {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #b8b8b8;
	font-size: 9px;
	line-height:12px;
	margin: 0 0 10px 0;
}


