<!--

.produkty_obal {
  height: 299px;
  border-bottom:1px solid #000000;
  padding-bottom:10px;
  margin-bottom:10px;  
}

.produkt {  
  width: 187px;
  height:298px; 
  position:relative;
 overflow: hidden;
 float:left;
 padding:0;
 margin:0;
 text-align:left;
 
 border-right:1px solid #000000;
}

.napravo{
  border-right:0;
}

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

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

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

.produkt h4 a {
 font-size:12px;
 color:#B20000;
}

.produkt h4 a:hover {
 color:#663300;
}

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

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

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

.produkt .detail{
  position: absolute;
  bottom:0px;
  left:0px;
  text-align:right;
  width:45px;
  height:20px;
  line-height:20px;
  overflow:hidden;  
}

.produkt .detail a{
  color: black;
  text-decoration: underline;
}

.produkt .detail a:hover{  
  text-decoration: none;
}

.produkt .cena{
  position: absolute;
  bottom:0px;
  right:80px;
  text-align:right;
  width:70px;
  height:20px;
  line-height:20px;
  overflow:hidden;
  
}

.produkt .kosik-form{
	width: 64px;
	height: 42px;
	position:absolute;
	bottom:0;
	right:10px;
}

.produkt .kosik-form .submit_button_kosik_cs {
	margin-top:2px;
	width: 63px;
	height: 39px;
}

#middle .produkt .kosik-form input {
	background-color: transparent;
}

.produkt .kosik-form .text {
	position:absolute;
	width: 62px;
	text-align: center;
	font-weight: bold;
	color: #b20000;
}

.produkt .kosik-form form{
  margin:0;
  padding:0;
  
}
-->
