/* ################################## */
/* PRINT STYLES FOR ITEMDETAILS PAGES */
/* ################################## */

@import 'style.css';

 {
	page-break-after: avoid
}

/* <h1> */
h1 {
	font-size: 120%;
	font-weight: bold;
	left: 0;
	margin: 0;
	position: static;
	top: 0;
}

/* <img> */
table#heading_bar img {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* <p> */
p#iso_details {
	left: 0 !important;
	margin: 0;
	padding: 0;
	position: relative !important;
	top: 0 !important;
}
p#contact_details {
	left: 0 !important;
	margin: 10px 0 0 0;
	padding: 0;
	position: relative !important;
	top: 0 !important;
}

/* <table> */
table#back_table {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
table#footer {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
table#heading_bar {
	border: 1px solid gray;
}
table#product_data {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	margin-top: 20px;
}
table#product_data table {
	border: 1px solid gray;
}
table#quick_ref_table {
	border-collapse: collapse;
	border: 1px solid gray;
}

/* <td> */
td#left_column {
	width: 0 !important;
}
td#left_column table {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
td#main_content {
	width: 740px !important;
}
table#product_data td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
table#product_data td td {
	border: none;
}
table#quick_ref_table td.textwhite {
	border-bottom: 1px solid gray;
}
td#top_banner {
	height: 0 !important;
}
td#top_banner object {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Copyright (c) Studio 2 Online Ltd. */

