body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0px;
	width: 800px;
}

.displayHide{
	display: none;
}

h1{
	font-size: 1.5em;
	padding: 0px;
	margin: 6px 2px 6px 2px;
	color: #000000;
}
h2{
	font-size: 1.3em;
	padding: 0px;
	margin: 4px 2px 4px 2px;
	color: #000000;
}
h3{
	font-size: 1.1em;
	padding: 0px;
	margin: 3px 2px 3px 2px;
	color: #000000;
}
h4{
	font-size: 1.0em;
	padding: 0px;
	margin: 2px 2px 2px 2px;
	color: #000000;
}
h5,h6{
	font-size: 0.9em;
	padding: 0px;
	margin: 2px 2px 2px 2px;
	color: #000000;
}

img{
	border: none;
}

/*Page IDs*/

#page{
	width: 931px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px;
	margin: 0;
}
#top_links{
	clear: left;
	float: left;
	width: 100%;
}
#top_banner{
	clear: left;
	float: left;
	width: 100%;
}
#page_content{
	clear: left;
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	font-size: 0.9em;
}
#page_footer{
	clear: left;
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}
#page_content #main_3col,
#page_content #main_2col{
	float: left;
	width: 90%;
	padding: 0;
	margin: 20px;
}
#page_footer p.copyright{
	margin: 40px 5px 5px 5px;
}

#top_links ul.quicklinks,
#top_nav,
#top_banner div.quicksearch,
#crumb,
#page_content #left_col,
#page_content #right_col,
#page_footer div.footer_links_main,
#page_footer ul.collections{
	display: none;
}

/* cart */

div.cart{
	font-size: 0.9em;
	clear: both;
	margin: 10px;
}
div.cart h2{
	margin-top: 20px;
}
div.cart p{
	line-height: 1.2em;
}
div.cart table{
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.2em;
}
div.cart th{
	padding: 4px !important;
	text-align: left;
	vertical-align: top;
	font-variant: small-caps;
	vertical-align: middle;
}
div.cart th img{
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
	border: none;
}
div.cart th.center{
	text-align: center;
}
div.cart td{
	padding: 4px !important;
	text-align: left;
	vertical-align: top;
	border: 1px solid #cccccc;
	vertical-align: middle;
}
div.cart td.center{
	text-align: center;
}
div.cart th.sorted{
	background-color: #eeeeee;
}
div.cart th a,th a:visited{
	color: #333333;
}
div.cart th a:hover, div.cart th a:focus, div.cart th a:active{
	text-decoration: underline;
	color: #666666;
}
div.cart th.sorted a,th.sortable a{
	display: block;
	width: 100%;
}
div.cart tr.oddRow{
	background: #ffffff;
}
div.cart tr.tableRowEven,div.cart tr.evenRow{
	background: #faebf0;
}
div.cart .pagebanner, div.cart .pagelinks{
	display: block;
	padding: 5px 0;
}
div.cart div.buttons input.highlight{
	font-weight: bold;
}
div.cart td.total{
	font-weight: bold;
	background-color: #cccccc;
}
div.cart tr.footer{
	background-color: #e7e7e7;
}
div.cart .alert{
	color: red;
}
div.cart label.formlabel{
	display: block;
	float: left;
	width: 180px;
	line-height: 2em;
	height: 16px;
}
div.cart img.biohaz{
	width: 20px;
	height: 19px;
	vertical-align: middle;
	margin-right: 7px;
}


/* order print */
body.orderprint{
	font-size: 0.9em;
	padding: 20px;
	padding-top: 45px;
	background-position: 98% 10px;
	background-image: url(/images/hpa_logo.gif);
	background-repeat: no-repeat;
}
body.orderprint p, body.orderprint td, body.orderprint th{
	font-size: 0.9em;
	vertical-align: top;
}
body.orderprint table td.blanked{
	border: none;
	background-color: #fff;
}
body.orderprint table td.total{
	background-color: #fcc;
}
body.orderprint table td.total2{
	background-color: #f99;
	border-color: #f33;
}
body.orderprint table td.short{
	height: 5px;
	font-size: 1px;
	padding: 0;
}
body.orderprint table td.totalcopy{
	text-align: right;
	color: #f33;
	font-variant: small-caps;
	font-weight: bold;
}