

/*********************网站按钮背景图片样式*****************************
                          
                          15个按钮

*/

/* ========伪类样式====== */
A:active {text-decoration: none;}
A:visited{text-decoration: none;}
A:hover{color: #FF9933;text-decoration: underline;}
A     {color:#800000;text-decoration: none;}

/*=========多个询价===========*/
A.batchbtn         {background :url('images/batchbtn.gif') 0 0 no-repeat;line-height:25px;width:70px; padding-left:30px; display :block ;}/*多个产品询价  */
A:hover.batchbtn   {background :url('images/batchbtn.gif') 0 -25px no-repeat;width:70px; line-height:25px;padding-left:30px; display :block; text-decoration: none;}

/*=========单个询价===========*/
A.singletonbtn	   {background: url('images/singletonbtn.gif' ) 0px 0px;height:30px; width:120px; display:block;}
A:hover.singletonbtn{background :url('images/singletonbtn.gif') 0px -30px;height:30px; width:120px; display:block;}

/*=========发送留言===========*/
A.feedbackbtn      {background:url('images/feedbackbtn.gif')}
A:hover.feedbackbtn{background:url('images/feedbackbtn.gif')}

/*=========搜索按钮===========*/
A.searchbtn	       {background:url('images/searchbtn.gif') 0 0 no-repeat ;   text-align:center;   height:20px;   width:60px; display:block; color:#FB0001; font-weight:bold;    }
1A:hover.searchbtn  {background:url('images/searchbtn.gif') 0 -25px no-repeat; text-align:center; height:20px;  color:#FF858F; text-decoration: none;font-weight:bold; }

/*=========返回按钮样式===========*/
A.returnbtn       { background :url('images/returnbtn.gif'); }
A:hover.returnbtn {background :url('images/returnbtn.gif'); }

/*========下载按钮============*/
A.downloadbtn      {background: url( 'images/downloadbtn.gif' );}	
A:hover.downloadbtn{background: url( 'images/baseBtn.gif' );}	

/*==========QQ==========*/	
A.qqpic{ background: url( 'images/QQbtn.gif') 0px 0;width: 60px;height: 25px; display:block;}
A:hover.qqpic { background: url( 'images/QQbtn.gif')  0 -25px;width: 60px;height: 25px;display:block;}

/*==========MSN==========*/	
A.msnpic{background: url('images/MSNbtn.gif');width: 60px;height: 25px;display:block;} /*msn*/
A:hover.msnpic {background: url('images/MSNbtn.gif')  -0px -25px;width: 60px;height: 25px;display:block;}/*msn*/

/*============================================================================================*/

/*=========后退=========*/
A.previousbtn	{ background: url('images/previousbtn.gif' ) 0px 0px no-repeat; height:80px;width:20px; display:block;}
A:hover.previousbtn{background: url('images/previousbtn.gif' ) 0px -80px no-repeat;height:80px;width:20px; display:block;}
A.previousnonebtn { background: url('images/previousbtn.gif' ) 0px -160px no-repeat; height:80px;width:20px; display:block;}/*不可用*/

/*==========前进==========*/	
A.nextbtn      { background: url('images/nextbtn.gif' ) 0px 0px no-repeat; height:80px;width:20px; display:block;}
A:hover.nextbtn{ background: url('images/nextbtn.gif' ) 0px -80px no-repeat; height:80px;width:20px; display:block;}
A.nextnonebtn  { background: url('images/nextbtn.gif' ) 0px -160px no-repeat; height:80px;width:20px; display:block;}/*不可用*/


/*======用数字进行分页的样式==========*/
/*上一页*/
A.upbtn      { background: url('images/upbtn.gif' ) repeat-x; height:22px;width:100px;display:block; border:solid 1px #595959; text-align:center;}
A:hover.upbtn{ background: url('images/upbtn.gif' ) repeat-x; height:22px;width:100px;display:block;border:solid 1px #000000; text-align:center;}
A.noneupbtn  { background: url('images/upbtn.gif' ) repeat-x; height:22px;width:100px;display:block;border:solid 1px #595959; text-align:center;}

/*下一页*/
A.downbtn    { background: url('images/downbtn.gif' ) repeat-x;height:22px;width:100px;display:block; border:solid 1px #595959; text-align:center;}
A:hover.downbtn{ background: url('images/downbtngif' ) no-repeat-x;height:22px;width:100px;display:block;border:solid 1px #000000; text-align:center;}
A.nonedownbtn{ background: url('images/downbtn.gif' ) repeat-x;height:22px;width:100px;display:block;}

/*数字按钮样式*/
A.figurebtn      { font-size:10px; border: 1px solid #c1C1C1;  background: #EEEEEE;padding:0 5px;margin: 0 5px; display:inline-block;}
A:hover.figurebtn{ font-size:10px;border: 1px solid #FF5959;background: #FFA6A6;color: #000000; padding:0 5px; margin: 0 5px;display:inline-block;}

/*选中数字*/
A.figruebtnhover      {font-size:10px; border: 1px solid #FF5959;background: #FFA6A6;margin :0 5px;display:inline-block;}
A:hover.figruebtnhover{font-size:10px;border: 1px solid #FF5959;background: #FFA6A6; padding:0 5px;margin :0 5px;display:inline-block;}

/* ========(默认右侧)子菜单====== */
A.submenubtn       {background:url('images/submenubtn.gif') 0px 0px no-repeat;  font-size: 14px;font-weight: bold;margin-bottom: 5px;text-align: center;line-height:40px;1padding:6px 0 5px 0; display :block ;}
A:hover.submenubtn {background:url('images/submenubtn.gif') 0px 0px  no-repeat;font-size: 14px;font-weight: bold;margin-bottom: 5px;text-align: center;line-height:40px;1padding:6px 0 5px 0; display :block ;}
