
div#shop-regal {
  background: url('../images/shop/shop-regal.jpg') no-repeat 0 0;
  width: 986px;
  height: 380px;
}

/* products */
div.shop-products {
  background: url('../images/shop/regal-line.gif') no-repeat center 210px;
  width: 986px;
  height: 380px;
  position: relative;
	border: 1px solid #ffffff;
}

div.shop-products a.overlay {
  background: transparent url(../images/slider-arrows.png) no-repeat;
  display: block;
  position: absolute;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
  top: 35%;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
div.shop-products a.next {
  background-position: -30px 0;
  right: 38px;
}
div.shop-products a.prev {
  left: 38px;
}
div.shop-products a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

table.shop-products {
  margin: 30px 0 0 38px;
	border-spacing: 0;
  border-collapse: collapse;
}
table.shop-products td {
  vertical-align: top;
  color: #666;
  padding: 0;
  line-height: 12px;
}
table.product {
  width: 180px;
  border-spacing: 0;
  border-collapse: collapse;
}
table.product td, table.product-small td {
  text-align: center;
}
table.product td.pic {
  height: 180px;
  vertical-align: bottom;
}
table.product td.descr {
  vertical-align: top;
	height: 88px;
  padding: 8px 4px 0 4px;
}
table.product td.descr h3, table.product td.descr h3 a {
  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
}
table.product td.descr p {
  line-height: 13px;
  font-weight: normal;
}
table.product td.price {
  color: #000;
  height: 20px;
  vertical-align: bottom;
  font-weight: bold;
}
table.shop-navi {
  border-spacing: 0;
  border-collapse: collapse;
  position: absolute;
  left: 38px;
  top: 218px;
  width: 910px;
  border: 0px solid red;
}
table.shop-navi td, table.shop-navi td a {
  padding: 0;
  color: #959595;
  font-size: 10px;
}

/* products by tag */
table.shop-products-small {
  background: url('../images/shop/regal-line.gif') no-repeat 0 120px;
  margin: 0 0 0 8px;
  border-spacing: 0;
  border-collapse: collapse;
}
table.product-small {
  width: 128px;
  border-spacing: 0;
  border-collapse: collapse;
}
table.product-small td.pic {
  height: 120px;
  vertical-align: bottom;
}
table.product-small td.descr {
  vertical-align: top;
}
table.product-small td.descr h3 {
  margin-top: 16px;
  line-height: 12px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 11px;
}


div#product-details {
  width: 986px;
  height: 380px;
  border-bottom: 1px solid #000;
  background: #fff;
}
div#product-details div.image {
  float: left;
  width: 350px;
}
div#product-details div.image a.back {
  background: url('../images/buttons/link-arrow.gif') 0 0 no-repeat;
  color: #a41d23;
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 8px 0;
  padding: 0 0 0 32px;
}
div#product-details div.details {
  margin: 0 0 0 360px;
  padding: 40px 0 0 0;
  width: 426px;
}
div#product-details div.details h1 {
  font-size: 14px;
}
div#product-details div.functions {
  float: right;
  width: 180px;
  border: 0px solid red;
  padding: 40px 0 0 0;
  color: #000;
}
div#product-details a.next, div#product-details a.prev {
  color: #a41d23;
  background: url('../images/buttons/link-arrow.gif') 0 0 no-repeat;
  padding: 0;
  float: left;
  height: 18px;
  width: 32px;
  position: relative;
  top: -26px;
}
div#product-details a.prev {
  background: url('../images/buttons/link-arrow-left.gif') 0 0 no-repeat;
}
div#product-details table.shop-navi {
  border-spacing: 0;
  border-collapse: collapse;
  position: absolute;
  left: 12px;
  top: 128px;
  width: 386px;
  border: 0px solid red;
}
div#product-details table.shop-navi td, table.shop-navi td a {
  padding: 0;
  color: #959595;
  font-size: 10px;
}


/* shopping card */
body.shop-card #viewport {
  background: #fff url('../images/backgrounds/warenkorb-bg.jpg') repeat-y 0px 0;
}
body.shop-card #main {
  background: transparent url('../images/backgrounds/warenkorb.jpg') no-repeat 0px 0px;
  margin: 0 10px 0 0;
  width: 990px;
}
body.shop-card #main hr {
  border-color: #000;
}
body.wishlist #top {
  background: transparent url('../images/wishlist/headline.gif') no-repeat 414px 56px;
}

table.shopping-card-item td, table.shopping-card-item td p, table.shopping-card-item td a {
  font-size: 11px;
  font-style: italic;
  font-family: Times;
  color: #000;
}
table.shopping-card-item td.info a {
  text-decoration: underline;
}
table.shopping-card-item td.descr, table.shopping-card-item td.descr p, table.shopping-card-item td.descr a {
  font-weight: bold;
}
table.shopping-card-item td span {
  font-style: normal;
}
table.shopping-card-item td.price {
  font-size: 13px;
  color: #000;
  text-align: right;
  font-family: Arial;
  font-style: normal;
}
table.shopping-card-item img {
  border: 1px solid #666;
}
table.shopping-card-item input.number {
  width: 20px;
  height: 20px;
  padding: 0;
  background: #959595;
  border: 0;
  text-align: center;
}

div.address {
  position: absolute;
  left: 424px;
  top: 10px;
  width: 200px;
  height: 120px;
  border: 0px solid red;
  font-weight: bold;
  color: #000;
}
div.payment {
  position: absolute;
  left: 424px;
  top: 68px;
  width: 200px;
  height: 120px;
  border: 0px solid red;
  color: #A41D23;
  line-height: 20px;
}
