td { color: white; }

#calc_main{
	padding: 0px;
	margin: 0px;
	border: 1px solid #3C3C3C;
}

#calc_title{
	width: 100%;
	height: 20px;
	padding: 3px 0px;
	background: url("../pics/opaque_40.png");
	position: relative;
	letter-spacing: 7px;
	text-align: center;
	text-shadow: #222222 0.1em 0.1em 0.1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #dddddd;
}

#direct_link{
	position: absolute;
	right: 10px;
	top: 1px;
}

#main_display{
	background: url("../pics/opaque_80.png");
	width: 420px;
	height: 515px;
	padding: 10px;
	vertical-align: top;
}

#id_wpnpic{
	height: 56px;
	text-align: center;
	vertical-align: bottom;
	color: gold;
	font-size: 10px;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
}

#id_enchants{
	padding-top: 43px;
}

#id_name{
	text-align: center;
	padding-top: 6px;
	padding-bottom: 14px;
}

.calc_rows{
	width: 95%;
	float: left;
	padding: 3px 5px;
	display: none;}

#id_level_info, #id_gear_info{
	text-transform: uppercase;}

#reset_link{
	position: absolute;
	left: 10px;
	top: 1px;
}

#bank{
	background: url("../pics/bank_back.gif");
	background-position: 50% 0px;
	background-repeat: no-repeat;
}

#bank_table{
	width: 344px;
}

#bank_table td{
	width: 27px;
	height: 30px;
	text-align: right;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 3px;
	background: url("../pics/item_mini/empty.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
}

#shop_table{
	width: 344px;
	height: 40px;
	padding: 0px 2px 2px 2px;
}

#shop_table td{
	height: 34px;
	width: 69px;
	text-align: right;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}

#tip_list, #thankyou_list{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 520px;
	list-style: none;
	font-size: 12px;
}

#tip_list li, #thankyou_list li{
	padding: 1px 0px;
}
