/* $Id: taxonomy_context.css,v 1.11.8.6 2009/10/03 18:47:10 nancyw Exp $ */
/**
 * @file
 * Create a block as a hierarchical menu tree for each vocabulary. 
 */

.term, .subterm {
  background-color: transparent;
  border: 0px solid #ccc;
  padding: 0em;
  margin-bottom: 0em;
}

.subterm {
  padding-left: 15px;
}

.term .title {
  font-weight: bold;
  font-size: 150%;
}

.subterm .title {
  font-weight: bold;
  font-size: 120%;
}

.clearit {
  clear: both;
}

.term {
  float: left;
  width: 100%; /* 1 column /* */
  /* width: 49%; /* 2 columns /* */
  /* width: 32%; /* 3 columns /* */
  /* width: 24%; /* 3 columns /* */
}

#taxonomy-context-overview li.vocabulary-list {
  margin-left: 2em;
  list-style-type: none;
  list-style-image: none;
}

#taxonomy-context-overview li.vocabulary-list-node a {
}

#taxonomy-context-overview li.vocabulary-list .item-list {
  margin-left: 2em
}

#taxonomy-context-overview li.vocabulary-list-node {
}

#taxonomy-context-admin-settings input {
  margin-left: 2em;
}

#taxonomy-context-admin-settings .form-radios {
  margin-top: 0;
}

#taxonomy-context-admin-settings .form-radios .form-item {
  float: left;
}

#taxonomy-context-admin-settings .description {
  clear: both;
}

.subterm-container .taxonomy_image_wrapper,
.term-container .taxonomy_image_wrapper,
.vocabulary-list .taxonomy_image_wrapper,
.vocabulary-container .taxonomy_image_wrapper {
  display: inline;
  margin-right: 3px;
}
