form.cart {
	margin:0;
	margin-top:50px;
	margin-bottom:50px;
}
table.cart {
 font-size: 11px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 14px
}
table.cart div.inv_price {
	font-size:10px;
}
table.cart div.inv_price .orig {
}
table.cart div.inv_price .sale {
	font-weight:bold;
	color:#FF0000;
}
div#cartempty {
	padding:20px 0px 20px 0px;
	font-size:11px;
	text-align:center;
}
table.cart input, table.cart select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
table.cart .error {
	color:#FF0000;
}
table.cart th, table.cart td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:5px;
	padding-left:3px;
	text-align:left;
	line-height: 14px;
}
table.cart th {
	background-color:#214d92;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:6px;
}
table.cart th.giftbox, table.cart td.giftbox, table.cart th.flag {
	padding:0px 0px 0px 5px;
}
table.cart td.giftbox {
	text-align:center;
}
table.cart td {
line-height: 14px
}
table.cart td.flag {
	text-align:center;
}
table.cart td.price {
	text-align:right;
}
table.cart input.price {
	border:0;
	clear:right;
}
table.cart th.unitprice, table.cart th.totalprice {
	text-align:right;
}
table.cart td.subtotallbl {
	text-align:right;
	font-weight:bold;
}
table.cart .center {
	text-align:center;
}
table.cart .right {
	text-align:right;
}