/* @override http://10.66.1.156/~dbloete/3Suisses/styles/common/print.css */

#head,
#foot,
#shopping,
#sidebar,
#navisub,
#teasera,
#teaserb,
#newsletterfoot,
#recommendations,
#agb_box,
#productdetailsnav,
#productimage ul,
#product_order input,
#productinfos form table,
.productnav,
.checkoutnav,
.infolinks,
.products li.brands,
.products a.more {
  display: none;
}

body {
  font: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
  font-size: 1.5em;
  margin-bottom: .5em;
}

h2 {
  font-size: 1.25em;
  margin-bottom: .5em;
}

h3, h4, h5, h6 {
  font-size: 1em;
  margin-bottom: .5em;
}

a img {
  border: 0 none;
}

a:link,
a:visited {
  color: #695d54;
}

a:hover,
a:active,
a:focus {
  color: #333;
}

td {
  vertical-align: top;
  padding: 0 1.5em .25em 0;
}

li {
  margin-left: 0;
}

.clear {
  clear: both;
}

table {
  width: 100%;
  margin: .75em 0;
}

table th,
table td {
  padding: .35em .35em .35em 0;
}

table.smt th {
  width: 4em;
  border-bottom: 1px dotted #b0af9d;
  padding: .75em 30px .2em 0;
  text-align: center;
}

table.smt td {
  padding: .35em 30px .35em 0;
  text-align: center;
}

table.smt .tal {
  width: 12em;
  text-align: left;
}

/* @group productdetails */

#productdetails #productimages {
  float: left;
  width: 29em;
}

#productdetails #productimage {
  position: relative;
  margin-bottom: 2.5em;
}

#productdetails #productimage img {
  display: block;
}

#productdetails #productimages ol {
  width: 100%;
  overflow: hidden;
  margin-left: -3.25em;
  list-style: none;
}

#productdetails #productimages li {
  float: left;
}

#productdetails #productimages ol.details_more li {
  margin-right: .825em;
}

#productdetails #productimages ol.details_colors li {
  margin-right: .4125em;
}

#productdetails #productinfos {
  position: relative;
  float: right;
  width: 22em;
  margin-left: .5em;
  padding-bottom: 5em;
}

#productdetails #productinfos .productlogo {
  float: right;
  margin: 0 0 .75em 1.5em;
}

#productdetails #productinfos h1 {
  font-size: 1.5em;
  margin-bottom: .5em;
}

#productdetails #productinfos p {
  margin-bottom: 1em;
}

#productdetails #productinfos form {
  margin: 2.5em 0;
  text-align: right;
}

#product_order {
  position: relative;
  float: right;
  text-align: right;
  width: 15.75em;
}

#product_order .eyecatcher {
  padding: .25em .75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  background: #C90000;
}

#product_order .price_display .price {
  color: #606060;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: .5em;
}

#product_order .price_display .reduced {
  color: #606060;
  font-size: 1em;
  text-decoration: line-through;
  margin-left: .75em;
}

#product_order .price_display .highlight {
  color: #C90000
}

#product_order .availability {
  color: #787d9f;
  font-weight: bold;
}

/* @end */

/* @group cart table */

#cart {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

#cart th {
  font-weight: bold;
}

#cart th,
#cart td {
  padding: .5em .75em;
}

#cart td {
  border: 1px solid #DDD;
}

#cart .article {
  text-align: left;
}

#cart td.article a {
  text-decoration: none;
}

#cart td.article img {
  float: left;
  margin: 0 1em 0 0;
}

#cart .amount {
  width: 5em;
  text-align: center;
}

#cart td.amount input {
  width: 3em;
  text-align: right;
}

#cart td.price {
  text-align: right;
  font-weight: bold;
}

#cart .price,
#cart .total {
  width: 9em;
  text-align: right;
}

#cart td.total {
  font-weight: bold;
  background: #EEE;
}

#cart .options {
  display: none;
}

#cart tr.sum td {
  text-align: right;
  border-color: #FFF;
}

#cart .total strong {
  font-size: 1.5em;
  font-weight: normal;
}

#cart td .shipping {
  font-weight: normal;
}

#cart td .availability {
  font-weight: bold;
}

/* @end */