@charset "utf-8";
#HTMLbody{
	border: none;
	background: none;
	height: 100%
}

img{
	border: none;
}
.massage{
border:1px solid #999999;

}
.massagetext{
border:1px solid #999999;
width:665px;
height:150px;
}
.clear{
	clear: both;height:1px;font-size:1px;overflow:hidden;
}
.dotted{
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
}
.searchResult{
background-color:#BDD7EA;
color:#45719D;
}

table{
	border:none;
	height:100%;
	width:100%;
	color: #1d3f65;
}

.tablemain{
	border:none;
	height:100%;
	width:820px;
	color: #1d3f65;
}
.TABLETDS {
	color: #1d3f65;
	text-align: left;
}

.TABLETD5 {
	font-size: 13px;
	color: #1d3f65;
	height: 10px;
	text-align: center;
	border: 1px solid #333;
}

.TABLETI {
	font-size: 13px;
	color: #1d3f65;
	height: 10px;
	text-align: left;
	WIDTH:400PX;
}

.TABLETD {
	border-bottom-style: dashed;
	border-bottom-width: 0.5px;
	border-bottom-color: #000;
	font-size: 11x;
}

.TABLECATA {
	text-align: right;
}

.TABLESKIP {
	width: 500px;	
}
			
.hand {  
	cursor: hand;
	cursor: pointer;
}
.TABLETDEX1 {
 font-size: 13px;
 color: #1d3f65;
 height: 10px;
 text-align: center;
 border: 1px solid #333;
}
.TABLETDEX3 {
 font-size: 15px;
 color: #000066;
 font-weight: bold;
}

.TABLETDMOLD {
 border-bottom-style: solid;
 border-bottom-width: 0.5px;
 border-bottom-color: #000;
 font-size: 13px;
 color: #000066;
}

.TABLETDFENCE {
	font-size: 14px;
	color: #FFF;
	background-color: #308BC2;
	font-weight: bold;
	height: 25px;
	text-align: left;
	text-indent: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.TABLETDFENCE2{
	color: #FFF;
	font-size: 16px;
}

.TABLETDFENCE2:hover{
	color: #F90;
	text-decoration: none;
}


.TABLETDFENCE1 {
	font-size: 13px;
	color: #666;
	background-color: #94C7E4;
	width: 98%;
	vertical-align: top;
}

.TABLETDFENCE3{
	font-size: 13px;
	color: #666;
}

.TABLETDFENCE3:hover{
	color: #F90;
	text-decoration: none;
}
.TABLECEMENT {
	width:100%;
	border: 3px solid #1d3f65;
	font-size: 13px;
}

.TABLEPERFORATED {
	width:500px;
	font-size: 13px;
}

.TABLEETCH {
	width:500px;
	font-size: 13px;
}

.TABLEETCH1 {
	width:500px;
}

.TABLEMESH {
	font-size: 13px;
	color: #666;
	background-color: #94C7E4;
	width: 110PX;
	vertical-align: top;
	height: 123px;
}
/* product ======================================= */
#product{
	
}

.catalogPaths .catalogPath{
	height:20px;line-height:20px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	text-align: left;
}
.catalogDetial .catalogName{
	font-size:22px;
}
.catalogDetial .catalogContent{
	font-size:13px;
	line-height:16px;
	width: 640px;
}
#product .view {
	width:156px;
	float: right;
	margin-right:0px;
	margin-bottom:10px;
	padding:2px;
	text-align: center;
	overflow:hidden;
}
#product .view .pic{
	width:150px;
	height:150px;
	padding:3px;
	border:1px solid #cccccc;
	

}
#product .view .pic img {
	max-width: 150px; 
   max-height:150px;
   width: expression(this.width >150 && this.height < this.width ? 150: true);
   height: expression(this.height > 150 ? 150: true);

}

#product #details .info {
float: left;
width:250px;
padding-right:20px;
}
#product #details .info .title{
	font-weight: bolder;
}
#product #details .info div{
	padding:3px 0 3px 0;
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#product #details .info .name{
	height:20px;line-height:20px;
	font-weight:bolder;
}
#product #details .info .keyword{
	width:250px;overflow:hidden;
	word-break :break-all;
}
#product #details .hit span{color:red;}
#product .view .name{ font-weight: bolder; }

