/* CSS Document 
 podrobné zobrazení katalogu
*/

#podrobne{
  border: 0px solid red;
  position: relative;
  float:left;
  width: 592px;
}

#podrobne .produkt_obal{
  height: 295px;
  border-bottom: 1px solid #b9b9b9;
  width: 100%;
  _width: 99%;
  padding: 5px 0;
  position: relative;
}

#podrobne .produkt{
  float: left;
  _display: inline;
  width: 191px;
  min-height: 265px;
  _height: 265px;
  margin: 0px 5px 0px 0;
  border-right: 1px solid #b9b9b9;
  text-align: left;
  position: relative;
  padding-bottom: 30px;
}

#podrobne .produkt.napravo{
  border: 0;
  margin-right: 0px;
}

#podrobne .produkt .nadpis h3{
  margin:0;
  padding: 0;
  
}

#podrobne .produkt .foto{
  text-align: center;
  width: 180px;
  height: 170px;
  margin-top: 10px;
}

#podrobne .produkt .foto img{
  border: 0;
    
}

#podrobne .produkt .popis{
  overflow:hidden;
  width: 100%;
  height: 65px;
  
}

#podrobne .produkt .bottom{
  position: absolute;
  bottom: 0;
  left:0;
  height: 30px;
  
  padding: 0 5px;
}

#podrobne .produkt .bottom .cena{
  float: left;
  width: 70px;
  text-align: right;
}

#podrobne .produkt .bottom .form_kosik{
  vertical-align: middle;
  float: right;
}

#podrobne .cistic{
  
  border-bottom: 1px solid #b9b9b9;
  width: 100%;
  _height:1px;
  _background-color: #b9b9b9; 
}
