#workarea {
  padding: 10px;
}

#categories_title {
  font-weight: bold;
  font-size: 16px;
}

#categories_item {
  border: 1px solid #aaa;
  background-color: #eee;
  margin: 5px 0px 5px 0px;
  width: 50%;
  padding-right: 25px;
  padding-left: 10px;
}

#categories_item ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

#categories_item ul li {
  padding: 4px;
  font-weight: bold;
  white-space: nowrap;
}

.item_title {
  font-weight: bold;
  margin-top: 10px;
  padding: 4px;
  border-bottom: 2px solid #ccc;
}

.item_display  {
  margin: 0px 20px 5px 20px;
}

.item_display a {
  color: #00e;
}

.item_display a:hover {  
  color: #e00;
}

.item_website {
  margin-top: 10px;
  font-weight: bold;
}

.item_description {
  color: #666;
}

#child_links {
  font-size: 11px;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}

#child_links  a {
  color: #00e;
}

#child_links  a:hover {  
  color: #e00;
}

#child_links span {
   margin: 4px 10px 4px 10px;
}
