<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic,600italic,700italic&amp;subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);


body {
  background: #fff;
  color: #000;
  width: 100% !important;
  font-family: 'Open Sans', Arial, Verdana, sans-serif, Helvetica;
  font-size: 1.0em;
}
html {
  padding: 20px;
  width: 1140px;
  height: 580px !important;
}
.po_zaplaceni {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 95%;
  color: #b6b6b6;
  text-align: center;
}
a:link, a:active, a:visited, a:hover, a:focus {
  color: #1765b4;
  text-decoration: underline;
}
.block_nakup {
  width: 1140px;
  height: 387px;
  position: relative;
}
.nakup {
  float: left;
  clear: left;
  width: 550px;
  overflow: hidden !important;
}
.photo_med {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  max-height: 387px;
  overflow: hidden;
}
.photo_med img {
  width: 550px;
}
.photo_med .photo_med_control_prev,
.photo_med .photo_med_control_next {
  width: 14px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 99999;
  font-size: 0;
}
.photo_med .photo_med_control_prev {
  left: 0;
  background: url(/img/prev_photo.jpg) no-repeat;
}
.photo_med .photo_med_control_next {
  right: 0;
  background: url(/img/next_photo.jpg) no-repeat;
}
.popis_nakup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 550px;
  height: 367px;
}
.popis_nakup h2 {
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0;
}
.file_properties {
  padding: 10px 0;
  margin: 15px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-weight: 700;
}
.file_properties span {
  padding: 0 40px 0 5px;
}
.file_properties span:last-child {
  padding-right: 0;
}
.footer_nakup {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 550px;
}
.add_basket {
  background: #1761ac url(../img/basket.png) no-repeat left center;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 5px 15px 5px 45px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
}
.download_basket {
  background: #1761ac url(../img/download.png) no-repeat left center;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 5px 15px 5px 45px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
}
.date {
  width: 300px;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 2px solid #000;
  padding: 0 15px;
  font-size: 1.4em;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99;
}
.hlaska_block {
  position: absolute;
  bottom: 70px;
  left: 0;
}
.hlaska_block .basket_ok {
  background: #a6ce39;
  text-transform: uppercase;
  padding: 5px 20px;
  text-align: center;
  width: 290px;
  z-index: 99;
}
.hlaska_block .basket_ok .arrow {
  background: url(/img/ok_arrow.png) no-repeat;
  width: 13px;
  height: 7px;
  position: absolute;
  right: 20px;
  bottom: -7px;
}
.hlaska_block .basket_error {
  background: #ff0000;
  text-transform: uppercase;
  padding: 5px 20px;
  text-align: center;
  width: 290px;
  z-index: 99;
}
.hlaska_block .basket_error .arrow {
  background: url(/img/error_arrow.png) no-repeat;
  width: 13px;
  height: 7px;
  position: absolute;
  right: 20px;
  bottom: -7px;
}
.price {
  font-weight: 700;
  float: right;
  font-size: 1.4em;
  text-align: right;
}</pre></body></html>