.noprint {
	display: none !important;
}

h3.heading {
	display: block !important; 
	clear: both;
	height: 1.3em !important;
	font-weight: 500;
	font-size: 1.3em !important;
	width: 881px !important;
}

.product {
}

.product table {
	padding-bottom: 10px !important;
	border-bottom: 1px gray solid !important;
	margin-bottom: 23px !important;
}

.product .picture {
	/* width should offset padding of img */
	width: 200px !important;
	vertical-align: top;
}

.product .picture img {
	border: 1px gray solid !important;
	padding: 5px !important;
}

.description {
	width: 600px;
	margin: 15px !important;
}

.description .name {
	width: 150px; 
	display: inline;
	float: left;
	font-weight: bold;
}

.description .desc {
	padding-left: 10px;
	width: 400px; 
	display: inline;
	float: left;
}

.description .contact {
	display: none !important;
}

.logo {
	float: right !important;
	display: inline;
}

.qualifications {
	float: right !important;
	display: inline;
}

.headings {
	display: block !important;
	border-bottom: 1px gray solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.headings th {
	text-align: left;
}
.headings th.image { width: 235px; }
.headings th.name { width: 150px; }
.headings th.desc { width: 490px; }

div.print_contact {
	display: block !important;
}

.print_contact .address {
	width: 150px;
	padding: 10px;
	display: inline;
	float: left;
}

.print_contact .postal {
	width: 150px;
	padding: 10px;
	display: inline;
	float: left;
}

.print_contact .phone {
	width: 150px;
	padding: 10px;
	display: inline;
	float: left;
}

.print_contact .email {
	position: relative;
	top: -1em;
	width: 150px;
	padding: 10px;
	display: inline;
	float: left;
}

.print_contact .email a {
	text-decoration: none !important;
}

