.cart-header {
	margin: 0 auto;
	width: 900px;
	height: 61px;
/*	text-align: left;*/
	clear: both;
}
.cart-header * {
	display: block;
	float: left;
}

.main-cart-image {
	width: 73px;
	height: 54px;
	background: url('../site_images/sc-cart-icon.gif') no-repeat;
	margin-right: 12px;
	float: left;
}

.cart-headings * {
	clear:left;
}

.shopping-cart {
	width: 221px;
	height: 32px;
	background: url('../site_images/sc-shopping-cart.gif') no-repeat;
	text-indent: -5000px;
	margin-top: 20px;
}

.cart-info-text {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

#processing-adjust-notice {
	font-weight: bold;
	font-size: 12px;
	color: #FD008C;
}

.keep-shopping-button {
	float: right;
	width: 174px;
	height: 40px;
	background: url('../site_images/sc-keep-shopping0.jpg') no-repeat;
	text-indent: -5000px;
	margin-top: 12px;
}
.keep-shopping-button:hover {
	background: url('../site_images/sc-keep-shopping1.jpg') no-repeat;
}

.cart-container {
    margin-left: auto;
    margin-right: auto;
	width: 900px;
	overflow: hidden;
	clear: both;
}

#bd {
	text-align:center;
}

.cart-table {
	width: 900px;
/*	margin: 0 0 0 -1px;*/
	font-size: 11px;
	text-align: left;
	background: url('../site_images/sc-top-bar.jpg') no-repeat;
}

/*.cart-text-button-section, .cart-total-option-container, .cart-checkout-container, .cart-table-edit-cell, td.dottedline {*/
.cart-text-button-section, .cart-total-option-container, .cart-checkout-container {
	border-right: solid #3d5c88 1px;
}

/*.cart-text-button-section, .cart-total-option-container, .cart-checkout-container, .cart-table-image-cell, td.dottedline {*/
.cart-text-button-section, .cart-total-option-container, .cart-checkout-container {
	border-left: solid #000000 1px;
}

.cart-table tr {
/*	border-left: solid #000000 1px;
	border-right: solid #000000 1px;*/
}

.cart-checkout-container {
	border-bottom: solid #000000 1px;
	clear: both;
}

.ft {
	clear:both;
}

.receipt-terms-container {
	clear: both;
}

.cart-table tr.cart-table-header-row {
	height: 36px;
	color: #fff;
	border: none !important;
	border-bottom: solid #000000 1px;
	background: none;
}

.cart-table th {
	padding-left: 28px;
}

.cart-table td {
	padding: 17px 0 4px 28px;
}

.cart-table-image-cell {
	width: 130px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 20px !important;
	background: url('../site_images/sc-tbl-bg.jpg') left top repeat-y;
}

.product-image-wrapper {
	width: 130px;
	height: 130px;
	padding: 20px;
	border: 1px solid #E3E3E3;
	margin-top: 3px;
}

.product-image-wrapper img {
	width: 130px;
	height: 130px;
}

.cart-table-desc-cell {
	width: 340px;
	color: #000000;
}

.item-discount-text {
	color: #FD008C;
}

.cart-table-desc-cell h2 {
	font-size: 14px;
	color: #FD008C;
	font-weight: bold;
}

.cart-table-desc-cell p {
	padding-top: 10px;
}

.item-proof-text {
	color: #FD008C;
	margin: 5px 0;
}

.item-header {
	font-weight: bold;
}

.processing-time {
	color: #000000;
}

.cart-table-price-cell {
	color: #FD008C;
	font-weight: bold;
}

.cart-table-edit-cell {
/*	width: 125px;*/
	padding: 3px 3px 3px 28px !important;
	background: url('../site_images/sc-tbl-bg.jpg') right top repeat-y;
}

.cart-table-edit-container {
	/*background: #fdbfd6;*/
	/*background: #ffecf3;*/
	width: 90px;
	height: 128px;
	padding-top: 91px;
	text-align: center;
}

.cart-table-edit-cell input.button {
	background: none;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	margin-bottom: 10px;
}

.cart-table .dottedline {
	padding: 0px;
	height: 4px;
	overflow: hidden;
	background: url('../site_images/sc-tbl-dotted.jpg') no-repeat;
}

.cart-divider {
	width:50%;
	clear:both;
}

.cart-text-button-section {
	text-align: left;
	padding-top: 17px;
	clear: both;
	height: 70px;
}

.cart-text-button-section .cart-info-text {
	float: left;
	margin-top: 10px;
	padding-left: 28px;
}

.cart-save-changes-button input {
	float: right;
	width: 190px;
	height: 40px;
	border: none;
	font-size: 1px;
	padding-top: 12px;
	color: #FD008C;
	background: url('../site_images/sc-save-changes0.jpg') no-repeat;
	text-indent: -5000px;
	cursor: pointer;
	margin-right: 10px;
}
.cart-save-changes-button:hover {
	background: url('../site_images/sc-save-changes1.jpg') no-repeat;
}

.cart-total-option-container {
	width: 898px;
	/**width: 900px;*/
	float:left;
}

.cart-options-container {
	padding: 0 0 10px 35px;
	color: #000000;
	text-align: left;
	float:left;
	width: 585px;
}

.cart-options-container div {
	float: left;
	clear: left;
	padding-top: 15px;
}

.cart-shipping-selection span, .cart-sales-tax span, .cart-discount-code span {
	display: block;
	padding-top: 4px;
	float: right;
	clear: right;
}
.cart-shipping-selection span.lbl, .cart-sales-tax span.lbl, .cart-discount-code span.lbl {
	text-indent: -5000px;
	height: 27px;
	padding-top: 0px;
	float: left;
	clear: left;
	background-position: 0px 0px;
}

