/*
Title:      	Artful Crafter :: Print Style sheet
Author:     	Timo Brimhall (www.timodesign.com)
Updated:    	Oct 18 2006
Notes:    		Celia Barberes (Jason Read )
*/

body {
	color: #000; 
	background: #FFF; 
	margin: 0; 
	padding: 0 .5cm 0 .5cm;
	}
form {
	margin: 0;
	}
h1 {
	font: bold 20pt Helvetica, Arial, sans-serif;  
	letter-spacing: -0.05em; 
	margin: 0;
	}
h2 { 
	font: normal 16pt Helvetica, Arial, sans-serif; 
	letter-spacing: -0.05em; 
	margin: 0;
	}
h3 {
	font-size: 11pt;  
	margin-top: 0;
	}
h4 {
	font-size: 10pt;
	}
hr {
	border: none; 
	height: 1px; 
	background: #ccc; 
	margin: 2em 0;
	}
img {
	border: 0; 
	padding: 0;
	}
table td {
	padding: 5px;
	}


/* Links
----------------------------------------------- */	
a:link {
	color: #236BBF; 
	text-decoration: underline;
	}
a:visited {
	color: #7288A0; 
	text-decoration: underline;
	}
/* Thank you Eric Meyer. http://www.alistapart.com/articles/goingtoprint/ */
a:link:after, a:visited:after {content: " (" attr(href) ") "; font-size: 8pt; color: #666; text-decoration: none;}
a[href^="/"]:after {content: " (http://www.mosaictileusa.com" attr(href) ") "; font-size: 90%; color: #000; text-decoration: none;}

	
/* Common Elements
----------------------------------------------- */	
#hdr-txt {
	display: block;
	padding: 1em 1em 2em 1em;
	}
#hdr-btn, #shoppingcart, #nav, #search, #links, #sidebar, .btn-container, #footer {
	display: none;
	}
.row-line, .row-line td {
	border-bottom: 1px solid #CCC;
	}
.quantity {
	width: 3em;
	text-align: right;
	}
