#directory-panel {
  width: 551px;
  float: left;
  background-color: #bdc8cc;
  padding: 10px 10px 10px 10px;
}
.panel-form label {
  display: block;
  float: left;
  width: 95px;
  text-align: right;
  margin-right: 5px;
  color: #000;
}
#keyword {
  float: left;
}
#view-radio-buttons {
  float: left;
  padding: 5px 0px 0px 5px;
}
#view-radio-buttons label {
  width: auto;
  clear: both;
}
#view-radio-buttons input {
  width: auto;
  float: left;
}
.panel-form label.small {
  width: 65px;
}
.panel-form input, .panel-form select {
  display: block;
  float: left;
  padding: 0;
  font-size: 0.8em;
}
.panel-form .large {
  width: 160px;
}
.panel-form .medium {
  width: 115px;
}
.panel-form .small {
  width: 55px;
}
.panel-form .button {
  width: 55px;
  height: 19px;
  margin: 3px 12px 0 0;
  float: right;
  display: inline;
}
.panel-form p {
  padding-bottom: 7px;
}
.panel-form p.last {
  clear: both;
  padding-bottom: 5px;
}
.panel-form .to {
  width: 20px;
  margin: 0 13px 0 13px;
  text-align: center;
}
.panel-form #register_locate {
  margin: 5px 0 0 47px;

}




#search-results {
  text-align: left;
  margin: 10px 0;
  width: 100%;
}
#search-results th, #search-results td {
  padding: 5px;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #49839b;
}
#search-results thead th, #search-results thead td {
  color: #fff;
  background-color: #49839b;
}
#search-results tr.evenrow {
  background-color: #ececec;
}
#search-results tr.oddrow {
  background-color: #fff;
}
#search-results a.businessname {
  color: #221B8D;
  font-weight: normal;
  text-decoration: underline;
}

#item-table {
  width: 100%;
  border: 1px solid #C1C1C1;
}
#item-table th {
  background-color: #49839b;
  color: #fff;
  text-align: left;
  border: 1px solid #B1B1B1;
  padding: 7px;
}
#item-table td {
  padding: 7px;
}
#item-table td.light-grey-left {
  background-color: #ececec;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.light-grey-left-top {
  background-color: #ececec;
  text-align: right;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-left {
  background-color: #ececec;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-right {
  background-color: #ececec;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-left-top {
  background-color: #ececec;
  text-align: right;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#item-table td.dark-grey-right-top {
  background-color: #ececec;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#item-table td.light-grey-right {
  background-color: #ececec;
}
#item-table td.light-grey-right-top {
  background-color: #ececec;
  border-top: 1px solid #fff;
}
#item-table td.white-right-top {
  border-top: 1px solid #fff;
}

#item-table td.darker-grey-left {
  background-color: #ececec;
  text-align: right;
  border-right: 1px solid #fff;
}
#item-table td.darker-grey-right {
  background-color: #ececec;
  border-right: 1px solid #fff;
}
