.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	{  }
.tabset_tabs a:hover	{  }
.tabset_tabs a.active	{ background: transparent url(../images/bg-bubplastic-h-gray.gif) top left no-repeat; }
.tabset_tabs li a.active	{ background: transparent url(../images/bg-bubplastic-h-gray.gif) top left no-repeat; }

.tabset_tabs li.firstchild a	{ border-left-width:1px }

.tabset_content	{ padding: 10px; background-color: #3f3f3f; box-shadow: 0px 0px 5px #000000; /* ie10 consumer preview */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #D1D1D1 100%); /* mozilla firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #D1D1D1 100%); /* opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #D1D1D1 100%); /* webkit (safari/chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFFFFF), color-stop(1, #D1D1D1)); /* webkit (chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #D1D1D1 100%); /* w3c markup, ie10 release preview */ 
background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #D1D1D1 100%);border:1px solid #e3e3e3; background-color:white; position:relative; z-index:1; padding:0.5em 1em; display:none }
.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}