.tabs {
	padding: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.tabs .tabon {
	padding: 5px;
	border: 1px solid #000;
	 background-color: rgb(240,240,240);
	color: white;
}

.tabs .taboff {
	padding: 5px;
}
