| 12345678910111213141516171819 | 
							- @CHARSET "UTF-8";
 
- 		#tab ul,#tab li{margin: 0;padding: 0;list-style: none;}
 
- 		#tab{overflow: hidden;position: absolute;left:0;right: 93px; }
 
- 		#tab>.tabs{position: relative;height: 34px;left: 15px;}
 
- 		#tab>.tabs>li{line-height:34px;padding:0px 34px;width:206px;position: absolute;margin-bottom: -1px;background: url("../image/bg2.png") no-repeat ;overflow: hidden;cursor:pointer;}
 
- 		#tab>.tabs>.thistab>div{color: #646464;}
 
- 		#tab>.tabs>li>div{height: 34px;overflow: hidden;color: #8e9091;}
 
- 		#tab>.tabs>li>div>p{float: left;text-align: center;width: 120px;font-size: 14px;}
 
- 		#tab>.tabs>li>div>span{float: right;width: 14px;height: 34px;background: url("../image/close.png") center no-repeat;}
 
- 		#tab>.tabs>li>div>span:hover{background: url("../image/close_1.png") center no-repeat;}
 
- 		#tab>.tabs>li>div>img{margin-right: 10px;position: relative;top:1px;float: left;margin-top: 8px;}
 
- 		#tab>.tabs>.thistab{background: url("../image/bg1.png") no-repeat ;}
 
- 		#tab>.tabs>.thistab span{display:inline;}
 
- 		#buttontab{position:absolute;right:20px;width:72px;overflow: hidden;}
 
- 		#buttontab>a{width:36px;height:29px;text-decoration: none;color:#fff;float: left;}
 
- 		#buttontab>a:hover{color:#ff0000;}
 
- 		#buttontab>#tabsprev{background: url("../image/change.png") no-repeat 0 0}
 
- 		#buttontab>#tabsnext{background: url("../image/change.png") no-repeat -36px 0}
 
- 		#tabs_content{ border-top:1px solid #1d6895;position: absolute;top:33px;width: 100%;bottom: 32px;background:#fff;z-index: 100;}
 
 
  |