
body{
	background-color: #FFF;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
ul li { list-style:none;margin-left: 0px;
}
.blueBullet{ color: #ff0000;
}
.clear {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	clear: both;
}
#newicon {
	position:absolute;
	width:47px;
	margin-left: 70px;
	margin-top: 5px;
}


.lowercase { text-transform: lowercase; }

.uppercase { text-transform: uppercase; }

.capitalize { text-transform: capitalize; }

.bold { font-weight: 900; }

.fSize_12 { font-size: 12px !important; }

.fSize_14 { font-size: 14px !important; }

.fSize_16 { font-size: 16px !important; }

.fSize_18 { font-size: 18px !important; }

/*---- START Global Form ----*/
form { margin: 0; padding: 0; }

fieldset { border: none; }



input#src_submit, input.formSubmitImage  {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}

select { height: 20px !important; 
border-right-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
background-color: #FAF9Fb; 
background-image: linear-gradient(-90deg, rgb(246, 5, 5), rgb(255, 5, 5) 49%, rgb(205, 0, 0)); 
}
/*---- END Global Form ----*/

.addHeight_Border {
	border-right: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background-color: #FFF;
	height: 0;
}


.thirdParty_Logo { margin: 0; padding: 0; }

	.thirdParty_Logo img { padding: 0 4px; outline: none !important; border: none !important; }

#page {
	margin: 0 auto 25px auto;
	padding: 0;
	width: 955px;
	position: relative;
	top: 0;
	left: 0;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
    font-weight:400;
	color: #333;
	
}

	#page a { border: none; outline:none; }

	#page a:link, #page a:visited { text-decoration: none; }
	
	#page a:hover, #page a:active { text-decoration: none; }
	
/*---------------------------------*/
/*---- START global_button_red ----*/
/*---------------------------------*/
.global_button_red {
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 5px 4px 5px;
	color: #F00;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: center;
	width: 135px;
	position: relative;
	z-index: inherit;
	/* Borders */
	border: 0px solid rgb(224, 5, 5);
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari and chrome */
	-khtml-border-radius: 7px; /* Linux browsers */
	border-radius: 7px; /* CSS3 */
	/*behavior: url(/CP/common/css/PIE.htc); /* PIE */
	/* Gradient */
	background-color: #FF0505; /* Fallback Color - Opera */
	background-image: -moz-linear-gradient(-90deg, rgb(246, 5, 5), rgb(255, 5, 5) 49%, rgb(205, 0, 0)); /* Firefox */
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(246, 5, 5)), color-stop(0.49, rgb(255, 5, 5)), to(rgb(205, 0, 0))); /* Safari & Chrome */
	background-image: linear-gradient(-90deg, rgb(246, 5, 5), rgb(255, 5, 5) 49%, rgb(205, 0, 0)); /* CSS3 */
	/*-pie-background: linear-gradient(#F60505, #FF0505); /* PIE */
}


.ie8 .global_button_red, .ie7 .global_button_red {
	behavior: url(../css/PIE.htc); /* PIE */
	-pie-background: linear-gradient(#F60505, #FF0505); /* PIE */
}


	.global_button_red a { display: block; }

		.global_button_red a:link, .global_button_red a:visited, .global_button_red a:hover, .global_button_red a:active { color: #FFF !important; text-decoration: none !important; }

	.global_button_red:hover, .global_button_red:active {
		/* Box Shadow  */
		-moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* Firefox */
		-webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* Safari and chrome */
		-khtml-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* Linux browsers */
		box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* CSS3 */
		/* behavior: url(/CP/common/css/PIE.htc); /* PIE */
	
	}
	
	.ie8 .global_button_red:hover, ie8 .global_button_red:active, .ie7 .global_button_red:hover, .ie7 .global_button_red:active {
		behavior: url(/CP/common/css/PIE.htc); /* PIE */
		}

/*-------------------------------*/
/*---- END global_button_red ----*/
/*-------------------------------*/

/*------------------------------------*/
/*---- START global_button_silver 银色按钮----*/
/*------------------------------------*/
.global_button_silver {
	cursor: pointer;
	margin: 0 auto;
	padding: 2px 5px 4px 5px;
	color: #000;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	text-align: center;
	width: 40px;
	/* Borders */
	border: 1px solid rgb(205, 205, 205);
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari and chrome */
	-khtml-border-radius: 7px; /* Linux browsers */
	border-radius: 7px; /* CSS3 */
	/*behavior: url(/CP/common/css/PIE.htc); /* PIE */
	/* Gradient */

	background-color: #FAF9Fb; /* Fallback Color - Opera */
	background-image: -moz-linear-gradient(-90deg, rgb(243, 243, 243), rgb(255, 255, 255) 49%, rgb(237, 237, 237)); /* Firefox */
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(243, 243, 243)), color-stop(0.49, rgb(255, 255, 255)), to(rgb(237, 237, 237))); /* Safari & Chrome */
	background-image: linear-gradient(-90deg, rgb(243, 243, 243), rgb(255, 255, 255) 49%, rgb(237, 237, 237)); /* CSS3 */
	/*-pie-background: linear-gradient(#F9FDFE, #E0EDF3); /* PIE */
}

