


#inner_content{line-height:22px; font-size:13px; }
.inner_text{line-height:22px; font-size:13px; }

#tools {
color: #333;
float: right;
height: 20px;
line-height: 20px;
padding-top: 0px;
/*position: absolute;
*/right: 0;
width: 190px;
z-index: 20;
margin-right:0px;

}
#tools label {
  float: left; font-size:12px; color:#333;
}
#tools a#increase, #tools a#decrease {
  display: block;
  float: left;
  height: 16px;
  margin: 2px 3px 0 0;
  width: 20px; cursor:pointer;
}
#tools a#print {
  background: url("../images/print.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #333;
  float: left;
  height: 20px;
  margin-right: 12px;
  padding-right: 28px;
}
#tools a#increase {
  background: url("../images/increase.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin-left: 5px;
}

#tools a#decrease {
  background: url("../images/decrease.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}