/* 
	--------------------------
	Photo-Block Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
#sidebar, #nav{
	display: none;
}
a:link, a:visited{
	color: #64c3e7;
	text-decoration: none;
}
a img{
	border: 0;
}
p{
	margin: 10px 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #64c3e7;
}
h2{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font-size: 13px;
	margin: 0;
}
h4{
	font-size: 12px;
	margin: 8px 0 5px 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.data td{
	border-bottom: 1px solid #ccc;
}
.data th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}

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;
}

/* =order print */
body#print{
	text-align: center;
}
#wrap{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

/* =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;
}
/* */
