.tabset_tabs	{ margin: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	{ color:#339 ! important; background-color:#white ! important; border:1px solid #CCCCCC; text-decoration:none; padding:0 0.6em; border-left-width:1; border-bottom:none }
.tabset_tabs a:hover	{ color:#9966FF ! important; background-color:#FFFFCC ! important }
.tabset_tabs a.active	{ color:#9966FF ! important; background-color:#E1EFF2 ! important; border-color:#999999; border-left-width:1px; cursor:default; border-bottom:white; padding-top:1px; padding-bottom:1px }

.tabset_tabs li.firstchild a	{ border-left-width:1px }

.tabset_content	{ border:1px solid #999999; background-color:#E1EFF2; position:relative; z-index:1; padding:0.5em 1em; display:none}
.tabset_label	{ display:none }

.tabset_content_active	{
	display:block;
	
	overflow:visible;
	clear: none;
}

.tabset_tabs a             { /* A normal tab                             */ }
.tabset_tabs a:hover       { /* A normal tab, when hovered over          */ }
.tabset_tabs a.active      { /* The selected tab                         */ }
.tabset_tabs a.preActive   { /* The tab to the left of the selected tab  */ }
.tabset_tabs a.postActive  { /* The tab to the right of the selected tab */ }
.tabset_content            { /* The selected tab's contents              */ }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}

