.ccart {
  text-align: center;
}

.ccart table {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
	border-collapse: collapse;
	width: 650px;
	border: 1px solid #CC6633;
}

.ccart tr {
  background-color: transparent;
	vertical-align: top;
}

.ccart tr.detaileven td {
  background-color: transparent;
	vertical-align: top;
}

.ccart tr.detailodd td {
  background-color: #eeeeee;
	vertical-align: top;
}

.ccart span.tiny {
  font-size: 7pt;
}

.ccart caption {
  margin-top: 20px;
}

.ccart caption span.small {
  font-size: 8pt;
	font-weight: normal;
}

.ccart caption span.large {
  font-size: 11pt;
	font-weight: normal;
}

.ccart em {
  font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
  font-style: normal;
}

.ccart tr.detailheader td {
  text-align: center;
	background-color: #cc6633;
	font-weight: bold;
	color: white;
}

.ccart tr.invoiceheader td {
  text-align: center;
	background-color: #cc6633;
	font-weight: bold;
	color: white;
}

.ccart tr.subtotal td {
  text-align: center;
	background-color: #cc6633;
	font-weight: bold;
	color: white;
}

.ccart .addresstable {
  width: 100%;
	border: 0px;
}

.ccart .paymenttable {
  width: 100%;
  border: 0px;
}

#CC table {
  width: 100%;
}

#CC .cctable {
  width: 500px;
	margin-left: 75px;
  margin-right: auto;
}

.ccart .termsbox {
  border: 1px solid #cc6633;
}

.ccart input.text {
  font-size: 8pt;
	color: #006666;
}

.ccart select {
  font-size: 8pt;
	color: #006666;
}

.ccart checkbox {
  font-size: 8pt;
	color: #006666;
}

.ccart input.submit {
  font-size: 8pt;
	color: #006666;
}

.ccart .numbox {
  text-align: right;
	border: 1px solid #cc6633;
}
