	table.prodSnaps {
			border: 1px solid #C4C4C4;
			width: 100%;
		}
		
		table.prodSnaps tr.shad {
			background-color: #f8f8f8;
		}
		table.prodSnaps td, table.prodSnaps th  {
			border: 1px solid #eee;
			padding: 4px
		}
table.prodSnaps th.whtBg" {
	background-color: transparent;
	}		
		table.prodSnaps th {
			background-color: #FCCD6F;
			color: #4E3400;
		}
		
		table.prodSnaps td.pic {
			width: 188px;
			text-align: center;
		}
		
		table.prodSnaps td.descr {
			padding: 4px 1em;
			vertical-align: top;
		}
		
		table.prodSnaps td.descr h2 {
			font-size: 85%;
			font-weight: bold;
			margin: -1px 0 2px 0;
			padding: 0;
		}
		
		table.prodSnaps td.descr p {
			margin: 0 0 8px 0;
		}
		
		table.prodSnaps td.descr form.cart {
			text-align: right;
		}
		
		table.prodSnaps td.descr ul {
			margin: 26px 2em;
			font-size: 16px;
		}
		
		table.prodSnaps td.descr ul li {
			display: inline;
			list-style: none;
			padding: 0 2em 0 0;
		}


		#content table.prodSnaps td.descr a:link, 
		#content table.prodSnaps td.descr a:visited, 
		#content table.prodSnaps td.descr a:hover {
			color : #E27B01;
			text-decoration : underline;
			background: transparent;
			border: none;
		}
		
		#content table.prodSnaps td.descr a:hover {
			background-color : #ffc;
			color : #E18E04;
		}

		#content .prodSnaps table.payPal {
			border: none;
		}
		
		#content table.prodSnaps table.payPal td, 
		#content table.prodSnaps table.payPal th {
			border: none;
		}
