/* 
	--------------------------
	Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	background-color: #fff;
}
#sidebar, #nav, #footer{
	display: none;
}
a:link, a:visited{
	color: #2e3191;
	text-decoration: none;
}
a img{
	border: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font-size: 12px;
}
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{
	width: 100%;
	margin-bottom: 12px;
}
table.cart th{
	background-color: #f5f5f5;
	padding: 5px;
	line-height: 1;
	color: #666;
	border: 1px solid #ccc;
	border-width: 1px 0;
	/*text-transform: uppercase;*/
}
table.cart td{
	border-bottom: 1px solid #ccc;
	padding: 8px 5px;
	vertical-align: top;
	font-size: 1em;
}
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%;
}

#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;
}
/* */
