/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 4, ../sass/print.scss */
h1 {
  margin: 0.5em 0 0.3em;
}
/* line 6, ../sass/print.scss */
h1 img {
  float: right;
}

/* line 10, ../sass/print.scss */
h2 {
  margin: 0.3em 0 0;
}

/* line 13, ../sass/print.scss */
#item_img {
  margin: 0 20px 0 0;
  float: left;
}

/* line 17, ../sass/print.scss */
table.header {
  border-bottom: 3px solid orange;
  width: 100%;
  margin: 0;
}
/* line 22, ../sass/print.scss */
table.header td {
  border: 0;
}
/* line 24, ../sass/print.scss */
table.header td:nth-child(2) {
  text-align: center;
}
/* line 27, ../sass/print.scss */
table.header td:nth-child(3) {
  text-align: right;
}

/* line 32, ../sass/print.scss */
.specs {
  font-size: 92%;
  clear: both;
}
/* line 35, ../sass/print.scss */
.specs th, .specs td {
  padding: 0.2em 0.5em;
  border-width: 0 0 1px 0;
  text-align: left;
  vertical-align: top;
}

/* line 42, ../sass/print.scss */
#pageSideInfo {
  width: 180px;
}

/* line 45, ../sass/print.scss */
.product_buttons {
  display: none;
}

/* line 48, ../sass/print.scss */
.prodContHor.productList li {
  height: auto;
}