.ie8 .global_button_silver, .ie7 .global_button_silver {
	behavior: url(../css/PIE.htc); /* PIE */
	-pie-background: linear-gradient(#F3F3F3, #EDEDED); /* PIE */
	
}


	.global_button_silver a { display: block; }

		.global_button_silver a:link, .global_button_silver a:visited, .global_button_silver a:hover, .global_button_silver a:active { color: #F00 !important; text-decoration: none !important; }

	.global_button_silver:hover, .global_button_silver:active {
		/* Box Shadow  */
		-moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* Firefox */
		-webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* Safari and chrome */
		-khtml-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* Linux browsers */
		box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.10); /* CSS3 */
		/* behavior: url(/CP/common/css/PIE.htc); /* PIE */
	
	}
	
	.ie8 .global_button_silver:hover, .ie8 .global_button_silver:active, .ie7 .global_button_silver:hover, .ie7 .global_button_silver:active {
		behavior: url(../css/PIE.htc); /* PIE */
		}
/*----------------------------------*/
/*---- END global_button_silver ----*/
/*----------------------------------*/

/*---------------------------------*/
/*---- START content container 内容容器----*/
/*---------------------------------*/
#content_container {
	background-color: #FFF;

	z-index: 0;
	top: 0;
	/* Borders */
	border: 1px solid #CDCDCD;  /* 整体布局外边框 */
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari and chrome */
	-khtml-border-radius: 6px; /* Linux browsers */
	border-radius: 6px; /* CSS3 */
	/*behavior: url(/CP/common/css/PIE.htc); /* PIE */
}

