.cart-frame table.swat-table-view {
	margin-bottom: 0;
}

.checkout-thank-you .swat-table-view td,
.checkout-confirmation .swat-table-view td,
.cart-frame .swat-table-view td {
	font-size: 12px;
	padding: 6px;
}

.checkout-thank-you  h2 .pro-badge,
.cart-frame h2 .pro-badge {
	font-size: 12px;
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.checkout-thank-you td.photo-info,
.checkout-confirmation td.photo-info,
.cart-frame td.photo-info {
	width: 100%;
}

.photo-details span { display: block; }

.checkout-thank-you .swat-money-cell-renderer .swat-note,
.checkout-confirmation .swat-money-cell-renderer .swat-note,
.cart-frame .swat-money-cell-renderer .swat-note {
	white-space: nowrap;
	padding: 0;
}

div.swat-table-view-column-renderer { display: block; }

.checkout-thank-you td.swat-money-cell-renderer div.swat-money-cell-renderer,
.checkout-confirmation td.swat-money-cell-renderer div.swat-money-cell-renderer,
.cart-frame td.swat-money-cell-renderer div.swat-money-cell-renderer {
	font-size: 16px;
}

.checkout-confirmation .cart-total,
.cart-frame .cart-total {
	float: right;
}

.checkout-confirmation .cart-total h3,
.checkout-confirmation .cart-total .price-container,
.checkout-confirmation .cart-total input,
.cart-frame .cart-total h3,
.cart-frame .cart-total .price-container,
.cart-frame .cart-total input {
	float: left;
	margin: 0 10px 0 0;
}

.checkout-confirmation .cart-total .total-estimate,
.cart-frame .cart-total .total-estimate {
	display: block;
	text-align: right;
}

a.download-link {
	font-size: 13px;
	padding: 4px 10px;
}

.checkout-thank-you .cart-total div,
.checkout-confirmation .cart-total div,
.cart-frame .cart-total div {
	display: inline;
}

.checkout-thank-you .cart-total,
.checkout-confirmation .cart-total,
.cart-frame .cart-total {
	font-size: 16px;
}

.checkout-thank-you .cart-total label,
.checkout-confirmation .cart-total label,
.cart-frame .cart-total label {
	font-weight: normal;
	display: inline-block;
}

.checkout-confirmation .cart-total input,
.cart-frame .cart-total input {
	margin-left: 10px;
	display: inline-block;
}

#checkout_button {
	margin-left: 10px;
	vertical-align: middle;
}

.checkout-thank-you .swat-table-view tbody tr,
.checkout-confirmation .swat-table-view tbody tr,
.cart-frame .swat-table-view tbody tr {
	background: url(../images/elements/dotted-border.png) bottom left repeat-x;
}

.brightness-light .checkout-thank-you .swat-table-view tbody tr,
.brightness-light .checkout-confirmation .swat-table-view tbody tr,
.brightness-light .cart-frame .swat-table-view tbody tr {
	background-image: url(../images/elements/dotted-border-light.png);
}

.cart-frame .swat-table-view tbody tr.last {
	background-image: none;
}

.photo-contact { margin-left: 1em; }
