#itempicbox {
	display:table;
	padding:0px;
	margin:0px auto 15px auto;
	border:1px solid #000000;
	border-collapse:separate;
	box-shadow:5px 5px 15px #000000;
}
table.item-container {
	width:680px;
}
td.item-container-left {
	width:402px;
}
td.item-container-right {
	width:258px;
	padding-left:20px;
}
#antiquepic {
	display:block;
	border:0px;
	padding:0px;
	margin:-1px;
}
#printpic {
	display:none
}
.formtable {
	margin:0px auto;
}
.forminput {
	width:175px;
	font-family:georgia;
	font-size:9pt;
	letter-spacing:.03em;
	text-align:left;
	vertical-align:top;
	height:19px;
}
.forminputbox {
	width:175px;
	font-family:georgia;
	font-size:9pt;
	line-height:150%;
	letter-spacing:.03em;
	text-align:left;
	vertical-align:top;
	height:125px;
}
.inquirybox {
	text-align:right;
	padding-top:10px;
}
.inquirebutton {
	font-weight:bold;
	color:#000000;
	border:1px solid #000000;
	margin:0px;
	height:26px;
	width:64px;
}
.inquirebutton:hover {
	border:1px solid #006600;
	color:#006600;
	height:30px;
	width:68px;
	margin:-2px;
}
.leftcolumn {
	text-align:right;
	vertical-align:top;
	padding:2px;
}
.rightcolumn {
	text-align:left;
	vertical-align:text-top;
	padding:4px 0px 0px 2px;
}
#bigpicframe{
	position:fixed;
	display:none;
	overflow:auto;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	height:100%;
	width:100%;
	background-color:#655A48;
	background-image:url('img/background.jpg');
	z-index:1000;
	vertical-align:middle;
}
#bigpicinnerframe {
	display:table;
	padding:0px;
	margin:20px auto;
	border:1px solid #000000;
	border-collapse:separate;
	box-shadow:5px 5px 15px #000000;
}
#bigpic {
	display:block;
	margin:0px;
}
.clicktoclose {
	color:#FFEECC;
	text-align:center;
	font-family:"Goudy Old Style","Georgia";
	font-weight:normal;
	line-height:140%;
	letter-spacing:1px;
	text-shadow:1px 1px .5em #9E8256;
	font-size:15pt;
	margin:20px 0px;
	text-transform:uppercase;
}
div.instructions {
	margin:10px auto;
	font-size:12px;
	text-align:center;
}
div.similarItem {
	transition: transform 0.1s ease, filter 0.1s ease;
	margin:8px 14px;
	display:block;
	float:left;
	width:100px;
	height:100px;
	background-size:95%;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
div.similarItem:hover {
	transform: translateY(-4px);
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.6));
}
img.social-icon {
	display: inline-block;
	width:25px;
	height:25px;
	border: 0px;
	margin: 0px 2px 0px 2px;
	transition: transform 0.1s ease, filter 0.1s ease;
	/* No initial shadow */
}
img.social-icon:hover {
	transform: translateY(-4px);
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.6));
}


@media only screen and (min-width: 1100px) {
	table.item-container {
		width:880px;
	}
	td.item-container-right {
		width:458px;
		padding-left:30px;
	}
	div.similarItem {
		transition: transform 0.1s ease, filter 0.1s ease;
		margin:5px 25px;
		display:block;
		float:left;
		width:174px;
		height:174px;
		background-size:95%;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}
	div.similarItem:hover {
		transform: translateY(-4px);
		filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.6));
	}
	img.social-icon {
		width:35px;
		height:35px;
	}
	img.social-icon:hover {
		transform: translateY(-5px);
		filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.6));
	}
}

@media only screen and (max-width: 800px) {
	table.item-container {
		width:95%;
		margin:5px auto;
	}
	td.item-container-left {
		width:402px;
	}
	td.item-container-right {
		width:auto;
		padding-left:20px;
	}
	input[type=text], input[type=url], input[type=tel], input[type=number], input[type=color], input[type=email] {
		font-size:16px;
		height:36px;
		width:100%;
		margin-bottom: 25px;
	}
	input[type=textarea] {
		font-size:16px;
		width:100%;
		margin-bottom: 25px;
	}
	input[type=submit] {
		font-size:36px;
		width:140px;
		height:60px;
		margin:10px;
		margin-bottom: 25px;
	}
	div.instructions {
		margin:5px auto;
		font-size:24px;
	}
	div.similarItem {
		transform:scale(1.5);
		width:150px;
		height:150px;
		margin:49px;

	}
	div.similarItem:hover {
		margin:47px;
	}
}