body, html {
  font-family: arial,helvetica,sans-serif;
}

html {
  overflow: auto;
  overflow-y: scroll;
  background: white url(../img/bg.png) 0px 141px repeat-x;
}

body {
  margin: 0 auto;
  width: 75em;
}

#container {
  position: relative;
  margin: 0 3em;
  padding-top: 141px;
  background: white;
}

#header {
  position: absolute;
  height: 141px;
  width: 100%;
  top: 0; left: 0;
}
#header-logo {
  display: block;
  position: absolute;
  top: 50px; left: -40px;
}
#header-logo img {
  display: block;
}

#header-search {
  position: absolute;
  bottom: 0; right: 0;
  width: 20em; height: 40px;
  color: white;
  z-index: 300;
}
#header-search form {
  position: relative;
  background: white;
  height: 26px;
  margin: 7px 7px 7px 0;
  padding: 0 28px 0 28px;
  background: white url(../img/search.png) 2px 4px no-repeat;
}
#header-search label, #header-search br {
  display: none;
}
#header-search input.header-search-sword {
  border: none;
  float: left;
  color: #555e69;
  background: transparent;
  font-size: 11px;
  font-weight: bold;
  height: 26px; width: 100%;
  margin: 0;
}
#header-search input.header-search-submit {
  display: block;
  position: absolute;
  top: 0; right: 0;
  float: right;
  width: 20px; height: 20px;
  border: none;
  margin: 0; padding: 3px 4px 3px 4px;
  vertical-align: center;
}
#header-search a {
  display: block;
  position: absolute;
  top: 47px; right: 7px;
  padding: 3px 5px;
  color: #545d68;
  background: #ccd4d9;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#nav-top {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 40px;
  background: #d10336;
}
#nav-top ul {
  margin: 0; padding: 0;
}
#nav-top ul.nav-catalog {
  float: left;
  margin-left: 0.75em;
}
#nav-top ul.nav-other {
  float: right;
  margin-right: 21.5em;
}
#nav-top li {
  float: left;
  line-height: 36px;
  list-style: none;
  max-width: 16ex;
  margin: 0 0 2px 0px;
  padding: 0 8px;
  height: 36px;
  max-width: 16ex;
  width: 1ex;
  font-size: 11px;
  font-weight: bold;
  color: white;
  border-left: 1px solid white;
}
#nav-top li:first-child {
  border-left: none;
}
#nav-top[id] li {
  width: auto;
}
#nav-top li a span {
  white-space: nowrap;
}

#nav-top li a {
  display: block;
  height: 36px;
  color: white;
  text-decoration: none;
}

#nav-program {
  position: absolute;
  top: 141px; right: 0;
  width: 20em; height: 254px;
  background: white;
  color: #555e69;
}
#nav-program h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 8px 13px;
}
#nav-program ul {
  margin: 0 0 0 13px; padding: 0;
}
#nav-program li, #nav-sub li {
  list-style: none;
  margin: 0; padding: 4px 0;
  border-top: 1px solid #d4dbdf;
  font-size: 11px;
  font-weight: bold;
}
#nav-program a, #nav-program span,
#nav-sub a, #nav-sub span {
  text-decoration: none;
  color: #555e69;
}
#nav-program a:hover, #nav-sub a:hover,
#nav-program li.act a, #nav-sub li.act a,
#nav-program li.act span, #nav-sub li.act span,
#nav-program li.cur a, #nav-sub li.cur a,
#nav-program li.cur span, #nav-sub li.cur span {
  color: #d10336;
}

#nav-sub {
  position: absolute;
  top: 156px; left: 15px;
  padding: 10px 12px;
  color: white;
  min-width: 20em;
  min-height: 204px;
  background: #555e69;
}
#nav-sub h3 {
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
#nav-sub ul {
  margin: 0;
}
#nav-sub li:before {
  content: "» "
}
#nav-sub li {
  list-style: none;
  padding: 2px 0;
  border-top: none;
}
#nav-sub a {
  color: white;
}

#content-banner {
  background-color: #555e69;
  height: 254px;
  margin-right: 20em;
  color: white;
}

.content-banner-with-img {
  background: #555e69 url(../img/banner-bg.jpg) 0 0 no-repeat;
}

.book-fp {
  width: 100%;
}
.book-fp h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 18px 13px;
}
.book-fp-list {
  width: 90%;
  margin: 0 auto;
}
.book-fp-entry {
  float: left;
  width: 25%; height: auto;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.book-fp-entry img {
  display: block;
  margin: 0 auto;
  -moz-box-shadow: 8px 8px 8px #1c1f23;
  -webkit-box-shadow: 8px 8px 8px #1c1f23;
  box-shadow: 8px 8px 8px #1c1f23;
  position: relative;
  z-index: 2;
}
.ie-shadow {
  display: block;
  position: absolute;
  z-index: 1;
  background: #1c1f23;
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.50');
}

.book-fp-more {
  display: block;
  clear: both;
  font-size: 10px;
  padding: 20px 0 0 13px;
}
.book-fp-more a {
  font-weight: bold;
  text-decoration: none;
  color: white;
  margin-right: 1em;
}

#content-frame {
  float: left;
  width: 603px;
  /* position: relative; top: 0px; left: 245px; */
  margin-left: 15px;
  margin-top: 15px;
  padding-top: 0; padding-bottom: 3em;
  background: transparent;
  color: #545d68;
  font-size: 11px;
  line-height: 1.75em;
}

