body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
}

ul.fancy {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.fancy li {
  background: url( ../images/infobox_list_item.png ) no-repeat;
  padding: 0 10px 0 20px;
  margin: 0;
  line-height: 16px;
}

.page a, .page a:visited {
  color: #999;
  text-decoration: none;
}

.productLink {
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #999;
}

td.emptyTableMessage {
  padding: 20px;
}

/* Page layout */

#page {
  position: relative;
  width: 895px;
  border: 1px solid #ccc;
  margin: 5px auto 20px auto;
  padding: 0 10px 0 10px;
}

#mainMenu {
  position: relative;
  margin: 140px 0 0 0;
  padding: 0;
  height: 25px;
  width: 100%;
  background: url( ../images/navi_menu_spacer.png ) repeat-x;

  font-size: 13px;
  font-weight: bold;
}

/* Main menu bar items (5) */
#mainMenu > ul > li {
  width: 178px;
}

#footerMenu {
  position: relative;
  margin: 30px 0 7px 0;
  padding: 0;
  height: 25px;
  width: 100%;
  background: url( ../images/navi_menu_background.png ) repeat-x;

  font-size: 12px;
  font-weight: bold;
}

#footerMenu > ul {
  margin-left: 320px;
}

#footerMenu > ul > li {
  padding: 0 8px 0 8px;
  background: url(../images/navi_footer_spacer.png) no-repeat left 7px;
}

#footerMenu > ul > li:first-child {
  background-image: none;
}

#content {
  background-repeat: no-repeat;
}

#column1 {
  float: left;
  width: 216px;
  padding-top: 200px;
  margin-right: 5px;
  overflow: hidden;
}

#column2 {
  padding-top: 200px;
  /*margin-left: 221px;*/
  /*margin-right: 306px;*/
  overflow: hidden;
}

#column3 {
  float: right;
  padding-top: 30px;
  margin-left: 5px;
  width: 301px;
  overflow: hidden;
}

/* Info box (3rd column) */
#infoBox, #productInfoBox, #peopleInfoBox {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  padding: 5px;
}

#infoBox .hr,
#productInfoBox .hr {
  display: block;
  margin: 10px -5px 10px -5px;
  height: 1px;
  background-color: #ccc;
}

.pageImages img {
  padding: 2px;
}

/*#infoBox ul {
  padding: 0 0 0 25px;
  margin: 0;
}

#infoBox ul li {
  margin: 0;
  padding: 0 10px 0 0;
}*/

/* Menu bars (top and bottom) */

.menubar ul {
  padding: 0;
  margin: 0;
}

.menubar > ul > li {
  position: relative;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-right: 1px;
  z-index: 999;

  background: url( ../images/navi_menu_background.png ) repeat-x;
  list-style: none;
  text-align: center;
  vertical-align: middle;
}

.menubar > ul > li.active {
  background-image: url( ../images/navi_menu_background_active.png );
}

.menubar > ul > li.active > a {
  color: white;
}

.menubar ul > li > a,
.menubar ul > li > a:visited {
  text-decoration: none;
  color: white;
}

/* First submenu level (e.g. products) */

#mainMenu ul ul {
  position: absolute;
  display: none;
  top: 25px;
  left: 0;
  right: 0;

  border: 1px solid #ccc;
  list-style: none;
}

#mainMenu ul ul > li {
  padding: 5px 10px 5px 10px;

  background-color: #f6f6f6;
  line-height: 16px;
  vertical-align: middle;
}

#mainMenu ul ul > li:hover {
  background-color: #eee;
}

#mainMenu ul ul a,
#mainMenu ul ul a:visited {
  color: #999;
  font-variant: normal;
  font-size: 12px;
  list-style: none;
}

#mainMenu ul ul li.active {
  background-color: #ccc;
}

#mainMenu ul ul li.active a,
#mainMenu ul ul li.active a:visited {
  color: white;
}

/* Show submenus on hover */
#mainMenu > ul > li:hover > ul {
  display: block;
}

/* Language switcher */

