@charset "utf-8";
body {
}
.PucMain {
	width:970px;
	margin:auto;
	float:left;
}
.PucBanner {
	float:left;
	width:970px;
	height:200px;
	background-color:#0FF;
	margin-top:5px;
}
.PucSiteGuide {
	float:left;
	width:968px;
	height:30px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#F5F5F5;
}
.PucSiteGuide ul {
	margin-top:8px;
	list-style:none;
	font-size:13px;
	margin-left:10px;
	color:#555;
}
.PucSiteGuide ul li {
	float:left;
}
.PucSiteGuide ul li a {
	text-decoration:none;
	color:#555;
}
.PucSiteGuide ul li a:hover {
	text-decoration:underline;
}
.PucDetail {
	margin-top:10px;
	width:970px;
}
.PucDetail .Text {
	width:970px;
	float:left;
	margin-top:20px;
}
.PucDetail .leftDetail {
	float:left;
	width:180px;
}
.PucDetail .rightDetail {
	float:left;
	width:775px;
	margin-left:11px;
}
.PucDetail .rightDetail .pic {
	float:left;
	width:775px;
	border:1px solid #CCC;
	height:230px;
}
.PucDetail .rightDetail .text {
	float:left;
	width:770px;
	margin-top:10px;
	padding-left:5px;
	color:#333;
	font-size:13px;
}
.PucDetail .rightDetail .text p {
	text-align:left;
	text-indent:2em;
	line-height:30px;
}

table {
	border:1px solid #CCC;
	border-collapse:collapse;
	text-align:center;
}
table td {
	border:1px solid #CCC;
	width:100px;
	text-align:center;
	height:20px;
}
table tr {
	border:1px solid #CCC;
	text-align:center;
}
.tableTitle01 {
	font-weight:bold;
	width:300px;
}
.tableTitle02 {
	font-weight:bold;
	width:470px;
}
.productName {
	width:300px;
}
.number {
	width:200px;
}
.price {
	width:270px;
}
.end {
	width:470px;
	text-align:left;
}
.red {
	color:#F00;
	width:270px;
}