#product #pImagesBase {
float:left;
height:330px;
}
#product #pImages{
position:absolute;z-index:10;
width:304px;
}
#product #details .info .PRDbutton{
		border: none;
		height:70px;
}
#product #details .info .PRDbutton div{
	float:left;
	border: none;
	height: 53px;
	padding:0;margin:0;
	margin-right:5px;
	margin-top:10px;
}
#product #details .info .PRDbutton .clear{
	clear:both;
}
#product #details .info .PRDbutton a{
	   display:block;
	width:46px;height:53px;
	background-repeat: no-repeat;
}
#product #details .info .PRDbutton .contact a{
	background-image: url(images/button_phone.gif);
}
#product #details .info .PRDbutton .mail a{
	background-image: url(images/button_mail.gif);
}
#product #details .info .PRDbutton .message a{
	background-image: url(images/button_message.gif);
}
#product #details .info .PRDbutton .hit{
	background-image: url(images/button_hotBox.gif);
	background-position:0 -53px;
	margin-right:10px;
	padding:0;
}
#product #details .info .PRDbutton .hit span{
  display:block;float:left;
	background-image: url(images/button_hotBox.gif);
	background-repeat: no-repeat;
   margin:0;padding:0;
	padding-left:36px;

	
}
#product #details .info .PRDbutton .hit span a{
   width:auto;height:53px;float:left;
	line-height:50px;
	background-image: url(images/button_hotBox.gif);
	background-repeat: no-repeat;
	background-position:right -106px;
	font-size:13px;
	padding:0 15px 0 5px;
	font-weight: bold;
	}

#product #pImages .imgs {float:left;}
#product #pImages .imgMenu {
width:30px;
height:20px;
line-height:20px;
text-align:center;
border:1px solid #CCCCCC;
cursor:pointer;
}

#product #pImages .imgShow {
width:304px;
height:304px;
position:absolute;
padding:2px;
left:0;
top:20px;
background:white;
border:1px solid #CCCCCC;
}
#product #pImages .imgShow img {
	max-width: 300px; 
   max-height: 300px;
   width: expression(this.width >300 && this.height < this.width ? 300: true);
   height: expression(this.height > 300 ? 300: true);
}
#product #pImages .imgpath {
width:250px;
border:none;
}
#product #pImages .imgsX{
	float:right;
}
#product #pImages .imgMenuX{
	width:100px;
	color:Gray;
	padding-top:3px;
	text-align: right;
}
#product .searchView{
	clear:both;
	padding:5px 0 5px 0;
}
#product .searchView .pic{
width:80px;height:50px;
	float:left;
	padding:3px;
	
}
#product .searchView .name{font-size:18px;font-weight: bolder; }
#product .searchView .synopsis{
	color:#666666;
	padding-bottom:5px;
}
#product .searchView .keywords{
	color:#45719D;
	word-break :break-all;
	width:360px;overflow:hidden;
}
#product .searchView .keywords span{
	font-weight:bold;
}
#product .searchView .information{
	float:left;
	padding-left:10px;
	width:340px;
}
#product .searchView  .PLinks{
	float: right;
	height:50px;width:120px;
	padding-top:10px;
}
#product .searchView .date{
  text-align:right;padding-bottom:3px;
}
#product .cataList{
padding:7px;
width:250px;
float:left;
border: 1px solid #e4e4e4;
margin-right:20px;
margin-bottom:5px;
}
#product .cataList .cataTitle{
   font-weight:bolder;
	line-height: 18px;
}
#product .cataList .cataIcon{
float:left;
width:70px;height:70px;
border: 1px solid #e4e4e4;
}
#product .cataList .cataDate{
	line-height:18px;
	border-bottom: 1px solid #E6E6E6;
}
/* orderList ===================================== */

#orderList ul{
	width:100%;
}
#orderList ul li{
	float:left;
	border-bottom: 1px dashed Gray;
   border-right:1px dashed Gray;
	height:30px;
	line-height:30px;
	padding-left:5px;
}
#orderList .title li{
	height:25px;
	border-top: 1px dashed Gray;
}
#orderList ul .col1{width:30px;border-left:1px dashed Gray;text-align:center;}
#orderList ul .col2{width:250px;}
#orderList ul .col3{width:100px;}
#orderList ul .col4{width:100px;}
#orderList ul .col5{width:100px;}
#orderList ul .col6{width:50px;}

