.tabset_tabs	{ 
	margin: 1.5em 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	}
.tabset_tabs li	{
	margin: 0;
	padding: 0;
	display: inline;
	}
.tabset_tabs a {
	padding: .3em .7em;
	color: #888;
	font: bold 100% Arial;
	border: 1px solid #D6D7D9;
	border-left-width: 0;
	text-decoration: none;
	background: #f8f8f8;
	}
.tabset_tabs a:hover {
	color: #555;
	}
.tabset_tabs a.active	{
	color: #384D92!important;
	background-color: #EEF4FD !important;
	border-bottom-color: #EEF4FD;
	cursor: default;
	}
.tabset_tabs li.firstchild a {
	border-left-width: 1px;
	}
.tabset_content	{
	padding: 15px 10px;
	border: 1px solid #D6D7D9;
	position: relative;
	top: .3em;
	z-index: 1;
	display: none;
	background: #EEF4FD;
	}
.tabset_label	{
	display: none;
	}
.tabset_content_active {
	display: block;
	}
@media aural {
	.tabset_content, .tabset_label	{
		display: block;
		}
	}