#cartcontent {
  position: relative;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 50px;
	width: auto;
	z-index: 3;
	}

.order_info {
  font-size:.9em;
  color: #0E177C;
	}
	
h1 {
	font-size: medium;
	font-weight: bold;
	text-indent: 275px;
	margin-bottom: -1em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

table {
  width: 675px;
  }

.tableheading {
	text-decoration:underline;
	font-weight:bold;
	}
	
.itemnum {
  width: 103px;
  }
	
.desc {
  width: 317px;
  }
	
.cartqty {
  width: 80px;
  text-align: left;
  }
	
.cost {
  width: 67px;
  text-align: right;
  }
	
.totcost {
  width: 75px;
  text-align: right;
  }

.summary {
  width:142px;
	font-weight:bold;
	text-align:right;
	}
	
.totalnumber {
	font-weight:normal;
	text-align:right;
	border-top: #000000 double;
	}
	
.shippingnumber {
	font-weight:normal;
	text-align:right;
	border-top: #000000 solid;
	}
	
.thanks {
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	}