.jewelryImage 
{
	height: 250px;
	width: 150px;	
	float: left;
}
.jewelryRightPane 
{
	height: 250px;
	width: 250px;
	float: left;
}
.jewelryDescription 
{
	height: 170px;
	width: 250px;
	background-image: url(Images/descriptionBg.gif);
}
.jewelryDescription_Text 
{
	font: normal 10px Arial, Verdana, Helvetica;
	color: #b0b098;
	margin-left: 10px;
	padding-top: 90px;
	margin-right: 20px;
}
.jewelryName
{
	height: 35px;
	width: 250px;
}
.addToCart 
{
	height: 45px;
	width: 250px;
	background-image: url(Images/shoppingCartBg.gif);	
}