﻿
/* Preview section and dynamic client-side created stuff */

div#productPanel {
	width: 402px;
	float: left;
}

table#previewSectionTable {
	float: left;
	border-collapse: collapse;
}

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;
}


/* Thumbnail styles */

div#productThumbnails {
	margin-left: 402px;
}

div#productThumbnails table {
    float: left;
    width: 100px;
    height: 145px;
    margin-left: 25px;
    border-collapse: collapse;
}

div#productThumbnails table td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

div#productThumbnails a { display: block; text-decoration: none; }

div#productThumbnails a span { text-decoration: underline;	}

div#productThumbnails a img { margin-bottom: 0.25em; }


/* Product info section and add to cart styles */
div#productInfo {
	clear: both;
	padding-top: 1em;
}

div#productProperties dt { font-weight: bold; }
div#productProperties dd { margin-bottom: 1em; }

#addToCartTbl { border-collapse: collapse; }
#addToCartTbl td { padding-left: 0; padding-right: 1em; }

tr.quantityRow td {	padding-top: 1em; }

input.quantityTextBox { width: 60px; margin-right: 10px; }
