.skin8 .jQueryTabs_nav
{
	width : 100%;
}
.skin8 .jQueryTabs_navUL
{
	list-style : none;
	width : 100%;
	margin : 0 auto;
	padding : 0;
	display : inline-block;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFEDEFF2, endColorstr=#FFEDEFF2,GradientType=0 );
	background-color : rgba(237, 239, 242, 1.00);
}
.skin8 .jQueryTabs_navLink
{
	display : block;
	text-decoration : none;
	margin : 0px;
	-webkit-touch-callout : none;
	-webkit-user-select : none;
	-khtml-user-select : none;
	-moz-user-select : none;
	-ms-user-select : none;
	user-select : none;
	background-color : none;
	height : 40px;
	text-align : center;
	box-sizing : initial;
	line-height : 39px;
	border-right-color : rgba(215, 216, 217, 1);
	border-right-width : 2px;
	border-right-style : solid;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
}
.skin8 .jQueryTabs_navLink.hover
{
	text-decoration : none;
	border-right-color : rgba(215, 216, 217, 1);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFDEDEDE, endColorstr=#FFDEDEDE,GradientType=0 );
	background-color : rgba(222, 222, 222, 1.00);
	border-right-style : solid;
	border-right-width : 2px;
}
.skin8 .jQueryTabs_navLink.hover .jQueryTabs_navSpan
{
	color : #000000;
}
.skin8 .jQueryTabs_navLink.hover .jQueryTabs_navImg
{
	color : #000000;
}
.skin8 .jQueryTabs_navLI
{
	display : block;
	width : 20%;
	float : left;
	box-sizing : border-box;
}
.skin8 .jQueryTabs_navLink .jQueryTabs_navImg
{
	vertical-align : middle;
	margin-right : 7px;
	font-size : 16px;
	color : #444444;
}
.skin8 .jQueryTabs_navLink .jQueryTabs_navSpan
{
	font-size : 13px;
	color : #444444;
	text-decoration:underline;
}
.skin8 .jQueryTabs_content
{
	transition : height 0.25s ease;
	padding : 25px;
	margin-top : 0px;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF,GradientType=0 );
	background-color : rgba(255, 255, 255, 1.00);
	border : 1px solid #39b54a;
	overflow : auto;
}
.skin8 .jQueryTabs_contentDivs
{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	box-sizing : border-box;
	display : block;
	transition : opacity 0.25s ease;
	opacity : 1;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}
.skin8 .jQueryTabs_contentDivs.hidden
{
	display : none;
}
.skin8 .jQueryTabs_contentDivs .skin_p
{
	margin : 0;
}
.skin8 .jQueryTabs_navLink.selected .jQueryTabs_navImg
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
}
.skin8 .jQueryTabs_navLink.selected .jQueryTabs_navSpan
{
	color : #FFFFFF;
	color : rgba(255, 255, 255, 1.00);
	*color : #FFFFFF;
	text-decoration:none;
}
.skin8 .jQueryTabs_contentDivs.fade-out
{
	opacity : 0;
	width : auto;
}
.skin8 .jQueryTabs_contentDivs.fade-in
{
	opacity : 1;
}
body
{
	margin : 0;
}
.skin8 .jQueryTabs_navLink.selected
{
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#FF39B54A, endColorstr=#FF39B54A,GradientType=0 );
	background-color : rgba(57, 181, 74, 1.00);
	border-right-color : transparent;
}
.jQueryTabs_navUL
{
	vertical-align : top;
}
.jQueryTabs_navSpan,
.jQueryTabs_navImg,
a.jQueryTabs_navLink
{
	-webkit-transition : all .4s ease;
	-moz-transition : all .4s ease;
	-ms-transition : all .4s ease;
	-o-transition : all .4s ease;
	transition : all .4s ease;
}
.skin8 .jQueryTabs_navLI.last-item .jQueryTabs_navLink, 
.skin8 .jQueryTabs_navLI:last-of-type .jQueryTabs_navLink
{
	border-right : 0;
	border-right-width : 0;
}
a.jQueryTabs_navLink
{
	color : transparent;
	outline : none;
}

/*end of skin css*/

#jQueryTabs1 .jQueryTabs_navLI
{
	width : 25%;
}
#jQueryTabs1 .jQueryTabs_contentDivs
{
	transition : opacity 0.17s ease;
}
#jQueryTabs1 .jQueryTabs_content
{
	transition : height 0.17s ease;
}
#jQueryTabs1 .jQueryTabs_navUL
{
	background-image : none;
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr=#7FE3E3E3, endColorstr=#7FE3E3E3,GradientType=0 );
	background-color : rgba(227, 227, 227, 0.50);
}
@media (max-width:640px)
{
	#jQueryTabs1 .jQueryTabs_navUL
	{
		width : 160%;
		position : relative;
		left : 0px;
	}
	#jQueryTabs1 .jQueryTabs_navLI
	{
		width : 25.00%;
	}
	#jQueryTabs1 .jQueryTabs_nav
	{
		overflow : hidden;
	}
}
