/***** global *****/
h2 {
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #7197b3;
}
h3 {
	padding: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #7197b3;
}
h4 {
	color: #999;
}

	/***** copy wrapper *****/
#copyWrapper {
	background: #ddccc0;
}

	/***** copy sections *****/
#mineMenu {
	float: left;
	width: 200px;
	height: 480px;
	background: #8dabc2;
}
#mineMenu ul {
	list-style: none;
	margin: 10px 0 0 10px;
}
#mineMenu li {
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
#mineMenu li a {
	text-decoration: none;
	color: #333333;
}
#mineMenu li a:hover {
	color: #4a708a;
}
#copy {
	width: 570px;
	padding: 0 0 20px 20px;
	background: #f4efec;
}

	/***** specs *****/
.spec {
	float: left;
	width: 58px;
	height: 55px;
	margin: 0 10px 10px 0;
	border: 1px solid #333333;
}
.specHead {
	width: 100%;
	height: 20px;
	background: #76b270;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #f0f0f0;
}
.specHead2 {
	width: 100%;
	height: 17px;
	background: #76b270;
	text-align: center;
	font-size: 9px;
	/*font-weight: bold;*/
	padding: 3px 0 0 0;
	color: #f0f0f0;
}
.specValue {
	width: 100%;
	height: 30px;
	padding: 5px 0 0 0;
	background: #7197b3;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
a.specButton  {
	float: left;
	display: block;
	width: 128px;
	height: 36px;
	margin: 0 10px 10px 0;
	padding: 17px 0 0 0;
	border: 1px solid #333333;
	background: url(../image_main/product-spec_btn.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
a:hover.specButton {
	background-position: 0 -55px;
}
.specDate{
	float: right;
	padding: 0 20px 0 0;
}

/**** pdf tables ****/
.pdfs{
	margin: 0 15px 0 0;
}
.pdfs td{
	text-align: center;
	padding: 8px;
	font-size: 11px;
	border-right: 1px solid #DDCCC0;
	border-bottom: 1px solid #DDCCC0;
}
.tableHdr{
	background: #EDE5E0;
}
.clearAll{
	clear: both;
}