/* ================================
   --------------------------------
   PRINT STYLESHEET
   --------------------------------
   ================================
*/
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

* {
    overflow: visible !important;
    float: none !important;
    position: relative !important;
    width:auto !important;
}

#nav,
#subnavcontainer,
#col-subnav,
#purchase-subnav,
#about-subnav,
#argentum {
	display: none !important;
}

img {
	border: 0;
}
.altviews ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.altviews li {
	float: left;
	margin: 1em 1em 1em 0;
	padding: 0;
	list-style: none;
}
.price {
	clear: both;
}
