/* reset */
#toolbar {
  /*border:1px solid black;*/
  /* BT 20091117 - start */
  /*position:relative;
  float:right;
  margin:170px 10px 0 0;*/
  position: absolute;
  top: 187px;
  right: 40px;
  /* BT 20091117 - end */
  width:auto;
  height:16px;
  z-index:1;
}
#toolbar .tool {
  float:left;
  padding:2px 3px;
  height:16px;
}
#toolbar .tool a {
  float:left;
  display:block;
  margin:2px;
  height:16px;
}
#toolbar .tool a:hover {
  text-decoration:none;
  -moz-opacity:.60;
  filter:alpha(opacitya=60);
  opacity:.60;
}
/*
onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" 
*/
