/* CSS Document 
 KATALOG- detail produktu
*/

#produkt{
  border: 0px solid red;
}

#produkt h3{
  color: #235076;
}

#produkt #foto{
  float: left;
  width: 260px;
  height: 320px;  
}

#produkt #foto a{
  display: block;
  width: 100%;
  height: 100%;
}

#produkt #foto img{
  border:0;
  padding: 0;
}

#produkt #obsah{
  float: right;
  width: 312px;
}

#produkt #obsah table{
  width: 100%;
  border-collapse: collapse;  
}

#produkt #obsah table tr td{
  border-bottom: 1px solid #dfdfdf;
  padding: 2px 5px;
}

#produkt #obsah table tr.no-border td{
  border: 0;
}

#produkt #obsah table tr td.usetrite{
  color: #FF0000;
}

#produkt #obsah table tr td.nadpis, #produkt #obsah table tr span.nadpis{
  font-weight: bold;
  width: 120px;
}

#produkt #obsah table tr.popis td{  
  padding-bottom: 20px;
}



#produkt .cistic{
  width: 100%;
  border-bottom: 2px solid #c4c4c4;  
}
