/* 
	--------------------------
	Eden Ripley Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: center;
}
#wrap{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}
#sidebar, #nav{
	display: none;
}
a:link, a:visited{
	color: #f30;
	text-decoration: none;
}
a img{
	border: 0;
}
p{
	margin: 1em 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 12px 0;
}
h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0;
}
h3{
	font-size: 11px;
}
table.cart{
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}
table.cart td, table.cart th{
	border: none;
	padding: 5px;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
div.section{
	border-top: 1px solid #ccc;
	clear: both;
	padding-bottom: 10px;
}
div.column-left{
	float: left;
	width: 49%;
}
div.column-right{
	float: right;
	width: 49%;
}
#footer{
	border-top: 1px solid #ccc;
	clear: both;
}

#footer{
	border-top: 1px solid #ccc;
	clear: both;
}

table.data{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
table.data td{
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;	
	vertical-align: middle;
}

table.data th{
	font-size: 1.2em;
	padding: 6px;
	text-align: left;
}
table.data td p, table.data th p{
	margin: 0;	
	font-size: 1em;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */

