

/* ---[ ` adv. ]-------------------------- */

.no-display { display: none; }
.nod{ display: none; } 

#popup {
  position: absolute;
  top: 325px; left: 40%;
  width: 357px; height: 500px;
  background: transparent url(../images/novinka.jpg) no-repeat 0 0;
  z-index: 5;	
}

#popup .pmore {
  display: block; 
  width: 357px; height: 500px;
}

#popup h2 {
  position: absolute;
  width: 0px; height: 0px;
  top: 0px; left: 0px; margin: 0px;
  overflow: hidden;
  display: none;
}

#popup h2 span {
  display: block; position: absolute;
  width: 0; height: 0;
  left: 0px; top: 0px;
  background: transparent url(05.gif) no-repeat 0 0;
  display: none;
}

#popup .p1 {
  position: absolute;
  width: 0px; height: 0px;
  top: 0px; left: 0px;
  overflow: hidden; 
  background: transparent url(04.gif) no-repeat 0 0;
  display: none;
}

#popup .plink {
  position: absolute;
  width: 0; height: 0;
  top: 0; right: 0;
  overflow: hidden;
  background: transparent url(03.gif) no-repeat 0 0; 
  display: none;
}

#popen {
  display: block; position: absolute;
  top: 325px; left: 0;
  width: 39px; height: 34px;
  background: transparent url(../images/open.png) no-repeat 0 0;
}

#pclose {
  display: block; position: absolute;
  right: 0; top: 0;
  width: 39px; height: 34px;
  background: transparent url(../images/close.png) no-repeat 0 0;
}


/* ---[ akce ]-------------------------------- */


