.nastip {
  border: 1px solid #e1e1e1;
  padding: 5px;
  margin: 5px;
  float: left;
  width: 208px;
  height: 141px;
  position: relative;
  cursor: pointer;
}

.nastip_tab {
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 0px;
  border-collapse: collapse;
  border-style: none;
  width: 218px;
  table-layout: fixed;
}

.nastip_tab tr .nastip_nase {
  padding: 1px 10px 1px 10px;
  text-align: left;
  background: #0092d0;
  color: white;
  font-size: 8pt; 
}

.nastip_tab tr .nastip_cena {
  padding: 1px 10px 1px 10px;
  text-align: right;
  background: #c2e6f4;
  color: red;
  width: 85px;
  font-size: 8pt;  
}

.nastip .nastip_nazev {
  font-weight: bold;
  color: #0092d0;
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  padding-bottom: 5px;    
}

.nastip .nastip_kratky {
  font-size: 7pt;
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 0px;
  padding-top: 0px;
}

.nastip .nastip_kratky li {
  padding: 1px;
  margin: 0px;
}

.nastip_detail_nazev {
  width: 97%;
  height: 16px;
  padding: 5px 7px 5px 7px;
  margin-bottom: 15px;
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
  color: white;
  background: #0092d0;
  position: relative;
}

.nastip_detail_text {
  font-size: 8pt;
  line-height: 1.2;
  width: 61%;
  text-align: justify;
  margin-bottom: 20px;
}

.nastip_detail_moc{
  font-size: 10pt;
  color: black;
  font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: right;
  padding-bottom: 5px;
  padding-right: 20px;
  width: 61%;
}

.nastip_detail_cena{
  font-size: 10pt;
  color: #0092d0;
  border-top: 1px solid #e1e1e1;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: right;
  padding-top: 5px;
  padding-right: 20px;
  font-weight: bold;
  width: 61%;
}

.nastip_detail_foto {
  float: right;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.nastip_detail_foto img {
  margin-bottom: 15px;
  cursor: pointer;
}

.doporuc {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 467px;
  height: 332px;
}

.novinky {
  border: 1px solid #e1e1e1;
  padding: 10px;
  position: absolute;
  left: 11px;
  bottom: 11px;
  width: 197px;
  height: 294px;
  overflow: hidden;
}

.novinky_nadpis {
  color: white;
  background: #e76804;
  padding: 3px;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  width: 211px;
  height: 9px;
  position: relative;
  left: -10px;
  top: -10px;  
}

.novinky_obsah {
  border-collapse: collapse;
  border-style: none;
  text-align: left;
}

.novinky_obsah td {
  font-size: 8pt;
  padding: 2px 0px 2px 0px;
  vertical-align: middle;
}

.novinky_titulek {
  color: #e76804;
  font-size: 8pt;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.flash {
  position: absolute;
  top: 0px;
  left: 11px;
}