.messages{
	background-color: #E0E0E0;
}
#messageContent .messageMenu{
	background-color: #F9F9F9;
	padding:5px;
	border: 1px solid #DDDDDD;
	margin-bottom:5px;
	height:30px;
}
#messageContent .messageList{
	background-color: #F9F9F9;
	padding:5px;
		border: 1px solid #DDDDDD;
}
#messageContent .messageForm{
	background-color: #F9F9F9;
	padding:5px 5px 5px 20px;
		border: 1px solid #DDDDDD;
		margin-top:10px;}
#messageContent .view {
	border: 1px solid #DDDDDD;
	margin-bottom:5px;
}
#messageContent .view .title{
	background: #F2F2F2;
	height:22px;line-height:22px;
	padding-left:7px;
	font-weight:bolder;
}
#messageContent .view .title img{
	position:relative;
	margin-right:5px;
	top:2px;
}
#messageContent .view .user{
	padding-left:5px;padding-right:5px;
}
#messageContent .view .user div{
	float:left;
	padding-right:30px;
	height:25px;
	line-height: 25px;
}
#messageContent .view .user .name{
width:150px;}
#messageContent .view .user .date{
	float:right;
	padding-right:10px;
}
#messageContent .view .content{
	padding:10px;
}
/* advertisement ========================== */

.MainPromotionBanner{
   position:absolute;
	background:#007B3E;
	z-index:1;
	width:715px;
	height:160px;
	overflow: hidden;	
}
.MainPromotionBanner .SlidePlayer {
	position:relative;
	padding-top:5px;
	width:675px;
	height:140px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.MainPromotionBanner .Slides{
	padding: 0;margin: 0;
	list-style: none;
	height: 140px;
	overflow: hidden;
}
.MainPromotionBanner .Slides li {
	float: left;
	height: 140px;overflow:hidden;
}

.MainPromotionBanner .Slides img{
	border:0;
	display: block;
}

.MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 132px; 
	right: 0px;
	z-index: 10;
	height: 10px;
	margin-right:10px;
}
.MainPromotionBanner .SlideTriggers li{
	float: left;
	color: #74a8ed;
	text-align: center;
	line-height:12px;
	width: 12px;height: 12px;
	font-size:10px;
	cursor: pointer;
	overflow: hidden; 
	margin:2px 2px;
	background-color: Black;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	border:0; 
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	height: 14px;width: 14px;
	margin:0 2px; 
	background-color: Black;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*  ===================================== */
#messageForms {}
#messageForms div{
clear: both;
}

#messageForms span{
display:block;
float:left;
}
#messageForms .tit{
   height:25px;
	width:100px;
	font-weight:bolder;
	color: #768899;
}
#messageForms .MStitle input{
width:300px;}
#messageForms .MSname input{
width:300px;}
#messageForms .MSemail input{
width:300px;}
#messageForms .MScontact input{
width:300px;}
#messageForms .MScontent .tit{
	height:120px;

}
#messageForms .MScontent textarea{
width:400px;height:150px;
overflow:auto;
}
#messageForms .button{
	padding-top:16px;
}
#messageForms .button input{
float:left;
margin-right:10px;
}


/*showPages pages===============================================================*/
#showPages {
height:25px;
background: url(images/contentBottomBg.html);
/*border-top:1px solid #cccccc;*/
}
#showPages .pages{
padding-top:3px;
}
#showPages .pages .pageInfo{
float:left;
height:16px;
line-height:16px;
margin-left:0px;margin-right:20px;
padding-left:5px;padding-right:5px;
}
#showPages .pages .pageInfo .totalPages{
	display:block;
	float:left;
	margin-right:20px;
}
#showPages .pages .pageInfo .red{
	color:red;
	font-weight:bolder;	
}
#showPages .pages .pageInfo .totalRecord{
	display:block;
	float:left;
}
#showPages .pages .pageLink{
	float:left;
}
#showPages .pages .pageLink a{
	display:block;
	float:left;
	font-weight:bolder;
	text-decoration: none;
	text-align: center;
	margin-right:2px;
	height:16px;
	line-height:16px;

	color:#656825;
}
#showPages .pages .pageLink a:hover{
	color:red;
}
#showPages .pages .pageLink .prev{
	width:70px;
}
#showPages .pages .pageLink .page{
	width:23px;
}
#showPages .pages .pageLink .next{
   width:70px;
}
#showPages .pages .enterPage input{
	height:14px;
	width:40px;
	border:1px solid #969883;
	margin:0;padding:0;
}
/*===============================================================*/
#newsContent {
	float:left;width:630px;overflow-x:hidden;color:black;
}
#newsContent .view{
	border-bottom:1px dotted #cccccc;
}