#bar-right {
  float: right;
  margin-left: 15px;
  padding-bottom: 3em;
  width: 20em;
  color: #515a65;
  background: #e6e8ec;
}
#right-aka {
  display: block;
  padding: 13px;
  font-size: 11px;
  font-weight: bold;
  background: #ccd4d9 url(../img/bg-aka.png) left 50% no-repeat;
}
#right-aka a {
  text-decoration: none;
  color: #515a65;
}
#right-utb {
  margin-left: 13px;
  padding: 13px 0;
  border-bottom: 1px solid white;
}
#right-dl {
  font-size: 11px;
  margin-left: 13px;
  padding: 13px 13px 13px 0;
  border-bottom: 1px solid white;
}
#right-dl a {
  color: #515a65;
  text-decoration: none;
  font-weight: bold;
}
#right-newsletter {
  margin-left: 13px;
  padding: 13px 13px 13px 0;
  font-size: 11px;
}
#right-newsletter h2 {
  margin: 0;
  color: #d10336;
  font-size: 11px;
}
#right-newsletter p {
  margin: 0 0 8px 0;
  text-indent: 0;
  line-height: 1.75em;
}
#right-newsletter a {
  padding: 6px 6px;
  background: #d10336;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#header-basket {
  position: absolute;
  width: 20em; height: 51px;
  top: 0; right: 0;
  color: white;
  background: #d10336;
}
#header-basket a {
  display: block;
  height: 31px;
  font-size: 11px;
  margin: 10px 14px 10px 14px;
  padding-left: 44px;
  background: transparent url(../img/header-basket.png) 0px 100% no-repeat;
  text-decoration: none;
  color: white;
  line-height: 15px;
}
#header-basket span.count {
  display: block;
  float: left;
  height: 31px;
  margin: 0px 10px 0 0;
  font-size: 36px;
  line-height: 31px;
}

#bottom-pusher { clear: both; }

#footer {
  clear: both;
  color: white;
  background: #555e69;
  font-size: 11px;
  padding: 12px 12px;
}
#footer-left {
  float: left;
}
#footer-right {
  float: right;
}
#footer span {
  margin-right: 20px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.clearer {
  clear: both;
}

.book-list-sort {
  font-weight: bold;
  color: #d10336;
  padding: 15px 0 5px 0;
  border-bottom: 2px solid #cfd7db;
  margin-top: -15px;
}
.book-list-sort a {
  color: #545d68;
  text-decoration: none;
}
.book-list-sort a:before {
  content: "» ";
}
.book-list-sort ul {
  display: inline;
}
.book-list-sort li {
  list-style: none;
  display: inline;
  margin-right: 1em;
}
.book-list-sort li.cur a {
  color: #d10336;
}

.book-list-entry {
  width: 49%;
  padding: 15px 1% 15px 0;
}
.book-list-entry-odd { float: left; clear: both; }
.book-list-entry-even { float: right; }
.book-list-entry a {
  text-decoration: none;
  color: #545d68;
}
.book-list-entry-cover {
  float: right;
  padding-right: 10px;
}
.book-list-entry-title {
  color: #d10336;
  font-weight: bold;
}
.book-list-entry-more {
  float: left;
  margin-right: 12px;
}
.book-list-entry-more a, .book-list-entry-ebook a {
  color: #d10336;
  font-weight: bold;
}

.book-list-series .series-header {
  margin-top: -230px;
  height: 230px;
  color: white;
  font-size: 16px;
}

.book-list-pager {
  clear: both;
  position: relative;
}
.book-list-pager a,
.book-list-pager span.book-list-pager-cur,
.book-list-pager span.book-list-pager-cont{
  display: block;
  float: left;
  margin-right: 8px;
  text-decoration: none;
  font-weight: bold;
  color: #545d68;
}
.book-list-pager span.book-list-pager-cur {
  color: #d10336;
}

