.cartTable {
	border: 1px solid #507181;
}

.cartTable th {
	text-align: center;
	font-weight: bold;
}

.cartTable td {
	text-align: center;
	vertical-align: middle;
}

.content .cartTable tbody tr td {
	border-top: 1px solid #507181;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cartTable input {
	text-align: center;
	/*font-size: 8pt;*/
}

td.cartActionCol {
	border-left: 1px dotted #374b65;
	width: 75px;
}

td#cartAction a {
	text-decoration: underline;
}

.summary {
	text-align: right;
	margin-top: 10px;
}

.summary {
	font-size: 1.2em;
}

.summary .title {
	font-weight: bold;
}