.tabulkove-zobrazeni {
  width: 100%;
  _width: 99%;
  border-collapse: collapse;
}

.tabulkove-zobrazeni .input-ks{
  width:20px;
  border: 1px solid #ccc;
}

.tabulkove-zobrazeni .suda{
  
}

.tabulkove-zobrazeni .licha{
  
}

.tabulkove-zobrazeni th { 
  background:#e8f6ff; 
  color: black;
  font-weight:bold;
  text-align:center;
  border:0px solid #fff;
  padding:3px 0;
  vertical-align:top;
}


.tabulkove-zobrazeni td { 
  padding:2px 5px;
  text-align:center;
  line-height: 20px;
  vertical-align: text-top;
  background: #f2f2f2 url(tabulkove_td_bg.gif) left bottom repeat-x;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid white;
  vertical-align:top;
}

.tabulkove-zobrazeni td input {
  text-align:center;
}

.tabulkove-zobrazeni td h4 {
  margin:0;
  padding:0;
}

.tabulkove-zobrazeni .cena {
  text-align: right;
  font-weight: bold;
  color:#ff1700;
}

.tabulkove-zobrazeni .kosik {
  text-align: right;
  padding-right:0;
  margin:0;
}

.tabulkove-zobrazeni .kosik form{
  margin:0;padding:0;
}

.tabulkove-zobrazeni .kosik form .submit_button_kosik{
  background: #e30b00 url(submit_button_kosik_tabulkove.png) top left no-repeat;
  border:0;
  width:27px;
  height:22px;
  line-height:22px; 
  cursor:pointer; 
  display: block;
  margin-top: 1px;
  float:right;
}

.tabulkove-zobrazeni .porovnani {
  padding-left:0;
  text-align:left;
  margin:0;
}

.tabulkove-zobrazeni .porovnani a{
  background: #c3c3c3 url(porovnani_produktu_tabulkove.gif) top left no-repeat;
  border:0;
  width:27px;
  height:22px;
  line-height:22px;
  cursor:pointer;
  display: block;
  margin-top: 1px;
  margin-left: 1px;
}

.tabulkove-zobrazeni .porovnani a span{
  display: none;
}