.ie8 #content_container, .ie7 #content_container {
	behavior: url(../css/PIE.htc); /* PIE */	
}

	#content_container #container_header_gradient {
		padding-left: 10px;
		background-color: #F0F8FC;
		/* Borders */
		border: 2px solid #F0F8FC;
		-moz-border-radius: 6px; /* Firefox */
		-webkit-border-radius: 6px; /* Safari and chrome */
		-khtml-border-radius: 6px; /* Linux browsers */
		border-radius: 6px; /* CSS3 */
		/* Box Shadow - to fix white background behind border */
		-moz-box-shadow: 0 6px 0 #F0F8FC; /* Firefox */
		-webkit-box-shadow: 0 6px 0 #F0F8FC; /* Safari and chrome */
		-khtml-box-shadow: 0 6px 0 #F0F8FC; /* Linux browsers */
		box-shadow: 0 6px 0 #F0F8FC; /* CSS3 */
		/*behavior: url(/CP/common/css/PIE.htc); /* PIE */
	}
	
	
	.ie8 #content_container #container_header_gradient, .ie7 #content_container #container_header_gradient {
		behavior: url(../css/PIE.htc); /* PIE */
		
	}
	
		#content_container #container_header_gradient.noBreadcrumbs { height: 16px; }

	#content_container #container_upper_gradient {
		height: 138px;/* 主题内容区上半部分灰色渐变*/
		background-image: url(../images/opera_container-upper-gradient.gif); /* Fallback Image - Opera */
		background-image: -moz-linear-gradient(top, #ECECEC, #FFFFFF); /* Firefox */
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #ECECEC),color-stop(0, #FFFFFF)); /* Safari & Chrome */
		-pie-background: linear-gradient(#ECECEC, #FFFFFF); /* PIE */
		/*behavior: url(/CP/common/css/PIE.htc); /* PIE */
	}
	
	.ie8 #content_container #container_upper_gradient, .ie7 #content_container #container_upper_gradient {
		behavior: url(../css/PIE.htc); /* PIE */
		
	}
	
	#content_container #content_suspension {
		margin-top: -138px; /* height of container_upper_gradient */
		_margin-top: 0; /* IE6 */
		margin-bottom: -183px; /* height of container_lower_gradient */
		padding: 0 9px;
		width: 935px;
		min-height: 350px;
		_height: 350px; /* IE6 */
		position: relative;
		_top: -154px; /* IE6 */
		
	}
	
			#content_container #content_suspension.noBreadcrumbs {
				margin-top: -154px; /* height of container_header_gradient + container_upper_gradient */
			}
	
	#content_container #container_lower_gradient {
		margin: 0;
			
		height: 183px;/*  主题内容区下半部分灰色渐变*/
		background-image: url(../images/opera_container-lower-gradient.gif); /* Fallback Image - Opera */
		background-image: -moz-linear-gradient(top, #FFFFFF, #F3F3F3); /* Firefox */
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #FFFFFF),color-stop(0, #F3F3F3)); /* Safari & Chrome */
		/*-pie-background: linear-gradient(#FFFFFF, #F2FAFC); /* PIE */
		/*behavior: url(/CP/common/css/PIE.htc); /* PIE */
	}
	
	.ie8 #content_container #container_lower_gradient, .ie7 #content_container #container_lower_gradient {
		behavior: url(../css/PIE.htc); /* PIE */
		-pie-background: linear-gradient(#FFFFFF, #F3F3F3); /* PIE */
	}
	
	#content_container #container_footer_gradient {
		height: 8px;
		background-color: #F3F3F3;/*---- 控制整体布局外方框内底部颜色----*/
		/* Borders */
		border: 2px solid #F3F3F3;
		-moz-border-radius: 6px; /* Firefox */
		-webkit-border-radius: 6px; /* Safari and chrome */
		-khtml-border-radius: 6px; /* Linux browsers */
		border-radius: 6px; /* CSS3 */
		/* Box Shadow - to fix white background behind border */
		-moz-box-shadow: 0 -4px 0 #F4F4F4; /* Firefox */
		-webkit-box-shadow: 0 -4px 0 #F4F4F4; /* Safari and chrome */
		-khtml-box-shadow: 0 -4px 0 #F4F4F4; /* Linux browsers */
		box-shadow: 0 -4px 0 F4F4F4; /* CSS3 */
		/*behavior: url(/CP/common/css/PIE.htc); /* PIE */
	}
	
	.ie8 #content_container #container_footer_gradient, .ie7 #content_container #container_footer_gradient {
		behavior: url(../css/PIE.htc); /* PIE */
	}
	
	

	/*-----------------------*/
	/*---- START content ----*/
	/*-----------------------*/
	#content_suspension #content {
	padding: 0;
	width:935px;/*---- 控制整体布局内方框右边竖线到左边距离----*/
	float: left;
	}
	#content_suspension #content #content_header .searchboxbg {
		position:relative;}
		
		#content_suspension #content #content_header .textbg {
	position:absolute;
	font-family: Georgia;
	font-size: 2em;
	font-weight: bolder;
	color:rgba(255,0,0,0.9);
	float: left;
	height: 4px;
	vertical-align: middle;
	font-style: oblique;
	font-variant: small-caps;
	margin-top: 10px;
	text-shadow:0 2px 2px rgba(0,0,0, 0.4);
		}
	#content_suspension #content #content_header .textbg3 {
	position:absolute;
	font-family:Georgia;
	font-size: 2em;
	font-weight: bolder;
	color:rgba(255,0,0,0.9);
	float: left;
	height: 3px;
	vertical-align: middle;
	font-style: oblique;
	font-variant: small-caps;
	margin-top: 10px;
	text-shadow:0 2px 2px rgba(0,0,0, 0.4);
	}
	#content_suspension #content #content_header .textbg5{
	position:absolute;
	font-family:Georgia;
	font-size: 4em;
	font-weight: bolder;
	color:rgba(255,0,0,0.9);
	float: left;
	height: 4px;
	vertical-align: middle;
	font-style: oblique;
	font-variant: small-caps;
	margin-top: 15px;
	text-shadow:0 2px 2px rgba(0,0,0, 0.4);
	}	
	
