<!--

.detailni_obal {
padding:10px 0 0 0;
min-height:500px; 
}

.produkt {  
  width: 369px;
  height:170px; 
  position:relative;
/* width:33%;
 height:200px;*/ 
 overflow: hidden;
 float:left;
 padding:10px 0 20px 0;
  margin:0 0 15px 15px;

 text-align:left;
 position:relative;
background:url(produkt.png) left bottom no-repeat;
}

.produkt .obsah {
  padding:0;

  padding-left:160px;
}

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

 color:#005c24;
 text-decoration:underline;
}

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

.produkt h4 a {
 font-size:14px;
  color:#005c24;
   text-decoration:underline;
}

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

.produkt .foto {
 height:175px;
 text-align:center;
 overflow:hidden;
 float:left;
 margin:0 12px 0 8px; 
 width:150px;
}

.produkt .popis {
  font-size: 12px;
  font-weight:normal;
  color:#7b8935;
}


.produkt .kosik-form {
 position: absolute;
 bottom:17px;
 right:11px;
 text-align:right;
 vertical-align:top;
 width:110px;
 height:35px;
 line-height:18px;
 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:109px;
  height:20px;
  cursor:pointer;
}

.produkt .kosik-form form input {
  background:#005c24 url('kosik.png') top left no-repeat;
  width:109px;
  height:30px;
   line-height:18px;
  border:0;
  margin:0;padding:0;
  cursor:pointer;
  color:#fff;
  font-size:12px;
  font-weight:bold;

}

.produkt .cena {
  position:absolute;
  left:175px;
  bottom:27px;
  width:70px;
  text-align:left;
  color:#d82b35;
  font-size:20px;
}

-->

