/* ------------------------------------------------------------------ */
/* print.css                                                          */
/* copyright - ILIKETHIS! www.ilikethis.cz                            */
/* ------------------------------------------------------------------ */
/* ----- nastaveni pro body */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin:0; padding:0;
		background-image: none;
	}
/*end.  nastaveni pro body */


/* ----- print */
	/* ----- header */
		.header {
			border-bottom: 0.02cm solid #000000;
		}
		.topPage {
			display: none;
		}
		p.cs {
			display: none;
		}
		.header form {
			display: none;
		}
		.header .linksRight {
			display: none;
		}
	/* end. header */
	
	/* ----- footer */
		.footer {
			display: none;
		}
		iframe {
			display: none;
		}
	/* end. footer */
	.topMenu {
		display: none;
	}
	.leftMenu {
		display: none;
	}
	.breadcrumbs {
		display: none;
	}
	.orderBox h1 {
		display: none;
	}
	div.print {
		float: right;
		margin: 10px 0 0 0;
	}
	
	/*  orderBox */
		table.basketTable {
			width: 100%;
			border-collapse: collapse;
			border: 1px solid #d5d4d4;
			font-size: 90%;
			margin: 0 0 10px 0;
		}
		table.basketTable th.title {
			border-bottom: 1px solid #FFFFFF;
			background-color: #d5d4d4;
			font-size: 110%;
		}
		table.basketTable td {
			border: 1px solid #d5d4d4;
		}
		table.basketTable td input.text {
			width: 20px;
		}
		table.basketTable td div.discount {
			background-image: url(../img/icons/discount.gif);
			background-repeat: no-repeat;
			padding: 15px 0 15px 60px;
		}
		table.basketTable td .discount input.text {
			width: 90px;
		}
		table.basketTable td .discount input.buttonGrey {
			padding: 3px 8px;
			position: relative;
			top: -2px;
		}
		table.basketTable td .fleft {
			width: 560px;
		}
		/* ----- productInfo */
			.orderBox form {
				display: none;
			}
			table.basketTable td .productInfo {
				background-image: url(../img/bg/productinfo-small-bottom.gif);
				background-repeat: no-repeat;
				background-position: 0 100%;
				margin: 8px 0px;
				font-style: italic;
				line-height: 1.3em;
				font-size: 100%;
				width: 442px;
			}
			table.basketTable td .productInfo .productInfoMain {
				background-image: url(../img/bg/productinfo-small-top.gif);
				background-repeat: no-repeat;
				background-position: 0 0;
				padding: 10px 30px;
			}
			table.basketTable td .productInfo p {
				margin: 0 0 3px 0;
				padding: 0;
			}
		/* end. productInfo */
		/* ----- priceTable */
			.priceTable {
				float: right;
				width: 180px;
				border: none;
			}
			table.basketTable .priceTable td,
			table.basketTable .priceTable th {
				border: none;
				background-color: #FFFFFF;
				padding: 0;
				font-weight: normal;
			}
			table.basketTable .priceTable td,
			.priceTable td {
				text-align: right;
			}
			table.basketTable .priceTable td.discount,
			.priceTable td.discount {
				color: #cb2027;
			}
			table.basketTable .priceTable tr.celkem td,
			table.basketTable .priceTable tr.celkem th {
				border-top: 1px solid #d5d4d4;
				font-weight: bold;
				color: #000000;
			}
		/* end. priceTable */
		/* ----- cenaCelkem */
			.cenaCelkem {
				margin: 10px 0;
				border-bottom: 2px solid #d5d4d4;
				border-top: 1px solid #d5d4d4;
			}
			.cenaCelkem .priceTable {
				font-size: 90%;
			}
			.cenaCelkem .priceTable th {
				font-weight: normal;
			}
			.cenaCelkem tr.celkem td,
			.cenaCelkem tr.celkem th {
				border-top: 1px solid #d5d4d4;
				font-weight: bold;
				color: #000000;
			}
		/* end. cenaCelkem */
	/* end orderBox */
	
	/* ----- product */
		/* ----- produkt nahore */
			.productContent .images {
			}
			.productContent div.text {
				font-size: 110%;
			}
			.productContent .text h1 {
				margin: 30px 0 0 0;
				font-size: 140%;
			}
			.productContent .text p {
				margin: 5px 0;
			}
			.productContent .text .perex {
				font-size: 120%;
				line-height: 1.3em;
			}
			.productContent .text a.moreInfo {
				display: none;
			}
		/* end. produkt nahore */
		.mainContent h3 {
			font-size: 120%;
			margin-top: 20px;
			margin-right: 0pt;
			margin-bottom: 10px;
			margin-left: 0pt;
			font-weight: normal;
			color: #ef1109;
		}
		/* ---- table standart */
			table.standart {
				width: 100%;
				border-collapse: collapse;
				border-bottom: 4px solid #e3e2e2;
				font-size: 90%;
			}
			table.standart th {
				padding: 4px 6px;
				text-align: left;
				border-bottom: 4px solid #e3e2e2;
				line-height: 1.4em;
			}
			table.standart span.price {
                color: #ef1109;
				font-weight: bold;
            }
			table.standart td {
				border-bottom: 1px solid #e3e2e2;
				padding: 4px 6px;
			}
			table.standart td.price {
				color: #cb2027;
			}
			table.standart td .toBasket {
				font-size: 90%;
				text-transform: uppercase;
				background-image: url(../img/icons/basket.gif);
				background-repeat: no-repeat;
				background-position: 0 1px;
				padding: 2px 0 2px 20px;
			}
			.desription {
				font-style: italic;
				font-size: 90%;
			}
			/* ----- productInfo */
				.productInfo {
					background-image: url(../img/bg/productinfo-bottom.gif);
					background-repeat: no-repeat;
					background-position: 0 100%;
					margin: 4px 3px;
					font-style: italic;
					line-height: 1.3em;
				}
				.productInfo .productInfoMain {
					background-image: url(../img/bg/productinfo-top.gif);
					background-repeat: no-repeat;
					background-position: 0 0;
					padding: 4px 30px;
				}
				.productInfo p {
					margin: 0 0 3px 0;
					padding: 0;
				}
			/* end. productInfo */
			/* ---- trHover */
				.trHover tr:hover {
					background-color: #e3eff6;
				}
			/* end. trHover */
		/* end. table standart */
		.productFooter {
			display: none;
		}
		ul.files, table.files {
			width: 100%;
			margin: 10px 0;
			list-style-type: none;
			background-color: #e0f0f7;
			padding: 5px 0;
		}
		ul.files li, table.files tr {
			padding: 2px 10px;
		}
		a.pdf {
			background-image: url(../img/icons/file-pdf.gif);
			background-repeat: no-repeat;
			background-position: 0 0;
			padding: 0 0 0 20px;
		}
	/* end. product */
	
