div#panel {
	text-align: right;
	width: 416px;
	clear: none;
	position: absolute;
	right: 0;
	color: #fff;
}

div#panel h1 {
	font-size: 140% !important;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: #fff;
}

div#panel h2 {
	font-size: 105%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	color: #fff;
}

div#panel a {
	color: #fff !important;
	text-decoration: none;
}

div#panel a:hover {
	text-decoration: none !important;
}


div#panel td {
	text-align: center;
}

div#panel table#stoves, div#panel table#fires, div#panel table#ranges {
	height: 136px;
	border: none;
}

div#panel table#stoves {
	background: url(/images/panel/stoves-panel.gif);
	width: 148px;
	margin-right: 5px;
}

div#panel table#ranges {
	background: url(/images/panel/ranges-panel.gif);
	width: 149px;
	margin-left: 5px;
}

div#panel table#fires {
	background: url(/images/panel/fires-panel.gif);
	width: 202px;
	margin-right: 5px;
}

div#panel img, div#panel table {
	float: left;
	margin-bottom: 5px;
}