@charset "utf-8";
/* CSS Document */

dl#pdtDetail{
	width: 550px;
	color:#663300;
}

#pdtDetail dt{
	float: left;
	margin-right: 10px;
}

#pdtDetail dd{
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 240px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #663300;
}

#pdtDetail dd.productName{
	font-weight: bold;
	font-size: 132%;
}

#pdtDetail dd.productName span{
	border-left: 6px solid #663300;
	padding-left: 5px;
}