.textbg2{
font-family: Georgia;
	font-size: 20px;
	font-weight: bolder;
	color: #F00;}
.packshowbiaoti_1{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F20404;
	font-style: oblique;
}
.packshowbiaoti_2{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F20404;
	font-style: italic;
}
.packshowbiaoti_3{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F20404;
}

		#content_suspension #content #content_header .abouttxt{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight:400;
	color: #000;
	padding-top: 80px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
		}
		#content_suspension #content #content_header .problanktxt{
	                                                    /*---- 控制牙刷三个产品内容区到灰色渐变顶部的距离----*/
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
		}
		#content_suspension #content #content_header .problanktxt3{
	                                                    /*---- 控制牙刷三个产品内容区到灰色渐变顶部的距离----*/
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
		}
		#content_suspension #content #content_header .problanktxt2{
	                                                    /*---- 控制包装产品内容区到灰色渐变顶部的距离----*/
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
		}
			#content_suspension #content #content_header h1 img {
				position: relative;
				top: 3px;
				margin: 0 0px 10px 0;
			}
		
		
			
		/*------------------------------*/
		/*---- START hero container 重点标题----*/
		/*------------------------------*/
		#content_suspension #content .hero_container {
			margin: 0 0 24px 0;
			padding: 0;
			width: 917px;
			position: relative;
		}
		
			#content_suspension #content .hero_container img { position: relative; }
			
			#content_suspension #content .hero_container .hero_caption {
				font-family: Tahoma, Geneva, sans-serif;
				font-weight: 900;
				font-size: 30px;
				color: #F00;
				width: 380px;
				position: absolute;/*绝对的*/
				top: 30%;
				left: 327px;
			}
			
				#content_suspension #content .hero_container .hero_caption.addition { font-size: 21px; }
				
			#content_suspension #content .hero_container .link_group {
				position: absolute;
				right: 50px;
				bottom: 18px;
			}
				
				#content_suspension #content .hero_container .link_group .hero_link {
				margin: 0 6px 0 0;
				padding: 0 0 0 8px;
				background-image: url(../images/arrow_3x5.gif);
				background-repeat: no-repeat;
				background-position: 0 5px;
				float: left;
			}
		/*----------------------------*/
		/*---- END hero container ----*/
		/*----------------------------*/
		
		/*-----------------------*/
		/*---- START section 部分----*/
		/*-----------------------*/
		#content_suspension #content .section_header {
			margin: -4px 0 0 0;
			padding: 0;
			background-image: url(../images/global_sprite.gif);	/*整体布局内边框上边横线*/
			background-repeat: no-repeat;
			background-position: 0 0;
			width: 935px;
			height: 5px;
		}
		
		
			
		#content_suspension #content .section {
			margin: 0;
			padding: 0 0 15px 0;
			border-top: none;
			border-right: 1px solid #E0E0E0;/*主题内容框右边竖线*/
			border-bottom: none;
			border-left: 1px solid #E0E0E0;/*主题内容框左边竖线*/
			
		}
		
			#content_suspension #content .section #mainpanel { text-align: center; }
		
			#content_suspension #content .section .padded { margin: 0 50px; text-align: left; }
			
			#content_suspension #content .section .centeritem { margin: 20px 0; text-align: center; }
	
			#content_suspension #content .section h2 {
				margin: 10 0 10px 10px;
				padding: 0 0 0 9px;
				background-image: url(../images/arrow_5x9.gif);/*主题内容 产品大标题*/
				background-repeat: no-repeat;
				background-position: 0 5px;
				font-size: 16px;
				font-weight: 900;
				color: #F00;/*主题内容 产品大标题*/
				position: relative;
				
			}
			#content_suspension #content .section h4 {
				margin: 10 0 5px 10px;
				padding: 0 0 0 9px;
				background-image: url(../images/arrow_5x9.gif);/*主题内容 产品大标题*/
				background-repeat: no-repeat;
				background-position: 0 5px;
				font-size: 13px;
				font-weight: 900;
				color: #F00;/*主题内容 产品大标题*/
				position: relative;
				z-index: 10;
				
			}
			#content_suspension #content .section h12 {
				margin: 15 0 15px 10px;
				padding: 0 0 0 9px;
				background-image: url(../images/arrow_5x9.gif);/*主题内容 产品大标题*/
				background-repeat: no-repeat;
				background-position: 0 5px;
				font-size: 12px;
				font-weight: 900;
				color: #F00;/*主题内容 产品大标题*/
				position: relative;
				z-index: 10;
				
			}
				#content_suspension #content .section h2 img {
					position: relative;
					top: 3px;
					margin: 0 4px 0 0;
					
				}
							
				#content_suspension #content .section h2.basic { font-size: 18px; }
		
				#content_suspension #content .section h2 a {
					padding: 0 0 0 9px;
					background-image: url(../images/arrow_5x9.gif);
					background-repeat: no-repeat;
					background-position: 0 5px;
					display: inline-block;
				}
			
				#content_suspension #content .section h2 a:link, #content_suspension #content .section h2 a:visited { color: #F00; text-decoration: none; }
				
				#content_suspension #content .section h2 a:hover, #content_suspension #content .section h2 a:active { text-decoration: underline; }
				
			#content_suspension #content .section h3 {
				margin: 0 0 15px 10px;
				padding: 0;
				font-size: 16px;
				font-weight: 900;
				color: #333;
				position: relative;
				z-index: 10;
				*display: inline-block;
			}
			
				#content_suspension #content .section h3 a:link, #content_suspension #content .section h3 a:visited { color: #333; text-decoration: none; }
				
				#content_suspension #content .section h3 a:hover, #content_suspension #content .section h3 a:active { text-decoration: underline; }
				
			#content_suspension #content .section p { margin-left: 10px; }
			
			#content_suspension #content .section ul { margin-left: 0px; margin-top: 0px; }/*----好像是控制了产品页缩进----*/
				
			
			#content_suspension #content .section .view-more-list {
				margin: 4px 15px 0 0;
				float: right;
			}
			
			#content_suspension #content .section .view-more-list .button {
				padding: 4px 0 0 5px;
				background-image: url(../images/arrow_3x5.gif);
				background-repeat: no-repeat;
				background-position: 0 9px;
				display: block;
			}
						
			#content_suspension #content .section .view-more-list .button a:link, #content_suspension #content .section .view-more-list .button a:visited { color: #06C; text-decoration: underline; }
			
			#content_suspension #content .section .view-more-list .button a:hover, #content_suspension #content .section .view-more-list .button a:active { text-decoration: none; }
