@charset "UTF-8";

/* ------------- MEDIA PRINT  -------------- */
/* ----------------------------------------- */
@media print {
		
		.noprint{
					display: none;}
					
	body {
		/*background-color: #53616e;
		background-image: url('img/bg.jpg');
		background-position: top;
		background-repeat: no-repeat;*/
		color: #53616d; 
		font-family: trebuchet MS, tahoma;
		font-size: 12px;
		padding: 0px; 
		margin: 0px;
		}					
		
	img{
		border: none;
		}
					
		
	/* 
	div {
		overflow: auto;}
	*/	
	a {
		text-decoration:underline;
		color: #53616d;
		}
	a:hover {
		text-decoration:underline;
		}
	a:visited {
		color: #53616d;
		}
	abbr {
		cursor: help;}	
	em {
		font-weight: bold;
		}
	.clear {
		clear:both;
		height: 0px;
		}

	/* -------- POZYCJONOWANIE OBRAZKÓW ------ */
	/* --------------------------------------- */
	.center {
		text-align: center;
		}
	.right {
		float: right;
		margin: 15px 0px 15px 15px;
		}
	.left {
		float: left;
		margin: 15px 15px 15px 0px;
		}
	/* .pozycjonowanie obrazków */
	
	
	
	
	/* ---------- LAYOUT -------------------- */
	/* -------------------------------------- */	
	/* STRONA GŁÓWNA */
	#topHeader, .divMax {
		width: 987px; /*1158 */
		margin: 0px auto;
		}
		
	#topHeader img {
		float: left;
		}
		
	.divMedium {
		width: 100%;
		margin: 0px auto;
		}
		
	.divMedium img {
		float: left;
		width: auto;
		border: none;
		}
		
	.divLogoMenu{
		display: none;
		}		
		
	.divCenter {
		width: 1000px;
		border: 0px solid;
		}
		
		
		
	/* PODSTRONY */
	
	.divBgCenter{
		/*background-image: url('img/bgCenter.jpg'); 
		background-repeat: no-repeat;*/
		}	
	
	.breadcrumbs {
		display: none;
		/*color: #d2d5da; 
		font-size: 10px; 
		margin-top: 20px; 
		text-align: right;
		}
	.breadcrumbs a{
		color: #d2d5da;
		 */
		}
		
	.divProd {
		width: 220px;
		height: 215px;
		border: 0px solid #ffb000;
		font-size: 12px;
		float: left;
		margin: 0px 0px 0px 50px;
		}
		
	.divProd img {
		clear: both;
		float: none;
		vertical-align: middle;
		border: none;
		}
		
	.divProd div{
		width: 149px;
		}
		
	.divProd .fl {
		float: left;
		}
		
	.divProd .fr {
		float: right;
		}
		
	.divProd a {
		color: #53616d;
		padding: 3px 0px;
		margin: 0px;
		text-decoration:none;
		}
		
	.divProd a:hover {
		text-decoration:underline;
		}
		
	.divProd a:visited {
		color: #53616d;
		}
		
	.divProdDetails {
		/*
		margin-left: 54px;
		*/
		padding: 20px 0px 20px 0px; 
		}
		
	.divProdDetails table {
		border-collapse: collapse;
		margin-left: 1px;
		width: 237px;
		margin-bottom: 43px;
		}
		
	.divProdDetails td {
		border: 1px solid #7f868e;
		font-size: 12px;
		border-left: none;
		border-right: none;
		vertical-align: top;
		}
		
	.divProdDetails ul{
		padding: 15px 15px 25px 15px;
		margin: 0px;
		}
		
	.priceBig {
		width: 128px; 
		height: 33px;  
		float: right; 
		font-size: 24px; 
		text-align: center; 
		padding-top: 3px;
		color: #50323a;
		font-weight: bold;
		}
		
	.divPrinter {
		display: none;
		}
		

		
		
	/* ---------- LAYOUT -------------------- */
	/* -------------------------------------- */
	h1 {
		color: #404b56; 
		font-size: 30px; 
		font-weight: normal; 
		padding: 0px; 
		margin: 34px 0px 0px 27px;
		}
	h2{
		color: #53616d; 
		font-size: 24px; 
		font-weight: normal; 
		padding: 0px; 
		margin: 0px;
		}	

 
		
	/* WCIĘCIA TEKSTU */
	/*.ind{
		padding: 0px 0px 0px 33px;
		margin: 0px;
		}
	.ind p{
		padding: 5px 0px;
		margin: 0px;
		} */
	/* end WCIĘCIA TEKSTU */
	
	
 		 	 
 
   
}



/* --------- MEDIA PRINT SCREEN ------------------ */
/* ----------------------------------------------- */
@media screen, print { }


			
			
			
			
			
			
			
			
			
			