/*--------------------------------------------------------------------------------------------------
  STRONA PRODUKTU
--------------------------------------------------------------------------------------------------*/

#productBookDisplay {

}

/*------------------------------------------------------------------------------------------------*/

/* okladka */

#productBookDisplay #productMainImage {
  float: left;
  margin-right: 10px;
  display: inline;
  margin-bottom: 20px;
}

#productBookDisplay #productMainImage a {
  display: block;
}

#productBookDisplay #productMainImage image {
  display: block;
}

/*------------------------------------------------------------------------------------------------*/

/* informacje (autor, wydawnictwo itp.) */

table#productBookDetails {
  margin-bottom: 10px;
}

table#productBookDetails td.label {
  text-align: right;
  padding: 2px 10px 2px 0;
  color: #7F7F7F;
  font-style: italic;
  vertical-align: top;
  white-space: nowrap;
}

table#productBookDetails td.content {
  padding: 2px 0;
}

/* przesprzedaz */
table#productBookDetails td.advance {

}

table#productBookDetails td.advance strong {
  font-weight: normal;
  font-style: italic;
  color: #D92B04;
}

/*------------------------------------------------------------------------------------------------*/

/* opis ksiazki */
#productBookDescription {
  clear: both;
  font-family: Georgia, serif;
  margin-bottom: 3em;
}

#productBookDescription p {

  text-align: justify;
  margin-bottom: 1em;
}

/*------------------------------------------------------------------------------------------------*/

/* dodatkowe informacje (format, ilosc stron itp.) */
table#productBookAdditionalInfo {

}

table#productBookAdditionalInfo caption {
  color: #B2B2B2;
  text-align: left;
  padding: 0 0 2px 40px;
  border-bottom-width: 1px;
  font-variant: small-caps;
  white-space: nowrap;
}

table#productBookAdditionalInfo td.label {
  text-align: right;
  padding: 2px 10px 2px 0;
  color: #7F7F7F;
  padding-left: 15px;
  font-style: italic;
}

table#productBookAdditionalInfo td.content {

}

/*------------------------------------------------------------------------------------------------*/
