html {
  overflow-y: scroll;
}
body {
  background: #fff;
  color: #000;
  font: 14px sans-serif;
  text-align: center;
}
a:link, a:visited {
  color: #111;
}
a:hover, a:active {
  color: #68f;
}

fieldset {
  display: block;
  margin: 0 0 1em 0;
  padding: 0.5em;
  width: 534px;
}
legend {
  color: #000;
}

a img {
  border: none;
}

#frame {
  position: relative;
  width: 760px;
  margin: 0 auto;
  text-align: left;
}

h1 {
  position: relative;
  width: 760px;
  height: 130px;
  margin: 0;
  padding: 0;
  text-align: right;
}
h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 760px;
  height: 130px;
  background: url(/img/logoi.png);
}


#menu {
  display: none;
}

#content {
  position: relative;
  margin: 1em;
  padding: 0;
}

.message {
  margin: 0em;
  padding: 0.5em;
  background: #ddd;
  color: green;
}

.error {
  margin: 0em;
  padding: 0.5em;
  background: #222;
  color: red;
}


.thumbnail {
  float: left;
  margin: 0 4px 0 0;
  padding: 4px;
  background: #ddd;
  text-align: center;
  font: 10px/10px Arial;
}
.thumbnail img {
  border: none;
  max-width: 70px;
  max-height: 100px;
}

.admin-stuff {
  display: none;
}

.fiw {
  width: 35em;
}


.kniha {
  display: block;
  clear: both;
  padding: 0 0 0.8em 0.5em;
  margin: 0 0 1.5em 0;
  border-bottom: #888 1px dotted;
}
.kniha.pripichnuta {
  background: #eee;
}
.kniha-upravy {
  font-weight: normal;
}
.kniha-nahledy {
}
.kniha-nahledy img {
  background: #bbb;
  max-width: 70px;
  max-height: 100px;
  border: none;
  vertical-align: top;
  margin: 2px;
  padding: 1px;
}
.kniha-nazev {
  display: block;
  margin-bottom: 8px;
}
.kniha-poznamka {
  margin: 0.5em 0;
}
.kniha-cena {
  font-weight: bold;
}
.kniha-cena s {
  color: #777;
}
.kniha-cena .sleva {
  font-size: 110%;
}
.kniha-tagy {
  display: block;
  clear: both;
}



.basket-hilite {
  color: #cb0;
}

.basket-contents {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}
.basket-contents th {
  background: #999;
  font-weight: normal;
  border: 1px solid #000;
}
.basket-contents td {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 5px;
  font-size: 12px;
}
td.basket-total-desc {
  border-left: none;
  border-top: 1px solid #000;
  padding-right: 0.5em;
  text-align: right;
}
td.basket-total-num {
  border: 1px solid #000;
}
tr.basket-postage {
  border-top: 1px solid #000;
}
.basket-empty {
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #000;
}
.basket-col-id {
  width: 4.25em;
}
.basket-col-title {
}
.basket-col-state {
  width: 6em;
}
.basket-col-price {
  width: 4em;
}

.kniha-stav {
  width: 10em;
  float: right;
  text-align: center;
}
.rezervace {
  color: #f00;
  text-align: center;
  font-weight: bold;
}
.rezervace p {
  text-align: justify;
  font-weight: normal;
  font-size: 9px;
}
.kniha-stav .multi {
  font-size: 75%;
}


.form-info {
  font-size: 90%;
  line-height: 100%;
  color: #006;
}

.order-form hr {
  border: none;
  border-bottom: 1px solid black;
  margin: 1em 0 0.3em 0;
}

.order-review-form {
  width: 100%;
  border: 1px solid #000;
  font-size: 100%;
}
.order-review-form th {
  width: 11em;
  padding-right: 1em;
  text-align: right;
  vertical-align: top;
}

.orders-list {
  width: 100%;
  border: 1px solid #000;
  border-right: none;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1em 0;
  color: #000;
}
.orders-list th {
  background: #999;
  font-weight: normal;
  border-right: 1px solid #000;
  padding: 0.2em;
  text-align: left;
  font-size: 90%;
}
.orders-list td {
  margin: 0;
  border-right: 1px solid #000;
  padding: 2px;
  font-size: 12px;
  vertical-align: top;
}
.orders-list td {
  cursor: pointer;
}
.orders-list td a {
  text-decoration: none;
}
.orders-list tr.l1 {
  background: #fff;
}
.orders-list tr.l2 {
  background: #f6f6f6;
}
.orders-list tr:hover {
  background: #d9d9d9;
}
.orders-empty {
  font-style: italic;
  text-align: center;
}
.orders-col-id {
  width: 3em;
}
.orders-col-address {
}
.orders-col-content {
}
.orders-col-state {
}
.orders-col-dates {
  width: 9em;
}
.orders-empty {
  font-style: italic;
  text-align: center;
}


#autosuggest {
  display: none !important;
}

.progress-button {
  width: 15em;
}


form {
  margin: 0 0 1em 0;
}

h2.banner {
  display: none;
}

.form-info .important {
  font-weight: bold;
  color: #c00;
}


.report-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}
.report-table th {
  background: #bbb;
  font-weight: normal;
  border: 1px solid #000;
}
.report-table td {
  vertical-align: top;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 5px;
  font-size: 12px;
}
.report-table td a {
  text-decoration: none;
}
.report-table tr.r0 {
}
.report-table tr.r1 {
  background: #eee;
}
td.report-total-desc {
  border-left: none;
  border-top: 1px solid #000;
  padding-right: 0.5em;
  text-align: right;
}
td.report-total-num {
  border: 1px solid #000;
}

.report-col-id {
  width: 3.2em;
}
.report-col-title {
}
.report-col-state {
  width: 6em;
}
.report-col-price {
  width: 5em;
}

#top-banner {
  display: none;
}

