
/* print/global.css */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black !important;
	font-size: 10pt !important;
	line-height: 125%;
	border: none;
	margin: 0;
	padding: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
  	}
#header,
#footer p.become,
#footer p.copyright,
#sub-content,
.pagination-header,
.pagination-footer,
.footer-nav ul,
#product-options,
#overview-tabs,
p.print-page,
#pulldown-dept,
#pulldown-brand,
#pulldown-news,
#pulldown-help,
fieldset.actions,
span.payment-types {
	display: none !important;
}
#panel-techspec, #panel-materials {
	display: block !important;
	clear: left;
	}
	
h1 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #CCC;
	line-height: 22pt;
	font-size: 20pt;
	}
h1 a {
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	}
h1 img {
	vertical-align: middle;
	margin-right: 1em;
	}
h2 {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 16pt;
	font-weight: normal;
	color: #000;
	}
h3 { 
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	color: #333;
	}
strong, b {
	color: #000;
	}

a {
	text-decoration: none;
	color: #000;
	}

#body a:link:after, #body a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 9pt;
	color: #666;
	}

img { border: none; }

/*****DEPARTMENT PAGE******/
div.ShopProductsWidget dl.product {
	min-height: 130px;
	height: 130px;
	width: 400px;
	padding: 10px;
	position: relative;
	border: 1px solid #ccc;
	float: left;
	margin-right: 20px;
}
div.ShopProductsWidget dl.product dt {
	font-weight: bold;
}
div.ShopProductsWidget dl.product .product-name,
div.ShopProductsWidget dl.product .pricing {
	margin-left: 140px;
}
.ShopProductsWidget dd.image {
	width: 140px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #ccc;
	display: block;
	height: 130px;
	width: 130px;
}
div.ShopProductsWidget dl.first {
	clear: none;
}
/*********PRODUCT PAGE*******/
.brand-logo {
	position: absolute;
	right: 50px;
	top: 10px;
}
p#product-pricing {
	font-weight: bold;
	font-size: 123.1%;
}
body.product .product-sizing table td {
	text-align: center;
}
table tr,
table td {
	padding: 10px;
}
table th,
table th {
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
table tr.first th {
	text-align: center;
}
table tr.first th.first{
	text-align: left;
}
table tr.odd {
	background-color: #f8f8f8;
}
table tr.even {
	background-color: #ECEEEB;
}
/********ORDER RECEIPT********/
.delivery-note,
.order-reference {
	margin-bottom: 10px;
}
.delivery-note,
.order-totals {
	padding-top: 15px;
	margin-bottom: 10px;
}
#footer {
	border-top: 1px solid #CCC;
	padding: 0.5em 0;
	font-size: 9pt;
	clear: both;
}
.alpine-logo-print {
	position: absolute;
	top: 10px;
	left: 10px;
}
#container {
	padding-top: 61px;
}
table.order-summary-items tr.products td{
	border: none;
	border-bottom: 1px solid #E2E2E2;
}
table.order-summary-items tr.products th,
table.order-summary-items tr.products td,
table.order-summary-items tfoot tr td {
	padding: 1em 0.5em;
}
table.order-summary-items tfoot tr td.totals-text{
	text-align: right;
	padding-right: 40px;
}
table.order-summary-items tfoot tr.totals td,
table.order-summary-items tfoot tr.delivery td{
	border-bottom: 1px solid #E2E2E2;
}
table.billing-information,
table.order-summary-items {
	width: 560px;
}
.ShopSummaryWidget tr.totals {
font-size:116%;
font-weight:bold;
}
table th {
	vertical-align: middle !important;
}
.order-reference h2 {
	font-size: 167%;
	font-weight: bold;
}