body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  background-color: #FFFFFF;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

a {
  color: #0060DF;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #0067A9;
  text-decoration: underline;
}

#alert-notice {
  display: none;
  padding: 25px;
  font-size: 17px;
  background: #CFCFCF;
}

#alert-notice p {
  margin: 0px;
}

#alert-notice span#alert-notice-buttons {
  display: inline-block;
  margin: 0px 0px 0px 15px;
}

#alert-notice span#alert-notice-buttons a.button-block {
  display: inline-block;
  margin: 0px 5px;
}

#wrapper {
  width: 100%;
  overflow: hidden; /* Fix for jQuery UI Tabs */
  position: relative;
  text-align: center;
}

body.not-logged-in #wrapper {
  padding: 0px;
}

#container {
  position: relative;
}

#top {
  font-size: 16px;
  /*border-bottom: 1px solid #D5D5D5;*/
}

#top-outer {
}

#top-inner {
  text-align: right;
}

span.top-column {
  display: inline-block;
  padding: 0px 23px 0px 20px;
  border-right: 1px solid #D5D5D5;
}

span.top-column a {
  line-height: 40px;
}

span.button-social-media {
  font-size: 21px;
}

span.button-social-media a {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}

span.button-hover-menu {
  display: inline-block;
  position: relative;
}

ul.hover-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#login-menu {
  clear: both;
  width: 180px;
  padding: 15px;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #072034;
  border: 1px solid #222222;
  border-width: 1px 1px 0px 1px;
  box-shadow: 2px 2px 1px #222222;
  z-index: 99;
}

#login-menu form {
  text-align: left;
}

#login-menu form input.input-text {
  width: 170px;
  padding: 3px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #005C98;
}

span.button-site-search {
  height: 40px;
  color: #737373;
  line-height: 40px;
}

span.button-site-search form {
  text-align: right;
}

span.button-site-search form select {
  width: 120px;
  padding: 2px;
  color: #004774;
  border: 1px solid #ABADB3;
}

span.button-site-search form select,
span.button-site-search form input {
  margin: -3px 0px 0px 0px;
  vertical-align: middle;
}

#header {
  height: 106px;
  background: #1A1A1A;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

a#link-home {
  display: block;
  width: 326px;
  height: 106px;
}

#header-right {
  float: right;
  padding: 30px 0px;
  color: #FFFFFF;
  text-align: right;
}

#navigation {
  text-align: left;
}

#content {
}

#content-outer {
}

#content-inner {
}

#footer-top {
  padding: 30px 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6em;
  background: #2A2A2A;
}

#footer-top-outer {
}

#footer-top-inner {
}

#footer-top h3 {
}

#footer-top a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-top ul {
  padding: 0px;
  list-style-type: none;
}

#footer-bottom {
  padding: 20px 0px;
  color: #8F8F8F;
  font-size: 14px;
  background: #1A1A1A;
}

#footer-bottom-outer {
}

#footer-bottom-inner {
}

#footer-bottom a {
  color: #8F8F8F;
  text-decoration: none;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
}

#back-to-top::after {
  display: block;
  margin: -1px 0px 0px 0px;
}

/* Other Styles */

div.div-outer {
  width: 1320px;
  margin: auto;
  text-align: center;
}

div.div-inner {
  text-align: left;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Content Box Styles */

#content-box-top {
  margin: 0px;
  padding: 0px;
}

#content-box-top-left {
  float: right;
  width: 260px;
  margin: 0px;
  padding: 35px 0px 0px 0px;
}

#ameriloop-diagram {
  position: relative;
  width: 260px;
  height: 205px;
  background: url('/images/ameriloop-diagram-arrows-fixed.png') left top no-repeat;
}

#ameriloop-diagram a {
  position: absolute;
  display: block;
  font-size: 17px;
  font-style: italic;
  line-height: 1.3em;
  text-align: center;
  text-decoration: none;
}

#ameriloop-diagram a:hover {
  color: #CC0810;
  text-decoration: none;
}

a#diagram-retailers {
  top: 0px;
  left: 65px;
}

a#diagram-manufacturers {
  top: 66px;
  right: 0px;
}

a#diagram-consumers {
  top: 115px;
  left: 0px;
  width: 93px;
}

