@charset "UTF-8";

/********************************************************

  Print.css
  
  PRINTER VERSION - include AFTER other CSS for correct
                    operation and with 'media="print"'.
  
  Shop page CSS file for Neil Duffin Photography to modify
  page styles for printout.
  
  Copyright © 2008 Neil Duffin all rights reserved.
  
 ********************************************************/

/*
 *
 * Remove black background, navigation, print button, etc.
 *
 */
 
body {
	background-color: #FFF;
	color: #000;
}

#OuterOuter {
	background: #FFF;
}

#OuterInner {
	background: #FFF;
}

#Wrapper {
	background-color: #FFF;
}

#Banner {
	display: none;
}

#SiteTool {
	display: none;
}

#MainNav {
	display: none;
}

.printButton {
	display: none;
}

.securitySeal {
	display: none;
}

/*
 *
 * Make all text, links and borders black.
 *
 */
 
h1,
h2,
h3,
a,
a:hover,
#Footer,
#Footer a,
#Footer a:hover {
	color: #000;
}

cartListBox,
cartTotalBox,
cartPostBox {
	border-color: #000;
}

.cartListBox .description .title,
.cartListBox .price .title,
.cartListBox .quantity .title,
.cartListBox .totalPrice .title,
.cartPostBox .description .title,
.cartPostBox .price .title,
.cartPostBox .quantity .title,
.cartPostBox .totalPrice .title,
.cartTotalsBox .description .title,
.cartTotalsBox .price .title,
.cartTotalsBox .quantity .title,
.cartTotalsBox .totalPrice .title,
.cartListBox .description .printDesc,
.cartPostBox .email .sectionTitle p,
.cartPostBox .address .sectionTitle p,
.cartPostBox .orderNumber .sectionTitle p,
.cartPostBox .orderDateTime .sectionTitle p {
	color: #000;
}

/*
 *
 * Hide unnecessary links & show full web address of contact page.
 *
 */
 
#orderContinueLinks {
	display: none;
}

#orderFullContactURL {
	display: inline;
}

/*
 *
 * Make alternative banner visible.
 *
 */
 
#BannerAltImg {
	display: inline;
}