/*	Moosejaw Test CSS
		Nikolaus Stoltzfus
		2007-12-10
--------------------------------------------------------*/

@import 'print-global.css';
@import 'print-special.css';


/* printing in 2010 and beyond	--------------------------------------------------------*/
#background { display: none; }

p {
	color: red;
}


/* receipt	--------------------*/
#receipt div.checkout-block {
	float:left;
	width:250px;
	
	}
#receipt div.checkout-block-left {
	margin-right: 15px;
}

#receipt div.checkout-block-inner {
	border: 1px solid #a6a6a6;
	background: #f4f6eb;
	font-size:12px;
	line-height:16px;
	padding:10px;
	min-height:100px;
	}

#receipt p.right {float: right; margin-right:30px;}

#receipt p.receipt-top {
	font-size:20px;
}

#receipt div.margtop {
	width:735px;
	}
	
.margtop #cart th {
	border-bottom: 1px solid #a6a6a6;
}
