<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
 * Print stylesheet for base-design-2015/giftideas
 */

body, td, p, input, select, option, textarea, div
{font-family : Tahoma, Arial, Helvetica, sans-serif; min-height:1px; font-size:12px;}

/* Table Styles */

table
{width:100%; border:#000 1px solid; border-collapse:separate; border-spacing:1px;}
td
{background:#fff; padding:6px;}
td.product
{font-size:12px;}
td.product a
{font-size:12px;}
td.quantity
{text-align:center;}
td.price
{text-align:right;}
th
{background:#ccc; color:#000; font-weight:bold; padding:6px;}
td.subtotal
{text-align:right; width:70px; background:#fff;}
td.totaltotal
{text-align:right; width:70px; font-weight:bold;}

div.tdnote
{font-size:9px; margin:1px; padding:2px; border:#ccc 1px solid;}
div.tdnote span.number
{display:inline-block; float:right; width:40px; text-align:center; font-weight:bold; color:#000;}

.a-right {text-align: right;}</pre></body></html>