.mainimage {
  max-width: 584px;
  max-height: 540px;
  width: expression(this.width > 584 ? "584px" : true);
  height: expression(this.height > 440 ? "440px" : true);
} 

ul.thread_tools li {
	padding-left: 26px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
}

ul.thread_tools li.printable {
	background: url(../../../images/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
	background: url(../../../images/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
	background: url(../../../images/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
	background: url(../../../images/unsubscribe.gif) no-repeat 0px 0px;
}