#languageSwitcher {
  position: absolute;
  top: 172px;
  right: 12px;
  font-size: .8em;
  z-index: 10;
}

#languageSwitcher ul {
  padding: 0;
  margin: 0;
}

#languageSwitcher li {
  float: left;
  list-style: none;
  padding-left: 15px;
  padding-right: 20px;
}

#languageSwitcher li.de {
  background: url( ../images/flag_de.png ) no-repeat right;
}

#languageSwitcher li.en {
  background: url(../images/flag_en.png) no-repeat right;
}

/* Error/info message box above content */

.err {
  color: red;
  font-weight: bold;
}

/* Content styles */

.pageTitle {
  font-size: 1.2em;
  font-weight: bold;
  color: #999;
  margin-top: 0;
}

.teaser {
  color: #666;
}

.text {
  color: black;
}

/* Store */

#store {
  padding-top: 170px;
  width: 100%;
}

table.storeTable {
  width: 100%;
}

table.storeTable > td {
  vertical-align: top;
  width: 33%;
}

table.storeTable tr.productRow td {
  padding-top: 30px;
}

table.storeTable tr.productRow:first-child td {
  padding-top: 0;
}

table.storeTable tr.actionRow td {
  vertical-align: top;
  background-color: #e3e3e3;
}

table.actionTable {
  width: 100%;
}

table.actionTable td {
  padding: 2px 5px 2px 5px; /* IE7 doesn't support table padding, so we have to style the data cells */ 
}

table.actionTable td.price {
  font-weight: bold;
  white-space: nowrap;
}

table.actionTable ul.fancy {
  margin: 0 0 0 25px;
  padding: 0;
}

#store .productImage {
  float: left;
}

#store .productInfo {
  margin-left: 125px;
}

#store .actionTable a,
#store .actionTable a:visited {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

/* Store info box */

#storeInfo {
  position: absolute;
  top: 195px;
  right: 10px;
  width: 250px;
  height: 85px;

  padding: 3px;
  border: 2px solid #ccc;
}

#storeInfo #storeIcon {
  position: absolute;
  right: 3px;
  top: 2px;
}

#storeInfo h1 {
  margin: 0 -3px 0 -3px;
  padding: 3px;
  height: 1.5em;

  font-size: 1em;
  font-weight: bold;
  color: #999;

  border-bottom: 1px solid #ccc;
}

#storeInfo .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px;

  text-align: left;
  background-color: #e3e3e3;
}

#storeInfo .footer ul {
  margin: 0;
  padding: 0;
}

#storeInfo a, #storeInfo a:visited {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

#storeInfo table {
  width: 100%;
}

#storeInfo th {
  font-weight: normal;
  text-align: left;
}

#storeInfo td {
  text-align: right;
}


/* Shopping cart */

#cart {
  padding-top: 170px;
}

table.cartOverview {
  width: 100%;
  border: 1px solid #ccc;
  /*margin-top: 170px;*/
}

/* Row above column headers */
table.cartOverview > thead > tr:first-child td {
  padding: 5px;
  color: #999;
  font-weight: bold;
}

table.cartOverview th {
  text-align: left;
}

table.cartOverview td {
  vertical-align: top;
}

table.cartOverview td, table.cartOverview th {
  border-bottom: 1px dotted #ccc;
}

table.cartOverview th.deliveryType,
table.cartOverview td.deliveryType {
  text-align: center;
}

table.cartOverview .price {
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  background-color: #f6f6f6;
}

table.cartOverview #vatInfo {
  padding-right: 20px;
  text-align: right;
  font-style: italic;
  color: #999;
}

table.cartOverview #totalSum #totalLabel {
}

table.cartOverview #totalSum .price {
  background-color: #444;
  color: white;
}

table.cartOverview td.lastRow {
  border-bottom: 0;
}

#cartFooter {
  display: block;
  padding-top: 40px;
  height: 20px;
  line-height: 16px;
}

a.fancy,
a.fancy:visited,
#cartFooter a,
#cartFooter a:visited {
  font-weight: bold;
  text-decoration: underline;
  padding-left: 20px;
  background-repeat: no-repeat;
}

