/* 	product heading is hidden when JS is enabled. 
	Moved out of visible area instead of hiding, as the surrounding elements'
	visibility will be switched - to avoid inheritence
 */
.productTabHeading
{
	position: absolute;
	left: -999px;
	top: -999px;
}

/*
	product tab contens to be hidden when loading the page - tab 1 will be made visible
	by calling switchToTab(1) by JS.
	
	Different formatting for JS still has to be provided!!!
*/
.productDetailInformation div.tabcontent
{
	display: none;
}

