.tabs{
	min-height: 200px;
	min-width: 600px;
	position: relative; 
	width: 80%; 
}
.tabs > section{
	font: 12px Arial, Helvetica;
    width: 100%;
	min-width: 500px;
	min-height: 150px;
	position: absolute;
	top: 1.8em;
	left: 0;
	padding: 10px 20px;
	background-color: white;
	border: 1px solid #ccc; 
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	z-index: 0;
}
/*.tabs > section > div{
	padding: 10px 20px;
	background-color: #ddd;
	border: 1px solid #ccc; 
	z-index: 0;
}*/
.tabs > section > a{
    font: bold 14px Arial, Helvetica;
    display: inline; 
	position: relative;
	text-decoration: none;
	text-align: center; 
	width: 100px;
	top: -39px;
	height: 18px;
	margin: 0;
	color: #999;
	border-radius: 5px 5px 0 0;
	color: black;
	background: white; 
	float: left;
	padding: 5px 5px; 
	border: 1px solid #ccc; 
	border-bottom: 1px solid white; 
}
.tabs section:nth-child(2) a{
	left: 111px;
}
.tabs section:nth-child(3) a{
	left: 222px;
}
.tabs section:nth-child(4) a{
	left: 333px;
}
.tabs section:nth-child(5) a{
	left: 444px;
}
article.tabs section:first-child
{
	z-index: 1;
}
/* the tabs */
/*
.tabs > section > a
{
	display: block;
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}*/
.tabs > section:target, .tabs > section:target > a{
	color: #333;
	background-color: #fff;
	z-index: 2;
}
.tabs > section:not(:target) > a{ 
	background-image: -moz-linear-gradient(top, white, #ddd);
	background-image: linear-gradient(top, white, #ddd); 
}

.tabs > section, .tabs > section > a{
	transition: all 500ms ease;
}

/*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
.optiontabs { 
	min-height: 200px;
	min-width: 600px;
	position: relative; 
	width: 80%; 
}
.optiontabs > div { 
	display: inline; 
}
.optiontabs > div > a {
	min-width: 100px;
	margin-left: -1px; 
	position: relative; 
	left: 1px; 
	text-decoration: none;
	text-align: center; 
	color: black; 
	background: white; 
	display: block; 
	float: left; 
	padding: 5px 10px; 
	border: 1px solid #ccc; 
	border-bottom: 1px solid white; 
}
.optiontabs > div:not(:target) > a { 
	border-bottom: 0; 
	background-image: -moz-linear-gradient(top, white, #ddd);
	background-image: linear-gradient(top, white, #ddd); 
}	
.optiontabs > div:target > a { 
	background: white; 
}	
.optiontabs > div > div { 
	position: absolute; 
	background: white; 
	z-index: -2; 
	left: 0; 
	top: 30px; 
	bottom: 0; 
	right: 0; 
	padding: 20px; 
	border: 1px solid #ccc; 
}	
.optiontabs > div:target > div { 
	z-index: -1; 
}
*/
