/* CSS Document */

.eshop_vyrobky {
  position: relative;
  margin-left: -4px;
  table-layout: fixed;
  width: 520px;
  }

.eshop_pruhledny {
  position: absolute;
  z-index: 2;
  margin-left: -7px;
  margin-top: 35px;
  }

.eshop_vyrobky td {
  max-width: 250px;
  _width: 250px;
  height: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  vertical-align: top;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Arial;
  font-size: 8pt;
  -moz-border-radius: 10px;
  }

.eshop_vyrobek_popis_vlevo {
  position: absolute;
  width: 165px;
  height: 180px;
  margin-left: 75px;
  overflow: hidden;
  }

.eshop_vyrobek_popis_dole {
  position: absolute;
  width: 200px;
  height: 56px;
  margin-top: 124px;
  overflow: hidden;
  }

.eshop_vyrobek_popis_dole_sleva {
  position: absolute;
  width: 200px;
/*  height: 56px; */
  height: 44px;
  margin-top: 124px;
  overflow: hidden;
  }

.eshop_vyrobek_nahled_obrazku {
  height: 180px;
  overflow: hidden;
  }

.eshop_vyrobek_nahled_obrazku_sleva {
  height: 168px;
  overflow: hidden;
  }

.eshop_vyrobek_cena {
  position: relative;
  z-index: 10;
  margin-left: -7px;
  _margin-top: -14px;
  height: 20px;
  text-align: center;
  font-size: 11pt;
  }

.eshop_vlozit_dokosiku {
  position: absolute;
  margin-top: 1px;
  _margin-top: 16px;
  margin-left: 196px;
  _margin-left: -33px;
  }

.eshop_vlozit_dokosiku_sleva {
  position: absolute;
  margin-top: 12px;
  _margin-top: 26px;
  margin-left: 196px;
  _margin-left: -33px;
  }

.eshop_akcni_cena {
  font-size: 7pt;
  color: gray;
  text-decoration: line-through;
  height: 13px;
  _margin-top: -3px;
  }

.eshop_akcni_cena_detail {
  color: gray;
  text-decoration: line-through;
  }

.eshop_detail_obrazek {
  position: absolute;
  text-align: right;
  width: 100px;
  margin-top: 10px;
  color: gray;
  font-size: 8pt;
  }

.eshop_detail_info {
  width: 350px;
  min-height: 150px;
  _height: 150px;
  font-size: 10pt;
  }

.eshop_sleva {
  color: red;
  background-color: yellow;
  }

.eshop_kosik_tabulka {
  table-layout: fixed;
  border-style: none;
  font-size: 10pt;
  border-collapse: collapse;
  }

.eshop_kosik_tabulka td {
  border: 1px solid grey;
  padding-left: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  }

.eshop_kosik_cena {
  margin-left: 329px;
  margin-top: 5px;
  }
  
.eshop_kosik_form {
  position: absolute;
  width: 150px;
  margin-left: 61px;
  border-style: solid;
  border-color: 808080;
  border-width: 1px;
  }

.eshop_kosik_form_povinne {
  position: absolute;
  width: 150px;
  margin-left: 61px;
  background-color: #ffffcc;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  }

.eshop_kosik_form_psc {
  position: absolute;
  width: 50px;
  margin-left: 61px;
  background-color: #ffffcc;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  }

.eshop_kosik_texty {
  font-size: 8pt;
  }
  
.eshop_kosik_adresa {
  margin-top: 5px;
  line-height: 21px;
  }

.eshop_kosik_tab_1 {
  width: 210px;
  _width: 215px;
  }

.eshop_kosik_tab_2 {
  width: 66px;
  _width: 70px;
  }

.eshop_kosik_tab_3 {
  width: 36px;
  _width: 40px;
  }

.eshop_kosik_tab_4 {
  width: 70px;
  _width: 74px;
  }
  
.vetev {
 overflow: auto;
  padding-top:3px;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
	border-bottom: 1px rgb(213,223,234) solid;
}

.vetev_info {
  float:right;
	text-align: right;
}

.vetev_infol {
  float:left;
	text-align: right;
}


