/* CSS Document */

#header {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: absolute;
	width: 0px;
}
#top_nav {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: absolute;
	width: 0px;
}
#pricelist {
	width: 600px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#print_header {
	height: 90px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#print_header h1 {
	display: inline;
	font-size: 42px;
	font-weight: bold;
	text-align: right;
	right: 0px;
	margin-right: 0px;
	
}
#pricelist h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: 10px;
}
#pricelist h2 {
	text-align: left;
	margin-right: 5px;
	font-size: 10px;
	font-weight: normal;
}
#pricelist h4 {
	text-align: center;
	margin-right: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#pricelist input {
	margin: 0px;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
#price_table {
	margin-top: 5px;
	margin-bottom: 10px;
}
#price_table th {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#price_table tr td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-right: 20px;

}
#price_table .a td {
	
}
#price_table .b td {
	background-color: #EEEEEE;
}
#price_table #price_col th, #price_table #price_col td {
	
}
#metal_name {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#price_form {

}
#price_form tr td {
	padding: 6px;
	border: none;
}
/*----------------------------------FOOTER------------------------------------*/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-top: 10px;
}




