@charset "UTF-8";
/* CSS Document */

#mainlf img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	max-width: 525px;
	max-height: 450px;
	width: expression(this.width > 525 ? 525: true);
}
#thumbs img {
	background-position: center;
	text-align: center;
	display: block;
	border-right-style: none;
	border-right-color: #990000;
	vertical-align: middle;
	height: 70px;
}
#itemdisplay img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.center {
	text-align: center;
	vertical-align: super;
}
.center2 {
	color: #990000;
	position: relative;
	left: 35px;
	top: 25px;
}

.right {
	display: block;
	float: right;
	text-align: left;
}
.left {
	display: block;
	float: left;
	text-align: left;
}
#itemdisplay td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	color: #871e18;
}
