/* 
/* 
Print style definitions (applicapable to entire site).

Site: 
Author: Author
Date: dd mmmm yyyy
Base by Adam Barry
----------------------------------------------------------*/
body {
  background-image: none;
  background-color: white;
  color: black;
}


/*: Hide print irrelevant elements
----------------------------------------------------------*/
.utilities, .branding, .navigation, footer, aside, .popup, .hidden {
  display: none;
}


/***********************************************************
Global Print Layout definition
***********************************************************/
#container {
  width: auto;
  margin: 0;
}

#site {
  width: auto;
  float: none;
  position: static;
}

#content {
  width: auto;
  float: none;
  position: static;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/***********************************************************
Components
***********************************************************/

/*: Crumbtrail
----------------------------------------------------------*/
#site .crumbtrail {
  display: none;
}


/*: Image Gallery
----------------------------------------------------------*/
.imageGallery {
  width: auto;
  padding-top: 0;
  float: none;
}

.imageGallery .previewImage {
  float: none;
}

.imageGallery .thumbnails {
  padding-top: 5px;
  float: none;
}


/***********************************************************
Template: Frontpage
***********************************************************/


/*: Full cart: Table - General definitions
----------------------------------------------------------*/
table.cart {
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.cart thead {
  vertical-align: top;
}

.cart thead th {
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: inherit;
  color: #473723;
  font-size: 1.2em;

  text-align: center;
}

.cart tfoot {
  font-weight: bold;
  text-align: right;
}

.cart tfoot td {
  border-top: none;
  white-space: nowrap;
}

.cart td {
  padding: 4px;
  line-height: 25px;
  
}

/*: Full cart: Table - Special
----------------------------------------------------------*/
.cart thead .description {
  text-align: left;                                                                                                                                          
}

.cart thead .price {
  text-align: center;
}

.cart thead .total {
  text-align: center;
}

.cart tbody, tfoot {
  vertical-align: top;
}

.cart tfoot .sub {
  border: 1px solid black;
}

.cart tfoot tr.extra {
  font-weight: normal;
  font-style: italic;
}

.cart tfoot .vat {
  font-weight: normal;                            
}

.cart tfoot .shipping {
  font-weight: normal;
}

.cart tfoot tr.total {
  border: none;
  background-color: inherit;
  color: green;
}

.cart .total {
  border: 1px solid black;
  text-align: right;      
}

.cart th.total {
  border: none;
}

.cart tbody td {
  border: 1px solid black;
}


/*: Full cart: Table - Items
----------------------------------------------------------*/
.cart .item {
  text-align: left;
}

.cart .description {
  width: 250px;
}

.cart .price {
  text-align: right;
}

.cart thead .qty {
  text-align: center;
}

.cart tbody .qty {
  text-align: center;
}

.cart tbody .qty input {
  width: 50px;
  float: none;
  text-align: center;
}

/*: Full cart: Table - Functions
----------------------------------------------------------*/
.cart .functions {
  border: none;
}

.cart .functions a {
  width: 16px;
  height: 16px;
  padding-left: 10px;
  float: left;
  background-repeat: no-repeat;
}

.cart .functions a span {
  display: none;
}

.cart .delete {
  width: 65px;
}


/*: Full cart: Buttons
----------------------------------------------------------*/
.cart button {
  margin-top: 2px;
  float: right;
}

.cart button.checkOut {
  float: right;
}


/***********************************************************
Component: Funnel
***********************************************************/
/* Funnel general
----------------------------------------------------------*/
aside a {
  width: auto;
  margin-top: 20px;
  float: left;
  text-align: left;
  clear: both;
}

/* Funnel overview
----------------------------------------------------------*/
dl.funnel {
  width: 165px;
  padding-top: 15px;
  float: left;
  overflow: hidden;  
}

dl.funnel dt {

}

dl.funnel dd {
  width: 140px;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 10px;  
  float: left;
  background-color: inherit;
  background-image: url(../graphics/shop/funnel/funnel-image.gif);
  background-repeat: no-repeat;
  color: inherit;
  list-style-type: decimal;
}

dl.funnel dd.selected {
  background-image: url(../graphics/shop/funnel/funnel-image-current.gif);
}

dl.funnel dd.passed {
  background-image: url(../graphics/shop/funnel/funnel-image-done.gif);
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

