<!--

#detailni_obal {
}

.produkt {  
  width: 198px;
  height:230px; 
  position:relative;
/* width:33%;
 height:200px;*/ 
 overflow: hidden;
 float:left;
 padding:0;
 margin:0;
 text-align:left;
 position:relative;
 border-bottom:1px solid #b9b9b9;
 border-right:1px solid #b9b9b9;
}

.produkt .obsah {
  padding:5px 5px 25px;
}

.produkt h4 {
 text-align:left;
 height:40px;
 line-height:20px;
 margin:0;
 padding:0;
}

.prednost h4 { /* prednostni vypis */
  background:yellow;
}

.produkt h4 a {
 font-size:14px;
}

.produkt table {
  display:block;
  height:150px;
  overflow: auto;
}

.produkt .foto {
 height:150px;
 text-align:center;
 overflow:hidden;
}

.produkt .popis {
  font-size: 11px;
  font-weight:bold;
}


.produkt .kosik-form, .produkt  .cena  {
 position: absolute;
 bottom:5px;
 right:5px;
 text-align:right;
 width:110px;
 height:30px;
 line-height:30px;
 overflow:hidden;
}

.produkt .kosik-form a, .produkt .kosik-form form {
  display:inline;
  float:right;
  color:#fff;
  text-align:center;
}

.produkt .kosik-form a {
  background:url('detail.jpg') top left no-repeat;
  width:30px;
  height:30px;
  cursor:pointer;
   font-size:0px;
}

.produkt .kosik-form form input {
  background:url('koupit.jpg') top left no-repeat;
  width:65px;
  height:30px;
  border:0;
  margin:0;padding:0;
  cursor:pointer;
  color:#fff;
  font-size:0px;

}

.produkt .cena {
  left:5px;
  width:80px;
  
  color:#245177;
  font-size:18px;
}

-->
