{}
.sc_tabs_list {padding:0px;margin:0px;list-style-type:none;
	border-bottom:1px #eeeeee solid;
	padding-left:10px;
	padding-top:10px;
	width:100%;
}
.sc_tabs_list .sc_tab_item {display:inline-block;margin-right:5px;margin-bottom:-1px;vertical-align:middle;
	height:40px;
	
}
.sc_tabs_list .sc_tab_item>a,
.sc_tabs_list .sc_tab_item>span 
{
	background:#fafafa;
	display:block;
	border:1px #eeeeee solid;
	border-bottom:1px #eeeeee solid;
	
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	color:#999999;
	padding:10px 15px;
	height:100%;
	transition:all 0.5s ease;
}

.sc_tabs_list .sc_tab_item.active {border-bottom:1px #ffffff solid;

}
.sc_tabs_list .sc_tab_item.active>a,
.sc_tabs_list .sc_tab_item.active>span {
	border:1px #dddddd solid;
	border-bottom:1px #ffffff solid;background:#ffffff;
	color:#333333;
}

.sc_tabs_list .sc_tab_item>a.active,
.sc_tabs_list .sc_tab_item>span.active {
	border:1px #dddddd solid;
	border-bottom:1px #ffffff solid;background:#ffffff;
	color:#333333;
}


.sc_tabs_list .sc_tab_item:hover {
	
}
.sc_tabs_list .sc_tab_item:hover>a,
.sc_tabs_list .sc_tab_item:hover>span {background:#f0f0f0;}


.sc_tabs_list.sc_tabs_pills {border:0px;}

.sc_tabs_list.sc_tabs_pills .sc_tab_item {}
.sc_tabs_list.sc_tabs_pills .sc_tab_item>a,
.sc_tabs_list.sc_tabs_pills .sc_tab_item>span {border-radius:5px;}

.sc_tabs_list.sc_tabs_pills .sc_tab_item {}
.sc_tabs_list.sc_tabs_pills .sc_tab_item>a.active,
.sc_tabs_list.sc_tabs_pills .sc_tab_item>span.active {
	border:1px #dddddd solid;
	background:#ffffff;color:#333333;
}



.sc_tabs_list.sc_tabs_underline {border:0px;margin:0px;padding:0px;}

.sc_tabs_list.sc_tabs_underline .sc_tab_item {margin:0px;}
.sc_tabs_list.sc_tabs_underline .sc_tab_item>a,
.sc_tabs_list.sc_tabs_underline .sc_tab_item>span {border-radius:0px;border:0px;background:none;}

.sc_tabs_list.sc_tabs_underline .sc_tab_item {}
.sc_tabs_list.sc_tabs_underline .sc_tab_item>a.active,
.sc_tabs_list.sc_tabs_underline .sc_tab_item>span.active {
	border-bottom:2px #cacaca solid;
	background:#ffffff;color:#333333;
}

.sc_tabs_list.sc_tabs_underline .sc_tab_item:hover>a,
.sc_tabs_list.sc_tabs_underline .sc_tab_item:hover>span
{
	background:#eeeeee;
}












