@charset "UTF-8";
/* CSS Document */

@import url('/css/generic.css');

#header ul,
#top-nav,
#featured,
#tabs-container,
#additional-info,
#footnote-content,
.print-link,
#logo {
	display: none;
	visibility: hidden;
}

#print-logo {
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 20px;
}

#page-wrapper,
#bg-wrapper,
#shadow-wrapper,
#page-wrapper #page-area,
#header,
#footer {
	background: transparent none;
}

h1,
h2,
h3,
h4,
h5,
h6,
#main-content,
#additional-info h2,
#additional-info h3,
#additional-info,
#footer {
	color: #000;
	background-color: #fff;
}

#footer a,
#page-wrapper #page-area a {
	color: blue;
	text-decoration: underline;
}


#main-content .note {
	float: none;
	position: static;
}

#main-content .inside {
	padding-left: 0px;
}

.print-only {
	display: block;
	visibility: visible;
}

#main-content table {
	border: 1px solid #000;
}

table td,
table th,
table th.table-heading {
	border: 1px solid #000;
}


#main-content ul {
	list-style-image: url(/images/list_arrow.gif);
	margin-left: 15px;
}

ul li {
	background: transparent none;
	padding: 0px;
}

#main-content #chart-top {
	border: 0px;
}

#main-content #chart-top td,
#main-content #chart-top th {
	border: 0px;
	text-align: left;
}

#info {
	width: 60%;
	border: 0px;
}

#info img {
	padding: 2px;
	border: 1px solid #d7d7d7;
	display: block;
}

#alloy-options {
	width: 35%;
	border: 0px;
}

#alloy-options h2 {
	margin-top: 0px;
}

