
/* print/global.css */

html {
	width: 100%;
}
body {
	margin: 0;
	padding: 1em; 
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt !important;
	line-height: 125%;
	text-align: left;
	color: #333 !important;
	background: #fff;
	border: none;
}
#header,
#footer div.copy-become,
#footer ul.footer-nav,
#footer dl.jog-scotland,
#footer p.become,
#footer p.cards,
#sub-content,
p.print-page,
fieldset.actions,
span.payment-types,
div.PulldownBlock {
	display: none !important;
}
#header {
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: .5em 0 0;
	font-size: 9pt;
}
	
h1 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #CCC;
	font-size: 18pt;
	line-height: 22pt;
	color: #000;
}
h1 a {
	color: #000;
}
h2 {
	margin: .5em 0 .4em;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
	color: #3E5265;
}
h2 a {
	color: #3E5265;
}
h3 { 
	margin: .5em 0 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
}
p {
	margin-top: 0 0 1em;
}
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; }

/*** blog ***/
body.post p.reply-to-comment,
body.post div#write-comment {
	display: none;
}
/*** events ***/
body.events div.header-options fieldset {
	display: none;
}
/*** running-clubs ***/
body.running-clubs div.header-options form {
	display: none;
}
/*** contact ***/
body.contact p.alternatively,
body.contact p.required,
body.contact form {
	display: none;
}
/*** shops ***/
body.shops p.header-byline,
body.shops div.find-nearest {
	display: none;
}
body.shops div.GoogleMapsWidget {
	width: 450pt;
}
/*** competition ***/
body.competition fieldset.selections {
	display: 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;
}
#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;
}
/* print/shop.css */
div.ShopProductWidget div.product-variations div.panel.sizes,
div.ShopProductWidget div.product-variations div.panel.selection,
div.ShopProductWidget div.product-specs ul#overview-tabs,
div.ShopProductWidget div.product-specs div.product-size-guide {
	display: none;
}

