/*
	GutterMate CSS Print Styles
	
	Table of Contents:
		typography, look & feel
		colours
		tables
		
*/

/* typography, look & feel */
body {
	background:#fff;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
hr{
	height:0;
	border:0;
	border-top:1px dashed #999;
}
fieldset{
	border:0;
}
label{
	float:left;
	width:150px;
	clear:left;
}
table{
	width:100%;
	border:1px solid #999;
}
table th{
	text-align:left;
}
table td{
	border-top:1px solid #999;
}
table tr.alt{
	background-color:#666;
}
a:link, a:visited {
	color: #36C;
	background:transparent;
	font-weight:bold;
	text-decoration:underline;
}
#content a:link:after, #content a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}
#content a[href^="/"]:after {
  content:" (http://www.guttermate.co.uk" attr(href) ") ";
}
#gm-header h1 img, #gm-mainmenu, #gm-options, #gm-shoppingbasket, #gm-header ul, #gm-footer h2, #gm-quickadd, #gm-cards, p.gm-backtotop, a.hidden{
	display:none;
}
#gm-container{
	width:auto; 
	margin:0 5%;
	padding:0; 
	border:0;
	float:none !important;
	color:#000; 
	background:transparent;
}
#gm-header{
	border-bottom:1px dashed #999;
	text-align:center;
}
#gm-header a{
	text-decoration:none;
}
#gm-header h1{
	font-size:18pt;
}
#gm-header h2{
	font-size:12pt;
	font-weight:normal;
}
#gm-panel-install li {
	display:inline;
	margin-right:10pt;
	padding-right:10pt;
}
#gm-content h2{
	font-size:16pt;
}
#gm-footer{
	text-align:left;
}
#gm-footer ul{
	margin:0;
	padding:0;
}
#gm-footer li{
	display:inline;
	border-left:1px solid #000;
	margin-left:5pt;
	padding-left:5pt;
}
#gm-footer li.first{
	margin:0;
	padding:0;
	border:0;
}
/***************************************************** */

/* colors */
#gm-header h1 a{
	color:#000;
}
#gm-header h2{
	color:#666;
}
/***************************************************** */