.adverts{
	text-align:center;
}

/*-----------------------------------------------------------------------*/
#cateTrees{}
#cateTrees .tree{}
#cateTrees .treeBranch{display:none;}
#cateTrees .treeBranchActive{display:block;}
#cateTrees .treeBase{
   height:22px;line-height:22px;
	border-bottom:1px solid silver;
	background: #F2F2F2;
	clear:both;
}
#cateTrees .treeBase .click{
	width:20px;height:22px;
	font-size:0;
	float:left;
	background-image: url(images/web_icon_019.gif);
	background-position:2px 2px;
	background-repeat: no-repeat;
}
#cateTrees .treeBase .degree{
   background-image: url(images/web_icon_020.gif);
	background-position:2px 1px;
	background-repeat: no-repeat;
	cursor:pointer;
}

#cateTrees .selected{
font-weight:bolder;
background-image: url(images/navA.jpg);}
}
#cateTrees .selected .click{
	background-image: url(images/web_icon_038-1.gif);
	background-position:2px 1px;
	background-repeat: no-repeat;
}
#cateTrees .selected .degree{
	background-image: url(images/web_icon_038-1.gif);
	background-position:2px 1px;
	background-repeat: no-repeat;
}
#cateTrees .tree .tree .treeBase{padding-left:5px;}
#cateTrees .tree .tree  .tree .treeBase{padding-left:10px;}

/*-----------------------------------------------------------------------*/
#navTrees{}
#navTrees .tree{}
#navTrees .treeBranch{display:none;}
#navTrees .treeBranchActive{display:none;}
#navTrees .treeBranchHover{
	position:absolute;
	left:100%;
	margin-top:-20px;
	width:150px;
}
#navTrees .treeBase{
	background:#9CC3DF;
	cursor:pointer;
}
#navTrees .tree .treeBaseName{
	width:100%;
}
#navTrees .tree .click{}
#navTrees .tree .degree{
 background: url(../../images/Cicon.html);
}
#navTrees .tree .selected{}
/*-----------------------------------------------------------------------*/
#album{}
#album .view{
float:left;
margin:10px 7px 10px 7px;
padding:5px;
text-align:center;}
#album .view .img{
width:110px;height:110px;
border:1px solid #cccccc;
padding:3px;}
#album .view .img img{
   max-width: 100px; 
   max-height: 100px;
   width: expression(this.width >100 && this.height < this.width ? 100: true);
   height: expression(this.height > 100 ? 100: true);}
#album .view .chobject .date{color:#cccccc;}

#document{width:620px;}
#document div{
	padding:0;margin:0;
	
}
#document .view{
  /*border-bottom:2px solid white;*/}
#document .view .chObject{
	/*border-bottom:1px dashed #cccccc;
	border-top:1px dashed #cccccc;*/
	clear: both;
	height:25px;
}
#document .view .chObject div{
	float:left;
	border-right:1px dashed #cccccc;

	height:30px;line-height:30px;
	padding-left:7px;
}
#document .view .chObject .no{
	width:2%;
	text-align: justify;
}
#document .view .chObject .icon{width:4%; background-position:center center;}
#document .view .chObject .name{width:55%;font-weight:bolder;}
#document .view .chObject .size{width:20%;}
#document .view .chObject .size span{color:green;font-weight:bolder;}
/*#document .view .chObject .date{width:14%;}*/
#document .view .chObject .download{border-right:none;}
#document .view .chObject .download  a{
display:block;padding-left:16px;height:25px;line-height:25px;
background-image: url(images/web_icon_007.gif);
background-repeat: no-repeat;
background-position:0 7px;}
/*#document .view .content{
	line-height:18px;
	padding:10px;
}*/
/*#document .downloadDetail{
	padding:10px;
}*/
#document .downloadDetail .chObject{
	border-bottom:1px solid #C2D8EA;
	padding-bottom:10px;
	margin-bottom:20px;
}
#document .downloadDetail .name{
	padding-left:20px;
}
#document .downloadDetail .download{
	float:right;width:100px;}
