/*
Stylesheet for Panama Hat Company of the Pacific, designed for Print Media
Just for the Printable Order Page and the Blocking Services Form

Author: Christopher Werby of Pipsqueak Productions, LLC
http://www.pipsqueak.com

Last updated: October 27, 2008
*/

body.printform @page
{
	size: 8.5in 11in;
	margin: 10mm 10mm 10mm 10mm;
}

body.printform
{
	background-image: none !important;
	background-color: white !important;
}

body.printform div#navigation { display: none !important; }
body.printform div#navigation2 { display: none !important; }
body.printform div#rightSidebar { display: none !important; }
body.printform div#logo { display: none !important; }
body.printform div#pageHeadline { display: none !important; }
body.printform a#printButton { display: none !important; }
body.printform .noprint { display: none !important; }
body.printform div#bottomContent { display: none !important; }
body.printform div#hatButtons { display: none !important; }
body.printform a.details { display: none !important; }
body.printform div#blockingServices a.store { display: none !important; }
body.printform div#hatInformationOriginal { page-break-before: always !important; }
body.printform div.pageBreak { page-break-after: always !important; }
body.printform table { border-color: black !important; }
body.printform div#wholePage { background-image: none !important; }
body.printform div#warning { background-image: none !important; }

body.printform thead
{
	color: black !important;
	font-size: 16px !important;
}

body.printform th { color: black !important; }
body.printform p { color: black !important; }

body.printform div#bodyContent p
{
	font-size: 8pt !important;
	padding-bottom: 0 !important;
}

body.printform div#printFooter
{
	display: block !important;
	background-color: white !important;
	color: black !important;
	font-size: 12px !important;
	padding-top: 20px !important;
	margin-left: 30px !important;
}

body.printform div#printFooter span
{
	padding-left: .2in !important;
	padding-right: .2in !important;
	display: inline !important;
}

/* @group SPECIAL FOR THE PRINTABLE ORDER FORM */
body#printableOrderForm table { margin-top: .1in; }

body#printableOrderForm input, body#printableOrderForm option, body#printableOrderForm select, body#printableOrderForm textarea
{
	color: black;
	font-size: 13px;
}

/* @end SPECIAL FOR THE PRINTABLE ORDER FORM */
/* @group SPECIAL FOR BLOCKING SERVICES FORM */
body#blockingOrderForm div#blockingServices ol>li span.price { margin-right: -100px !important; }
body#blockingOrderForm div#warning h2, body#blockingOrderForm div#warning h3, body#blockingOrderForm div#blockingServices, body#blockingOrderForm div#blockingServices h2 { color: black; }

/* @end SPECIAL FOR BLOCKING SERVICES FORM */
