body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#0072c6;
}

#printContainer{
	width:100%;
}

#printerBar{
	border:1px solid #0090FE;
	width:100%;
	font-weight: bold;
	text-transform: uppercase;
	clear:both;
	display:block;
	font-size:150%;
	padding:5px;
}
#printerheaderCol1,#printerBar{
	display:inline;

}
#printerBar{
	margin-bottom:20px;
}
#footer,#productNavigation,#tabbedNav,#headerContainer,#mainNavigation,#mainNav{
	display:none;
}
	#printerheaderCol1{
		width:93px;
		margin-top:5px;
		float:left;
	}
	#printerheaderCol3{
		width:300px;
		float:right;
		margin-bottom:-12px;
	}
#printerContent{
	margin-top:10px;
	width:45em;
	padding-left:20px;
	font-size:90%;
	color:#0072c6;
	line-height:150%;
	float:left;

}
.table{
	font-size:95%;
	width:580px;
	color:#0072c6;
	border:1px solid #0072c6;
}
.tableHolder{
	font-size:90%;
	width:565px;
	color:#0072c6;
	margin-left:10px;
}
.tableHolder td{
	height:25px;
}
fieldset{
	border:1px solid #0090FE;
	margin-bottom:20px;
}
legend{
	color:#0072c6;
	font-size:150%;
	height:30px;
}
.skip,.submit{
	display:none;
}

/* ---------------------------------- */
/* GIFT VOUCHERS */
.voucherCode{
	background-color 			: #EFECBF;
	margin-top					: 3px;
	margin-right				: 2px;
	padding 					: 3px;
	height 						: 175px;
	border 						: 1px solid #0072c6;
}
.voucherCode h1{
	font-size 					: 135%;
	font-weight 				: bold;
	text-transform				: uppercase;
}

.voucherCodeUsed{
	background-color 			: #EFECBF;
	margin-top					: 3px;
	margin-right				: 2px;
	padding 					: 3px;
	height 						: 175px;
	border 						: 1px solid #0072c6;
	color						: #B6B38C;
}
.voucherCodeUsed h1{
	font-size 					: 135%;
	font-weight 				: bold;
	text-transform				: uppercase;
	color 						: #B6B38C;
}
