/* Cart Box */

.cart.box {
	position: relative;
	background-image: url("img/cartbox_en.png");
	background-repeat: no-repeat;
	margin-left: 5px;
	width: 205px;
	height: 136px;
}
.cart.box.sc { background-image: url("img/cartbox_sc.png"); }
.cart.box.tc { background-image: url("img/cartbox_tc.png"); }

.cart.box .infos {
	position: relative;
	margin: auto;
	top: 40px;
	font-size: 12px;
}
.cartbox .infos th {
	font-weight: normal;
	text-align: left;
	color: #777777;
}
.cart.box .infos td {
	padding-left: 5px;
}

.cart.box .options {
	position: absolute;
	bottom: 12px;
	left: 22px;
	text-align: right;
}

.cart.box .options a {
	display: block;
	width: 70px;
	height: 12px;
	padding: 2px 0;
	background-position: 0 -40px;
	background-repeat: no-repeat;
}
.cart.box .options .purchase { background-image: url("img/purchase.png"); }
.cart.box .options .cart { background-image: url("img/cart.png"); }
.cart.box .options .sc { background-position: 0 -20px; }
.cart.box .options .tc { background-position: 0 -0px; }