a#diagram-suppliers {
  bottom: -20px;
  left: 106px;
}

#content-box-top-right {
  float: left;
  width: 384px;
  margin: 0px;
  padding: 0px;
}

div.content-box {
  position: relative;
  margin: 0px;
}

div.content-box-title {
  position: relative;
  padding: 0px 15px 10px 15px;
  color: #004978;
  font-size: 18px;
  line-height: 40px;
  background-color: #F9F9F9;
  border: 1px solid #BBBBBB;
  border-width: 1px 1px 0px 1px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  z-index: 9;
}

div.content-box-title-bottom {
  margin: -10px 0px 0px 0px;
  padding: 10px 15px 0px 15px;
  font-size: 14px;
  text-align: right;
  border-width: 0px 1px 1px 1px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  z-index: 9;
}

div.content-box-title a {
  text-decoration: none;
}

div.content-box-title a:hover {
  text-decoration: none;
}

div.content-box-title a img {
  margin: -4px 4px 0px 0px;
  vertical-align: middle;
}

div.content-box-content {
  position: relative;
  margin: -10px 0px 0px 0px;
  padding: 15px;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 20;
}

div.content-box-overflow {
  height: 425px;
  overflow: auto;
}

div.content-box-column {
  float: left;
  width: 300px;
  padding: 0px 15px;
}

div.content-box-column-right {
  float: right;
}

div.product-box {
}

div.product-img {
  position: relative;
  float: left;
  margin: 0px 20px 0px 0px;
  text-align: center;
  box-shadow: 0px 0px 3px #CCCCCC;
}

div.product-img-small {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

div.product-img-larger {
  width: 200px;
  height: 232px;
}

div.product-img-photo {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

div.product-img-photo img {
}

div.product-img-enlarge {
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #CCCCCC;
}

div.product-img-enlarge a {
  display: block;
  text-decoration: none;
}

div.product-img-enlarge a:hover {
  color: #000000;
  text-decoration: none;
}

div.product-img-enlarge a img {
  vertical-align: middle;
}

div.product-info {
}

div.product-info p {
  margin: 5px 0px;
}

div.product-meta {
  padding: 10px 0px 0px 0px;
  color: #DCDCDC;
  font-size: 12px;
  border-top: 1px solid #EFEFEF;
}

div.product-meta a {
  display: inline-block;
  margin: 0px 10px;
  padding: 0px 0px 0px 18px;
  background-position: left center;
  background-repeat: no-repeat;
}

a.link-comment {
  background-image: url('/images/icon-comment.png');
}

a.link-details {
  background-image: url('/images/icon-details.png');
}

#product-details {
}

#product-comments {
}

#product-comments-form {
  border-bottom: 1px solid #BBBBBB;
}

#product-comments-form form {
}

#product-comments-form form textarea {
  height: 60px;
  color: #676767;
  font-size: 12px;
}

#product-comments-list {
}

#product-comments-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#product-comments-list ul li {
  padding: 20px;
  border-bottom: 1px solid #BBBBBB;
}

span.meta {
  color: #999999;
  font-size: 12px;
  font-style: italic;
}

/* Module Styles */

div.modulebox {
  margin: 0px;
  background-color: #FFFFFF;
  border: 1px solid #BBBBBB;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.modulebox-margin {
  margin: 0px 0px 35px 0px;
}

div.modulebox-plain {
  border: 0px;
}

div.modulebox-title {
  padding: 10px 15px 10px 15px;
  color: #004978;
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  background: url('/images/module-title-bg.jpg') center bottom no-repeat;
}

div.modulebox-title span {
}

div.modulebox-content {
  padding: 0px 15px;
  font-size: 12px;
}

div.modulebox-content-overflow {
  max-height: 250px;
  overflow: auto;
}

/* Special Module Styles */

div.module-row {
  padding: 5px;
  border-bottom: 1px solid #BBBBBB;
}

div.discussion-group {
  background-color: #FFFF99;
}

div.discussion-group div.discussion-preview a {
  padding: 0px 0px 0px 20px;
  background: url('/images/icon-lock.png') left center no-repeat;
}

div.discussion-avatar {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0px 10px 0px 0px;
  padding: 6px 0px;
}

div.discussion-avatar img {
  width: 50px;
  height: 50px;
}

