/*
Print Style Sheet

Version:   1.0
Author:    Gary Stanton - Simian Enterprises
Email:     gary@simianenterprises.co.uk
Website:   http://www.simianenterprises.co.uk
*/

@import url(/css/textStyles.css);
@import url(/css/styleAdjusters.css);
@import url(/css/admin/tableStyles.css);

@import url(/css/fonts/code39/stylesheet.css);



html {
	margin: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: White;
	width: 650px;
}

p {
	margin: 0px;
}

#printHeader {
	background: url(/img/structure/printHeader.gif) top left no-repeat; 
	width: 100%;
	margin: 0px;
	padding: 0 0 65px 0;
}

#printHeader h1 {
	text-align: right;
	margin:0px;
}

#printHeader p {
	text-align: right;
	margin:0px;
}

#printFooter {
	clear: both;
	margin: 80px 0 0 0;
}

#printFooter p {
	margin: 0px;
	font-size: 1em;
}

#printFooter address {
	margin: 0px;
	font-size: 1em;
}

.doNotPrint {
	display: none;
}



.dataTable {
	color: #000000;
	background: #e2e2e2;
	border-collapse: collapse;
	border: 2px solid #767676;
	color: #000000;
	font-size: 1em;
	width: 90%;
	margin: 5px 0 10px 0;
	padding: 0px;
}

	.dataTable tr td {
		border-bottom: 1px solid #b6b6b6;
	}

	.dataTable tr td.noBorder {
		border-bottom: none;
	}

	.address tr td {
		border-bottom: 0px;
	}
	
	.dataTable td {
		padding: 2px 4px;
		text-align: center;
		line-height: 1.8em;
		vertical-align: middle;
	}

	.dataTable td p {
		margin: 0px;
	}	

	.dataTable td.left {
		text-align: left;
	}
	
	.dataTable thead {
		border-bottom: 1px solid #FFF;
		background: #006699;
		color: #FFFFFF;
	}

	.dataTable thead th {
		text-align: center;
	}

	.dataTable th p {
		margin: 0px;
	}		

	.dataTable thead th.left {
		text-align: left;
	}	

	.dataTable thead th.right {
		text-align: right;
	}	
	
	.dataTable tfoot {
		text-align: center;
	}

	.dataTable td a {
		color: #0A7A9F;
	}	

	.dataTable td a:hover {
		color: #1EBDF1;
	}		
	
	.dataTable td.spacer {
		background-color: #FFFFFF;
		height: 0.8em;
	}	

	.dataTable tr.orderStatus td {
		text-align: left;
	}

	.dataTable tr td form {
		float: right;
	}

	.dataTable tr td.left form {
		float: left;
	}




#invoice {
}

	#invoice .postalCode, #invoice .country {
		text-transform: uppercase;	
	}

	#invoice .barcode {
		line-height: 36px;
		font-size: 36px;
		font-family: '3of9BarcodeRegular';
		font-weight: normal;
	}

	/* Header */
		#invoice div#header {
			width: 100%;	
		}
		
		#invoice div#header img {
			float: left;
		}
		
		#invoice div#header p {
			text-align: right;
			font-size: 14px;
		}
		
		#invoice div#header p strong:first-child {
			margin-right: 20px;	
		}
	

	/* Labels */
		#invoice #printLabels {
			width: 100%;
			clear: both;
			margin: auto;
			padding-top: 15px;
		}
		
		#invoice #printLabels #shippingDetails, #invoice #printLabels #returnLabel {
			font-size: 18px;
			line-height: 24px;
			font-weight: bold;	
			text-align: left;
			display: block;
			text-transform: capitalize;
			width: 44%;
			float: left;
			padding-left: 5%;
			height: 200px;
			margin-bottom: 20px;
		}
		

	/* Order Summary */
		#invoice #orderSummary {
			clear: both;
			border: 2px solid #999;	
			float: left;
			width: 100%;
			margin: auto;
		}
		
		#invoice #orderSummary > div {
			margin: 5px 5px;
			background-color: #EEE;	
			float: left;
			width: 196px;
			padding: 5px;
			text-align: left;
			font-size: 0.833em;
			line-height: 1.3em;
		}

		#invoice #orderSummary > div h2 {
			display: block;
			background-color: #333;
			color: #FFF;
			padding: 5px;
			margin: 0;
			font-size: 1.2em;
		}
		
		#invoice #orderSummary > div p {
			padding: 4px 5px;
			min-height: 73px;
		}
		
		#invoice #orderSummary {
			margin-top: 20px;
			margin-bottom: 20px;	
		}
	
	/* Cart */	
	#invoice #cartTotals {
		max-width: 200px;
		float: right;
		margin-top: 0px;
		font-size: 0.833em;
	}
	
	#invoice #orderChanges {
		font-size: 0.833em;
		line-height: 1.2em;
	}
	
	#invoice #orderChanges th {
		min-width: 100px;
	}
