#blockcboard_box .preview
{
  background: url(/i42CMSPlugin/images/page_white_magnify.png) no-repeat 0px 1px;
  padding: 2px 2px 2px 20px;
}

#blockcboard_box .edit
{
  background: url(/i42CMSPlugin/images/page_white_edit.png) no-repeat 0px 1px;
  padding: 2px 2px 2px 20px;
}

#blockcboard_box
{
  position:absolute;
  top:20px;
  right:20px;
  background: url(/images/toolbox_bg.gif) no-repeat top left #fff;
  border: solid 1px #BDBBAF;
  width: 220px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#blockcboard_box h1
{
  font-size:14px;
  font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
  color: #1E2B4D;
  cursor: move;
  padding: 1px 1px 2px 24px;
}

#blockcboard_box h1 a#blockcbar_minifier
{
  display: block;
  float: right;
  position: relative;
  top:-20px;
  background: url(/images/bullet_toggle_minus.png) no-repeat;
  text-decoration: none;
}

#blockcboard_box h1 a#blockcbar_minifier:hover
{
  text-decoration: none;
}

#blockcboard_box h1 a#blockcbar_minifier.minimized
{
  background: url(/images/bullet_toggle_plus.png) no-repeat;
}
li.blockcdragonly {
  float:left;
  background-color: #fcffb8;
  font-size:14px;
  list-style-type:none;
  font-family:Tahoma,sans-serif;
  margin-left: 10px;
  padding: 4px;
  border: 1px solid;
}

