@charset "utf-8";

.cart-top
{
	border: 1px solid #666;
	background-color: #000;
	padding: 9px;
}

.cart-item
{
	border: 1px solid #666;
	border-top:none;
	background-color: #111;
	padding: 0 9px 0 9px;
}

.cart-panel
{
	border: 1px solid #666;
	border-top:none;
	background-color: #000;
	padding: 0 9px 0 9px;
}

.cart-bot
{
	border: 1px solid #666;
	border-top:none;
	background-color: #000;
	padding: 0 9px 0 9px;
}

.cart-pad { padding: 10px 0 10px 0; }
.cart-pad2 { padding: 5px 0 5px 0; }
.cart-bold-label { font-weight: bold; }
.cart-text-title { font-size: 15px; font-weight: bold; }

.cart-label-check { float: left; width: 30px; padding-top: 2px; }
.cart-label-qty { float: left; width: 50px; }
.cart-label-product { float: left; width: 430px; }
.cart-label-price { float: left; width: 50px; text-align: right; }
.cart-label-total { float: left; width: 100px; text-align: right; }
.cart-label-subtotal { float: left; width: 560px; text-align: right; font-weight: bold; }
.cart-label-subtotal-amount { float: left; width: 100px; text-align: right; }

.cart-sub-option { float: left; width: 400px; }
.cart-sub-title { float: left; width: 160px; text-align: right; font-weight: bold; }

.cart-label-fedex { float: left; width: 560px; }
.cart-label-fedex-amount { float: left; width: 100px; text-align: right; }

.cart-ship-lcol { float: left; width: 460px; }
.cart-ship-rcol { float: left; width: 200px; text-align: right; }
.cart-ship-radio { float: left; width: 20px; padding-top: 5px; }
.cart-ship-drop { float: left; width: 440px; }

.cart-bill-radio-img { float: left; width: 20px; height: 30px; }
.cart-bill-radio { float: left; width: 20px; height: 30px; }
.cart-bill-payment { float: left; width: 640px; }

.cart-info-label { float: left; width: 150px; font-weight: bold; text-align: right; padding-right: 10px; }
.cart-info-value { float: left; width: 500px; }
