/*
Print CSS
*/
body {
   background:none;
   font-size: 12pt;
}
#menu-holder,
#jumplinks,
#logo,
#main-top,
#main img,
#inklink,
#basket-link,
#footer-top-list,
#quick-links {
	height:0 !important;
  display: none !important;
  background:none !important;
	border:0 none;
}
#main,
#main_body,
#content,
p,
#main_detail,  
#main_detail p,
#header,
#head,
#top,
#main_top,
#footer,
#footer div   {
  float: none !important;
	height:auto !important;
  width: auto !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: static;
  background: transparent none;
}
#main {
	padding-bottom:2em;
  border-top: 1px solid #ccc;
}
#main table {
	margin-top:1.4em;
}
#doc3:before {
	content: url("/img/ui/print-logo.gif");
}
#footer {
  border-top: 1px solid #ccc;
  font-size:.8em;
}

ul#footer-btm-list,
ul#footer-btm-list li {
	display:inline;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#nav_holder {
   display: none;
 }
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   }
#main a[href^="/"]:after {
   content: " (http://www.art-of-chi.co.uk" attr(href) ") ";
}
h1, h2, h3, h4, h5, h6 {
	background: none !important;
  float: none !important;
	margin:0;
	padding:1em 0;
	text-indent:0px;
	height:auto;
	width:auto;
	color:#000;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
	padding:1em 0;
}
h3 {
	font-size:1.2em;
}	
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
input,
input#submit,
label {
	display:none;
}
div.row input,
div.row span.label label {
	display:inline;
}
div.submit input {
	display:none;
}