.clearboth{
	clear: both;
}

#csstabs li{
	padding: 2px;
}

#csstabs{
	position: relative;
}

#csstabs h3{
    width: 173px;
	cursor: hand;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 63px;
	margin: 0;
	text-align: center;
    position: absolute;
	top: 0;
}

.tabcontent{
	background: #191205;
	border: 1px solid #000;
	display: block;
	left: 0;
	margin: 0;

	position: absolute;
	top: 63px;
	width: 100%;
}

#csstabs:hover h3, #tabs:focus h3, #tabs:active h3{
	background: none;
	z-index: 0;
}

#csstabs:hover .tabcontent, #tabs:focus .tabcontent, #tabs:active .tabcontent{
	opacity: 0;
	z-index: 0;
}

.active
{
    opacity: 1 !important;
	z-index: 2 !important;
}

.tabcontent{
	opacity: 0;
	z-index: 1;
}

#tab1 h3
{
	left: 0;
	z-index: 3;
}

#tab2 h3
{
	left: 173px;
}

#tab3 h3
{
	left: 346px;
}

#tab4 h3
{
	left: 519px;
}


#tab5 h3
{
	left: 692px;
}

#tab1:hover h3,#tab1:focus h3,#tab1:active h3{
	background: #191205;
	z-index: 4;
}
#tab2:hover h3,#tab2:focus h3,#tab2:active h3{
	background: #191205;
	z-index: 4;
}
#tab3:hover h3,#tab3:focus h3,#tab3:active h3{
	background: #191205;
	z-index: 4;
}
#tab4:hover h3,#tab4:focus h3,#tab4:active h3{
	background: #191205;
	z-index: 4;
}
#tab5:hover h3,#tab5:focus h3,#tab5:active h3{
	background: #191205;
	z-index: 4;
}

#tab1:hover .tabcontent,#tab1:focus .tabcontent,#tab1:active .tabcontent{
	background: #191205;
	opacity: 1;
	z-index: 3;
}
#tab2:hover .tabcontent,#tab2:focus .tabcontent,#tab2:active .tabcontent{
	background: #191205;
	opacity: 1;
	z-index: 3;
}
#tab3:hover .tabcontent,#tab3:focus .tabcontent,#tab3:active .tabcontent{
	background: #191205;
	opacity: 1;
	z-index: 3;
}
#tab4:hover .tabcontent,#tab4:focus .tabcontent,#tab4:active .tabcontent{
	background: #191205;
	opacity: 1;
	z-index: 3;
}
#tab5:hover .tabcontent,#tab5:focus .tabcontent,#tab5:active .tabcontent{
	background: #191205;
	opacity: 1;
	z-index: 3;
}