/*------------------------*/
/*---- START category 类别 产品列表显示方式等----*/
/*------------------------*/
			#content_suspension #content .section .category {
				margin: 0;
				padding: 0;
				/*---- background-color: #FFF;主要内容区颜色----*/
				float: left;
			}
						
				#content_suspension #content .section .category h3 {
					margin: 0 10px;
					padding: 0;
					font-size: 13px;
					color: #666;
				}
				
					#content_suspension #content .section .category h3 a { margin: 0 5px 0 0; #margin: 0 8px 0 0; float: left; }
				
					#content_suspension #content .section .category h3 a:link, #content_suspension #content .section .category h3 a:visited 					{ color: #666; text-decoration: underline; }
					
					#content_suspension #content .section .category h3 a:hover, #content_suspension #content .section .category h3 a:active 					{ text-decoration: none; }
					
					#content_suspension #content .section .category ul {
						margin: 0px 10px 0 10px;
						padding: 0;
						list-style: none;
						clear: both;
						line-height: 1.2em;
					}
					
					#content_suspension #content .section .category ul li {
						margin: 0 0 2px 13px;
						padding: 0;
						
						line-height: 1.2em;
						font-size: 12px;
						}
					#content_suspension #content .section .proshow ul {
						margin: 0px 0px 0 0px;
						padding: 0;
						list-style: none;
						clear: both;
						line-height: 1.2em;
					}
					#content_suspension #content .section .proshow ul li {
						margin: 2px 0 2px 2px;
						padding: 0;
						
						line-height: 1.2em;
						font-size: 12px;
						}
						
				#content_suspension #content .section .category ul li a:link, #content_suspension #content .section .category ul li a:visited { color: #06C; text-decoration: underline;}
							
				#content_suspension #content .section .category ul li a:hover, #content_suspension #content .section .category ul li a:active { text-decoration: none; ;}
			/*----------------------*/
			/*---- END category ----*/
			/*----------------------*/
			
			
			
			/*---------------------------------------*/
			/*-- START ada: Extends .topic_section 延伸主题部分--*/
			/*---------------------------------------*/
		
			/*-------------------------------------*/

		#content_suspension #content .section_footer {
			margin: 0 0 44px 0;
			padding: 0;
			background-image: url(../images/global_sprite.gif);	/*整体布局内边框底部 边框线*/
			background-repeat: no-repeat;
			background-position: 0 -18px;
			width: 935px;
			height: 6px;
		}
		
		#content_suspension #content .section_footnote {
		    margin: -22px auto 0 auto;
		    text-align: center;
		    font-size: 12px;
		    color: #ff0000;
		}
		/*---------------------*/
		/*---- END section ----*/
		/*---------------------*/
		