div.discussion-preview {
  padding: 6px 0px;
  font-size: 13px;
  line-height: 17px;
}

/* Tooltip Styles */

#tooltip {
  position: absolute;
  z-index: 3000;
  width: 173px;
  height: 65px;
  padding: 26px 18px 31px 18px;
  color: #000000;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  background: transparent url('/images/tooltip/white_arrow.png');
  z-index: 999;
}

#tooltip.tooltip-large {
  position: absolute;
  z-index: 3000;
  width: 314px;
  height: 159px;
  padding: 26px 28px 31px 28px;
  color: #000000;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
  background: transparent url('/images/tooltip/white_arrow_big.png');
  z-index: 999;
}

/* Button Styles */

a.button-blue {
  display: inline-block;
  padding: 8px 20px;
  color: #FFFFFF;
  text-decoration: none;
  background: #0060DF;
  border-radius: 6px;
}

a.button-grey {
  display: inline-block;
  padding: 8px 20px;
  color: #FFFFFF;
  text-decoration: none;
  background: #999999;
  border-radius: 6px;
}

a.button-orange {
  display: inline-block;
  padding: 8px 20px;
  color: #FFFFFF;
  text-decoration: none;
  background: #FA8B00;
  border-radius: 6px;
}

a.button-red {
  display: inline-block;
  padding: 8px 20px;
  color: #FFFFFF;
  text-decoration: none;
  background: #EC2028;
  border-radius: 6px;
}

a.button-white {
  display: inline-block;
  padding: 8px 20px;
  color: #FFFFFF;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: 6px;
}

a.button-border {
  color: #117EC2;
  border: 1px solid #CCCCCC;
}

a.button-fixed {
  display: block;
  max-width: 230px;
  margin: auto;
  box-sizing: border-box;
}

/* List Styles */

ul.fancy-list {
  padding: 0px;
  list-style-type: none;
}

ul.fancy-list li {
  margin: 0px 0px 10px 0px;
  line-height: 1.3em;
}

ul.check-list {
  padding: 0px;
  font-size: 16px;
  list-style-type: none;
}

ul.check-list li {
  margin: 0px 0px 7px 0px;
  padding: 0px 0px 7px 30px;
  line-height: 1.3em;
  background: url('/images/bullet-check.png') left 2px no-repeat;
}

/* Tabs/Tab Navigation Styles */

div.tabs-container {
}

div.tabs {
}

div.tabs-navigation {
  position: relative;
  height: 40px;
  background-color: #A6C9E2;
  border-radius: 0px 0px 5px 5px;
}

div.tabs-navigation a {
  position: absolute;
  bottom: 1px;
  left: 1px;
  height: 38px;
  padding: 0px 30px;
  color: #000000;
  font-size: 16px;
  line-height: 38px;
  text-shadow: 1px 1px 0px #FFFFFF;
  border-radius: 0px 0px 0px 5px;
}

div.tabs-navigation a.tabs-next {
  left: auto;
  right: 1px;
  border-radius: 0px 0px 5px 0px;
}

div.tabs-navigation a:hover {
  text-decoration: none;
  background-color: #87B6D9;
}

/* Flex Column Styles */

div.flex-row {
  display: flex;
  padding: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.flex-column {
  width: calc(1/3 * 100% - (1 - 1/3) * 30px);
  margin: auto;
  padding: 10px;
  text-align: left;
  background: #FFFFFF;
  box-sizing: border-box;
}

div.flex-box {
	max-width: 400px;
}

div.flex-box-image {
}

div.flex-box-image img {
  max-width: 100%;
  height: auto;
}

div.flex-box-content {
  text-align: center;
}

div.flex-box-content img {
  max-width: 100%;
  height: auto;
}

div.flex-box-content a {
  display: block;
  max-width: 230px;
  margin: auto;
  padding: 8px 20px;
  color: #117EC2;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}

/* Misc Styles */

.code-embed {
  width: 100%;
  height: 140px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  overflow: auto;
  box-sizing: border-box;
}

img.img-left {
  float: left;
  margin: 0px 20px 10px 0px;
}

img.img-right {
  float: right;
  margin: 0px 0px 10px 20px;
}

img.img-frame {
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 2px 2px 3px #BCBCBC;
}

p.tagline {
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

a.link-tooltip {
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}