a.fancy, a.fancy:visited {
  background-image: url(../images/button_next.png);
}

#cartFooter .nextButton {
  position: absolute;
  right: 100px;
  background-image: url(../images/button_next.png);
}

#cartFooter .previousButton {
  position: absolute;
  left: 100px;
  background-image: url(../images/button_previous.png);
}

#cartMenu {
  position: absolute;
  top: 195px;
  right: 10px;
  width: 250px;
  height: 100px;

  padding: 3px;
}

#cartMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: default;
}

#cartMenu ul li:first-child {
  border-top: 2px solid #ccc;
}

#cartMenu li {
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding: 3px 10px 3px 5px;
  color: #999;
  font-weight: bold;
}

#cartMenu li.active {
  background-color: #e3e3e3;
}

#cartMenu .index {
  float: left;
  width: 60px;
  background: no-repeat center;
}

#cartMenu li.overview .index {
  background-image: url(../images/cart_menu_overview.png);
}

#cartMenu li.contactData .index {
  background-image: url(../images/cart_menu_checkout.png);
}

#cartMenu li.checkout .index {
  background-image: url(../images/cart_menu_checkout.png);
}

#cartMenu li.receipt .index {
  background-image: url(../images/cart_menu_receipt.png);
}

/* Cart contact data */

#contactData {
  position: relative;
  padding: 170px 0 0 0;
  width: 100%;
}

#contactData fieldset {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Set margin on outer div (IE7 bug) */
#contactData .fieldset {
  margin: 0 0 20px 0;
}

#contactData fieldset legend {
  display: none;
}

#contactData #acceptTC input[type=checkbox] {
  float: left;
  margin-top: 0;
}

/* Cart summary page */

#cartSummary {
  padding-top: 170px;
}

/* Header line */
#cartSummary table.cartOverview > thead > tr:first-child td {
  color: black;
  font-weight: normal;
}

.invoiceHeader {
  font-size: 1.5em;
  font-weight: bold;
}

/* Cart payment/success pages */
#cartPaymentStatus,
#cartSuccess {
  position: relative;
  padding: 170px 0 0 0;
  width: 100%;
}

#cartStatusMessage {
  display: block;
  width: 500px;
  margin: 0 auto 50px auto;
  padding: 15px;

  border: 1px solid #ccc;
  background-color: #f6f6f6;

  text-align: center;
}

#cartStatusMessage ul {
  display: block;
  width: 50%;
  margin-left: 25%;
  padding: 5px 0 20px 0;
  text-align: center;
}

/* Product detail page */

#productInfoBox {
  position: relative;
  margin-top: 170px;
}

#productInfoBox #deliveryBox {
  float: right;
  margin-top: -80px;
  margin-right: 0;
}

#deliveryBox #downloadDeliveryIcon,
#deliveryBox #externalDeliveryIcon {
  display: inline;
}

/* Move download delivery icon above external delivery image */
#deliveryBox #downloadDeliveryIcon {
  margin-right: -10px;
  z-index: 99;
}

#productInfoBox ul.fancy {
  clear: both;  /* Avoid overlap for products with very short tagline */
}

#productInfoBox ul.fancy li {
  position: relative;
  background-position: left center;
  line-height: 40px;
}

#productInfoBox ul.fancy img {
  position: absolute;
  top: 0;
  right: 50px;
}

#productInfoBox ul.fancy a,
#productInfoBox ul.fancy a:visited {
  font-weight: bold;
  text-decoration: underline;
}

#productFooter a,
#productFooter a:visited {
  font-weight: bold;
  text-decoration: underline;
}

/* People detail page */

#peopleContent #column1,
#peopleContent #column2 {
  padding-top: 120px;
}

#peopleInfoBox {
  position: relative;
  margin-top: 80px;
}

#peopleInfoBox ul {
  padding: 20px 5px 20px 5px;
}

#peopleInfoBox ul li {
  padding-bottom: 10px;
}

/* Start page */

#homeInfoNote {
  color: #999;
  font-style: italic;
}

#coverFlow {
}
