
#uc_border_top_tabs *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#uc_border_top_tabs{
	font-weight:400;
	font-size:14px;
	line-height:normal;
	padding:0;
	margin:0;
}

/*tab nav
===================*/
#uc_border_top_tabs .uc_tab_nav{
	list-style:none;
	padding:0;
	margin:0 0 17px;
	border-top:3px solid transparent;
	box-shadow:0 0 20px #e1e1e1;
	-moz-box-shadow:0 0 20px #e1e1e1;
	-ms-box-shadow:0 0 20px #e1e1e1;
	-webkit-box-shadow:0 0 20px #e1e1e1;
}
#uc_border_top_tabs .uc_tab_nav li{
	display:inline-block;
	padding:0px 0px;
	position:relative;
	border-right:1px solid transparent;
	margin-right:-4px;
}
#uc_border_top_tabs .uc_tab_nav li a{
	display:block;
	padding:23px 30px;
	position:relative;
}
#uc_border_top_tabs .uc_tab_nav li a h2{
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	float: none;
	line-height: 24px;
	padding: 0;
	top: -4px;
	position: relative;
	margin: 0;
}
#uc_border_top_tabs .uc_tab_nav li a i{
	font-size:25px;
	display:block;
	margin-right:17px;
	display:inline-block;
}
#uc_border_top_tabs .uc_tab_nav li.r-tabs-state-active a{
	color:#fff !important;
}
#uc_border_top_tabs .uc_tab_nav li.r-tabs-state-active{
	background:#32ded4;
}

/*tab content
===================*/
#uc_border_top_tabs .uc_tab_content{
	padding:32px 42px;
	font-size:14px;
	font-weight:400;
	box-shadow:0 0 20px #e1e1e1;
	-moz-box-shadow:0 0 20px #e1e1e1;
	-ms-box-shadow:0 0 20px #e1e1e1;
	-webkit-box-shadow:0 0 20px #e1e1e1;
}
#uc_border_top_tabs .uc_tab_content p{
	line-height:31px;
	padding:0;
	margin:0;
}