table#products{
	width: 490px;
	}
	
	table#products img.product {
		float: left;
		padding: 3px;
		border: 1px solid #cbccc6;
		background-color: #fff;
		margin-bottom: 4px;
		}
		
		table#products tr td {
		vertical-align: top;
		}
		
		table#productDetail td.productImg {
			background: url(../images/products/productImage.gif) no-repeat left top;
			width: 429px;
			height: 285px;
			padding-left: 22px;
			padding-bottom: 30px;
		}
		
		table#productDetail td.productDesc {
			background: url(../images/products/productDesc.gif) no-repeat left top;
			width: 208px;
			height: 315px;
			padding-left: 20px;
			padding-right: 20px;
			vertical-align: top;
			font-size: 90%;
			line-height: 18px;
		}
		
		table#productDetail td.productTech {
			background: url(../images/products/productTech.gif) no-repeat left top;
			width: 416px;
			height: 40px;
			padding-left: 15px;
			padding-right: 10px;
			font-size: 85%;
			line-height: 18px;
			vertical-align: top;
		}
		
		table#productDetail td.productPrice {
			background: url(../images/products/productPrice.gif) no-repeat left top;
			width: 243px;
			height:79px;
			vertical-align: top;
			padding-left: 20px;

		}
		
			table#productDetail td.productImgHeading {
				background: url(../images/products/productImageHead.gif) no-repeat left top;
				width: 416px;
				height: 57px;
				color: #fff;
				padding-left: 25px;
				font-weight: bold;
			}
			
			table#productDetail td.productDescHeading {
				background: url(../images/products/productDescHead.gif) no-repeat left top;
				width: 223px;
				height: 57px;
				color: #3d3f40;
				padding-left: 30px;
				font-weight: bold;
			}
			
			table#productDetail td.productTechHeading {
				background: url(../images/products/productTechHead.gif) no-repeat left top;
				width: 416px;
				height: 41px;
				color: #3d3f40;
				padding-left: 25px;
				line-height: 35px;
				font-weight: bold;
			}
			
			table#productDetail td.productPriceHeading {
				background: url(../images/products/productPriceHead.gif) no-repeat left top;
				width: 223px;
				height: 41px;
				color: #fff;
				padding-left: 30px;
				font-weight: bold;
			}
			
		table#productDetail td.returnSelection {
			vertical-align: top;
			}
	
	#productBodyContent {
		width: auto;
		padding: 10px;
		}
		
			
	
