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

.banner {
	height: 251px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 6px;
	position: relative;
}

.bannerProductImg {
	position: absolute;
	z-index: 998;
	width: 940px;
	height: 251px;
	top: 10px;
	left: 0px;
}

.columnLeft {
	float: left;
}
.columnRight {
	float: left;
}
.pageTop {
	background-image: url(../templates/images/page_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
}
.pageTitle {
	padding-left: 30px;
	width: 922px;
	margin-right: 4px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a4a4;
	height: 30px;
	padding-top: 26px;
}
.pageTitle h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 26px;
}
.pageNav {
	width: 952px;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 5px;
	margin-bottom: 40px;
}
.pageNav ul {
	margin-left: 21px;
}
.pageNav li {
	float: left;
	margin-right: 20px;
}
.pageNav li a {
	display: block;
	background-image: url(../templates/images/icon_02.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
}
.pageNav li a:hover {
	color: #65A233;
}
.pageNav ul ul {
	background-color: #414141;
	left: -25px;
	top: 22px;
}
.pageNav li li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.pageNav li li a {
	color: #FFF;
	display: block;
	line-height: 22px;
	background-image: none;
}
.pageNav li li a:hover {
	color: #000;
	background-color: #B6B6B6;
}
.pageItemTitle {
	margin-left: 30px;
	/*width: 196px;*/
	*width:181px;
}
.pageItemTitle h3 {
	font-size: 18px;
	font-weight: bold;
	background-image: url(../templates/images/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	*background-position: right 8px;
	display: inline;
	*display: block;
	*float:left;
	
	padding-right: 15px;
}
.backButBox {
	height: 27px;
	width: 63px;
	margin-left: auto;
	padding: 1px;
	margin-bottom: 15px;
}
.backButBox a {
	background-image: url(../templates/images/backBut.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 23px;
	height: 24px \9;
	width: 59px;
	margin-right: 1px;
	margin-bottom: 1px;
	display: block;
	font-size: 12px;
	color: #333;
	text-align: center;
	padding-top: 3px;
	padding-top: 2px \9;
	padding-right: 3px;
}
.backButBox a:hover {
	color: #65A233;
	background-position: 1px 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:1px;
	margin-left:1px;
}