/*----------------------------*/
/*---- START content_main 内容主要----*/
/*----------------------------*/
.content_main {
	margin: 0;
	padding: 0 9px 0 0;
	width: 493px;
	float: left;
}

	.content_main.right { padding: 0 0 0 9px !important; }

	.content_main .thirdParty_Logo, .thirdParty_Logo.ADA {
		margin: 0;
		padding: 20px 0 20px 9px;
		border-bottom: 1px solid #DBDBDB;
		background-color: #FFF;
	}

	.content_main h1 {
		margin: 9px 0 0 5px;
		font-size: 24px;
		font-weight: 900;
		color: #F00;
	}

	.content_main p { margin: 0 0 16px 0; }
	
	.content_main ul {
		margin: 0 0 16px 0;
		padding: 0;
		list-style: none;
	}
	
		.content_main ul li {
			margin: 0;
			padding: 0 0 0 8px;
			background-image: url(../images/bullet_grey.gif);
			background-repeat: no-repeat;
			background-position: 0 6px;
		}
		
	.content_main ol {
		margin: 0 0 16px 10px;
		padding: 0;
	}
	
		.content_main ol li { margin: 0 0 0 18px; padding: 0; }
		
	.content_main .ada_publication_date { color: #666; }
		





/*---------------------*/
/*-- START .products --*/
/*---------------------*/
#content_suspension #content .section .product {	/*-产品背景修改*/
	
	width: 935px;/*修改主题内容页宽度old 749px-*/
	overflow:hidden;/*-小图变大图的溢出*/
	
}
/*-小图变大图的开始*/

