body {
	background: #5f87be;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h1 {
	margin-bottom: 30px;
}

.extra-auctions {
	border: 2px solid #666;
	background: white;
	padding: 20px 0;
	margin-top: 40px;
}

.extra-auctions-content {
	width: 90%;
	margin: auto;
}

.extra-auctions-content .dl-horizontal dt {
	width: 120px;
	text-overflow:visible;
	overflow:visible;
	white-space:normal;
}

.dl-horizontal .product {
	font-size: 18px;
	font-weight: 700;
	color: #990000;
	text-overflow:visible;
	overflow:visible;
	white-space:normal;

}

.notnormal {
	text-decoration: line-through;
	color: red;
}

.btn {
	margin-left: 20px;
}

.normalvsauction {
	text-align: right;
	font-weight: 700;
	color: #000;
	font-size: 16px;
}


.extra-auctions-content dd {
	margin-left: 140px;
}

hr {
	border-top: 1px solid #999;
	border-bottom: 1px solid #aaa;
}

.vendorname {
	color: #000;
	font-size: 16px;
}

.justalittle {
	margin: 3px 0;
	line-height: 0;
	padding: 0;
}