@charset "UTF-8";

/* ------------- MEDIA PRINT  -------------- */
/* ----------------------------------------- */
@media print {
		
		.noprint{
					display: none;}
	img{
		border: 0px;
		}
					
			
	/* ---------- LAYOUT -------------------- */
	/* -------------------------------------- */
	h3{
		font-size: 17px;
		margin-bottom: 10px;
		text-transform: uppercase;
		line-height: normal;
	}
	
	h4{
		margin: 0px;
		padding: 0px;
		text-transform: uppercase;
		font-size: 17px;
		line-height: normal;
		}
		
	p.center{
		text-align: center;
		}	
		
		


	/* ---------- BOX PORÓWNANIE REKUPERATORÓW -------- */
	/* ------------------------------------------------ */
	.boxporownaj{
		border: 1px solid #ebebeb;  
		padding: 6px 6px 6px 8px;
		float: right; 
		background-image: url('img/bg_porownanie.gif');
		background-repeat: repeat-x;
		background-position: bottom;
		border-bottom: 0px;
		overflow: hidden;
		margin-left: 20px;
		}
	.boxporownaj img{
		display: inline; 
		vertical-align: middle;
		}
	.boxporownaj a{
		color: #0F63A2;	
		/*font-weight: bold; 
		line-height: 11px;*/
		} 
	.boxporownaja a:hover {
		text-decoration: underline;
		color: #0F63A2;
		/*font-weight: bold; 
		line-height: 11px;*/
		} 
	/* BOX PRODUKTY - KONIEC */  			
		
		
		
		
	/* ------------- TABELKI Z DIVów ------------ */
	/* ------------------------------------------ */
	.boxcells{
		float: left; width: 60px;
		height: 41px;
	 	border: 1px solid #ffffff; 
		background-color: #e9eff4;
		text-align: center;
		vertical-align: middle;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.boxcells1{
		float: left; width: 60px;
		height: 15px;
	 border: 1px solid #ffffff;  
		background-color: #e9eff4;
		text-align: center;
		vertical-align: middle;
	}
	.boxcells2{
		float: left; width: 60px;
		height: 32px;
	 	border: 1px solid #ffffff; 
		background-color: #e9eff4;
		text-align: center;
		vertical-align: middle;
	}
	.boxcells3{
		float: left; width: 60px;
		height: 28px;
	 	border: 1px solid #ffffff; 
		background-color: #e9eff4;
		text-align: center;
		vertical-align: middle;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.boxcells4{
		float: left; width: 184px;
		height: 39px;
	 	border: 1px solid #ffffff; 
		background-color: #e9eff4;
		text-align: center;
		vertical-align: middle;
		padding-top: 6px;
		padding-bottom: 4px;
	}
	/* .boxcels */			 
 
   
}



/* --------- MEDIA PRINT SCREEN ------------------ */
/* ----------------------------------------------- */
@media screen, print { }


			
			
			
			
			
			
			
			
			
			
