img
	{
	border: 0px;
	}
	
h1
	{
	display: block;
	margin: 0px;
	padding: 0px;
	background: url('../images/background_h1blue.png');
	height: 30px;
	line-height: 28px;
	padding-left: 42px;
	color: white;
	font-size: 14px;
	}

h1.green
	{
	background: url('../images/background_h1green.png');
	}

h2
	{
	font-weight: bold;
	font-size: 12px;
	color: #001C43;
	margin-left: 10px;
	}
h3
	{
	font-weight: bold;
	color: black;
	font-size: 11px;
	margin-left: 10px;
	}

	
table
	{
	font-size: 11px;
	margin-left: 20px;
	}
th
	{
	text-align: left;
	padding: 2px 4px;
	}
	
div#main p
	{
	margin-left: 10px;
	}
div#main a{
	color: black;
	}
	
div#mainmenu p
	{
	margin-left: 20px;
	}
	
	
div#copy a
	{
	color: #00235E;
	font-weight: bold;
	}	
div#mainmenu a
	{
	color: black;
	}
div#mainmenu a:hover
	{
	text-decoration: none;
	}
	
input, textarea, select
	{
	border: 1px solid silver;
	font-size: 11px;
	color: #4a4a4a;
	}
	
table#productlist 
	{
	margin: 20px;
	width: 495px;
	}
	
table#productlist tr td
	{
	border-bottom: 1px solid #f2f2f2;
	padding-top: 15px;
	padding-bottom: 8px;
	text-align: center;
	}
	
table#productlist td h2
	{
	margin-bottom: 5px;
	text-align: left;
	}
	
hr
	{
	display: blcok;
	color: white;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted silver;
	}


table#productlist td p
	{ 
	margin-top: 5px;
	text-align: left;
	}
	
table#productlist td a
	{ 
	color: #00235E;
	font-weight: bold;
	}
	
span.cena
	{
	color: #5E80B9;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
	}
	
	
table#koszyk th{
	height: 35px;
	line-height: 34px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 0px 10px;
	}
table#koszyk td{
	padding: 8px 10px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	}