#weather {
  font-size: 1em;
  background: url(../images/box/brown_grad.gif);
  background-repeat: repeat;
  width: 230px;
  padding: 0px;
}

#weather table {
  margin-top: 3px;
  border-collapse: collapse;
}

#weather table table {
  width: 100%;
}

#weather table td {
  text-align: left;
  border-spacing: 0;
  padding-left: 5px;
}

#weather #accred {
  padding-top: 5px;
  vertical-align: top;
}

#weather #accred a {
  text-decoration: none;
}

#weather .small {
  font-size: .8em;
  text-align: right;
}

#weather img {
  border: none;
}

#weather .link a {
  text-decoration: none;
  color: #f2e8d4;
}

#weather .link a:hover {
  background: #ababa3;
}

.accordion_toggle {
  display: block;
  height: 22px;
  background: url(../images/box/accordion_toggle.gif) no-repeat top right;
  line-height: 20px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  font-weight: bold;
  outline: none;
  font-size: 1.0em;
  text-align: center;
  color: #d9d3cd;
  cursor: pointer;
  margin: 0 0 0 0;
}

.accordion_toggle_active {
  background: url(../images/box/accordion_toggle_active.gif) no-repeat top right;
  color: black;
}

.accordion_content {
  overflow: hidden;
}
