<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bg-content nav ul li {
  float: left; 
  margin-right: 10px;
}

#bg-content nav ul li:not(:last-child):after {
  content: '|';
  padding-left: 10px;
}

#bg-content ul.companies {
  padding: 0;
  margin: 0;
}

#bg-content ul.companies li {
  list-style-type: none;
  padding: 1em 1em 1em 3em;
  margin: 0 0 1em 0;
  border-bottom: 1px #ccc solid;
  clear: both;
}

#bg-content ul.companies li:last-of-type {
  border-bottom-width: 0;
}

#bg-content ul.companies li span {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.bg-tools {
  padding: 0 .4em 1em .4em;
  margin-bottom: 1em;
  line-height: 2em;
}

.bg-tools.bg-header {
  border-bottom: 1px #000 solid;
}

.bg-tools.bg-footer {
  border-top: 1px #000 solid;
  padding-top: .5em;
}

#bg-content .bg-tools nav#buyers-guide-alpaha-nav {
  float: left;
}

#bg-content .bg-tools nav#buyers-guide-alpaha-nav  ul li {
  margin-right: 3px;
}

#bg-content .bg-tools nav#buyers-guide-alpaha-nav ul li:not(:last-child):after {
  content: '|';
  padding-left: 3px;
}

#bg-content .bg-tools form {
  float: right;
  margin: 0;
  padding: 0;
}
#bg-content .bg-tools form input {
  margin: 0;
}
#bg-content .bg-tools form input[type=submit] {
  border-width: 0;
  padding: 3px 10px;
}

#bg-content .bg-enhanced-listing {
  background-color: #eee;
  border-bottom: 1px dotted #CCC;
  background-image: url(../views/images/enhanced-arrow.gif);
  background-repeat: no-repeat;
  background-position-y: 50%;
}

#bg-content .company_details {
  float: left;
}

#bg-content .company_logo {
  float: left;
  margin-right: 1em;
}

#bg-content .bg-index ul {
  margin: 0;
  padding: 0;
}

#bg-content .bg-index p {
  margin: .4em 0 2em 0;
  font-weight: bold;
  font-size: .9em;
}

#bg-content .bg-index h2 {
  font-size: 14px;
  margin-bottom: .8em;
}

#bg-content .bg-index ul:after {
  content: '';
  display: block;
  clear: both;
} 

#bg-content .bg-index ul li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 1em 0 0;
}

.bg-search-header {
  font-weight: bold;
  font-size: 16px;
}

.bg-section {
  margin: 1em 0 2em 0;
}

#bg-content .company_line_info {
  line-height: 1.4em;
}

#bg-content .company_division {
  font-size: 1.2em;
}

.bg-breadcrumbs {
  margin: 16px 0;
  font-weight: bold;
}

#bg-content .company_text {
  margin-bottom: 1em;
}

#bg-content ul {
  margin-left: 40px;
  margin: .6em 3em;
}

#bg-content nav ul {
  margin: 0;
}

#bg-content .bg-tools input[type="text"] {
  border: 1px solid #aaa;
  color: #999;
  cursor: text;
  height: 25px;
  padding: 0 5px;
  width: 160px;
}

#bg-content nav ul li:not(:last-child)::after {
    content: "\00bb";
}

#bg-content .page-head h2 a {
    color: #fff;
}

#bg-content h1 {
    font-size: 2em;
}

.bg-footer-text {
    font-size: 0.9em;
}

#bg-content .bg-tools form input[type="submit"] {
    margin-left: 5px;
}</pre></body></html>