body {
  background-color: #9F9F9F;
	margin: 0;
	padding: 0;
	color: rgb(70,70,70);
	width: 100%;
	height: 100%;
	text-align: center;
}
body, table td, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
table {
	border-collapse: collapse;
}
div {
  position: absolute;
}
div#zdjecie {
	/*height: ::zdjecie[height]::px;
	width: ::zdjecie[width]::px;*/
	margin-top: 30px;
	text-align: center;
}
div#img {
	padding: 5px;
	background: white;
	display: inline;
}
div#opis {  
  position:relative;
  left:0;
	width: 349px;
  overflow: auto;
  /*height: ::opis[height]::px;*/
  vertical-align: top;
}
table#opis {
	width: 90%;
	color: #1D2B1E;
}
div#dodajDoKoszyka {
	text-align: center;
	position: absolute;
	bottom: 20px;
  right: 25px;
	width: 300px;
}
div#dodajDoKoszyka a {
  color: #2A330A;
}
td.atrybut {
	color: #1D2B1E;
	width: 50%;
	text-align: right;
	font-weight: bold;
}
td.wartosc {
	color: #1D2B1E;
	width: 50%;
	text-align: left;
}
td.wartosc a {
  color: #333333;
}

a:link, a:visited, a:active {
	color: rgb(70,70,70);
	text-decoration: none;
}
a:hover {
	color: rgb(70,70,70);
	text-decoration: underline;
}
td {
	vertical-align: top;
  color: #333333;
}
a.afterlog {
  cursor: default;
}
#d2 a.afterlog {
  color: #AAA;
}
#d5 a  {
  color: #1D2B1E; 
}
#d5 a.afterlog {
  color: #737373;
}

#dodajDoKoszyka a.afterlog {
  color: #6B7D1C;
}
#d1, #d2, #d3, #d4, #d5 {
  margin: 0;
  display: block;
}
#d1 {
  left: 0;
  top: 0;
  width: 15px;
	background-position: top left;
 	background-image: url('/grafika/tloLD.gif');
	background-repeat: repeat-y;
}
#d2 {
  left: 15px;
  top: 0;
  text-align: center;
  overflow: hidden;
  padding-top: 35px;
  background: #DCDCDC;
}
#d3 {
  top: 0;
  width: 15px;
 	background-image: url('/grafika/tloPD.gif');
	background-repeat: repeat-y;
	background-position: top right;
}
#d4 {
  top: 0;
  padding-top: 25px;
  overflow: hidden;
}
#d4, #d5 {
  width: 350px;
  background: #9F9F9F;
}
#d5 {
	width: 310px;
	text-align: right;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

