.nss-special {
	text-align: center;
  margin: 20px;
  font-variant: small-caps;
  color: #d42426;
  font-size: 30px
}
#list-headers {
	text-transform: uppercase;
	font-weight: bold;
}
#show-prices-good-through {
	text-align: right;
}
#list-headers-ships {
	text-align: right;
}
#list-headers-reg {
	text-align: right;
}
#list-headers-show {
	text-align: right;
}
#ships {
	text-align: right;
}
#album-price {
	text-align: right;
	text-decoration: none;
}
#strikeout {
  text-decoration: line-through;
}
#show-price {
	text-align: right;
}
#album-row {
	border-bottom: 1px #d8d8d8 dotted;
	line-height: 30px;
}
#album-row input[type="checkbox"] {
	margin: -.4em 0 0 0;
}
#alt-album-row {
	border-bottom: 2px #d8d8d8 solid;
	line-height: 30px;
}
#alt-album-row input[type="checkbox"] {
	margin: -.4em 0 0 0;
}
#shipping-cost-left {
	text-align: left;
}
#shipping-cost {
	text-align: right;
	font-weight: bold;
}
#align-right {
	text-align: right;
}
#album-preview-image {
	position: relative;
}
#album-preview-image img {
	position: absolute;
	top: -15px;
	left: 45px;
}
#gray-background {
	border: 1px #d8d8d8 solid;
	background-color: #dcdcdc;
	padding: 0 0 5px 5px;
}
