.download ul#download_tabs li {
	display: inline;
	background-image: none;
	list-style: none;
	padding-left: 0;
	margin-right: 1em;
}

.download ul#download_tabs li a {
	text-decoration: none;
}

.download ul#download_tabs li a:hover,
.download ul#download_tabs li a.active {
	border-bottom: 3px solid #4bb033;
}

.download .description {
  padding: 0.5em 0 1em 0;
}

.download table.list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download table.list td { white-space: normal; }

.download table.list th { background-color: #f1f6e0; }

.accordion_toggle {
  display: block;
  height: 30px;
  background: url('../images/bg_1px.jpg') repeat-x top left;
  padding: 0 10px 0 10px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  font-size: 110%;
/*  border-bottom: 1px solid #cde99f; */
  cursor: pointer;
  margin: 0 0 2px 0;
}

.accordion_toggle_active {
  background: url('../images/bg_1px.jpg') repeat-x top left;
  color: #ffffff;
  /*
  border-bottom: 1px solid #f68263; */
}

.accordion_content {
	display: none;
  background-color: #ffffff;
  color: #444444;
  overflow: hidden;
}
