body {
	margin: 0px;
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 0pt;
}

tr.cenik_head {
	background-color: #505050;
}

td {	font-size: 8pt; color: #eee }

td.decor_left {
	background-image: url('../img/decor-left.png');
	border-right: solid 1px #eee;
}

td.decor_main {
	background: url('../img/decor-main.png');
}

td.decor_right {
	background: url('../img/decor-right.png');
	border-left: solid 1px #eee;
}

td.main {
	padding: 8px;
	font-size: 8pt;
}

td.product_menu {
	padding-left: 12px;
	background-color: #313131;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

a.product_group {
	display: block;
	color: white;
	text-decoration: none;
	background-color: #535353;
	margin-left: -12px;
	padding: 2px 0px 4px 12px;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: solid 1px #313131;
	cursor: pointer;
}

a.product_group:hover {
	display: block;
	background-color: #636363;
	cursor: pointer;
}

a.button {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #313131;
}

a.button:hover {
	background-color: #313131;
	border-bottom: solid 1px black;
}

a.product {
	display: block;
	padding: 1px 0px 3px 4px;

	text-decoration: none;
	font-size: 8pt;
	color: #eee;
	border-bottom: solid 1px black;
}

a.product:hover {
	background-color: black;
	color: white;
}

a.img {
	color: #df4930;
}

div.subtitle {
	padding: 1px 0px 3px 4px;
	border-bottom: solid 1px black;
	font-weight: bold;
	color: #eee;
	background-color: #636363;
}

h1 {
	font-size: 12pt;
	color: #eee;
}

h2 {
	font-size: 11pt;
	color: #c1a57d;
}

h3 {
	font-size: 10pt;
	color: #eee;
}

a {
	color: #c1a57d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.invert {
	color: #c1a57d;
	text-decoration: none;
}

a.invert:hover {
	text-decoration: underline;
}

p {
	font-family: Arial, sans-serif;
}

div.img {
	margin-right: 20px;
	float: right;
}

div.img img {
	border: 1px solid #aaa;
}

.galerie_img {
	margin: 8px 8px;
	border-color: #df4930;
}

.bg_dark_gray { background-color: #313131; }

.border_red { border-right: solid 1px #df4930 }
.hide { display: none }
.show { }

.zindex1 { z-index: 1 }
.zindex5 { z-index: 5 }
.zindex10 { z-index: 10 }