﻿.tabs6 {
    position: absolute;
	margin: -155px auto;
	width: 700px;
    margin-left:50px;
}

.tabs6 input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs6 input#tab-2e{
	left: 120px;
}
.tabs6 input#tab-3e{
	left: 240px;
}
.tabs6 input#tab-4e{
	left: 360px;
}

.tabs6 label {
color: #e67700; 
background-image: -moz-linear-gradient(top, #fffaf3, #F7EAD6);
background-image: -ms-linear-gradient(top, #fffaf3, #F7EAD6);
background-image: -o-linear-gradient(top, #fffaf3, #F7EAD6);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fffaf3), to(#F7EAD6));
background-image: -webkit-linear-gradient(top, #fffaf3, #F7EAD6);
background-image: linear-gradient(top, #fffaf3, #F7EAD6); 
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 20px;
    float: left;
	display: block;
	width: 80px;
	color: #385c5b;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs6 label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs6 input:hover + label {
	background: #3e9b2c;
}

.tabs6 label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs6 input:checked + label {
    background: #fff;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content6 {
    background: #fff;
	position: relative;
    width: 100%;
	height: 280px;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content6 div {
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs6 input.tab-selector-1e:checked ~ .content6 .content-1e,
.tabs6 input.tab-selector-2e:checked ~ .content6 .content-2e,
.tabs6 input.tab-selector-3e:checked ~ .content6 .content-3e,
.tabs6 input.tab-selector-4e:checked ~ .content6 .content-4e {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.content6 div h2,
.content6 div h3{
	color: #e67700;
}
.content6 div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}