body {
  /*min-width: 840px;*/
  min-width: 760px;
}

div.search-result-status {
  background-color: #F0F7F9;
  border-top: 1px solid #6B90DA;
  margin-top: 10px;
  padding: 2px 6px 2px 6px;
  clear: both;
  overflow: hidden;
  height: 18px;
}
h1 {
  float: left;
  margin: 0px;
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
}
div.search-result-status .results {
  float: right;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
}
div.quicklinks {
  float: left;
  width: 600px;
  overflow: hidden;
  margin-left: 10px;
}


h2 {
  font-family: Arial;
  font-weight: normal;
  font-size: 11pt;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.sponsored-links {
  float: right;
  /*width: 170px;*/
  width: 20%;
  font-family: Arial;
  font-weight: normal;
  font-size: 10pt;
  margin: 10px 0px 0px 0px;
  padding: 0px 8px 8px 8px;
  border-left: 1px solid #C9D7F1;
}
.sponsored-links p {
  padding-left: 5px;
}
.sponsored-links a {
  color: #0000CC;
  text-decoration: underline;
}
.sponsored-links a:active,
.sponsored-links a:hover {
}

.related-links {
  margin-top: 20px;
  font-family: arial,sans-serif;
  font-size: 12px;
}
.related-links a {
  /*margin-left: 5px;
  line-height: 18px;*/
}


li.sponsored-inline-links {
  margin-left: -5px;
}


/* Search results */
ul.search-results {
  float: left;
  max-width: 570px;
  width: expression( document.body.clientWidth > 720 ? "570px": "auto" );
  margin: 0px;
  margin-top: 20px;
  margin-left: 10px;
  padding: 0px;
}
ul.search-results li {
  clear: both;
  list-style: none;
  padding-bottom: 14px;
}
ul.search-results li a {
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  color: #0000CC;
}
ul.search-results li a:active,
ul.search-results li a:hover {
  color: red;
}

ul.search-results p {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.search-results li,
ul.search-results li p,
ul.search-results li p a,
ul.search-results li address,
ul.search-results li address a {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
}
ul.search-results li p a,
.smartwords a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed gray;
}
ul.search-results li p a:active,
ul.search-results li p a:hover,
.smartwords a:active,
.smartwords a:hover {
  color: red;
  border-bottom: 1px dashed red;
}

ul.search-results address {
  color: #008000;
  font-style: normal;
}
ul.search-results address a {
  color: #7777CC
}


/* Page navigation */
div.page-navigation {
  clear: both;
  font-family: Tahoma;
  font-size: 10pt;
  cursor: default;
  overflow: hidden;
}
div.page-navigation span,
div.page-navigation span a {
  float: left;
  width: 18px;
  text-align: center;
}
div.page-navigation {
  color: #b0b0b0;
}
div.page-navigation a {
  color: black;
  text-decoration: none;
}
div.page-navigation a:active,
div.page-navigation a:hover {
  text-decoration: underline;
}
div.page-navigation a.data-page-active,
div.page-navigation a.data-page-1-active,
div.page-navigation a.data-page-2-active {
  font-weight: bold;
  text-decoration: underline;
  color: #A90A08;
}