.tabs .navigation label {
	display: block;
	cursor: pointer;
}
.tabs .navigation label input {
	display: none;
}
.tabs .navigation label.last {
	margin-left: 0;
}
.tabs .navigation-radio {
	width: 100%;
	margin-bottom: 10px;
	font-size: 8pt;
	color: #00468c;
}
.tabs .navigation-radio a {
	color: #fff;
}
.tabs .navigation-radio label {
	padding: 0px 10px 0px 18px;
	float: left;
	background: transparent url("images/radio_unchecked.png") center left no-repeat;
	cursor: pointer;
}
.tabs .navigation-radio label.selected {
	font-weight: bold;
	background: transparent url("images/radio_checked.png") center left no-repeat;
}
.tabs .navigation-underline {
	float: right;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	background: #f2f2f2;
}
.tabs .navigation-underline label {
	float: right;
	text-decoration: underline;
	font-weight: bold;
	line-height: 25px;
	padding: 0 7px;
}
.tabs .navigation-underline .selected {
	text-decoration: none;
}
.tabs .navigation-labels {
	float: right;
	width: 100%;
}
.tabs .navigation-labels label {
	float: right;
	text-decoration: underline;
}
.tabs .navigation-labels label.selected {
	text-decoration: none;
}

.tabs .tab {
	display: none;
}