@charset "utf-8";
/* CSS Document */
body {margin-left:0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;font-size: 12px;font-family:Arial;color:#5b5b5b;background-color: #e6eaed;}
ul,li,p{list-style:none;padding:0px;margin:0px;}
A:link{font-size:12px;color:#5b5b5b;text-decoration: none;}
A:visited{font-size:12px;COLOR: #5b5b5b; TEXT-DECORATION: none ;text-decoration: none;}
A:active{font-size:12px;color:#5b5b5b;text-decoration:none;}
A:hover{font-size:12px;color: #5b5b5b;text-decoration: underline;}
h1,h2,h3,h4,FORM{padding:0px;margin:0px;}
em{font-style:normal;}
div{overflow:hidden;}
TABLE {font-size: 12px;}
INPUT{font-size: 12px;font-family:Arial;height:16px;}
SELECT{BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px}
img{border:0px;}
/*-------------------字体颜色-------------------*/
.styleFontBold{font-weight:bold;}
.styleRed {color: red;}
.styleRed a:link {color: red;}
.styleRed a:visited {color: red;}
.styleRed a:hover {color: red;text-decoration: underline;}
.styleRed a:active {color: red;}

.styleWhite {color: White;}
.styleWhite a:link {color: White;}
.styleWhite a:visited {color: White;}
.styleWhite a:hover {color: White;text-decoration: underline;}
.styleWhite a:active {color: White;}

.styleBlodWhite {color: White;font-weight:bold;}
.styleBlodWhite a:link {color: White;font-weight:bold;}
.styleBlodWhite a:visited {color: White;font-weight:bold;}
.styleBlodWhite a:hover {color: White;font-weight:bold;}
.styleBlodWhite a:active {color: White;font-weight:bold;}

.styleff7200 {color: #ff7200;}
.styleff7200 a:link {color: #ff7200;}
.styleff7200 a:visited {color: #ff7200;}
.styleff7200 a:hover {color: #ff7200;text-decoration: underline;}
.styleff7200 a:active {color: #ff7200;}

.style375368 {color: #375368;}
.style375368 a:link {color: #375368;}
.style375368 a:visited {color: #375368;}
.style375368 a:hover {color: #375368;text-decoration: underline;}
.style375368 a:active {color: #375368;}

.style666666 {color: #666666;}
.style666666 a:link {color: #666666;}
.style666666 a:visited {color: #666666;}
.style666666 a:hover {color: #666666;text-decoration: underline;}
.style666666 a:active {color: #666666;}

.style2b4254 {color: #2b4254;}
.style2b4254 a:link {color: #2b4254;}
.style2b4254 a:visited {color: #2b4254;}
.style2b4254 a:hover {color: #2b4254;text-decoration: underline;}
.style2b4254 a:active {color: #2b4254;}

.style587993 {color: #587993;}
.style587993 a:link {color: #587993;}
.style587993 a:visited {color: #587993;}
.style587993 a:hover {color: #587993;text-decoration: underline;}
.style587993 a:active {color: #587993;}
/*-------------------通用样式-------------------*/
.MarginComm{margin-bottom:8px;}

.Top_Nav{width:1000px;height:30px;margin:0 auto;background-image:url(../Images/Top_Nav_02.gif)}
.Top_Nav div{float:left;}
.Top_Nav .Left{width:22px;}
.Top_Nav .Mid{width:658px;}
.Top_Nav .Mid .Common{width:94px;text-align:center;font-weight:bold;color:#FFFFFF;padding-top:8px;}
.Top_Nav .Mid .Common a, .Top_Nav .Mid .Common a:visited, .Top_Nav .Mid .Common a:hover, .Top_Nav .Mid .Common a:active{font-weight:bold;color:#FFFFFF;}
.Top_Nav .Right{width:320px;text-align:right;}
.Top_Nav_Bg{background-image:url(../Images/Top_Nav_05.gif);text-align:center;font-weight:bold;color:#FFFFFF;padding-top:8px;width:94px;height:30px;}
.Top_Nav_Bg a, .Top_Nav_Bg a:visited, .Top_Nav_Bg a:hover, .Top_Nav_Bg a:active{font-weight:bold;color:#FFFFFF;}
.Top_Nav_NoBg{text-align:center;font-weight:bold;color:#FFFFFF;padding-top:8px;width:94px;height:30px;}
.Top_Nav_NoBg a, .Top_Nav_NoBg a:visited, .Top_Nav_NoBg a:hover, .Top_Nav_NoBg a:active{font-weight:bold;color:#FFFFFF;}
.DivAp
{
	width:100%;height:30px;
	position:absolute;z-index:99;
}
.DivAp_1
{
	height:30px;margin:0 auto; background-image:url(../Images/Top_Nav_04.gif);padding-top:8px;
}
.DivAp_1 a, .DivAp_1 a:visited, .DivAp_1 a:hover, .DivAp_1 a:active{font-weight:bold;color:#FFFFFF;}

.ProductDetailBody img
{
	max-width:321px;
	height:auto;
	padding: 3px;
	zoom:expression( function(element) {
		var defaultWidth = 321;
		if (element.width>defaultWidth) {
			var oldWidth = element.width;
			element.width = defaultWidth;
			element.height = element.height*(defaultWidth/oldWidth);
		}
		element.style.zoom = '1';
	  }(this)
	);
}