/* version=3 */


/* ########################################################################## */
/* PRINT LAYOUT - ALL PAGES  */
/* ########################################################################## */
.main-layout {
	width: 100%;
}
.header,
.header-link-area,
.main-margin-left,
.main-margin-right,
.main-margin-left-bottom,
.main-margin-right-bottom,
.mainpage-verticalspaceright-background,
.menu-cell {
	display: none;
}
.sitenavigator {
	display: none;
	/* padding-top: 10px; */
}
.footer {
	text-align: left;
}


/* ########################################################################## */
/* PRINT LAYOUT - PRODUCT PAGES  */
/* ########################################################################## */

/* !!! */
/* Further implementation with same tab text in hidden headers needed */
.tabheader {
	display: none;
}

/* Display all tabs except the pricelist download tab */
#tabitem_1,
#tabitem_2,
#tabitem_4,
#tabitem_5 {
	display: block!important;
	/* !!! */
	/* Further implementation divs instead of tr td elements needed */
	/* page-break-after: always; */
}


.specs-table .vline {
	border-right: none;
}
.specs-table .row-1 td {
	border-bottom: 1pt solid #C0C0C0;
}
.specs-table .row-2 td {
	border-bottom: 1pt solid #C0C0C0;
}
.specs-table .smallheader {
	padding-top: 30px;
	border-bottom: 1pt solid #000000;
}
.specs-table .smallheader-1 {
	border-bottom: 1pt solid #000000;
	border-right: none;
}
.specs-table .smallheader-2 {
	border-bottom: 1pt solid #000000;
}
.specs-table .emptycell {
	height: 10px;
}
/* Remove the Gallery contents links */
.gallery-contens {
	display: none;
}
.gallery-title {
	padding: 0px;
}
/* Hide back links but preserve the space for correct spacing */
.gallery-back-link {
	visibility: hidden;
}
/* !!! */
.specs-table .row-i td,
.specs-table .row-w td {
	/* !!! */
	/* Temporary solution, background images are not visible, needs to be reimplemented in HTML */
	padding-left: 0px;
	padding-top: 30px;
}

