html {
  overflow-y: scroll;
}
body {
  font: 14px sans-serif;
  text-align: center;
}

fieldset {
  display: block;
  margin: 0 0 1em 0;
  padding: 0.5em;
  width: 534px;
}

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/logo.png);
}


#menu {
  position: absolute;
  left: 0;
  top: 130px;
  width: 160px;
  margin-left: 1em;
}
#menu h4 {
  margin: 1em 0 0 0;
  text-decoration: underline;
}
#menu ul {
  width: 160px;
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  display: block;
  margin: 0 0 0 1.2em;
  padding: 0;
  text-indent: -0.7em;
}
#menu form {
  margin: 0;
  padding: 0;
}
#menu form input {
  margin: 2px 0 0 0;
}
#menu a {
  text-decoration: none;
}
#menu small {
  line-height: 166%;
  vertical-align: middle;
  font-size: 60%;
}

#content {
  position: relative;
  left: 12em;
  margin: 1em;
  padding: 0;
  width: 570px;
}

.message {
  margin: 0em;
  padding: 0.5em;
  color: green;
}

.error {
  margin: 0em;
  padding: 0.5em;
  color: red;
}


.rc {
  position: relative;
  margin: 0;
  padding: 6px;
  background: #898989;
}
.rct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: url(/img/rc.png) no-repeat -6px 0;
}
.rct a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background: url(/img/rc.png) no-repeat 0 0;
}
.rcb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url(/img/rc.png) no-repeat -6px -6px;
}
.rcb a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background: url(/img/rc.png) no-repeat 0 -6px;
}

.editbox {
  margin-top: 1em;
  width: 540px;
}

.edittable {
  margin: 0 auto;
  font: 13px/22px Arial;
  color: #000;
}
.edittable th {
  text-align: right;
  vertical-align: top;
  font-weight: normal;
}
.edittable td {
  text-align: left;
  vertical-align: top;
}

form .fW {
  width: 400px;
}

form textarea {
  font: 13px Arial;
}

.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;
}

.form-buttons {
  padding-top: 12px;
  text-align: center;
}
.form-buttons input {
  width: 140px;
}


.fiw {
  width: 35em;
}


.history-date {
  font-weight: bold;
}
.history-day ul {
  padding-left: 2em;
  list-style-type: square;
}


.kniha {
  display: block;
  clear: both;
  padding: 0 0 0.8em 0.5em;
  margin: 0 0 1.5em 0;
}
.kniha.pripichnuta {
}
.kniha-upravy {
  font-weight: normal;
}
.kniha-nahledy {
}
.kniha-nahledy img {
  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 {
}
.kniha-cena .sleva {
  font-size: 110%;
}
.kniha-tagy {
  display: block;
  clear: both;
}



.basket-hilite {
  color: #ff6;
}

.basket-contents {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}
.basket-contents th {
  font-weight: normal;
}
.basket-contents td {
  padding: 2px 5px;
  vertical-align: top;
  font-size: 12px;
}
td.basket-total-desc {
  border-left: none !important;
  padding-right: 0.5em;
  text-align: right;
}
td.basket-total-num {
}
tr.basket-postage {
}
.basket-empty {
  font-style: italic;
  text-align: center;
}
.basket-col-id {
  width: 4.9em;
}
.basket-col-title {
}
.basket-col-state {
  width: 6em;
}
.basket-col-price {
  width: 4em;
}
.basket-internal-note {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 80%;
}

.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%;
  font-size: 100%;
}
.order-review-form th {
  width: 11em;
  padding-right: 1em;
  text-align: right;
  vertical-align: top;
}

.orders-list {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1em 0;
}
.orders-list th {
  font-weight: normal;
  padding: 0.2em;
  text-align: left;
  font-size: 90%;
}
.orders-list td {
  margin: 0;
  padding: 2px;
  font-size: 12px;
  vertical-align: top;
}
.orders-list td {
  cursor: pointer;
}
.orders-list td a {
  text-decoration: none;
}
.orders-list tr.l1 {
}
.orders-list tr.l2 {
}
.orders-list tr:hover {
}
.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;
}
.orders-state-2 {
}


.suggestion_list {
  background: #eee;
  border: 1px solid #888;
  padding: 1px;
}
.suggestion_list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.suggestion_list a {
  padding: 0 2px;
  text-decoration: none;
  color: navy !important;
}
.suggestion_list .selected {
  background: navy;
  color: white;
}
.suggestion_list .selected a {
  color: white;
}
#autosuggest {
  position: absolute;
  display: none;
  text-align: left;
}

.progress-button {
  width: 15em;
}


form {
  margin: 0 0 1em 0;
}

h2.banner {
  font-weight: normal;
  text-align: center;
  color: #ffc;
}

.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 {
  font-weight: normal;
}
.report-table td {
  vertical-align: top;
  padding: 2px 5px;
  font-size: 12px;
}
.report-table td a {
  text-decoration: none;
}
.report-table tr.r0 {
}
.report-table tr.r1 {
}
td.report-total-desc {
  border-left: none !important;
  padding-right: 0.5em;
  text-align: right;
}
td.report-total-num {
}
.report-col-id {
  width: 3.2em;
}
.report-col-title {
}
.report-col-state {
  width: 6em;
}
.report-col-price {
  width: 5em;
}


#frame.top-banner {
  padding-top: 66px;
}

#menu.top-banner {
  top: 196px;
}

#top-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
}

