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


#mainlf img {
	float: left;
	padding-right: 10px;
	max-width: 275px;
	width: expression(this.width > 275 ? 275: true);
}
#itemdisplay img {
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 125px;
	width: expression(this.width > 125 ? 125: true);
}
#thumbs img {
	max-width: 120px;
	max-height: 120px;
	background-position: center;
	text-align: center;
	display: block;
	padding: 2px, 5px, 2 px, 2px;
	border-right-style: none;
	border-right-color: #990000;
	vertical-align: middle;
	width: expression(this.width > 120 ? 120: true);
	min-height: 120PX;
	height: auto !important;
	height: 120px; 
}

