/***** for print *****/
body{
	background: #fff;
}
#container {
	width: 700px;
	background: #fff;
}
h2 {
	color: #000;
}
h3 {
	color: #666;
}
#topbar {
	display: none;
}
#mineMenu{
	display: none;
}
#printTopbar {
	display: block;
	height: 86px;
	width: 680px;
	border-bottom: 1px solid #ccc;
}
#sideFX {
	background: #fff;
}
#printTopbar p {
	float: right;
}
#copyWrapper{
	width: 700px;
	background: #fff;
}
#copy {
	width: 700px;
	padding: 0;
	background: #fff;
}
.spec {
	float: left;
	width: 58px;
	height: 55px;
	margin: 0 10px 10px 0;
	border: 1px solid #333;
}
.specHead {
	width: 100%;
	height: 20px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
}
.specValue {
	width: 100%;
	height: 30px;
	padding: 5px 0 0 0;
	background: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333;
}
a.specButton  {
	display: none;
}
#footer{
	display: none;
}