/*  
Site Name: Gardeners Store
Version: 1.0
Author: Andy Pearson
Author URI: http://www.binamic.co.uk
Date: 31st July 2007
Description: Print Stylesheet
*/
* {
	margin:0;
	padding:0;
}

body {
	font:9pt/1.26 Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	padding-bottom:4px;
	border-bottom:3px solid #000;
	margin-bottom:15px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h2 {
	margin:20px 0;
}
h3 {
	padding-bottom:4px;
	font-size:130%;
}
label {
	font-weight:bold;
}
p {
	margin-bottom:1em;
}
fieldset {
	border:none;
	padding-bottom:30px;
}
fieldset.floatleft {
	float:left;
	width:50%;
}
	fieldset p {
		margin:0;
		display:inline;
	}

/*
---- Tables
*/
table {
	width:100%;
	margin:30px 0;
	padding:0 0 30px 0;
	border-collapse:collapse;
	clear:both;
}
	table tr th {
		border-top:1px solid #000;
		border-bottom:2px solid #000;
		padding:3px 5px;
		text-align:left;
	}
	table tr td {
		padding:5px 5px;
		border-bottom:1px solid #ccc;
	}
	table tr td img {
		display:none;
	}

/*
---- Specifics
*/
#addresses {
	margin:30px 0;
	float:left;
	width:100%;
}
	#addresses #billing,
	#addresses #delivery {
		width:48%;
		float:left;
	}
	#addresses #delivery { float:right; }
	
	#addresses p {
		font-size:1.6em;	
	}
	
.align-right { text-align:right; }
div.basket-product-options { color:#676767; }

.thank-you {
	font-size:1.4em;
}

/*
---- Hide Useless Elements
*/
hr,
#navi,
#footer,
.hide-for-print,
#header p,
#additional-content {
	display:none;
}