div.button { float: right; }
td.left div.button { float: left; }
div.button span { min-width: 100px; font-size: 11px; margin: 0 0 0 3;
	text-align: center; float: left; }
div.button span, { width: 100px; }
div.button span a {	color: #333333; background-color: #E0E0E0;
	display: block; padding: 0 10 0 10; font-weight: bold; min-width: 100px;
	line-height: 230%; height: 27px; text-decoration: none; white-space: nowrap; }
div.button span a, { width: 100px; }
div.button span.first a { background-image: url(/Images/Gui/ButtCornCut.gif);
	background-repeat: no-repeat; background-position: 0px 17px; }
div.button span a.hot { color: #FFFFFF;	background-color: #F53D6B; }
div.button span a.new { color: #000000;	background-color: #33CCFF; }
div.button span a.off, div.button span a.off:hover { background-color: #E0E0E0; color: #AAAAAA; cursor: default; }
div.button span a, { line-height: 100%; padding-top: 6px; }
div.button span a:hover { color: #000000; background-color: #EEEEEE; }
div.button span a.hot:hover { color: #000000; background-color: #F53D6B; }
div.button span a.new:hover { color: #FFFFFF; background-color: #33CCFF; }