.cartDetailed form {
	padding:5px;
	width:auto;
	height:100%;
	position:relative;
}
.cartDetailed .frmCartUpdate {
	position:relative;
}
.cartDetailed .frmCartUpdate .buttons {
	position:absolute;
	bottom:38px;
	left:10px;
}
.cartDetailed .productTotal {
	border-top:1px solid #ddd;
}
.cartDetailed .productVat {
	font-style:italic;
	text-transform:lowercase;
}
.cartDetailed tfoot tr:hover {
	background:#191919;
}
.cartDetailed .productQuantity,
.cartDetailed .productControls,
.cartDetailed .productCustomId {
	text-align:center;
}
.cartDetailed .productPrice,
.cartDetailed .productPriceTotal {
	text-align:right;
}
.cartDetailed .productPrice .productTitle{
	text-align:left;
}
.cartDetailed .productPriceTotal { white-space:nowrap; }
.cartDetailed .productQuantity input {
	text-align:center;
	width:2em;
	border:1px solid #174760;
}

.cartDetailed .frmPaymentUpdate p,
.cartDetailed .frmFreightUpdate p {
	margin-bottom:.5em;
}
.cartDetailed .frmCheckout {
	position:relative;
	margin-top:1em;
}
.cartDetailed .frmCheckout fieldset {
	margin-bottom:1em;
}
.cartDetailed .frmCheckout .marginal label {
	width:9em;
}
.cartDetailed .frmCheckout .marginal .text {
	width:180px;
}
.cartDetailed .frmCheckout .marginal .orderDeliverySame {
	position:relative;
}
.cartDetailed .frmCheckout .marginal .orderDeliverySame label {
	float:none;
	width:auto;
	margin-left:1.5em;
}
.cartDetailed .frmCheckout .marginal .orderDeliverySame input {
	position:absolute;
	top:.5em;
	left:0;
}
.cartDetailed .frmCheckout .orderTerms,
.cartDetailed .frmCheckout .newsletter {
	clear:both;
	display:block;
}
.cartDetailed .frmCheckout .orderTerms .field,
.cartDetailed .frmCheckout .newsletter .field {
	position:relative;
	line-height:1;
}
.cartDetailed .frmCheckout .orderTerms label,
.cartDetailed .frmCheckout .newsletter label {
	margin-left:1.5em;
}
.cartDetailed .frmCheckout .orderTerms input,
.cartDetailed .frmCheckout .newsletter input {
	position:absolute;
	top:0;
	left:0;
}
.cartDetailed .frmCheckout .buttons {
	position:absolute;
	bottom:1em;
	right:5px;
}
.cartDetailed .orderPayment {
	padding-top:5px;
}
.cartDetailed .orderPayment .field,
.cartDetailed .orderFreight .field {
	line-height:16px;
	background:#373737;
	margin-bottom:.5em;
	padding:5px;
	height:100%;
	border:1px solid #aaa;
	display:block;
	float:none;
	overflow:hidden;
}
.cartDetailed .orderPayment .description,
.cartDetailed .orderFreight .description {
	float:right;
	width:55%;
}
.cartDetailed .orderPayment input,
.cartDetailed .orderFreight input{
	margin-top:1px;
	margin-left:5px;
}
.cartDetailed .orderPayment label,
.cartDetailed .orderFreight label{
	float:left;
	font-weight:bold;
	width:40%;
}

.discountCode .field{
	float:left;
	margin-right:5px;
}