/*
Title:		label-it - print styles
Author: 	Kalon Edser, media@kalonedser.com
Updated:	14 May 2008
*/

body {
	margin: .6in;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 12pt;
	}
	
h1 {
	font-size: 16pt;
	letter-spacing: 6px;
	text-transform: uppercase;
	padding: .2em 0;
	}
	
a:link, a:visited {
	color: gray;
	}
	
#navigation,
#blog-nav,
#txpCommentInputForm,
.footer-nav,
.button,
.product-order,
.view-more,
.zemContactForm,
.submit-edit,
.submit-del,
.yab-checkout-tax,
.yab-shop-notice,
#yab-checkout-form .submit {
	display: none;
	}
	
table#yab-checkout-table { width: 100%; text-align: left; }
.yab-checkout-price, .yab-checkout-sum { text-align: right; }
.yab-checkout-change { text-align: center; }
.yab-checkout-total { font-weight: bold; }

#yab-checkout-form input,
#yab-checkout-form textarea  {
	float: right;
	}
	
a img {
	border: none;
	}