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

/* product table elements */

table.productTable {
	width:100%;
	}
	
table.productSubTable {
	width:100%;
	text-align:center;
	}
	
table.productSubTableBordered {
	width:100%;
	text-align:center;
	vertical-align:top;
	border:1px dotted #FF9933;
	}
	
table.priceTable {
	width:100%;
	padding:0 1em;
	}
	
td.columnFormat	{
	vertical-align:top;
	width:33.4%;
	}
	
td.productHead	{
	font-size:1em;
	font-weight:bold;
	text-align:left;
	padding-bottom:.5em;
	}
	
td.productRedHead	{
	font-size:.9em;
	font-weight:bold;
	text-align:left;
	padding:.5em 0 1em 0;
	color:#CC0000;
	}
	
td.productSubHead	{
	font-size:.8em;
	font-weight:bold;
	text-align:left;
	padding-bottom:.5em;
	}
	
td.productSubHeadCenter	{
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	padding-bottom:.5em;
	}
	
td.productDesc	{
	font-size:.75em;
	text-align:left;
	padding-bottom:.75em;
	}
	
td.productCenterDesc	{
	font-size:.8em;
	text-align:center;
	padding-bottom:.5em;
	}
	
td.priceFormat	{
	font-size:.8em;
	font-weight:bold;
	text-align:right;
	padding-bottom:.5em;
	}
	
td.priceFormatCenter  {
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	}
	
td.addToCartFormat	{
	font-size:.75em;
	font-weight:bold;
	text-align:right;
	}
	
td.addToCartFormatCenter  {
	font-size:.7em;
	font-weight:bold;
	text-align:center;
	}
	
td.addToCartFormatLeft	{
	font-size:.7em;
	font-weight:bold;
	text-align:left;
	}
	
/* various elements */

.productSeparator	{
	height:.5em;
	background-image:url(images/productSeparator.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	}
	
/* image elements */

img.addToCart {
	width:25px;
	text-align:right;
	padding-left:.75em;
	}
	
img.prodImage {
	width:175px;
	padding:.35em 1em;
	}
	
img.prodImageBook {
	width:100px;
	padding:1.5em 0;
	}
		
img.prodImageSmaller {
	width:125px;
	padding:1em;
	}
	
img.prodImageTools {
	width:85px;
	text-align:center;
	padding:1em;
	}