<!--

.detailni_obal {
}

.produkt {  
  width: 263px;
  height:202px; 
  position:relative;
  overflow: hidden;
  float:left;
  padding:0;
  margin:0 3px 6px 0;
  text-align:left;
  
  border: 1px solid #e5e5e5;
}

.produkt .obsah {
  padding: 5px 10px 45px 10px;
}

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

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

.produkt h4 a {
  font-weight:bold;
}

.produkt .foto {
  float: left;
  min-height: 100px;
  width:100px;
  overflow:hidden;
  text-align: center;
}

.produkt .popis {
  margin-left: 105px;
  height: 100px;
  overflow:hidden;
}

.produkt .legenda{
  position: absolute;
  left: 114px;
  bottom: 51px;
  width: 145px;
  height: 20px;
  /*border: 1px solid black;*/
}

.produkt .legenda img{
  float: left;
  margin-left: 1px;
}

.produkt .patka{
  position: absolute;
  bottom:0px;
  left:0px;  
  width:100%;
  height:41px;  
  overflow:hidden;
  border-top: 1px solid #e5e5e5;
  background: #f2f2f2;
}

.produkt .patka .cena, .produkt .patka .usetrite{
  position: absolute;  
  left:15px;
  width:205px;
  height: 18px;
  line-height: 18px;
  text-align:left;
  overflow: hidden;
}
.produkt .patka .cena{  
  top:3px;
}

.produkt .patka .cena span {
  color: #ff1700;
  font-weight: bold;
}

.produkt .patka .usetrite {  
  bottom:3px;  
}

.produkt .patka .usetrite span {  
  font-weight: bold;
}

.produkt .patka .kosik{
  position: absolute;
  right:8px;
  top:5px;
  width: 31px;
  height:31px;
  overflow:hidden;
  /*border: 1px solid black;*/
  margin:0;
  padding:0;
}

.produkt .patka .kosik form{
  margin:0;
  padding:0;
  display: block;
}

.produkt .patka .kosik .submit_button_kosik{
  display: block;
  margin: 0;
  padding: 0;
  height: 31px;
  width: 31px;
  overflow:hidden;
  border: 0;
  background: #d50400 url(submit_button_kosik.png) left top no-repeat;
  cursor: pointer;
}

-->

