body#info, body#foto {
  margin:0;
}
div#global{
  height: 100%;
}
table.infoglobal {
  width:100%;
  height:100%;
  border:0;
  border-collapse: collapse;
}

td#infotop {
  background-color: #DAE3F1;
  border-bottom: 1px #000 dashed;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
}
td#infobottom {
  background-color: #DAE3F1;
  border-top: 1px #000 dashed;
  line-height: 30px;
  height: 30px;
  font-size: 11px;
  padding: 0 10px;
  text-align: right;
}
td#infobody{
  vertical-align: top;
  padding: 10px;
}

#info table.produkt{
  width: 640px;
}
#info td.foto{
  width:250px;
  border: 0;
}
#info td.opis{
  padding-left: 10px;
}
#info td.cms{
  padding-top: 10px;
}

#foto table.foprodukt{
  width: 100%;
}
#foto td.fofoto{
  text-align: center;
}
#foto .fofoto table{
  text-align: center;
  width: 480px;
  height: 480px;
  margin: 0 auto;
  border: 1px #162856 solid;
  vertical-align: middle;
}
#foto .fofoto img{
}
#foto td.foopis{
  width: 185px;
  vertical-align: top;
  padding-left: 10px;
}

#foto .foopis table{
  border: 1px #162856 solid;
  border-collapse: collapse;
  width: 100%;
  padding:0;
}
#foto .foopis th{
  border-bottom: 1px #162856 solid;
  text-align: left;
  color: #476FAD;
  padding: 2px;
}
#foto .foopis td{
  padding: 2px;
}
#foto .foopis td table{
  border:0;
  text-align: center;
  width: 100%;
}
#foto .foopis td table td{
  width: 33%;
}