html body {
	background: #fff;
	color: #505050;
	font: normal 11px/13px Verdana,  Arial, Helvetica, Tahoma, Trebuchet ms, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}


/* Visible Elements
----------------------------------------------------------- */

#print-header {
	display: block;
}


/* Hidden Elements
----------------------------------------------------------- */

#footer,
#header,
#breadcrumbs,
.btn,
#opener,ol.stepShoppingCart,ol.stepShoppingCart li,#page {
	display: none;
}


/* De-Blocked Elements
----------------------------------------------------------- */

#container,
#main,
#content,
#subpage-content,
#opener, 
#profile,
#order-receipt-holder,
#order-receipt,
#claims-summary-holder,
#claims-summary {
	display: inline;
	float: none;
	padding: 0;
	position: static;
	margin: 0;
	width: auto;
}



/* Receipt
----------------------------------------------------------- */

#order-receipt h4 {
	background: #fff;
	border-bottom: 2px solid #B1B1B1;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	margin: 0 0 20px 0;
	padding:0;
}


#order-receipt table {
	background: #fff;
	border-left: 1px solid #000;
	color: #0066cc;
	margin: 0 0 0 1px;
	width: 650px;
}

#order-receipt table td, #order-receipt table th {
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 23px;
	text-align: left;
	vertical-align: top;
}

#order-receipt table tbody th {
	border-left: 1px solid #000;
	font-weight: bold;
	width: 145px;
}

#order-receipt table .alt td, #order-receipt table .alt th {
	background: #f4f4f4;
}

#order-receipt table td .status-orderReceived {color:#090;}
#order-receipt table td.totalSpent {color:#f60;font-size:13px;line-height:17px;}
#order-receipt table td.totalAvail {color:#06c;font-size:13px;line-height:17px;}

#order-receipt table td.note {
	color: red;
	font-size: 11px;
	line-height: 13px;
}

#order-receipt table td.note div {
	background: #fff;
	border: 2px solid red;
	padding: 10px;
}


#order-receipt-bottom {
	display: none;
}







#claims-summary h4 {
	background: #fff;
	border-bottom: 2px solid #B1B1B1;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	margin: 40px 0 20px 0;
	padding:0;
}

#claims-summary table {
	background: #fff;
	border-left: 1px solid #000;
	color: #0066cc;
	margin: 0 0 0 1px;
	width: 650px;
}

#claims-summary table td, #claims-summary table th {
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 23px;
	text-align: left;
	vertical-align: top;
}

#claims-summary table thead th {
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 23px;
	text-align: left;
	vertical-align: top;
}

#claims-summary table tbody th {
	border-left: none;
}

#claims-summary table .alt td, #claims-summary table .alt th {
	background: #f4f4f4;
}

#claims-summary table .id {width:100px;}
#claims-summary table .desc {width:300px;}
#claims-summary table .val {text-align:center;}
#claims-summary table .qty {text-align:center;}
#claims-summary table .val {text-align:center;}
#claims-summary table .status {text-align:center;}


#claims-summary-bottom {
	display: none;
}
