/* CSS Document */
dl.product{ 
	position: relative; 
	margin-left: .5em; 
	font-size: 1.05em;
}
dl.product dt{
	position: relative;
	font-weight: bold;
	color: #CC9933;
	padding-bottom: .25em;
}
	dl.product dt, dl.product dd{ padding-left: 60px; }
	dl.product dt.gift, dl.product dd.gift{ padding-left: 200px; }
	dl.product dd.gift{ padding-bottom: 4em; }
	
dl.product dd{
	font-size: .85em;
	padding-bottom: 2em;
}
dl.product dd input{
	font-size: 1em; 
}
dl.product dd em{
	color: #666666;
}
dl.product img.photo, dl.product img.new{
	position: absolute;
	left: 0;
}
	dl.product img.photo{ z-index: 10; }
	dl.product img.new{ z-index: 20; }
.center{
	display: block;
	width: 100%;
	text-align: center;
}