.book-single-header, .book-list-series .series-header {
  margin-top: -245px;
  height: 230px;
  color: white;
  font-size: 16px;
}
/*
.book-list-series .series-header, .book-list-series .series-cover {
  position: relative;
  top: -3em;
}
*/
.book-single-header a, .book-list-series .series-header a {
  color: white;
  text-decoration: none;
}
.book-single-cover, .book-list-series .series-cover {
  float: left;
  padding-right: 40px;
  padding-bottom: 50px;
}
.book-single-author, .book-list-series .series-author {
  padding-top: 1em;
}
.book-single-title, .book-list-series .series-title {
  font-weight: bold;
}
.book-single-subtitle, .book-list-series .series-subtitle {
  padding-top: 1em;
}
.book-single-shortInfo {
  font-size: 10px;
  margin-top: 12px;
}
.book-single-isbn {
  font-size: 10px;
}
.book-single-price {
  margin-top: 0.5em;
}
.book-single-price span.price {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.book-single-price span.price-euro {
  font-size: 18px;
  font-weight: normal;
}
.book-single-price span.misc {
  color: #d10336;
  font-weight: bold;
}
.book-single-basket, .series-basket, .book-single-ebook {
  margin: 12px;
}
.book-single-basket {
  float: left;
  margin-left: 0;
}
.book-single-ebook {
  float: left;
}
.book-single-basket a, .series-basket a {
  padding: 10px 0 10px 40px;
  background: transparent url(../img/body-basket.png) left 50% no-repeat;
  text-decoration: none;
}
.book-single-ebook a {
  padding: 10px 0 10px 0;
  text-decoration: none;
}
.book-single-basket span, .series-basket a span, .book-single-ebook span {
  background: #d10336;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 6px;
}
.book-single-shorttext {
  margin-top: 3.5em;
}
.book-single-toc h2 { display: none; }
.book-single-toc a,
.book-single-reading a,
.book-single-cover-dl a {
  display: block;
  color: #545d68;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 0 10px 25px;
  background: transparent url(../img/angle-red-right.png) left 50% no-repeat;
}

.book-single h2 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #cfd7db;
  margin-bottom: 1.1em;
  padding-bottom: 3px;
}

.book-single-toc .book-single-toc-pdf a span,
.book-single-reading .book-single-reading-pdf a span {
  background-image: url(../img/pdf-icon.jpg);
}

.checkout div.checkout-ok, .checkout label.checkout-ok {
  float: left;
  margin: 1px;
  border: 2px solid white;
}
.checkout div.checkout-error, .checkout label.checkout-error {
  float: left;
  margin: 1px;
  border: 2px solid red;
}

.basket {
  float: left;
}

.basket h2 {
  margin-bottom: 15px;
}

.basket-series, .basket-title {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
}
.basket-item-left {
  float: left;
  width: 400px;
}
.basket-item-right {
  float: right;
  text-align: right;
}
.basket-item-author {
  font-weight: bold;
}
.basket-item-title {
  font-size: 110%;
  font-weight: bold;
}
.basket-item-count {
  text-align: right;
}
.basket-actions {
  float: right;
  margin-top: 1em;
}
.basket-item-actions a {
  border: 1px solid #666;
  color: black;
  text-decoration: none;
  padding: 0 4px;
}
.basket-item-actions a:hover {
  color: white;
  background: #666;
}
.basket-item-titles {
  clear: both;
  margin: 0 10px;
  font-size: 85%;
  font-weight: normal;
}
table.basket-item-series-titles {
  empty-cells: show;
  border-collapse: collapse;
  width: 100%;
}
table.basket-item-series-titles td {
  border: none;
  margin: 0; padding: 0;
  vertical-align: top;
}
table.basket-item-series-titles td.title {
  padding-right: 5px;
}
table.basket-item-series-titles td.title-isbn {
  white-space: nowrap;
  padding: 0px 5px;
}
table.basket-item-series-titles td.title-price {
  white-space: nowrap;
  text-align: right;
  padding-left: 5px;
}
.basket-item-message {
  margin-top: 5px;
}
.basket-totalPrice {
  text-align: right;
}
.basket-clear, .basket-actions input {
  float: left;
  margin: 0 0.5ex;
  background: gray;
  border: none;
  color: white;
}
.basket-clear a {
  display: block;
  color: white;
  padding: 1px 3px;
  text-decoration: none;
}

td.payment-type {
  padding-right: 10px;
}

form table {
  border: none;
}
form th, form td {
  padding-top: 0.5ex;
  vertical-align: top;
  border: none;
  text-align: left;
}
form tr.gap th, form tr.gap td {
  padding-top: 2.5ex;
}

input[type="text"], input[type="password"], textarea {
  width: auto;
  border: none;
  background: #ccd4d9;
  padding: 3px 5px;
}

.searchform {
  margin-bottom: 40px;
}

.searchform th, .searchform td {
  padding-top: 0.5ex;
  vertical-align: top;
}

.HELP-banner {
  width: 600px; height: 212px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.HELP-banner div {
  display: none;
  position: absolute;
  top: 0; left: 0;
  z-index: 1000;
}
.HELP-banner div:first-child {
  display: block;
}
.HELP-banner img {
  display: block;
  margin: 0 auto;
}

.mininews-archive-entry {
  margin: 3em 0;
}

.book-review {
  margin: 3em 0;
}
.book-review .book-review-author {
  font-size: 115%;
  font-weight: bold;
}

