/* DETAIL ZBOZI */
.kat_detail{
  width: 830px;
}
table#tblvls{
  width: 430px;
}
table#tblvls th{
  white-space: nowrap;
  vertical-align: top;
}
table#tblvls td{
  text-align: left;
  color: #D53B01;
  font-weight: bold;
}
.kat_detail .det_foto{
  float: left;
  width: 370px;
  margin-right: 10px;
}
  .kat_detail .det_foto img{
    border: 4px solid #c2c2c2;
  }
  .kat_detail .det_foto p{
    text-align: justify;
  }
.kat_detail .det_popis{
  float: left;
  width: 430px;
}
  .kat_detail .det_popis h2{
    font-size: 14px;
    text-transform: uppercase;
  }
  .kat_detail .det_foto h2#det_akce_nazev, .det_foto p#det_akce_popis{
    color: #D53B01;
  }
  
  .kat_detail .det_popis h3, .det_foto h3{
    margin-top: 15px;
    color: #81AF1A;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .kat_detail .det_popis span.det_vyrobce{
    font-size: 11px;
    color: #94ABB9;
  }
  .kat_detail .det_popis table{
    width: auto;
  }
  .kat_detail .det_popis table th{
    color: #7E7E61;
    padding-right: 10px;
    /*white-space: nowrap;*/
    /*width: 45px;*/
    font-weight: normal;
  }
  .kat_detail .det_popis table tr.det_akcnicena td, .kat_detail .det_popis table tr.det_akcnicena th{
    color:#FF0000;
    font-weight: bold;
  }
  .kat_detail .det_popis table tr.det_puvodnicena td, .kat_detail .det_popis table tr.det_puvodnicena th{
    text-decoration: line-through;
  }  
  .kat_detail .det_popis table td{
    text-align: right;
  }
  .kat_detail .det_popis table td.varisele{
    text-align: left;
  }
  .kat_detail .det_popis table td.varisele input{
    width: 50px;
    text-align: right;
  }
  .kat_detail .det_popis table td.varisele input.koupit{
    width: 120px;
    height: 24px;
    background: url(../img/but_koupit.png) repeat;
    border: 0px;
  }
  .kat_detail .det_popis table td.varisele input, .det_popis table td.varisele select{
    border: 1px solid #94ABB9;
    font-weight: bold;
  }
  .kat_detail .det_popis table td span#aktcena, .kat_detail .det_popis table td.aktcena, .kat_detail .det_popis table th.aktcena strong{
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    font-family: Calibri, Arial;
  }
  
/* PODKARTy */
#podkarty{
  width: 535px;
}
div.det_podk{
  border: 1px solid #e2e2e2;
  float: left;
  width: 245px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  _margin-bottom: 20px;
  text-align: center;
}
div.det_podk h2{
  font-size: 12px;
  text-transform: none;
}
div.det_podk p{
  font-size: 11px;
  color:#666;
}
div.det_podk strong{
}


