<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#payment_cart{
	width: 100%;
}
div#payment_cart form{
	width: 100%;
}
div#payment_cart table{
	width: 100%;
}
div#checkoutbuttons{	
	width: 100%;
	padding: 10px 0;
	font-variant: small-caps;
}
div#checkoutbuttons input{
	font-variant: normal;
	float: right;
}
div#checkoutbuttons img{
	display: inline;
}
.carttotals {
	text-align : right;
	font-size : 12px;
}

/* ================================================== */

.carttable {
	width : 100%;
}

.carttable td {
	padding : 3px;
	border-bottom : 1px solid #CCCCCC;
}

.cartcolumnamount {
	width : 60px;
	font-size : 14px;
}

.cartcolumnamount input {
	width : 90%;
	font-size : 14px;
}

.cartcolumntitle {
	font-size : 14px;
}

.cartcolumnprice {
	width : 100px;
	text-align : right;
	font-size : 14px;
}

.cartcolumntotal {
	width : 100px;
	text-align : right;
	font-size : 14px;
}

form {
	margin : 0px;
	padding : 0px;
}

.headerrow {
	font-weight : bold;
	text-transform : uppercase;
	font-size : 12px;
}

</pre></body></html>