/* $Id $ */

a#text_resize_increase {
/*background: url(aBig.gif) no-repeat 0 0;*/
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0px 0 0 0;
  /*outline: none;*/
  cursor: pointer;

  text-align:center;
  line-height:24px;
  overflow:hidden;
  box-sizing:border-box;
}
a#text_resize_reset {
  /*background: url(a_reset.gif) no-repeat 0 0;*/
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  /*outline: none;*/
  cursor: pointer;

  text-align:center;
  line-height:24px;
  overflow:hidden;
  box-sizing:border-box;
}
a#text_resize_decrease {
  /*background: url(aSmall.gif) no-repeat 0 0;*/
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0px 0 0 3px;
 /* outline: none;*/
  cursor: pointer;

  text-align:center;
  line-height:24px;
  overflow:hidden;
  box-sizing:border-box;
}
a#text_resize_increase img,
a#text_resize_reset img,
a#text_resize_decrease img {
  width: 24px;
  height: 24px;
  /*border: 1px solid #000;*/
}
#text_resize_clear {
  clear: both;
}
.block-text-resize .contextual {
  right: -20px; /* LTR */
}
.block-text-resize [dir="rtl"] .contextual {
  left: -20px;
}
a:focus {
   outline: solid thin;
}
