/* Produkte ================================================================ */
div.block-produkt {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #666;
  float: left;
}

div.block-produkt div.cover {
  margin-right: 20px;
  float: left;
}

div.block-produkt div.cover div.preis {
	color: #0066B3;
  margin-top: 10px;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 2px solid #0066B3;
}

div.block-produkt div.text {
  width: 470px;
  float: left;
}

div.block-produkt div.text h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

a.link-button {
  color: #FFF;
  background: #838671 url(/themes/pdfshop/img/bg-link-button.gif) no-repeat left center;
  padding: 3px 5px 3px 24px;
  display: block;
  float: left;
  margin-right: 5px;
}

a.link-button:hover {
  background-color: #0066B3;
}

/* Warenkorb ================================================================ */
table.table-warenkorb {
  width: 230px;
  margin-bottom: 5px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #666;
  empty-cells: show;
  float: left;
}

table.table-warenkorb td {
	vertical-align: top;
	line-height: 16px;
	padding-bottom: 2px;
}

table.table-warenkorb td.artikel {
  width: 170px;
}

table.table-warenkorb td.preis {
  width: 40px;
  text-align: right;
}

table.table-warenkorb td.icon {
  width: 20px;
  text-align: right;
}

