/* Start of CMSMS style sheet 'style-cn' */
body{
	font-family: \4E3D\9ED1 Pro, \5FAE\8EDF\6B63\9ED1\9AD4, Arial, "MingLiU" , "SimSun" ,sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	position: relative;
}
a{
	text-decoration:none;
	border:none;
}
img{
	border:none;
}
p{
	*margin: 16px 0;
}
.clear{
	clear: both;
}
#page-container{
       width:100%;
       min-width:1100px;
}
#header{
	width:100%;
        min-width:1100px;
	background: url(images/backgrounds/header-bg.png) repeat-x;
	position: relative;
	z-index:1001;
}
#header table{
	margin: 0 auto;
}
#header table.lang, #header table.lang a{
	color: #67B2E1;
	font-weight:bold;
}
#nav{
	width:100%;
        min-width: 1101px;
	background: #21ABE9;
	height:25px;
	position: relative;
	z-index:1002;
}
#nav a{
	color: #FFFFFF;
}
#nav .nav-list{
	width: 980px;
	display: block;
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
#nav .nav-list .nav-item{
	float: left;
	display:block;
	width: 105px;
	line-height:26px;	
	list-style:none;
	background: url(images/backgrounds/nav-dot.png) right no-repeat;
	text-align: center;
}
#nav .nav-list .last{
	background: none;
}
#nav .nav-list .nav-item .down-list{
	z-index: 99;
	position:absolute;
	color: #177CAD;
	width: 150px;
	background-color:#8ED3F2;
	visibility:hidden;
	top: 25px;
	margin: 0px;
	padding: 0px;
}
#nav .nav-list .nav-item .down-list-item{
	margin: 0 10px;
	color: #177CAD;
	list-style:none;
	background: url("images/backgrounds/nav-sub-line.png") bottom no-repeat;
}
#nav .nav-list .nav-item:hover .sub a{
	float: left;
	display:block;
	width: 115px;
	height: 30px;
	background: url("images/backgrounds/nav-bg-on.png") no-repeat;
	color: #177CAD;
	position:relative;
	top:-3px;
	left:-2px;
	line-height: 33px;
}
#nav .nav-list .nav-item:hover .menu a{
	float: left;
	display:block;
	width: 115px;
	height: 28px;
	background: url("images/backgrounds/nav-bg-on.png") no-repeat;
	color: #177CAD;
	position:relative;
	top:-3px;
	left:-2px;
	line-height: 33px;
}
#nav .nav-list .nav-item .down-list-item:hover a{
	display: block;
	width: auto;
	height:28px;
	background: url("images/backgrounds/nav-sub-icon.png") left no-repeat;
	color: #177CAD;
}
#main-container{
	margin: 0 auto;
	width: 970px;
}
#content-container{
	marign 10px 0;
	position:relative;
	z-index:1000;
}
#content-container .content-box-top{
	width: 970px;
	height: 20px;
	background: url("images/backgrounds/content-box-t.png") no-repeat;
}
#content-container #content-box{
	width: 970px;
	min-height:500px;
	height:auto;
	background: url("images/backgrounds/content-box-m.png") repeat-y;
	padding: 0 10px;
}
#content-box #breadcrumb{
	margin: 0 10px;
}
#content-box #breadcrumb a{
	color: #767676;
}
#content-container .content-box-bottom{
	width: 970px;
	height: 20px;
	background: url("images/backgrounds/content-box-b.png") no-repeat;
}

