
#bottomTools{
  display: inline;
	font-size: 12px;
	line-height: 25px;  
	height:27px;
	width:112px;
  right: 10px;
  bottom: 0px;
  _bottom: "auto";
  opacity: 1;
  filter: Alpha(opacity=100);
  position: fixed;
	_position:absolute; /* for IE6 */  
	_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */    
	zoom:1;
}

#bottomTools a{
	padding: 0;
	margin: 0;
	text-decoration: none;
	color:#555
}

#bottomTools .tab{
	width:100%;
	height:27px;
	display: inline-block;
	position:absolute;
	z-index:100;/*ie6：绝对定位的元素和浮动元素是相邻兄弟元素时，绝对定位元素会消失*/
}

#bottomTools .tab a{
	text-align:center;
	float:right;
	height:25px;
	_height:26px;
	line-height:26px;
	_line-height:27px;
	width: 36px;
	border: 1px solid #ccc;
	margin-right: -1px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/page_images/shareToolsBg.png) no-repeat;
}

#bottomTools .tab a:focus{
	outline:none;
}

#bottomTools .tab a:hover,#fixBox .tab a.hover{
	background: #fff;
	text-indent: 0;
}

#bottomTools .tab a.active{
	border-top:none;
	height:26px;
	_height:27px;
	line-height:28px;
	_line-height:30px;
	background: #fff;
	text-indent: 0;
}

#bottomTools .tab .share{
	background-position:-3px 0; 
}

#bottomTools .tab .top{
	background-position:-3px -25px;
}

#bottomTools .tab .back{
	background-position:-3px -50px;
}

#bottomTools .tab .tools{
	background-position:-3px -75px;
}

