@CHARSET "UTF-8";


/*
 * use neutral backgrounds and colors
 */
html {
	background-image: none;
	background-color: #ffffff;
}

div#mainInner,
div#mainOuter {
	margin: 0;
	background: none;
}

#header {
	background: none;
}

#textFooter {
	background: none;
	margin: 0;
	padding: 0;
}

body {
	padding: 0 !important;
}

.variantIcon.sizeIconActive {
	border: 1px solid #000;
}


/*
 * Hide elements
 */
#header .metaArea,
#header .headerFunctions,
#mainNavigation,
div#footer,
.variantIcon.colorIconActive:before,
#debugNavigationbar,
.noPrint {
	display: none !important;
}

/* print view for pds with store layer */
.printStoreLayer #main,
.printStoreLayer .gk-layer-background,
.printStoreLayer .lssButton,
.printStoreLayer .layerCloseButton,
.printStoreLayer .lssStoreInfoPrintButton,
.printStoreLayer #pdsStoreLayerCaption,
.printStoreLayer .layerContainer,
.printStoreLayer .lssStoreInformation,
.printStoreLayer .lssStoreOpener{
	display: none;
}

/* just show the store of the clicked button */
.printStoreLayer .lssStoreInformation.lssStoreToPrint {
	display: block !important;
}
/* place footer after the layer */
.printStoreLayer #textFooter {
	position: absolute;
	left: 0;
	bottom: 0;
}
.printStoreLayer .gk-layer-popup {
	box-shadow: none;
	margin-top: 0 !important;
}
.printStoreLayer .gk-layer-container {
	position: static;
	text-align: left;
}

.printStoreLayer .lssStoreInformationHeader {
	border-bottom: none;
	padding-bottom: 0;
}
/* hack missign background color */
.printStoreLayer .lssAvailabilityIcon {
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
}
.printStoreLayer .lssAvailabilityIcon.lssIconAvailable {
	border-color: #00963F;
}
.printStoreLayer .lssAvailabilityIcon.lssIconFewAvailable {
	border-color: #F2C102;
}
.printStoreLayer .lssAvailabilityIcon.lssIconNotAvailable {
	border-color: #E3010F;
}
.printStoreLayer .lssStoreInformationVariantAvailability tr {
	border-top: 1px solid #EEEEEE;
}
.printStoreLayer .lssStoreInformationVariantAvailability tr:first-child {
  border: none;
}
