﻿#sidebar h3{
	font-size: 12px;
	text-transform: uppercase;
	color: #acacac;
	font-weight: normal;
	margin: 0 0 16px;
	padding: 0 0 3px;
	border-bottom: solid 3px #d0d0d0;
	
}

#sidebar h3 a{
	font-size: 12px;
	text-transform: uppercase;
	color: #acacac;
}

#sidebar h3 a:hover{
	text-decoration: none;
	color: #6d6d6d;
}



/* side news */

#side_news .news_summary{
	margin: 0 0 20px;
	background: none;
	border: none;
}

#side_news h4{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

#side_news .date, 
.news_short_desc{
	display: block;
}

#side_news .all_news_wrapper{
	border-top: solid 3px #d0d0d0;
	padding: 3px 0;
}

#side_news .all_news_wrapper a{
	font-size: 12px;
	text-transform: uppercase;
	color: #acacac;
}

#side_news .all_news_wrapper a:hover{
	color: #6d6d6d;
	text-decoration: none;
}
