.totalprice {
	margin: 0 2.5%;
}
.totalprice.totalprice-state-hidden {
	display: none;
}

		.totalprice button::-moz-focus-inner {
			padding:0;
			border:0;
		}
		.totalprice-addcart-domainonly, .totalprice-addcart-domainonly.button.grey {
			background: transparent;
			border: none;
			color: #5C6464;
			text-decoration: underline;
			width: auto;
			margin-bottom: 16px;
		}

.cart-totalprice-separator {
	clear: both;
	margin: 48px -16px 16px -16px;
	width: 672px;
	height: 1px;
	background: #c8cecc;
	border-bottom: 1px solid white;
}

.product_box {
	background-color: #e6e7e7;
}

.product_box .span6,
.product_box .span12 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.product_box .span6 p {
	color: #3d3d3d;
	margin-top: 15px;
}

.message_product_box {
	padding-top: 15px;
	padding-bottom: 15px;
}