/* CSS PRINT STYLES */

.noPrint, #right_head, #leftColumn, #bottomlinks, #footer, #printpage, .ViewCart	{
	display: none;
}
#contentcontainer {
	margin: 0 0 0 90px;
}
.shechinah {
	color: #4F4E4C;
	font-family: monotype corsiva;
	font-size: 2.0em;
}
.ProdNameDetail {
	font-variant: small-caps;
	font-weight: bold;
	color: #4F4E4C;
}
.ProdDesc {
	color: #4F4E4C;
	font-size: .6em;
}
#dots {
  height: 0;
  background: #fff url(/images/webimages/dots.gif) repeat-x bottom center;
	}
.ProdPrice {
	color: #4F4E4C;
	font-weight: bold;
	font-variant: small-caps;
	font-size: .7em;
	height: 50px;
}
h4	{
	font-size: 2em;
	/*margin-bottom: .7em;*/
	margin: .7em 0;
/*	color: #333;*/
	color: #4F4E4C;
	
	font-family: monotype corsiva;
}
#AddressBlock {
	color: #4F4E4C;
	width="400px";
	/*border: 1px solid red;*/
	}
	#AddressTitle {
		font-variant: small-caps;
		font-weight: bold;
		color: #4F4E4C;
		
	}
	#BillAddress {
		margin: 0 0 0 25px;
	}
	#BillingBlock {
		float: left;
		/*border: 1px solid red;*/
	}
	#ShippingBlock {
		float: right;
		/*border: 1px solid red;*/
	}
	#paymentaddress {
		margin: 0 0 0 25px;
		}
		#paymentaddress a {
		color: #4F4E4C;
		}
		#paymentaddress a:hover {
		color: #A4914D;
		}

#paymentinstructions {
	color: #4F4E4C;
}

.shoppingcart {
	border: 1px solid #4F4E4C;

	}
	.shoppingcart th {
		color: #4F4E4C;
		font-weight: bold;
		font-size: .7em;
	}
	.shoppingcart td {
		color: #4F4E4C;
		font-size: .6em;
	}
	.shoppingcart td a {
		color: #4F4E4C;
		text-decoration: underline
		
	}
