.cart-table {
	font-family: Helvetica, "Neue 55", Roman;
	width: 450px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #E2BC57;
}
.cart-table td {
	line-height: normal;
}
.cart-title {
	padding: 4px 4px 6px 10px;
	background-color: #663600;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.cart-header {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: #D59F0F;
	height: 23px;
	border-top: 1px solid #E2BC57;
}
.cart-caption {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 6px;
	background: transparent;
	border-top: 1px solid #E2BC57;
}
.cart-caption a {
	margin: 4px 14px 4px 14px;
	text-decoration: none;
	color: black !important;
}
.cart-caption a:hover {
	color: #BB1219;
}
.cart-item {
	font-size: 12px;
	text-align: center;
	color: #000;
	background: #F7F9FF;
	border-top: 1px solid #E2BC57;
}
.row-even {
	background: #fff;
}
.row-odd {
	background: #eee;
}
.cart-error {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 6px;
	background: #B61118;
	border-top: 1px solid #E2BC57;
}
.cart-totals {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #E2BC57;
	background: #EEEEEE;
}
.cart-data {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #E2BC57;
	background: #EEEEEE;
}
.cart-input {
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 0;
}
.cart-radio {
	background: none;
	border: none;
}
.cart-select {
	font-size: 13px;
}

.cart-general-error {
	font-size: 12px;
	color: white;
	font-weight: bold;
	background-color: #530611;
	border: 1px white dashed;
	padding: 4px;
}
.cart-checkbox {
	vertical-align: -4px;
}
.cart-table .fam-icon {
	vertical-align: -4px;
	border: none !important;
	padding: 0;
	margin: 1px;
}
