@charset "utf-8";
/*print style sheet */
img {
	border:0;
	display:none;
}
* {
	float:none;
	margin:0;
}
form {
	display:none;
}
body {
	width: 100%;
	margin: 0;
	float: none;
	font:"Times New Roman", Times, serif;
	font-size:inherit;
	color:#000000;
}

.webuy #container {
	width:100%;
	margin:0;
}
.webuy #maincontent {
	width: 100%;
	float: none;
	font:"Times New Roman", Times, serif;
	font-size:inherit;
	color:#000000;
}
.webuy #header {
	display:none;
}
.webuy #main_menu_shadow {
	display:none;
}
.webuy #menu_bar {
	display:none;
}
.webuy #sidebar1 {
	display:none;
}
#partlist {
	border: 1px solid black;
}
#partlist td {
	padding:3px;
}
#partlist .th {
	font-weight:bold;
	background-color:#5FA825;
	color: #FFFFFF;
}
#partlist tr.alt {
	background-color:#E5E5E5;
}
.webuy #footer {
	display:none;
}
.webuy #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:75%;
	text-align:center;
	font-weight:bold
}

