/* $Id: print.css,v 1.3 2007/09/06 21:23:32 goba Exp $ */

/**
 * Garland, for Drupal 5.0
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

body, input, textarea, select {
  color: #000;
  background: none;
}

body , a {
  color: #000;
  text-decoration:none;
  font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
}

ul.primary-links, ul.secondary-links,
#header-region, .sidebar {
  display: none;
}

body.sidebars, body.sideber-left, body.sidebar-right, body {
  width: 640px;
}

body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
  margin: 0;
}

#wrapper,
#wrapper #container .breadcrumb,
#wrapper #container #center,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner,
#wrapper #container #footer,
#wrapper #container #center #squeeze {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}

#wrapper #container #header {
  height: 130px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  text-shadow: none;
  color: #000;
}


.field-field-component-data {
float:left;  margin-right:10px;
}

.field-field-finalimage  {
float: left; margin-right: 40px;
}

.component-ref li {
list-style: none;
padding: 0;
float:left; 
width: 60px;
margin-right: 10px;
}

.print-taxonomy  {
float:right;
}

.print-taxonomy  li{
float:left;
width: 50px;
height: 50px;
margin-right: 5px;
overflow: hidden;
position: relative;
padding:0;
}

.print-taxonomy  li a {
text-indent: -1000px;
display:block;
height:100%;
}

.component-ref {
/*padding: 10px;
border: 1px solid #000;*/
}

.print-taxonomy  li.taxonomy_term_8  a{
background: url('images/bedroom_trans_icon.png') no-repeat;
}

.print-taxonomy  li.taxonomy_term_9  a {
background: url('images/wardrobe_trans_icon.png') no-repeat;
}

.print-taxonomy  li.taxonomy_term_10  a{
background: url('images/livingroom_trans_icon.png') no-repeat;
}
 .print-taxonomy  li.taxonomy_term_11 a {
background: url('images/office_trans_icon.png') no-repeat;
}

.field-field-component-data .field-item {
padding-left: 20px;
background: url('images/checkbox.png') left no-repeat;
}

div.final-image, a#retailers, div.print-section, div.print-section p a { display: none; }
div.component-ref { display: none; }
div.node div.component-ref { display: block !important; }