
.two-columns {
	width: 50%;
	float: left;
}

#cart #destroy_cart {
	float: left;
}

#cart #destroy_cart .submit {
	background: #848484 none repeat scroll 0 0;
	border: 1px solid #848484;
	color: #222222;
	font-size: 12px;
	padding: 2px 1px 3px 1px;
	cursor: pointer;
}

#cart #destroy_cart .submit:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

.remove_item {
	float: right;
}

.js {
	display: none;
}

.products {
	width: 690px;
	border-top: 1px solid #c5c5c5;
}

.products .product {
	padding: 10px 0;
	font-size: 1.2em;
	border-bottom: 1px solid #e8e8e8;
	margin: 0;
}

.products .product.total-amount {border: none;}

.products .product .quantity { 
	width: 50px;
	float: left;
}

.products .product .name {
	width: 500px;
	float: left;
}

.products .product .cost {
	width: 140px;
	float: left;
	text-align: right;
}


input.checkout-submit {
	cursor: pointer;
	float: right;
	font-size: 14px;
	padding: 5px;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #AEAEAE;
	color: #6A6A6A;
	margin-right: 30px;
}

.payment-options {
	float: left;
	margin: 0 30px 15px 0;
}

.payment-options input {
	margin: -4px 3px 0 0;	
	float: left;
}

.payment-options label {
	color: #111;
	font-size: 1.4em;
	line-height: 0.5em;
	padding-bottom: 1em;
	float: left;
}

.payment-options span {
	font-size: 1.2em;
}

.payment-options span strong {
	color: #111;
	font-size: 1.2em;
}

.edit_order #order_state {
	font-size: 1em;
}

.edit_order .submit {
	border: none;
	margin: 0;
	padding: 0;
}

.edit_order div.submit input {
	cursor:pointer;
	font-size:14px;
	margin-top: 15px;
	padding:5px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #AEAEAE;
	color:#6A6A6A;
}

ul.product_list li.product .summary {
	width: 230px;
	float: left;
	margin-right: 5px;
}

ul.product_list li.product .price {
	width: 100px;
	float: left;
	text-align: right;
}

.edit_order #order_billing_country_id,
.edit_order #order_delivery_country_id {
	width: 225px;
}

.failure-left-image {
	float: left;
	width: 350px;
}

.failure-content {
	width: 690px;
	margin: 40px auto;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	padding: 30px 0;
}

.failure-content a {
	color: red;
	text-decoration: underline;
}

.failure-content a:hover { text-decoration: none; }

.failure-message {
	float: left;
	width: 340px;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.failure-message .error {
	font-size: 1.2em;
	color: red;
	border-bottom: 1px solid;
	margin-bottom: 5px;
	display: block;
}
