h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #bc1e2c;
  text-transform: uppercase;
	border-bottom: 10px solid #bc1e2c;
	padding-bottom: 10px;
}
.printLink {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid red;
	text-align: right;
  font-size: 18px;
}
.printLink a {
	color: #bc1e2c;
}
.cartItem {
	border-bottom: 10px solid #bc1e2c;
}
h2, h3 {
	margin: 15px 0;
  color: #bc1e2c;
  font-size: 20px;
  font-weight: bold;
}
h2 {
  text-transform: uppercase;	
}
.address {
	margin: 10px 0;
}
.address strong {
	font-size: 16px;
}
.spec {
	font-size: 16px;
	font-weight: bold;	
}
.share, .delItem {
	padding: 10px 0;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.share, .delItem span {
	vertical-align: middle;
	color: #bc1e2c;
}
.share {
}
.share img {
	width: 30px;
	margin-left: 10px;
}
.delItem {
	text-align: right;	
}