<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pages,#catalogue {max-width: 100%;}

#pg1,#pg2 {max-width: 50%;}

#pages img {max-width: 100%;}

.offs .container {width: 1200px !important;}

#navig {
	position: absolute;
	top: 2px;
	width: 100%;
	height: 60px;
	background-image: url(../dsg/ctlg-navig.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

#navig span {
	display: block;
	width: 1199px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 292px;
}

#navig strong {
	display: none;
}

#menu {
	width: 1219px;
	height: 64px;
	margin-right: auto;
	margin-left: auto;
}

#menu button {
	position: relative;
	display: block;
	float: right;
	width: 200px;
	height: 64px;
	padding: 14px 10px;
	background-image: url(../dsg/ctlg-button.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	z-index: 9;
}

#catalogue {
	margin-left: auto;
	margin-right: auto;
	width: 1199px;
}

#catalogue #categories {
	margin-bottom: 12px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

#catalogue #categories span {
	position: relative;
}

#catalogue #categories .lscroll, #catalogue #categories .rscroll {
	display: inline-block;
	width: 23px;
	height: 133px;
	background-repeat: no-repeat;
	z-index: 1;
	background-color: #FCFCFC;
}

#catalogue #categories .lscroll {
	float: left;
	background-image: url(../dsg/ctlg-lscroll.png);
	background-position: left center;
}

#catalogue #categories .rscroll {
	float: right;
	background-image: url(../dsg/ctlg-rscroll.png);
	background-position: right center;
}

#catalogue #categories span span {
	display: inline-block;
	width: 110px;
	padding: 3px 8px;
	height: 127px;
	cursor: pointer;
	background-image: url(../dsg/ctlg-ctgr.png);
	text-align: center;
	line-height: 140%;
	color: #FFF;
	white-space: normal;
	vertical-align: top;
	font-size: 7.5pt;
	font-weight: bold;
}

#catalogue #categories span span img {
	position: relative;
	left: -5px;
}

#catalogue #pages {
	position: relative;
	white-space: nowrap;
	background: #cccccc;
}

#catalogue #pages span img {
	width: 598px;
	border: 1px solid #CCC;
    height: 100%;
}

#catalogue #pages span {
	display: inline-block;
	width: 600px;
    height: 100%;
}

#catalogue #pages #pg2 {
	position: relative;
	left: -1px;
}

#catalogue #pages #prev, #catalogue #pages #next {
	display: none;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	margin-top: -92px;
	top: 50%;
	padding: 50px 0;
}

#catalogue #pages #prev {
	left: -10px;
}

#catalogue #pages #next {
	right: -10px;
}

#catalogue #pages:hover #prev, #catalogue #pages:hover #next {
	display: block;
}

#catalogue #index {
	margin-top: 12px;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: auto;
}

#catalogue #index.long {
	height: 138px;
}

#catalogue #index span {
	display: inline-block;
	border: none;
	padding: 2px;
	height: 120px;
	vertical-align: middle;
}

#catalogue #index span.act {
	border: 2px solid red;
	padding: 0;
}

#catalogue #index span span {
	height: auto;
	padding: 0;
	text-align: center;
	white-space: pre;
	font-size: 10px;
	line-height: 160%;
}

#catalogue #index img {
	cursor: pointer;
}

#article {
	border-collapse: separate;
	width: 100%;
}

#article th {
	padding-top: 1em;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 10pt;
}

#article td {
	width: 50%;
}

#article p {
	clear: both;
	margin-bottom: 5px;
}

#article p span {
	display: block;
	padding-top: 5px;
	padding-left: 90px;
	line-height: 140%;
}

#article p img {
	float: left;
	padding: 5px 15px 10px 5px;
	background-image: url(../dsg/variant.png);
	background-repeat: no-repeat;
}

#article a {
	color: #A8007D;
	text-decoration: underline;
	font-size: 8pt;
}

#foot {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	clear: both;
}

#foot #contact {
	position: relative;
	top: -3em;
}

#foot #copyright {
	position: relative;
	margin-top: 5px;
	padding-bottom: 2em;
	text-align: right;
}

#links {
	position: relative;
	top: -2.5em;
	left: -5px;
	font-size: 9pt;
}

#links a {
	padding: 0 5px;
}
</pre></body></html>