/* end. print */

/* ----- common */
	/* ----- text */
		/* ----- prace s textem */
			.tcenter {
				text-align: center; 
			}
			.tright {
				text-align: right;
			}
			.tleft {
				text-align: left;
			}
			.upper {
				text-transform: uppercase;
			}
			.bold {
				font-weight: bold;
			}
		/* end. prace s textem */
		
		/* ----- zakladni definice textu */
			form {
				font-size: 100%;
			}
			table {
				font-size: 100%;
			}
			p {
				margin: 0.8em 0;
				padding: 0;
			}
			h1 {
				margin: 0.6em 0;
				padding: 0;
				font-size: 15pt;
			}
			h2 {
				margin: 0.4em 0;
				padding: 0;
				font-size: 14pt;
			}
			h3 {
				margin: 0.4em 0;
				padding: 0;
				font-size: 13px;
			}
			h4 {
				margin: 0.2em 0;
				padding: 0;
				font-size: 12px;
			}
			h5 {
				margin: 0.1em 0;
				padding: 0;
				font-size: 10pt;
			}
			h6 {
				margin: 0;
				padding: 0;
				font-size: 100%;
			}
		/* end. zakladni definice textu */
	/* end. text */
	
	/* ----- float */
		.fleft {
			float: left;
		}
		.fright {
			float: right;
		}
	/* end. float */
	
	/* ----- clear */
		.clear {
			clear: both;
			font-size: 0;
			height: 1px;
			line-height: 1px;
		}
	/* end. clear */
	
	/* ----- ostatni */
		.noscreen {
			display: none;
		}
		a img {
			border: none;
		}
	/* ostatni */
	
	/* ----- body */
		body {
			margin: 0;
			padding: 0;
			background-color: #FFFFFF;
		}
	/* end. body */
/* end. common */

/* ----- ostatni  */
	.noprint {
		display: none;
	}
	a img {
		border: 0;
	}
/* ostatni  */
	.printonly {
		display: block;
		margin: 0px;
	}
