#cart {
	text-align: center;
}

#cart table {
	margin-left: auto;
	margin-right: auto;
}

#cart p {
	padding-top: 8px;
	padding-bottom:8px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#cart img {
	padding-top:8px;
	padding-bottom:8px;
}

#cart h3 {
	color: #002266;
	font-size: 15px;
}

#cart h5 {
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
}


