.quantity_tx {
	width: 70px;
	text-align: right;
}
.number_cell {
	text-align: right;
}
.minimum_notification {
}

#cant_checkout {
	color: #333;
	border: 2px solid #333;
	padding: 10px;
	margin-bottom: 20px;
}
	#cant_checkout p {
		margin-bottom: 0;
	}

caption {
	text-align: left;
	font-size: 1.2em;
	color: #820024;
	font-weight: bold;
}


#cart {
	margin: 0 50px;
}
	#cart h3 {
		margin-bottom: 50px;
	}

	table {
		width: 100%;
	}
		tr.item {
			border-bottom: 2px solid #e9e9e9;
		}
		td,
		th {
			padding: 5px;
			white-space: nowrap;
		}
		th {
			background-color: #e9e9e9;
			color: #000;
			text-align: left;
		}
		.title {
			font-weight: bold;
		}

#keep_shopping {}
	#keep_shopping a {
		text-decoration: none;
	}
	#keep_shopping a:hover {
		text-decoration: underline;
	}
	#keep_shopping h4 {
		margin-bottom: 0;
		font-size: 1.0em;
	}
#exact_colors {
	margin-bottom: 20px;
}