
.cart_guide_table {
	
}

.cart_guide_on {
	font-weight: bold;
	color: #CD0A0A;
}

.cart_content {
	color: #FFFFFF;
}

.cart_guide_off {
	color: grey;
}


.cart_table {
	border: 1px solid #FFFFFF;
	width: 98%;
	color: #000000;
}

.cart_table th {
	background-color: #CE0000;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

.cart_table a {
	color: #000000;
}

.cart_total_div {
	width: 98%;	
}

.cart_total_table {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}

.cart_total {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


.cart_total_before_paid {
	color: #CD0A0A;
	font-size: 14px;
	font-weight: bold;
}


