.drop-shadow {
  -webkit-box-shadow: 5px 5px 5px #666666;
  -moz-box-shadow: 5px 5px 5px #666666;
  box-shadow: 5px 5px 5px 5px #666666;
}
sup { font-size: 0.4em; }
#smart_search_logo {
  margin-left: 40px;
  margin-top: 10px;
}
#ss_links a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #9a284b;
  padding: 4px 6px;
  cursor: pointer;
}
#ss_links a:hover { background-color: #506e23; }
#content ul {
  font-size: 14px;
  font-weight: normal;
}
#content ol {
  font-size: 14px;
  font-weight: normal;
}
#left_column {
  width: 50%;
  float: left;
}
#right_column {
  width: 50%;
  float: right;
}
#price_list {
  width: 880px;
  margin-left: 40px;
  font-size: 14px;
  border-collapse: collapse;
}
#price_list td { padding: 2px 20px; }
#price_list .third { border-left: 2px solid black; }
#price_list .price {
  color: #506e23;
  font-weight: bold;
  text-align: center;
}
.ss_section {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #9a284b;
  margin-left: 40px;
}
.ss_report_feature {
  font-size: 16px;
  margin-left: 40px;
}
.address {
  font-weight: bold;
  padding-left: 40px;
}
