@charset "utf-8";
/* CSS Document */
html,body{background:url(../images/en/topbg.jpg) no-repeat top center #000;margin:0;padding:0;font:11px Arial, Helvetica, sans-serif;color:#555;
          line-height:180%;width:100%;height:100%;}
p,ul{margin:0;padding:0;}
img{border:none;}
td,th{line-height:180%;color:#555;font:11px Arial, Helvetica, sans-serif}
a{color:#555;text-decoration:none;}
a:hover{color:#FFCC00;}

#containner{height:auto !important;height:600px;padding:10px 0 0 0;background:url(../images/en/footbg.jpg) no-repeat bottom center;}
  #header{text-align:center;}
  #banner{text-align:center;margin:30px 0;}
    #wrapper{width:946px;display:block;clear:both;margin:auto;}
      #left{float:left;width:205px;}
	    /*产品列表*/
	    #listop{background:url(../images/en/category.jpg) no-repeat left top;height:49px;}
		#list{background:url(../images/en/listbg.jpg) repeat-y;padding:3px 21px;}
		  #list ul{list-style-type:none;}
		    #list ul li{background:url(../images/en/arrow.jpg) no-repeat left center;padding:0 0 0 13px;color:#ffa400;}
			#list ul li a{color:#FFCC00;display:block;width:100%;}
			#list ul li a:hover{color:#00aeff;}
	    #listfoot{background:url(../images/en/listfoot.jpg) no-repeat left top;height:18px;}
	    /*搜索栏*/
	    #search{background:url(../images/en/searchbg.jpg) no-repeat left top;height:35px;margin:10px 0 0 0;padding:41px 0 0 20px;}
		  .searchbtn{background:url(../images/en/btn.gif) no-repeat left top;border:none;width:24px;height:17px;}
		  .keyword{background:#08172b;border:none;color:#00aeff;width:140px;}
	  #right{float:right;width:705px;margin:0 0 0 36px;}
	    #title{text-align:right;line-height:40px;height:41px;margin:0 0 25px 0;}
		  #title span{background:url(../images/en/arrow1.jpg) no-repeat left center;padding:0 0 0 7px;}
		#content{}
		  /*产品展示*/
		  .product img{border:1px solid #08172b;}
		  .ptit{text-align:center;padding:0 0 7px 0}
	  #block{clear:both;height:25px;}
  #footer{height:56px;color:#fff;line-height:130%;padding-top:15px;}
    #footer a{color:#fff;}
	#footer a:hover{color:#00aeff;}
    #language{float:right;margin:0 0 0 50px;text-align:right;}
    #footer p{line-height:130%;}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #D4D4D4;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #D4D4D4;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #161616; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