#footer-container{
	position: relative;
	/*font-weight: bold;*/
	width:980px;
	margin:0 auto;
	z-index:999;
}
#footer-list{
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footer-list .footer-nav-item{
	float: left;
}
#footer-list .footer-nav-item a{
	color: #888888;
}
#footer-list .footer-nav-item .menu-title{
	font-size:14px;
	padding: 5px 0;
}
#footer-list .footer-nav-item .menu-item{
	font-size:12px;
	padding: 5px 0;
}
#footer, #footer a{
	color: #48789E;
}
#bubble-container{
	width:100%; 
        min-width:1100px;
	height:940px; 
	margin:0;
	z-index:1;
	background: url(images/backgrounds/water-bg.jpg) repeat-x top;
	position: absolute;
	bottom:-60px;
        *bottom:-80px;
	left:0;
	overflow:hidden;
}
@-moz-document url-prefix() { 
  #bubble-container {
     bottom:-25px;
  }
}
#bubble{
	width:100%; 
	height:360px; 
	bottom:10px;
	position:absolute;
	overflow:hidden;
	
}
#bubble img{
	position:absolute; 
	top:0;  
	left:0; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie8  */
    	filter:alpha(opacity=0);    /* ie5-7  */
    	-moz-opacity:0;    /* old mozilla browser like netscape  */
    	-khtml-opacity: 0;    /* for really really old safari */ 
    	opacity: 0; 
}
#content{
	margin:0 10px;
	color: #767676;

}
#content a{
	color: #767676;
}
h1.doc-title{
	color: #0781CF;
	font-size: 20px;
	font-weight:400;
	*margin: 20px 0;
}
#cat-list a{
	display: block;
	float:left;
	width: 143px;
	height: 88px;
	margin: 0px 5px;
	border: 1px solid #DCDCDC;
}
#cat-list a.first{
	margin-left: 13px;
}
#cat-list a.last{
	margin-right: 13px;
}
#cat-list a:hover{
	border: 1px solid #0392D8;
}
.sub-title{
	color: #0781CF;
	font-size: 14px;
}
.detail-title{
	cursor: pointer;
}
.sub-title img{
	vertical-align: middle;
	margin-right:10px;
}
.detail-content{
	margin: 0;
	padding: 0;
	margin-left: 30px;
	display:none;
	margin-top: 10px;
}
.detail-content li{
	list-style-position:outside;
}
.detail-open{
	display:block;
}
.button, a#button{
	display:block;
	border: none;
	border: 1px solid #B6E3F8;
        *border: none;
	background: #77CBEF;
	width: 96px;
	height:28px;
	font-size:15px;
	color: #FFFFFF;
	font-family:\4E3D\9ED1 Pro, \5FAE\8EDF\6B63\9ED1\9AD4, Arial,"MingLiU" , "SimSun" ,sans-serif;
	line-height:25px;
	text-align:center;
}
a#button{
	margin:10px 0;
}
textarea, input[type=text]{
	background:#DFDFDF;
	border:none;
	padding: 1px 5px;
}
ul.product-desc{
	margin: 15px 0;
	padding: 0 20px;
}
ul.product-desc li{
	margin:10px 0;
}
#product-image-slider{
	width: 100%;
	background:url("images/backgrounds/product-image-bg.jpg");
}
.clearfix {
	display: inline-table;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#product-image-slider ul {
	list-style-type: none;
	width: 425px;
	height: 360px;
	/*border: 1px solid #00f;*/
}
#product-image-slider ul li {
	float: left;
	/*border: 1px solid #f00;*/
	width: 150px;
	height: 250px;
	text-align: center;
	margin: 0 25px;
	padding-top: 5px;
}
#product-image-slider ul li img {
	display: block;
}
#product-image-slider ul li #product-name {
	color: #8E8E8E;
	width:205px;
	position: relative;
	padding-top:15px;
}
#product-image-slider #swap-arrow{
	width: 420px;
	position:absolute;
	top: 160px;
	left: 510px
}
.prev-arrow{
	float:left;
	cursor: pointer;
}
.next-arrow{
	float:right;
	cursor: pointer;
}
#product-type{
	border-top: 1px solid #CCCCCC;
	width: 916px;
	margin: 20px 13px;
}
#product-type .arrow{
	position: relative;;
	display: block;
	background: url(images/backgrounds/up-arrow.png);
	width: 16px;
	height: 10px;
	float:left;
	top: -10px;
	left: 145px;
}
#product-type .product-type-container{
	margin: 25px 0 25px 85px;
}
#product-type .product-type-container .product-type-item{
	width: 270px;
        min-height:170px;
	float:left;
	margin-right:10px;
}
#product-type .product-type-container .last{
	margin:0;
        clear:right;
}
#product-type .product-type-container .product-type-item .prod-item-img{
	float: left;
	margin-right: 10px;
}
#product-type .product-type-container .product-type-item .prod-item-name{
	display: block;
	margin: 20px 0;
	float: left;
	color: #767676;
	padding-top: 55px;
        width:97px;
}
.video-box{
	width:360px;
	margin:5px;
	position: absolute;
	left:555px;
	top: 90px;
}
.small-product-image{
	position: relative;
	top: 45px;
}
.sitemap-item{
	padding: 5px 0;
}
.sitemap-item a{
	color: #767676;
}




.product-image-slider{
	width: 100%;
	background:url("images/backgrounds/product-image-bg.jpg");
        position: relative;
}


.product-image-slider ul {
	list-style-type: none;
	width: 425px;
	height: 360px;
	/*border: 1px solid #00f;*/
}
.product-image-slider ul li {
	float: left;
	/*border: 1px solid #f00;*/
	width: 150px;
	height: 250px;
	text-align: center;
	margin: 0 25px;
	padding-top: 5px;
}
.product-image-slider ul li img {
	display: block;
}
.product-image-slider ul li #product-name {
	color: #8E8E8E;
	width:205px;
	position: relative;
	padding-top:15px;
}
.product-image-slider #swap-arrow{
	width: 420px;
	position:absolute;
	top: 160px;
	left: 510px
}
.product-image-slider .swap-arrow{
	width: 420px;
	position:absolute;
	top: 120px;
	left: 20px
}

.product-type-item a .prod-item-img img{
        height:149px !important;
	width:auto !important;
}




/* End of 'style-cn' */

