.shoptile {
	border:2px solid black;
	width:220px;
	height:260px;
	float:left;
	margin:12px;
	text-align:center;
	border:3px double #333333;
	background:#222222;
}
.shoptile img {
	height:120px;
	border:2px solid #333333;
	
}
.shoptile input {
	width:10px;
}
.shoptile .formbtn {
	width:100px;
	margin-top:4px;
}
.shoptitle {
	font-family:Arial;
	letter-spacing:-1px;
	font-size:12pt;
	font-weight:bold;
}
.shopprice {
	font-size:10pt;
}
.shopoption {
	font-size:10pt;
	font-weight:bold;
}
.shopstock{
	font-size:8pt;
	font-style:italic;
}
.popup {
	font-family:Trebuchet MS;
	border:3px double #333333;
	padding:2px;
	background:#222222;
	z-index:100;
	position:absolute;
	top:70px;
	left:20px;
	font-size:9pt;
	width:250px;
}
.closebtn {
	font-weight:bold;
	padding:1px;
	margin:2px;
	float:right;
}
.closebtn a {
	text-decoration:none;
}
