.holdall{
	width: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.passthru{
	font-size: 1em;
}
.page_header{
	font-size: 1.5em;
}

.errors{
	margin-top: 2px;
	margin-bottom: 15px;
}

.product_list{
	width: 100%;
	border: 0px black solid;
	font-size: 1em;
}
.product_list_header{
	font-weight: bold;	
	margin: 1px 1px 1px 1px;
	font-size: 1em;
}
.product_list_header_product{
	width: 50%;
	font-size: 1em;
}
.product_list_header_qty{
	width: 10%;
	font-size: 1em;
}
.product_list_header_price{
	width: 20%;
	text-align: right;
	font-size: 1em;
}
.product_list_header_subtotal{
	width: 20%;
	text-align: right; 
	font-size: 1em;
}

.product_list_row{
	font-weight: normal;	
	font-size: 1em;
}
.product_list_row_product{
	width: 50%;
	font-size: 1em;
}
.product_list_row_qty{
	width: 10%;
	font-size: 1em;
}
.product_list_row_price{
	width: 20%;
	text-align: right;
	font-size: 1em;
}
.product_list_row_subtotal{
	width: 20%;
	text-align: right; 
	font-size: 1em;
}
.product_list_additions_caption{
	font-weight: bold;
	text-align: right;	
	font-size: 1em;
}
.product_list_additions_value{
	text-align: right;
	font-size: 1em;
}
.security_disclaimer{
	width: 100%;
	text-align: justify;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.billing_address{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
}
.billing_address_header{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1em;
}
.shipping_address{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
}
.shipping_address_header{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1em;
}
.credit_card_info_header{
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 1em;
}
.credit_card_info{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	font-size: 1em;
}

.form_caption{
	font-weight: bolder;
	font-size: 1em;
}
.form_value{
	font-size: 1em;
}
.form_button{
	font-size: 1em;
}

.merchant_address{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.receipt{
	width: 80%;
	font-size: 1em;
}

.receipt_data{
	font-size: 1em;
}

.note{
	font-size: 0.8em;
}
