/* Print Style Sheet */
@media print {

body {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Verdana;
}

h1 {font-size: 14px; font-weight: bold}
h2, h3, h4 {font-size: 12px; font-weight: bold}

#header, .widget, #contact-box, .remove_button, .adjustform input[type="submit"], #change_country input[type="submit"], .wpsc_checkout_forms input[type="submit"] {display: none;}

input[type="text"], textarea {
	width: 300px;
}

/*
body { background:white; color:black; margin:0 }
#wphead, #adminmenu, #footer, .button-primary, .button-secondary, h2, #contextual-help-link-wrap  { display:none }
#wpbody {margin: 0;}
h3 {margin-top: 30px}
.widefat th {font-family: arial, sans-serif; font-size: 12px; text-shadow: none;}
.widefat, .widefat td, .widefat th {border-color: #333; border-radius: none;border-collapse:collapse;}
#wpbody-content { display:block; width: 100% }
*/
}