@media print {

	body {
		background-color: #fff;
		color: #000;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.5em;
	}

	a {
		text-decoration: none;
		color: #000;
		border: 0;
	}

	img {
		border: 0;
	}

	#topWrapper p, #topWrapper ul, #footer, .checkOutPrices, #flashPlayer, #duplicationGuide h3, #duplicationGuide ul {
		display: none;
	}

	#contactInfo {
		text-align: center;
		font-weight: bold;
		font-size: 150%;
	}

	table#samplePrices {
		border-collapse: collapse;
	}

	table#samplePrices, table#samplePrices th, table#samplePrices td {
		border: 1px solid #919999;
	}

	table#samplePrices th, table#samplePrices td {
		padding: 3px 5px;
	}

	#logoList table {
		border: 1px solid #CDCDCD;
		border-collapse: collapse;
	}

	#logoList table td {
		border: 1px solid #CDCDCD;
		vertical-align: middle;
		text-align: center;
		padding: 20px 10px;
	}

	/* =Encyklopedia*/
	.noPrint, hr {
		display: none;
	}

	table td {
		text-align: left !important;
		padding: 3px 5px;
	}

}