.resp-tabs-list {
	float:left;
	width:100%;
	background:#007dc5;
	color:#FFF;
}
.resp-tabs-list li {
	float: left;
	font-weight: 600;
	font-size: 12px;
	display: inline-block;
	padding: 6.5px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	border-right:1px solid #FFF;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	height:380px;
	overflow:auto;
	
}
.resp-tab-active {
	border-bottom: none;
	background-color:#00659f !important;
	color:#FFF;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content-active {
	display: block;
	float:left;
	width:100%;
	padding:5px;
	border:1px solid #CCC;
}
div.front_list_news {
	float:left;
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCC;
}
div.front_list_news img {
	margin-right:15px;
	padding:1px;
	border:1px solid #CCC;
}
.front_list_news_title {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:5px;
}
div.front_list_news a {
	float:right;
	margin-top:5px;
	color:#333;
}
