
/******* MENU *******/
#tabs{
	margin: 5px auto;
	width: 100%;
}
#tabs .menu ul{
	list-style: none;
	list-style-position: outside;
	margin-left: 0;
}
#tabs ul.menu li{
	float: left;
	margin-right: 4px;
	bottom: 1px;
	z-index:999;
}
#tabs ul.menu li{
	font-weight: normal;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	/*background:url(../images/tab_bg.gif) repeat-x;*/
	margin-bottom: -1px;
	border: 1px solid #999;
	border-width: 1px 1px 0 1px;
	position: relative;
	color: #000;
	cursor: pointer;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#tabs ul.menu li.active{
	background: #3290BF;
	top: -1px;
	/*border-top: 3px solid #999;*/
	border-bottom: 0;
	color: #fff;
    font-weight: bold;
}
/******* /MENU *******/
/******* CONTENT *******/
.cnt{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #999;
	/*border-top: 1px solid #999;*/
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 13px;
	clear:both;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.cnt.overview{
	display: block;
}
.cnt.other_series{
	display: none;
}