/** headers **/

#seoHeader {
  clear: both;
  border-bottom: 2px solid #D5D9DC;
  padding: 0 0 1px 0;
  margin: 0 0 5px 0;
}

#seoHeader div {
  border-bottom: 1px solid #000;
  padding: 13px 0 7px 5px;
}

#seoHeader div div {
  border: none;
  padding: 0;
}

/** footers **/

div#footers {
  background: url('/images/box_bk.png') no-repeat left bottom;
  padding: 0 0 9px 0;
  margin: 15px 0;
  clear: both;
  _zoom: 1;
}
div#footers p {
  background-color: #fff;
  padding: 0 0 3px 7px;
  font-size: 1.2em;
}
div#footers div.container {
  background: url('/images/box_bk.png') no-repeat left top;
  padding: 9px 10px 0 10px;
  font-size: 0.75em;
  color: #666;
}
div#footers div.container p {
  float: left;
  width: 165px;
  padding: 0 9px;
}
div#footers div.container p.single {
  float: none;
  clear: both;
  width: auto;
  margin: 5px 0;
}
div#footers div.container span,
div#footers div.container strong {
  display: block;
  margin: 3px 0 0 0;
}
div#footers div.container span.title,
div#footers div.container strong {
  padding: 0 0 3px 0;
  font-size: 1.1em;
  background: url('/images/dots.png') repeat-x left bottom;
  font-weight: bold;
  color: #000;
}
div#footers div.container p.single strong {
  background-image: none;
}
div#footers a {
  color: #6666ff;
  margin: 0 2px;
  text-decoration: underline;
}

div.related_searches_home {
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 4px 0px 4px 7px;
  margin: 2px 3px 0 3px;
}

div.related_searches_listing {
  margin-top: 10px!important;
}

div.related_searches_home p.title {
  margin: 0 0 2px 0;
  padding: 0px 22px 0 0;
  font-weight: bold;
}

div.related_searches_home ul {
  float: left;
  margin: 0;
  list-style-type: none;
  padding: 0 7px 0 4px;
}

div.related_searches_home ul {
  width: 180px;
}

div.related_searches_home ul.first {
  padding-left: 0;
}
