.inventory-message {
	display: inline-block;
	border: solid #ccc 1px;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 2em;
}
.inventory-message h5 {
	margin-bottom: 2px;
}
.backordered {
	margin: 30px 0;
}
.backordered H4{
	font-size: 1.5em;
	font-weight: Bold
}
.ProdDesc {}
.ProdDesc dt {
	font-weight: bold;
	padding: 0;
	border:0;
}
.ProdDesc dd {
	margin: 0 0 4px 10px;
	padding: 0 0 0 10px;
	background-image: url(/images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	border:0;
}
.prod-section {
	margin: 3rem auto;
	max-width: 50rem;
}
.prod-section-wrapper {
	display: block;
	width: 100%;
}
.prod-section-heading {
	border: #454fc3 solid 0;
	border-bottom-width: 3px;
	color: #454fc3;
	font-weight: bold;
	font-size: 1.7rem;
}
.prod-section-content {
	padding-top: 1.5rem;
}
.privacy-policy {
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: underline;
}

.u-printable__content .c-heading-delta {
	font-size: 1rem;
	line-height: 1rem;
}
.u-printable__content .u-text-bold {
	font-weight: normal;
}
.prod-details-button { 
	background-color: #454fc3;; 
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 6px;
		}
.related-products-list {
	margin-bottom: 10px;
}
.ctgy h1 {
	font-size: 1.5rem important!;
	font-weight: bold;
}
.SuspPartsHead {
	text-align: center;
	width: 100%;
}
.SuspPartsHead h1 {
	font-size: 1.5rem;
}
.SuspPartsTable {
	text-align: center;
	width: 100%;
}
.SuspPartsTable th {
	background-color: #eee;
	vertical-align: bottom;
	border: solid #ccc 1px;
}
.SuspPartsTable td {
	vertical-align: top;
	border-bottom: solid #ccc 1px;
}
.SuspPartsTable td.Part {
	background-color: #eee;
	border-left: solid #ccc 1px;
}
.SuspPartsTable td.Part a {
	color: blue;
}
.SuspPartsTable td.Key {
	font-weight: bold;
}
.SuspPartsTable td.Desc {
	text-align: left;
	white-space: nowrap;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.SuspPartsTable td.Remark {
	text-align: left;
}
.centramatic { width:100% }
.centramatic .wheelsize h2 { 
	font-weight: bold;
	font-size: 1.5 rem;
	margin-bottom: 1px;
}
.centramatic .wheelsize p { margin: 1px 0 4px 0; }
.centramatic .wheelsize span { font-weight:bold; font-size:1.1em; color:red; }
.centramatic .headingrow td {
	border-bottom: solid 1px black;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
}
.centramatic .productrow td {
	text-align: center;
}
.centramatic .productnote td {
	padding: 2px 10% 6px 10%;
	border-bottom: solid #ccc 1px;
}
.mailchimp {
	border:0px solid #ddd;
	display:block;
	margin:0 auto;
	word-wrap:break-word;
	width:100%;
	font-size:1.2em;
}

.mailchimp_title {
	position:relative;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.4em;
	color:#fff;
}

.mailchimp_email {
	color:#666;
	font-size:12px;
	width:130px;
}

.mailchimp_button_signup {
	margin:0;
	padding:1px;
	width:85px;
	background:#000;
	color:#fff;
	border:1px solid #000;
	cursor:pointer;
	font-weight:bold;
	font-size:1.0em;
	text-decoration:none;
}

.mailchimp_message {
	margin:auto;
	text-align:left;
	font-size:0.8em;
	color:#000;
	height:30px;
}

#mc_embed_signup .button {
  clear: both;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;