/* 
	--------------------------
	Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #fff;
	text-align: left;
	margin: 0;
}
div{float: none;}
header, footer, 
aside, nav, 
.addtocart, #print-btn, .noprint, #logo-items{
	display: none;
}
a:link, a:visited{
	color: #ffcb08;
	text-decoration: none;
}
a img{
	border: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffcb08;
}
h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffcb08;
	margin: 10px 0;
}
h3{
	font-size: 15px;
	color: #ffcb08;
	margin: 0 0 5px 0;
}
p{
	margin: 0 0 10px 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{vertical-align:top;}
.data td{
	border-bottom: 1px solid #ccc;
}
.data th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}
td.right, th.right{
	text-align: right;
}
table.cart{
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid #ccc;
}
table.cart th{
	background-color: #f5f5f5;
	padding: 5px;
	line-height: 1;
	color: #666;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	/*text-transform: uppercase;*/
}
table.cart td{
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	padding: 5px;
	vertical-align: top;
	font-size: 1em;
}
table.cart td small{
	font-size: 11px;
}
div.section{
	border-top: 1px solid #ccc;
	clear: both;
	padding: 10px 0;
}
div.column-left{
	float: left;
	width: 49%;
}
div.column-right{
	float: right;
	width: 49%;
}


/* custom printing */

/* =order print */
body#print{
	text-align: center;
}
#wrap{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}
.last{
	margin-right: 0;
}


/* =self-clearing floats 
-------------------------------------- */
.clear:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear:after{ clear: both; }  
.clear{ zoom: 1; } 
/* */
