/* TOOLBOX SETTINGS */
.super_tooltip {
  background: #fff; 
  color: #000;
  position: absolute; 
  visibility: hidden; 
  border: 1px solid #000;
  padding: 0;
  z-index: 100; 
  font-size: 90%;
}

.super_toolbox {
  background: #fff; 
  position: absolute; 
  top: 10px;
  left: 10px;
  visibility: hidden; 
  border: 1px solid #000;
  padding: 0;
  z-index: 100;
  display: inline;
  width: 500px;
  /*font-size: 100%;*/
}

.toolbox_box {
  text-align: left;
  margin-bottom: 0;
  border: 1px solid #bbb;
}

.toolbox_header {
  padding: 3px 5px;
  line-height: 1.25em;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
  background: #fff;
  text-align: right;
  cursor: move;
}

.toolbox_header1 {
  padding: 3px;
  margin: 0 0 2px 0;
  font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
  color: #000;
  font-weight: bold;
  text-align: right;
}

/* Hide from IE5-Mac \*/
* html .toolbox_header, * html .toolbox_header1 {
  height: 1%;
  }
/* End hide from IE5-Mac */

.toolbox_body {
  padding: 2px;
}

/* /TOOLBOX SETTINGS */
