		/* Defaults */
		
		*																				{margin: 0; padding: 0; border: 0}
		html 																			{border: 0 solid; min-height: 101%}
		html * 																			{border: 0 solid; padding: 0; margin: 0}
		body																			{padding: 0.5in; font: 12pt "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif}
		.odd td																			{background: #DDD}
		
		/* Float breaking */

		.break,
			.break-left,
			.break-right																{display: block; line-height: 0; height: 0; overflow: hidden}
		.break																			{clear: both}
		.break-left																		{clear: left}
		.break-right																	{clear: right}
		
		/* Printable order invoice */

		address span																	{display: block}
		table																			{width: 100%; margin-top: 0.2in; border: 1px solid #000}
		table td,
			table th																	{text-align: center; padding: 5px; border: solid #000; border-width: 1px 0 0 1px}
		table th																		{background: #000; color: #FFF}
		table .price																	{font: 12pt Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; text-align: right}
		table .small																	{width: 15%}
		table .desc																		{text-align: left}
		table .desc[colspan]															{font-weight: bold}
		table thead tr:first-child th													{border-top: 0}
		table tr td:first-child,
			table tr th:first-child														{border-left: 0}
		.top-header .main-info,
			.top-header .right-info,
			.billing-shipping-info .billing,
			.billing-shipping-info .shipping											{width: 50%; float: left}
		.top-header .main-info h1														{}
		.top-header .right-info .label													{float: left; width: 30%; list-style: none}
		.top-header .right-info .content												{float: left; width: 70%; list-style: none}
		.billing-shipping-info															{margin-top: 0.2in; padding-top: 0.2in; border-top: 3px double #000}
		.billing-shipping-info .billing h3,
			.billing-shipping-info .shipping h3											{float: left; width: 30%; margin: 0}
		.billing-shipping-info .billing .ship,
			.billing-shipping-info .shipping .ship										{float: left; width: 70%}
		table .total td																	{border-top: 2px solid #000; border-bottom: 1px solid #000}
		table .subheader																{text-align: right}