#document .downloadDetail .download  a{
display:block;padding-left:16px;height:25px;line-height:25px;
background-image: url(images/web_icon_007.gif);
background-repeat: no-repeat;
background-position:0 5px;}
/*-----------------------------------------------------------------------*/
#newsList{}
#newsList .icon{
display:block;width:20px;height:20px;
float:left;
background-image: url(images/web_icon_038-1.gif);
background-repeat: no-repeat;}
#newsList .view{
	height:20px;line-height:20px;
}
#newsList .view .info{
	text-align: center;
	padding-bottom:20px;
}
#newsList .view .info .title{
	font-size:24px;
	font-weight:bolder;
}
#newsList .view .info .Keyword{
	border-top:1px dashed #cccccc;
}
#newsList .view .info .hit{
	border-bottom:1px dashed #cccccc;
}
#newsList .view .content{
		border-bottom:1px dashed #cccccc;
		padding-bottom:30px;
}
#newsList .view .date{
	text-align: center;
}
#newsList .searchView{
	
}
#newsList .searchView .title{
background: none;
padding-top:5px;
}
#newsList .searchView .Keyword{
	
}
#newsList .searchView .content{
border: none;
}
/*===============================================================*/
.img256{
	   max-width: 256px; 
   max-height: 256px;
   width: expression(this.width >256 && this.height < this.width ? 256: true);
   height: expression(this.height > 256 ? 256: true);
}
.img128{
   max-width: 128px; 
   max-height: 128px;
   width: expression(this.width >128 && this.height < this.width ? 128: true);
   height: expression(this.height > 128 ? 128: true);
}
.img64{
   max-width: 64px; 
   max-height: 64px;
   width: expression(this.width >64 && this.height < this.width ? 64: true);
   height: expression(this.height > 64 ? 64: true);
}
.img48{
   max-width: 48px; 
   max-height: 48px;
   width: expression(this.width >48 && this.height < this.width ? 48: true);
   height: expression(this.height > 48 ? 48: true);
}
.img32{
	   max-width: 32px; 
   max-height: 32px;
   width: expression(this.width >32 && this.height < this.width ? 32: true);
   height: expression(this.height > 32 ? 32: true);
}
/*===============================================================*/
.lock{
height:20px;width:20px;
background-image:url()}
.unlock{
height:20px;width:20px;
background-image:url()}
.active{
height:20px;width:20px;
background-image:url()}
.unactive{
height:20px;width:20px;
background-image:url()}
.jpg,.gif,.png,.swf,.zip,.doc,.xls,.pdf,.txt,.chm,.rar,.bmp,.avi,.mp3{
	display:block;width:20px;height:20px;
	background-repeat: no-repeat;
}
.jpg{background-image: url(../../images/icons/jpg.gif);}
.gif{ background-image: url(../../images/icons/gif.gif); }
.png{background-image: url(../../images/icons/png.gif);}
.swf{ background-image: url(../../images/icons/swf.gif); }
.zip{ background-image: url(../../images/icons/zip.gif); }
.doc{ background-image: url(../../images/icons/doc.gif); }
.xls{ background-image: url(../../images/icons/xls.gif); }
.pdf{ background-image: url(../../images/icons/pdf.gif); }
.txt{ background-image: url(../../images/icons/txt.gif); }
.chm{ background-image: url(../../images/icons/htm.gif); }
.rar{ background-image: url(../../images/icons/zip.gif); }
.bmp{ background-image: url(../../images/icons/bmp.gif); }
.avi{ background-image: url(../../images/icons/avi.gif); }
.mp3{ background-image: url(../../images/icons/mp3.gif); }
/*===============================================================*/
#article{
	margin-bottom:30px;
}
#article .title{
padding:10px 0 10px 0;
font-weight: bolder;
font-size: 20px;
}
.showBox{width:630px;}
.showBox .title{
	height:20px;line-height:20px;
   padding-left:3px;
	font-weight: bolder;
	background-color: #e4e4e4;
	}
