/* 
	--------------------------
	Retail ITO Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
	background-color:#ffffff;
}
#sidebar, #nav{
	display: none;
}
a:link, a:visited{
	color: #92af2a;
	text-decoration: none;
}
a img{
	border: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #add136;
}
h2{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font-size: 8pt;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.data td{
	border-bottom: 1px solid #ccc;
}
.data th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}
#footer{
	border-top: 1px solid #ccc;
	clear: both;
}

/* =order print */
body#print{
	text-align: center;
}
#wrap{
	width: 90%;
	text-align: left;
	margin: 0 auto;
	padding:10px;
}

#header{	
	display: none;
}
#footer{
	display: none;	
}
.print-btn{
	display: none;	
}
.orderhistory-logo{
	display: block;
	margin-bottom: 20px;	
}

h1{
	font-weight: bold;
}
h3.orderno{
	font-size: 18px;
	color: #000;	
}
h3{
	font-size: 15px;
	color: #A2C936;
}
.order-status{
	padding-top: 35px;	
}
.form-section-order-history-left.print{
	margin-right: 55px;	
}
.form-section-order-history-left{
	margin-bottom: 40px;
	margin-right: 30px;
	float: left;
}
.form-section-order-history-right{
	margin-bottom: 40px;
	float: left;
}
table.details th{
	border: 1px solid #ccc;	
	padding: 3px 5px 3px 5px;
}
table.details td{
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
}
table{
	margin-bottom: 40px;	
}
table.cart th{
	font-size: 15px;
	border: 1px solid #ccc;
	padding: 3px 5px 3px 5px;
}
table.cart td{
	border: 1px solid #ccc;	
	padding: 3px 5px 3px 5px;
}
table.order-details td{
	padding-right: 20px;
}
a:link, a:visited {
	display: none;	
}

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

