@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
#product_layout {
	width: 960px;
	margin-bottom: 30px;
	font-size: 10pt;
}
#product_name {
	width: 960px;
	margin-bottom: 50px;
	font-size: 10pt;
	text-align: center;
}
.list {
	clear: right;
	float: left;
	height: 135px;
	width: 480px;
	margin-bottom: 20px;
	font-size: 12pt;
	
}
.list img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
.red {
	color: #FF0004;
	font-weight: bold;
}
