a:link {
	color: red;
}
.produkt{
        border: none;
}

table{
	table-layout: fixed;
}

body table.products{
	position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 700px;
        border: 0;
        table-layout: auto;
        border-spacing: 0;
        border-collapse: collapse;
        margin-top: 0;
        margin-bottom: 0;

}
body table.products thead tr.type td{
	height: 24pt;
	text-align: left;
	padding-left: 10px;
	font-size: 13pt;
	color: red;	
	padding-top: 10px;
	border-bottom: 1px solid orange;
	border-top: 1px solid orange;
	cursor: pointer;
	} 

body table.products tbody tr td {
	text-align: right;
	padding-right: 1em;
	padding-left: 1em;
	/*border: 1px solid black; */
	width: 95px;	
}
body table.products thead tr td{
	text-align: right;
	padding-right: 1em;
	padding-left: 1em;
	/*border: 1px solid black;*/
	width: 95px;
}
body table.products tbody tr td.nazwa{
		text-align: left;
	padding-left: 1em;
	width: 420px;
}
body table.products thead tr td.namehead{
		text-align: left;
	padding-left: 1em;
	width: 420px;
}
body table.products tbody tr td.pack{
	padding-right: 1em;
	width: 80px;
	text-align: right;
}
body table.products thead tr td.packhead{
	padding-right: 1em;
	width: 80px;
	text-align: right;
}
body table.products thead tr.type td{
	width: 700px;
}

body table.products tbody tr td.fake{
	width: 10px;
	background: transparent;
	padding: 0;	
}
body table.products tbody tr:hover td{
	background: #d1e0c2;
	cursor: pointer;
}
body table.products tbody tr.tabRowhover td{
	background: #d1e0c2;
	cursor: pointer;
}
body table.products tbody tr.shaded td{
	background: #ffd999;	
}
body table.products tbody.hidden{
	display: none;
}
body table.products tbody.hidden tr td{
	display: none;
	height: 0;
}
body table.products tbody.shown tr td{
	display: table-cell;
	height: auto;
}
#expander{
	cursor: pointer;
}
#tresc{
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right:auto;
	width: 738px;
	background: white;
	margin-top: 20px;
}

#adres{
	font-weight: bold;
}

p {
	margin-left: 30px;
	text-align: left;
}


body {
	background-image: url('../gf/cream.png');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a img {
	border: none;
}

#glowny {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	width : 818px;
	background: white;
	text-align: center;
	/*border: 1px solid black;*/
}

#klosydolne{
	position: relative;
	top: -15px;
	margin: 0;
	width: 778px;
	left: 0px;
}
.produkt{
        border: none;
}
#menu {
	position: relative;
	top: 0px;
	left: 1px;
	height: 35px;
	margin-top: 0px; 
	margin-bottom: 0px;
}
html>body #menu{
	position: relative;
	top: 0px;
	left: 0px;
	height: 35px;
	margin-top: -4px; 
	margin-bottom: -4px;
}

#menu,#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}

#menu  a { /*width: 12em;*/

	display: block;
	text-decoration: none;
	color: white;
	font-size: 10pt;
	z-index: 2;
	/*text-align: center;*/
}

#menu a.menuItem {
	width: 9.5em;
}
#menu li ul a {
	border-bottom: 1px solid #555555;
	width: 9em;
}

html>body #menu a.menuItem {
	width: 9.5em;
}

html>body #menu li ul a {
	border-bottom: 1px solid #555555;
	width: 9.5em;
}

#menu li ul a:hover {
	color: white;
	background: #00cc00;
	z-index: 8;
	width: 9.5em;
	border-bottom: 1px solid #555555;
}
html>body #menu li ul a:hover {
	color: white;
	background: #00cc00;
	z-index: 8;
	width: 9.5em;
	border-bottom: 1px solid #555555;
}
#menu li {
	float: left;
	z-index: 8;
}

#menu>li>a {
	text-align: left;
	margin-left: 0;
}

#menu li ul {
	top: 31px;
	font-family: Tahoma,Verdana, Arial, Helvetica, Sans-serif;
	color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	position: absolute;
	left: -999em;
	width: 7.5em;
	background: #789e53;
	text-align: left;
}

html>body #menu li ul {
	top: 31px;
	font-family: Tahoma,Verdana, Arial, Helvetica, Sans-serif;
	color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	position: absolute;
	left: -999em;
	width: 9em;
	background: #789e53;
	text-align: left;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	margin-left: 0.7em;
	z-index: 8;
}
#zawartosc{
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 778px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	background: #ffffcc;
	margin-top: -20px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#footer{
	margin-top: 0px;
}
#tresc{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right:auto;
	width: 738px;
	background: white;
	margin-top: 20px;
}
#spis{
        position: absolute;
        top: 110px;
        left: 30px;
	margin-top: 0;
}
#spis a {
        color: red;
        text-decoration: none;
	font-size: 14pt;
}
#spis a:hover{
        font-weight: bold;
}
#produkty{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 700px;
        border: none;
        table-layout: auto;
        border-spacing: 0;
        border-collapse: collapse;
        margin-top: 0;
        margin-bottom: 0;

}


#produkty thead tr td{
		font-weight: normal;
        /* background: #b1d78c;*/
        border-collapse: collapse;
        border-bottom: solid 1px green;
	text-align: right;
	padding-left: 1em;
	padding-right: 1em;
	width: 95px;
	/*border: 1px solid black;*/
}
#produkty thead tr td.namehead{
	padding-left: 0.5em;
	text-align: left;
	width: 430px;
}
#produkty thead tr td.packhead{
	padding-right: 0.5em;
	text-align: right;
	width: 80px;
}
#produkty tbody tr td{
        /* background: white;*/
	text-align: right;
	padding-right: 1em;
	padding-left: 1em;

}
#produkty tbody tr td img{
        vertical-align: middle;
}
#produkty tbody tr:hover td, #produkty tbody tr.tabRowhover td{
	background: #d1e0c2;
	cursor: pointer;
}
#produkty tbody tr.shaded td{
	background: #ffd999;	
}
#produkty tbody tr.type td{
	height: 32pt;
	text-align: center;
	font-size: 13pt;
	color: red;	
	padding-top: 10px;
	border-bottom: 1px solid orange;
	/*border-top: 1px solid orange;*/
}

#produkty tbody tr td.nazwa{
	text-align: left;
	padding-left: 1em;
}

#produkty tbody tr td.pack{
	padding-right: 1em;
}
#produkty tbody tr td.fake{
	width: 10px;
	background: transparent;
	padding: 0;	
}
#produkty tbody tr.hidden td{
	border: none;
	display: none;
	empty-cells: hide;
	visibility: collapse;
	height: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;	
}
#produkty tbody tr.show td{
	display: inherit;	
}
#adres{
	font-weight: bold;
}
img.lg{
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0;
	padding: 0;
}
img.rg{
	position: absolute;
	top:-1px;
	right:-1px;
	margin: 0px;
	padding: 0px;
}
img.rd{
	position: absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
}
img.ld{
	position: absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding:0px;
}
.heading{
	position: relative;
	z-index: 3;
	border: solid 1px #cfddca;
	margin-top: 0px;
	padding: 20px;
	background: #ffffff;
	margin-right: 3em;
	margin-left: 3em;
}
img.left{
	height: 5em;
	width: 16px;
	}