.tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs li {
	float: left;
	margin: 0 -15px 0 0;
}

.tabs a {
	float: left;
	position: relative;
	height: 0;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.tabs a:hover,.tabs a:focus {
	opacity: 1;
	filter: alpha(opacity =       100);
}

.tabs a:focus {
	outline: 0;
}

.tabs .current {
	z-index: 3;
	border-bottom-color: #3d3d3d;
	opacity: 1;
	filter: alpha(opacity =       100);
}

.content {
	background: #fff;
	padding-top: 20px;
	font-size: 12px;
}

.content h2,.content h3,.content p {
	margin: 0px;
}

.about {
	color: #999;
	text-align: center;
	font: 0.9em Arial, Helvetica;
}

.about a {
	color: #777;
}