/*	Clearfix
---------------------------------------------*/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}

.clearfix {
	display: inline-block;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #F5F5F5;
}

.clear {clear:both;}



/*	News
---------------------------------------------*/
#news {
	width:98%;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#news .tabs-hide {
	display:none;
	}

#news .tabs-container {
	width:400px;
	float:left;
	position:relative;
	font-size: 1.4em;
	}

#news .tabs-container span {
	position:absolute;
	top:1px;
	right:-1px;
	width: 100%;
	}

#news ul.tabs-nav {
	width:400px;
	float:right;
	margin-top:4px;
	list-style:none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ccc;
	}

#news ul.tabs-nav li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	}

#news ul.tabs-nav li a {
	color:#666666;
	display: block;
	position:relative;
	border:0;
	height: 30px;
	font-size: 1em;
	padding: 3px;
	}
	
#news ul.tabs-nav li a:hover{
	text-decoration:none;
	color:#0079C1;
}

#news ul.tabs-nav li a span {
	position:absolute;
	right:4px;
	font-weight:400;
	color:#868686;
	}

#news ul.tabs-nav li.tabs-selected a {
	color:#797876;
	text-decoration:none;
	bottom:-1px;
	padding-top:3px;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #007CC3;
	background-image: url(../img/active1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	}
