/* 

PRINT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- print	--------- */
body {
		background: #fff;
		padding: 0;
		color: #111;
		font-size: 75%;
		}
h1, h2, h3, h4, h5, h6 {
		color: #111;
		}
p {
		color: #111;
		}
div {
		1border: 1px solid #ccc;
		background: #fff;
		}
a.button { font-size: 1.4em; }		
h3 { font-size: 1.4em; }

.button,
div#printLinkPanel,
div#checkoutBreadCrumb,
div#top div#logo,
div#logo,
div#layoutCollage,
div.contentLeft,
div.contentRight,
div#ads,
div#navBar,
div#cartPanel,
div#categories,
div#banner,
div#topBar {
		display: none;
		}
		
div#top div#logoPrint {
		display: block;
		position: absolute;
		left: 20px;
		top: 12px;
		width: 107px;
		height: 75px;
		}
div#print {
		text-align: center;
		padding: 5px 20px;
		background: #eee;
		margin: 10px;
		}
div#print a {
		color: #00f;
		font-size: 1.6em;
		}
div.content {
		background: #fff;
		}
div.contentCentre {
		margin-left: 175px;
		}
form.checkoutForm input.submitButton {
		font-size: 0.9em;
		}
form.checkoutForm p.field {
		font-size: 1em;
		}
div.contentCentre div.checkoutInfoPanel {
		margin-right: 0.5em;
		}
div.contentCentre div.checkoutInfoPanel h3 {
		background: none;
		font-size: 1.4em;
		margin-bottom: 0.5em;
		padding: 0.5em;
		color: #111;
		border-top: 1px solid #111;
		border-bottom: 1px solid #111;
		}
div.contentCentre div.checkoutInfoPanel p {
		padding: 0 2px;
		color: #111;
		}
div.contentCentre div.checkoutInfoPanel p.label {
		background: #fff;
		border: none;
		}
div.contentCentre div.checkoutInfoPanel p.field {
		background: #fff;
		width: 60%;
		text-align: left;
		border: none;
		}
div.contentCentre table {
		margin-bottom: 10px;
		}
div.contentCentre table td {
		background: none;
		padding: 0 2px;
		border: none;
		}
div.contentCentre table thead td {
		background: none;
		padding: 2px;
		border: none;
		}

div#footer p#termsFooter {
		display: none;
		}
div#footer {
		border-top: 5px solid #ccc;
		}
div#footer p {
		color: #444;
		font-size: 1.2em;
		}
div#footer a {
		color: #444;
		}
