/* Bottom news - panel */
.bottom-news{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, #ffffff, #f8f8f8);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );

	box-shadow:0 1px 2px #ccc;
	padding:10px 20px 20px;
	margin-bottom:10px;
}
.bottom-news > header{
	color:#00326d;
	height:30px;
	line-height:30px;
	font-weight:normal;
	font-family: 'source_sans_pro_lightregular', sans-serif;
	font-size:18px;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:26px;
}
.bottom-news > ul > li{
	float:left;
	width:265px;
	margin-right:55px;
}
.bottom-news > ul > li.last{ margin-right:0; }
.bottom-news > ul > li > article{
	margin:0;
	padding:0;
}
.bottom-news > ul > li > article > h4{
	color:#120909;
	font-size:14px;
	font-family: 'source_sans_probold', sans-serif;
	line-height:20px;
	height:40px;
	overflow:hidden;
	margin-bottom:12px;
}
.bottom-news > ul > li > article > .text{
	color:#4b4b4b;
	font-size:12px;
	line-height:20px;
	height:60px;
	overflow:hidden;
	margin-bottom:12px;
}
.bottom-news-link{
	display:block;
	background:url(../images/all-news.png) no-repeat left 10px;
	font-size:14px;
	line-height:14px;
	padding:10px 0 10px 21px;
	font-family: 'source_sans_pro_lightregular', sans-serif;
	color:#78a8d7;
	text-decoration:none;
}
.bottom-news-link:hover{ color:#00326D; }

