/* 
Title:			Print stylesheet
Description:	Description of page
Created:		xx/xx/20xx
Modified:		xx/xx/20xx
*/

body {
	margin: 1cm; /* use own value */
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4 {

}

	
a:link, a:visited {
	color: gray;
}	

/* print URLs after link text - use with caution */
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

#breadcrumb, #header, #footer-wrapper, #nav, #checkoutsteps, #sidebar, #checkoutsidebar, .vcard, hr, .printhidden, .print, #extranet, #marlon, #subnav, #search, #account, #staf, #departmentselection, #btn-become-member, #pa .vcard .country-name, #pa .vcard .organization-name, #pa .vcard .n, #pa .vcard .type, #pa .vcard a.ico-email, #pa .vcard a.moreinfo, .wrapper-back, #quantity, a.continue-shopping, .btn-basket-add, td.delete *, a.increasequantity, a.decreasequantity, .updatequantity, .checkoutaction, .baskettotal a, #newsletter-actions, #newsletter-topics ul, a.backtotop, #newsletter-topics p.info
{
	display: none;	
}

/*remove uri's from links on activites and webshop pages*/
#activities a:link:after, #activities a:visited:after, #items a:link:after, #items a:visited:after, #basketlist a:link:after, #basketlist a:visited:after, #confirmation-orderdetails #info ol a:link:after, #confirmation-orderdetails #info ol a:visited:after, #newsletter-topics .newsletter-topic a:after, #newsletter-topics .newsletter-topic a:visited:after, #newsletter-publicities a:after, #newsletter-publicities a:visited:after
{
  content: "";
  text-decoration: none;
}

#activities a:link, #activities a:visited, #items a:link, #items a:visited, #basketlist a:link, #basketlist a:visited, #confirmation-orderdetails #info ol a:link, #confirmation-orderdetails #info ol a:visited
{
	color: Black;
  text-decoration: none;
}

#pa .vcard
{
	display: block;
	margin-bottom: 0.5cm;	
}

#pa .vcard .function
{
	font-weight: bold;
	font-size: 1.25em;
}

#pa .vcard .fn
{
	font-weight: bold;
}

#items
{
	clear: both;
}

#items .item
{
	margin-bottom: 0.75cm;
	padding: 0.1cm;
	width: 95%;
	clear: both;
}

#items .price
{
	font-weight: bold;
}

#items .thumb
{
	float: left;
	width: auto;
	margin-top: 0.4cm;
}

#items .desc
{
	float: right;
	width: 80%;
}

#items .desc *
{
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
}

#basketlist .quantity
{
	width: 1cm;
}

table
{
	width: 93%;
	border: 2px solid #222222;
}

table td
{
	margin: 0;
}

th
{
	text-align: left;
	font-size: 1.1em;
}

.totallabel
{
	text-align: right;	
}

tr.baskettotal
{
	font-weight: bold;
	font-size: 1.1em;
}

#departmentaddress
{
	margin-top: 1cm;	
}

/* See http://www.alistapart.com/articles/improvingprint for urls in footnote (with javascript) */
