h2 {
	color: #962B2D;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

div.cart_container {
	margin-left: 10px;
}

div.cart_container div.content {
	background: url('../images/checkout/cart_bg.png') repeat-y center;
	width: 549px;
}

#cart_review input.quantity {
	width: 18px;
	background: url('../images/checkout/input_bg.gif') repeat-x top;
	height: 15px;
	font-size: 10px;
	color: #000;
	margin: 0 2px;
	padding: 0;
	border: 1px solid #064476;
	text-align: center;
	cursor:default;
}

#cart_review {
	width: 500px;
	border-bottom: 4px solid #064476;
	margin: 0 auto;
}

#cart_review th {
	font-size: 11px;
	text-align: center;
	color: #962B2D;
	padding: 3px;
	border-bottom: 3px solid #064476;
}

#cart_review td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	border-right: 1px solid #064476;
	border-top: 1px solid #064476;
	font-weight: bold;
}

#cart_review td.last {
	border-right: 0;
	text-align: center;
}

#cart_review td.last a img {
	width: 13px;
	margin: 0 auto;
}

#cart_review td.last a {
	font-size: 9px;
	color: #000;
	text-decoration: none;
}

div.cart_container table.recap {
	width: 360px;
	margin: 0 auto;
}

div.cart_container table.recap th {
	text-align: left;
	color: #962B2D;
	padding: 2px 0;
	font-size: 10px;
	width: 130px;
}

div.cart_container table.recap td {
	text-align: left;
	color: #000;
	padding: 2px 0;
	font-size: 10px;
	vertical-align: middle;
}

div.cart_container table.recap td input.field {
	background: url('../images/checkout/input_bg.gif') repeat-x top;
	height: 15px;
	border: 1px solid #064476;
}

div.cart_container table.recap td div.disabled_field {
	background-color: #b0c2d1;
	text-align: right;
	width: 110px;
	padding: 2px 8px 2px 0;
}

div.addresses {
	width: 360px;
	margin: 20px auto 0 auto;
	font-size: 10px;
}

div.addresses table th {
	color: #962B2D;
	text-align: left;
}

div.addresses table td {
	padding: 0 5px 0 5px;

	text-align: left;
	font-weight: bold;
}

div.addresses table td a {
	color: #064476;
	font-weight: normal;
	margin-left: 5px;
}

table.paiement_recap {
	margin: 20px auto;
}

table.paiement_recap th {
	text-align: left;
	color: #962B2D;
	width: 100px;
}

table.paiement_recap td {
	text-align: left;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	width: 200px;
}