@charset "utf-8";
/* CSS Document */

div#content{
		height:1280px;
	}
	
#product-navigation li.plink-leaflets-flat a{background:url(../../img/menu/bg-menu-active.png) repeat-y; color:#01445e; }

	td#pt-content{
		padding:40px 0;	
	}
	
	table.prices td{

		border:1px solid #6badd1;
		border-bottom:none;
		border-right:none;

	}
	
	
	table.prices td.last-item{
		border-right:1px solid #6badd1;
	}
	
	table.prices td.bt-item{

		border-bottom:1px solid #6badd1;
	}
	
	table.prices td.bt-corner{
		border-right:1px solid #6badd1;
		border-bottom:1px solid #6badd1;
	}
	
	table.prices td.bottom-item{
		border-bottom:1px solid #6badd1;
		border-right:1px solid #6badd1;
	}
	
	table.prices td.top-corner{
		border:none;
	}
	
		table.prices td.process{
		border:none;

	}
	

	
	img#different-size{
		display:block;
		margin-top:15px;	
	}