/*******************************************************************************
Author:      PLY Interactive
Client:      Superfeet, Inc.
Project:     Superfeet Brand Corporate Web site and E-Commerce Solution
File:        print.css
Created:     April 2006
Purpose:     Imports global print styles and hides sIFR headlines from the
             browser printing.
*******************************************************************************/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

body {
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}
#ctl00_PageEditBar1_Panel1, #options, #sidebar, #footer, .buttonbox {
	display: none;
	}
#logo-print {
	margin: 0 0 3em;
	}
p {
	margin: 0 0 .5em;
	padding: 0;
	}
h2 {
	margin: 1.5em 0 .5em;
	font-size: 150%;
	}
h3 {
	margin: 0 0 .3em;
	font-size: 120%;
	}
table {
	margin: 0 0 1em;
	width: 100%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-collapse: collapse;
	color: #000;
	}
table th, table td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	}
table .CartHeader {
	font-weight: bold;
	color: #000;
	}
td table, td th, td td {
	border: 0;
	}
table h2 {
	margin-top: 0;
	}
table.layout {
	border: 0;
	}
table.layout th, table.layout td {
	border: 0;
	}