.latestWeb{ width:930px; }
.latestWeb ul{  list-style:none; margin-left:0px; padding-left:0; float:left;background-color:transparent; border-left: 1px solid #E0E0E0;/*主题内容框左边竖线*/}
.latestWeb li{ float:left; border:0px solid #EBEAEA; width:80px;  display:inline;overflow:hidden;  }
.trans_msg
{
filter:alpha(opacity=100,enabled=1) revealTrans(duration=.2,transition=1) blendtrans(duration=.2);width:80px;
}
div.bodycontent{font-family:Arial, Helvetica, sans-serif;padding:0 0px 0px 0px;color:#555;line-height:22px;text-align:justify;text-justify:inter-ideograph;}
div.bodycontent ul{margin-left:0px; }
/*-小图变大图结束*/
/*-牙膏小图变大图的开始*/

.latestWeb2{ width:930px; }
.latestWeb2 ul{  list-style:none; margin-left:0px; padding-left:0; float:left;background-color:transparent; border-left: 1px solid #E0E0E0;/*主题内容框左边竖线*/}
.latestWeb2 li{ float:left; border:0px solid #EBEAEA; width:250px;  display:inline;overflow:hidden;  }
/*-牙膏小图变大图结束*/

.category {
		padding: 0px 0;
		background-image: url(../images/product_gradient.jpg);/*-产品背景颜色渐变*/
		background-repeat: repeat-x;
        background-position: left bottom;
		background-color:#FFFFFF;
		
		
	}



.probg{
	border-right-width: 1px; /*-单个产品右边竖线*/
	border-right-style: solid;
	border-right-color: #e6e6e6;
	background-image: url(../images/product_gradient.jpg);/*-产品背景颜色渐变*/
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 9px 20px 0px;
	vertical-align: top;
	background-color:#FFFFFF;
	width:308px; /*-单个产品列宽*/
		}
		
.probg2{
	border-right-width: 1px; /*-单个产品右边竖线*/
	border-right-style: solid;
	border-right-color: #e6e6e6;
	background-image: url(../images/product_gradient.jpg);/*-产品背景颜色渐变*/
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 9px 20px 0px;
	vertical-align: top;
	background-color:transparent;
	width:308px;
	height:300px
		}
.probg_newproducts {
	border-right-width: 1px; /*-单个产品右边竖线*/
	border-right-style: solid;
	border-right-color: #e6e6e6;
	background-image: url(../images/product_gradient.jpg);/*-产品背景颜色渐变*/
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 9px 20px 0px;
	vertical-align: top;
	background-color:transparent;
	width:152px;
	height:250px
		}
#content_suspension #content .section .product .biao{
	width: 600px;
	vertical-align: middle;
	padding-top: 30px;
}

	#content_suspension #content .section .product .category h2 { margin: 0px 0 0 0px;width: 180px; }
	
	#content_suspension #content .section .product .category .proimg {
	width: 100px;
	height:auto;
	margin-top:1px;
	margin-right: 0;
	margin-bottom: 0;
}

      #content_suspension #content .section .product .category .parking {
	width: 305px;
	height:200px;
	margin-top:1px;
	margin-right: 0;
	margin-bottom: 0;
}
		#content_suspension #content .section .product .category .description {
	margin: 5px 0 0 5px;
	font-size:12px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

    
		
		#content_suspension #content .section.product .category .global_button_red { margin: 10px 0 0 20px; width: auto; float: left; }
		
			#content_suspension #content .section.product .category .global_button_red a { padding-left: 3px; padding-right: 3px; font-size: 12px; }
		
		#content_suspension #content .section.product .category .listHeader { margin: 5px 0 0px 5px; font-weight: 900; clear: both; color:#FF0000}
		#content_suspension #content .section.product .category .featurestxt{ margin: 0px 0 0px 10px;font-size:13px;font-family: "Times New Roman", Arial, Helvetica, sans-serif;}
		
		#content_suspension #content .section.product .category ul { margin: 5px 0 5px 0px; 
	}/*-单位产品的特点离底部距离*/
		
			#content_suspension #content .section.product .category ul li { position: relative; font-size:10px; font-family: "Times New Roman", Arial, Helvetica, sans-serif;}
			
		#content_suspension #content .section.product.ingredientItem .category ul { margin: 5px 0 2px 10px; font-size:10px; font-family: "Times New Roman", Arial, Helvetica, sans-serif;}
	
	
.proshow {
		padding: 0px 0;
		background-image: url(../images/product_gradient.jpg);/*-产品背景颜色渐变*/
		background-repeat: repeat-x;
        background-position: left bottom;
		background-color:#FFFFFF
		
	}
		
	#content_suspension #content .section .product .proshow .description {
	margin: 10px 0 0 10px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
		
	
			
	#content_suspension #content .section.product .proshow .listHeader { margin: 10px 0 10px 10px; font-weight: 900; clear: both; color:#F00;}
		
		#content_suspension #content .section.product .proshow ul { margin: 10px 0 5px 15px;  }/*-单位产品的特点离底部距离*/
		
			#content_suspension #content .section.product .proshow ul li { position: relative; font-size: 13px;}
			
		#content_suspension #content .section.product.ingredientItem .proshow ul { margin: 10px 0 2px 15px; width: 100px; font-size: 13px;}
		
		
		
			
	#content_suspension #content .section.description { padding: 10px; }
	#content_suspension #content .section .footer a:link,
	#content_suspension #content .section .footer a:visited { color: #000; text-decoration: none;}
							
	#content_suspension #content .section .footer a:hover{ color: #000; text-decoration: underline;}
	#content_suspension #content .section .footer a:active { text-decoration: none; ;}
			



/* Column widths, and element width based on grid 列宽,和元素宽度基于网格*/

.col_1, .width_1	 {	width:40px;	 }
.col_2, .width_2 	 {	width:100px; }
.col_3, .width_3 	 {	width:160px; }
.col_4, .width_4 	 {	width:220px; }
.col_5, .width_5	 {	width:280px; }
.col_6, .width_6	 {	width:340px; }
.col_7, .width_7	 {	width:400px; }
.col_8, .width_8	 {	width:460px; }
.col_9, .width_9 	 {	width:520px; }
.col_10, .width_10	 {	width:580px; }
.col_11, .width_11	 {	width:640px; }
.col_12, .width_12	 {	width:700px; }
.col_13, .width_13	 {	width:760px; }
.col_14, .width_14	 {	width:820px; }
.col_15, .width_15	 {	width:880px; }
.col_16, .width_16	 {	width:940px; }	
	
.left, .float_left  { float:left	}
.right, .float_right { float:right	}	
	
.align_right    { text-align:right;	  }
.align_left     { text-align:left;	  }
.align_center   { text-align:center;  }
.align_justify  { text-align:justify; }
	
	
	
/*-------------------*/
/*-- END .glossary --*/
/*-------------------*/



/*-------------------*/
/*-- Skyword Index --*/
/*-------------------*/


