/* 
    Document   : print
    Created on : 10.03.2010, 10:39:28
    Author     : benni
    Description:
        Design for printing a product (and normal page...)
*/

/* colors and styles */
* {
  background: none ! important;
  color: #111 ! important;
  font-family: Garamond, "Times New Roman", Times, serif;
}

ul li {
  margin-bottom: 10px;
}

img { border: none; }

h1,h2,h3,h4,h5 {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

a, a:visited {
  text-decoration: underline;
}


/* hide uneccessary elements */

/* header, footer */
#user-menu, #meta-menu, #logo, #main-menu, #page-header, #footer {
  display: none;
}
h1 {
  display: block;
  font-size: 22pt;
}

/* normal page view */
.left-column, #page-image, .navigation {
  display: none;
}
.page-column { width: 100%; }

/* show full text */
a.more { display: none; }
span.hidden { display: block; }

/* highlighed box */
.highlighted-box .left-column, .highlighted-box .right-column {
  float: none;
  display: block;
}
.highlighted-box img.tooltip-link { display: none; }
.highlighted-box .tooltip {
  margin: 20px 0;
  display: block !important;
  clear: both;
}
.highlighted-box .tooltip img {
  float: left;
  margin: 0 20px 20px 0;
}

/* products overview */
.paginator { display: none; }
.product-preview {
  float: left;
  margin: 30px;
  border: none;
}

/* product single view */
a.navigator, .tooltips,
#paginator, #recommend, #references,
#product-title, #product-actions,
#product-meta-box ul {
  display: none;
}
#product-image {
  width: 160px;
  float: left;
}
#product-content {
  width: auto;
  padding-left: 190px;
}
#product-content div {
  margin-top: 20px;
}
#product-meta-box {
  margin-top: 150px;
  clear: both;
  width: 100%;
}

#product-meta-box .list {
  display: none !important;
}
#product-meta-box .inner,
#product-meta-box .description {
  display: block !important;
}
#product-meta-box h2 {
  float: left;
  margin-right: 50px;
}
#product-meta-box .description {
  clear: both;
}