body {
	background-color:#FFFFFF;
	color: #000000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


p, td, th {
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

tr { page-break-inside: auto; }

thead {
    display: table-header-group;
  }

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}


/* [ Print Invoice Styles ]
   ----------------------------------------------- */

#printInvoiceArea {
	width: 800px;
}


#printInvoiceArea .footer {
    page-break-inside: avoid;
  }

#printInvoiceArea thead table, #printInvoiceArea .footer table { margin-bottom: 0;}

#printInvoiceArea .small-text { 
	font-size:10px; 
	line-height: 14px;
}


/* [ Print Product Styles ]
   ----------------------------------------------- */

#printProductArea {
	width: 800px;
}

#printProductArea .productprintTitle {
	font-size: 20px;
}

.productDetailDivider {
    border-bottom: 2px solid #ccc;
    margin: 13px 0 10px;
}

#productDetailImage {
	margin: 0 auto 10px 10px;
	padding: 0;
	width: 310px;
	height: 310px;
	text-align:center;
}

#productDetailImageExtra {
	margin: 0 auto 10px 10px;
	padding: 0;
	width: 150px;
	height: 150px;
	text-align:center;
	float:left;
}

#productDetailImage img, #productDetailImageExtra img {
	max-width: 100%;
	max-height: 100%;
}


/* [ Print Order Styles ]
   ----------------------------------------------- */

#printOrderArea {
	width: 800px;
}

#printOrderArea thead table, #printOrderArea .footer table { margin-bottom: 0;}

#printOrderArea .small-text { 
	font-size:10px; 
	line-height: 14px;
}


