@media Print {
	BODY{
		zoom:80%;
	}
}
BODY {
	font-family : "High Tower Text", "Times New Roman", Times, serif;
	font-size : 105%;
	scrollbar-arrow-color : Black;
	scrollbar-3dlight-color : White;
	scrollbar-darkshadow-color : White;
	scrollbar-face-color : White;
	scrollbar-shadow-color : Black;
	scrollbar-highlight-color : Black;
	scrollbar-track-color : Silver;
}
DIV {
	display : block;
}
H1 {
	font-size : 175%;
	text-align : center;
	font-style : italic;
}
H2 {
	text-align : center;
}
H2 A {
	text-decoration : none;
}
H2 A:HOVER {
	text-decoration : underline;
}
DIV#logo {
	position : absolute;
	left : 0px;
	top : 10px;
	width : 780px;
	height : 146px;
	text-align : center;
	z-index : 1;
}
DIV#menu1 {
	position : absolute;
	top : 50px;
	left : 40px;
	width : 145px;
	height : 196px;
	clip : rect(0px 145px 196px 0px);
	z-index : 2;
}
DIV#menu2 {
	position : absolute;
	top : 241px;
	left : 40px;
	width : 145px;
	height : 34px;
	z-index : 4;
}
DIV#menu3 {
	position : absolute;
	top : 50px;
	left : 40px;
	width : 118px;
	height : 62px;
	z-index : 5;
}
DIV#menu3 IMG {
	cursor : hand;
}
DIV#menu4 {
	position : absolute;
	top : 114px;
	left : 57px;
	width : 105px;
	height : 133px;
	z-index : 5;
	clip : rect(0px 105px 133px 0px);
	overflow : hidden;
}
DIV#menu5 {
	position : absolute;
	top : 113px;
	left : 59px;
	width : 105px;
	height : 133px;
	z-index : 3;
	visibility : hidden;
}
DIV#menu6 {
	position : absolute;
	top : 246px;
	left : 40px;
	width : 145px;
	height : 1px;
	z-index : 6;
	visibility : visible;
}
DIV#content {
	position : absolute;
	top : 200px;
	left : 0px;
	width : 780px;
	z-index : 1;
	text-align : left;
}
IMG.left {
	float : left;
	margin : 1px 0px 0px 0px;
}
IMG.right {
	float : right;
	margin : 1px 0px 0px 0px;
}
DIV.copy {
	text-align : justify;
	width : 500px;
	margin : 0px 0px 0px 140px;
}
TABLE TD {
	font-size : 105%;
	font-family : "High Tower Text", "Times New Roman", Times, serif;
}
TABLE TH {
	font-size : 115%;
	font-weight : bold;
	text-align : right;
	font-family : "High Tower Text", "Times New Roman", Times, serif;
}
TABLE.items {
	width : 100%;
	font-size: 90%;
}
TD.right {
	text-align : right;
	vertical-align : middle;
}
TD.left {
	text-align : left;
	vertical-align : middle;
}
.antiquelinks TD {
	text-indent : 0;
	font-size: 14px;
}
.antiquelinks A {
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
}
.antiquelinks A:HOVER {
	text-decoration : underline;
}
A {
	color : Black;
}
SPAN.sold {
	font-size : 120%;
	color : Red;
	font-weight : bold;
}
div.merchandiseblock {
	text-align:left;
	clear:both;
	padding:8px 0;
}
	div.merchandiseblock p, div.merchandiseblock h3 {
		margin:0;
		padding:0 0 0 164px;
	}
	div.merchandiseblock span.thumb {
		float:left;
		margin:0 4px 4px 0;
		width:160px;
		text-align:right;
	}
	div.merchandiseblock span.itemnum {
		font-size : 120%;
		color : Red;
		font-weight : bold;
	}
	div.merchandiseblock p.merchandiseprice {
		font-weight : bold;
	}
	div.merchandiseblock p.merchandisesold {
		font-size:120%;
		color:#FF0000;
		font-weight : bold;
	}
div.evenrow {
	text-align:right;
}
	div.evenrow p, div.evenrow h3 {
		margin:0;
		padding:0 164px 0 0;
	}
	div.evenrow span.thumb {
		float:right;
		margin:0 0 4px 4px;
		text-align:left;
	}