.showBox .title span{
	display:block;
	background-image: url(images/menuTitle.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding:2px 0 0 16px;
}
.showBox .content{	
	border:1px solid #e4e4e4;
	background:white;
}
.PRbutton{}
.PRbutton span{
   display:block;float:left;
	background-image: url(images/PRbutton.gif);
	background-repeat: no-repeat;
	padding-left:16px;
}
.PRbutton a{
   display:block;float:left;
	background-image: url(images/PRbutton.gif);
	height:28px;line-height:26px;
	background-position:right -28px;
	background-repeat: no-repeat;
	color:#869AAD;
	font-weight: bold;
	padding-right:16px;
}
.FRbutton{
	background-image: url(images/button_form.gif);
	height:28px;width:126px;
	padding:0;margin:0;
	border: none;
}
/*===============================================================*/
.contentBox{
border:1px solid #cccccc;}

.contentBox .titles{
background-color:#F5F5F5;
height:20px;
border-bottom:1px solid #cccccc;
margin:0;
font-weight: bolder;
clear:both;
}
.contentBox .titles div{
float:left;padding:0 20px;
margin-left:5px;
height:18px;line-height:18px;
/*border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
border-top:1px solid #cccccc;
cursor:pointer;*/
position: relative;
top:2px;
list-style: none;
}
.contentBox .titles .titleActive{
	background:#e4e4e4;
}
.contentBox .contents{
clear:both;
}
.contentBox .contents .content{}
/*===============================================================*/

.buttonLink{	
	background-image: url(images/buttons.gif);
	background-position: 0 -30px;
}
.buttonHover{
	background-image: url(images/buttons.gif);
}
.buttonActive{
	background-image: url(images/buttons.gif);
	background-position: 0 -60px;
}
.PagesNavigation{
clear:both;
height:20px;line-height:18px;
margin:5px;
}
.PagesNavigation .info{
	border: 0px solid #e4e4e4;
	height:18px;
	float:left;
	margin-right:5px;
}
.PagesNavigation .info span{
   display: block;
	float: left;
}
.PagesNavigation .info .total{
padding-left:3px;
padding-right:10px;}
.PagesNavigation .info .pagesView{
padding-right:12px;}

.PagesNavigation .info .goto{
height:14px;overflow:hidden;
border: 1px solid #e4e4e4;
margin:1px;}

.PagesNavigation .info .goto input{
border: none;
width:36px;
height:14px;line-height:10px;
background: none;
font-size:12px;
}

.PagesNavigation .button{}
.PagesNavigation .button span{
display:block;
height:18px;
float:left;
cursor:pointer;
border: 1px solid #e4e4e4;
}
.PagesNavigation .button .prevLink{padding:0 7px;}
.PagesNavigation .button .prevHover{padding:0 7px; background-color:#EFEFEF;}
.PagesNavigation .button .prevActive{padding:0 7px;}
.PagesNavigation .button .nextLink{padding:0 7px;}
.PagesNavigation .button .nextHover{padding:0 7px;background-color:#EFEFEF;}
.PagesNavigation .button .nextActive{padding:0 7px;}
.PagesNavigation .button .pages{
	border: none;margin:0;
	display: inherit;
}
.PagesNavigation .button .pages span{
	margin:0 1px ;
	padding:0 5px;
}
.PagesNavigation .button .pages .page{
	background:#EAEAEA;
}
.PagesNavigation .button .pages .pageLink{}
.PagesNavigation .button .pages .pageHover{background-color:#EFEFEF;}
.PagesNavigation .button .pages .pageActive{}

/*.PagesNavigation .button .but span{
	height: 20px
	padding-right: 30px;
}*/

.PagesNavigation .button .but a{
	height: 18px
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
}

/*.PagesNavigation .button .but:hover{padding:0 7px; background-color:#EFEFEF;}
