﻿
div#productPanel {
	width: 402px;
	float: left;
}

table#previewSectionTable {
	float: left;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

td#previewSection {
	width: 402px;
	height: 402px;
	vertical-align: middle;
	text-align: center;
	background: url(../Images/previewBkgrnd_products.jpg) no-repeat;
	padding: 0;
}

div#debugSection {
	position: absolute;
	right: 20px;
	top: 80px;
	width: 300px;
	font-family: "Courier New";
	padding: 10px;
	font-size: 0.9em;
	color: #000;
	background-color: #aaa;
}

div#jigsawThumbs a {
	display: block;
	float: left;
	margin-left: 35px;
	text-align: center;
	width: 200px;
	height: 180px;
	text-decoration: none;
}

div#jigsawThumbs a span { text-decoration: underline; }

div#jigsawThumbs a img { margin-bottom: 0.5em; }

p#jigsawTitle { font-weight: bold; }