div.cart-shipping-selection {
	padding-top: 0px;
}

.cart-shipping-selection p {
	float: left;
	clear: both;
	font-size: 11px;
	padding-top: 2px;
	width: 585px;
	color: #000000;
}
.cart-shipping-selection p strong {
	font-weight: bold;
}
/*
.cart-shipping-selection span {
	float: left;
}
*/
.cart-shipping-selection span.lbl {
	width: 262px;
	background: url('../site_images/sc-shipping-method-lbl.gif') no-repeat;
}

#cart-shipping-options {
	float: none !important;
	padding-top: 0px !important;
}

.cart-shipping-option {
	text-align: left;
	float: none !important;
	margin-left: 30px;
	font-size: 14px;
}

.cart-shipping-option label {
	font-weight: bold;
	margin-left: 4px;
}

.cart-delivered-by {
	margin-left: 20px;
	float: none !important;
	padding-top: 0 !important;
	color: #FD008C;
}

.cart-sales-tax {
	width: 240px;
}
.cart-sales-tax span.lbl {
	width: 100px;
	background: url('../site_images/sc-sales-tax-lbl.gif') no-repeat;
}

.cart-discount-code {
	width: 460px;
}
.cart-discount-code span {
	padding-top: 0px;
	float: left;
	clear: none;
}
.cart-discount-code span.lbl {
	width: 163px;
	background: url('../site_images/sc-discount-code-lbl.gif') no-repeat;
}
.cart-discount-code input.text {
	border: solid #FD008C 1px;
	width: 129px;
	float: left;
	clear: none;
	margin-right: 10px;
}
.cart-discount-code input.button {
	border: none;
	width: 105px;
	height: 27px;
	color: #FD008C;
	float: left;
	clear: none;
	/*padding-top: 12px;*/
	font-size: 0px;
	background: url('../site_images/sc-discount-apply0.jpg') no-repeat;
	text-indent: -5000px;
}
.cart-discount-code input.button:hover {
	background: url('../site_images/sc-discount-apply1.jpg') no-repeat;
}

.cart-totals {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #000000;
	padding-right: 26px;
}

.cart-totals td {
	padding: 5px 0;
}

.cart-totals .cart-totals-col-one {
	font-weight: bold;
	padding-right: 40px;
}

.cart-totals .dottedline {
	padding-top: 0px;
	height: 15px;
	background-position: center;
	border: none;
}

.cart-checkout-container {
	text-align: right;
	padding: 0 0 20px 0;
}

#save-changes-button {
	border: 1px solid #505050;
	background: #d4d0c8;
}

#edit-shipping-button {
	border: 1px solid #505050;
	background: #d4d0c8;
	margin-right: 20px;
}

input.button.cart-checkout-button {
	width: 287px;
	height: 45px;
	background: url('../site_images/sc-proceed-checkout0.jpg') no-repeat;
	font-size: 0px;
	border: none;
	/*padding-top: 20px;*/
	color: #aad384;
	margin: 10px 12px 0 0;
}
input.button.cart-checkout-button:hover {
	background: url('../site_images/sc-proceed-checkout1.jpg') no-repeat;
}

#login-buttons-container {
	margin: 15px auto 15px auto;
	text-align: center;
}

#continue-checkout-container {
	margin-top:15px;
	clear: both;
}

#create-acct-container {
	width:40%;
	float: right;
}

#login-info-container {
	width:40%;
	float: left;
}

#shipping-info-container {
	width:40%;
	float: right;
}

#billing-info-container {
	width:40%;
	float: left;
}

.shipping-info-title {
	text-align: right;
}

.shipping-info-data {
	text-align: left;
}

#create-account-error {
	font-size: 12px;
	color: red;
}

#login-error {
	font-size: 12px;
	color: red;
}

#shipping-info-error {
	font-size: 12px;
	color: red;
	clear: both;
	margin-top: 10px;
}

.cart-table {
	clear: both;
}

.checkout-shipping-method {
	float: left;
}

.checkout-billing-address {
	float: left;
}

.checkout-shipping-address {
	float: left;
}

.under {
	text-decoration: underline;
}

.popup-text-link {
	text-decoration: underline;
	cursor: pointer;
	color: #000000;
}

#cart-declined-container {
	width:90%;
	margin:25px auto 27px auto;
	padding:15px;
	border:1px solid #DDD;
}

/* start matching products section */
#matching-products {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	font-size: 85%;
	text-align: center;
}

#matching-outer-left {
	width: 100%;
	height: 36px;
	background: #f4f3e1 url('../site_images/matching_left_corner.gif') top left no-repeat;
	text-align: left;
	margin-bottom: 10px;
}

#matching-outer-right {
	margin-left: 20px;
	background: url('../site_images/matching_right_corner.gif') top right no-repeat;
}

#matching-outer-right img {
	margin-top: 10px;
}

#matching-products h6 {
	width: 129px;
	height: 18px;
	text-indent: -5000px;
	background: url('../site_images/pd-matching-items.gif') top center no-repeat;
	float: left;
	margin: 11px 0 0 0;
}

.matching-products br {
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

#matching-products .matching-prod-container {
	float: left;
	width: 150px;
	height: 170px;
}

#matching-products .matching-prod-link {
	color: #000000;
	text-decoration: none;
}

#matching-products p { height: 200px; }
#matching-products p a.thumber { height: 130px; }

/* end matching products section */