#product {
	position:absolute;
	left:100px;
	top:229px;
	width:116px;
	height:118px;
	/*background: url( ../images/product.jpg );*/
}


#product-shadow {
	position:absolute;
	left:130px;
	top:350px;
	width:163px;
	height:43px;
	background: url( ../images/product-shadow.jpg );
/*	visibility: hidden;*/
}

#product-description {
/*	position:absolute;
	left:350px;
	top:272px;
	width:50%;
	height:200px;
	border: solid 1px;
*/

/*	float: right;
	margin-right: 40px;
	margin-top: 150px;
*/
	position:absolute;
	top: 260px;
	left: 300px;
	width: 300px;
	/*right: 20px;*/


	font-size: 14px;
	text-align: center;
	
	text-shadow: #B1A57D 0 0 10px;
	
	
}

#product-description a{
	text-decoration: none;
	color: inherit;
}

#toolTipLayer {
	position:absolute;
	left:350px;
	top:120px;
	width:240px;
	height:100px;
	/*border: solid 1px;*/
	font-size: 12px;
}