/* leftpane */

td.side_pane {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: #E0E0E0;
  width: 168px;
  height: 395px;
}

/* catalog tree */
div#catalog_tree {
  width: 168px;
}

div.catalog_tree {
  padding: 0px;
  margin: 0px;
}

div.catalog_tree div.content div.selected {
  background-color: #ffff00;
}



div.catalog_tree div.content div.selected.highlight {
  xbackground-color: #ff0000;
}

div.catalog_tree div.menuitem.last {
  background: none;
}

div.catalog_tree div.line {
  float: left;
  height: 20px;
  xxbackground: url('../img/index_tree/line.gif') no-repeat;
}


div.catalog_tree div.rootname {
  background: url('../img/balk.gif') no-repeat;
  height: 24px;
  width: 168px;
  color: #45637a;
  font-size: 8pt;
}

div.catalog_tree div.rootname h3 {
  margin-top: 3px;
  margin-left: 10px;
  size: 10pt;
  font-weight: normal;
}


div.catalog_tree div.content div.name {
  background: none;
  padding: 4px 3px 4px 10px;
}

div.catalog_tree div.content div.name a {
  color: #45637a;
  font-size: 8pt;
  font-weight: normal;
}

div.catalog_tree div.content div.selected a {
  font-size: 8pt;
  color: red;
}


div.catalog_tree div.content div.name.highlight {
  xbackground: #ffcc00;
}

div.catalog_tree div.content div.content{
}

/* search */
.search {
}
td.side_search {
  border-top: 0px;
  border-right:  0px;
  border-bottom: 0px;
  border-left: 0px;
  padding: 0px;
  margin: 0px;
  background: #E0E0E0;
  width: 168px;
  vertical-align: bottom;
  }


table.search {
  margin-left: 0px;
  margin-bottom: 10px;
}

table.search td{
  margin-left: 0px;
  border: 0px;
}
table.search td.title{
  background: url('../img/balk2.gif') no-repeat;
  height: 29px;
  width: 168px;
  color: #45637a;
  text-align: left;
  font-weight: normal;
  font-size: 10pt;
  padding-left: 10px;
}

form#searchform {
  color: #45637a;
  size: 10pt;
  font-weight: normal;
  float: left;
  margin-top: 10px;
}
form#searchform input{
  color: white;
  height: 15px;
  width: 90px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  color: black;
}

form#searchform input.searchbutton {
  width: 50px;
  margin-top: 10px;
  height: 20px;
  padding: 0px;
  border: 1px solid white;
  color: #ffffff;
  background-color: #6699cc;
  font-size: 10px;
}

