/* CLASSES */

.cart {
	width: 605px;
	margin: 0 0 0 10px;
}

.cart .top td {
	background: url(images/store/cart-top-bg.gif) repeat-x black;
	height: 16px;
	color: white;
	font-weight: bold;
	padding: 0 10px;
}

.cart .cart-shadow td {
	background: url(images/store/cart-top-shadow.gif) repeat-x;
	border-right: solid 1px #BDBDBD;
	border-left: solid 1px #BDBDBD;
}

.cart .cart-row td {
	padding: 5px 10px;
}

.cart .cart-row td img {
	border: solid 1px #BDBDBD;
}

.cart .cart-row .left {
	border-left: solid 1px #BDBDBD;
}

.cart .cart-row .right {
	border-right: solid 1px #BDBDBD;
}


.cart .cart-row-active td {
	padding: 5px 10px;
	background: url(images/store/cart-row-active.gif) repeat-x bottom #E31A22;
	color: white;
}

.cart .cart-row-active .left {
	border-left: solid 1px #BDBDBD;
}

.cart .cart-row-active .right {
	border-right: solid 1px #BDBDBD;
}




.cart-variation {
	width: 480px;
	margin: 0;
	padding: 0;
}

.cart-variation .cart-row-variation td {
	padding: 5px 10px;
	color: white;
	background-color: #848484;
}

.cart-variation .cart-row-variation td a {
	color: white;
}

/* .cart-variation  .cart-row-variation .left {
	border-left: solid 1px #BDBDBD;
} */

/* .cart-variation  .cart-row-variation .right {
	border-right: solid 1px #BDBDBD;
} */





.cart .cart-total td {
	border-top: solid 1px #BDBDBD;
	font-weight: bold;
	padding: 5px 10px;
}

.cart .cart-total2 td {
	font-weight: bold;
	padding: 5px 10px;
}

.cart .upsell-shadow td {
	background: url(images/store/upsell-top-shadow.gif) repeat-x #BCBEC0;
	border-right: solid 1px #373636;
	border-left: solid 1px #373636;
}

.cart .upsell-row td img {
	border: solid 1px #4e4e4e;
}

.cart .upsell-row td {
	background-color: #BCBEC0;
	padding: 5px 10px;
}

.cart .upsell-row .left {
	border-left: solid 1px #373636;
}

.cart .upsell-row .right {
	border-right: solid 1px #373636;
}

.cart .upsell-cap td {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #373636;
	background-color: #BCBEC0;
}

.order-info {
	width: 626px;
	border: solid 1px #BDBDBD;
	margin-top: 10px;
}

.order-info td {
	padding: 10px;
}