@charset "utf-8";
/* CSS Document */
#ez_share {
	position: relative;
}
#ez_share .button {
	width: 116px;
	height: 18px;
	background-image: url(images/facebook_button.png);
	background-repeat: no-repeat;
	border: 0 none;
	display: block;
	text-indent: -9999px;
}
#ez_share .items {
	width: 100%;
	position: absolute;
	top: 18px;
	left: 0;
	display: block;
	padding: 5px;
	text-align: left;
}
#ez_share .items.hide {
	display: none;
}
#ez_share .items .item {
	padding-bottom: 5px;
	cursor: pointer;
	color: #333333;
	font-size: 10pt;
	vertical-align: middle;
	border: 0;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	float:left;
}
#ez_share .items .item:hover {
	text-decoration: underline;
	color: #666;
}
#ez_share .item.i01 {
	background-image: url(images/facebook.png);
	padding-left: 10px;
	height:27px;
	width:27px;
	text-indent:-9999px; 
}
#ez_share .item.i02 {
	background-image: url(images/twitter.png);
	padding-left: 10px;
	height:27px;
	width:27px;
	text-indent:-9999px; 
}
#ez_share .item.i03 {
	background-image: url(images/plurk.png);
	padding-left: 10px;
	height:27px;
	width:27px;
	text-indent:-9999px; 
}
#ez_share .item.i04 {
	background-image: url(images/google.png);
	padding-left: 10px;
	height:27px;
	width:27px;
	text-indent:-9999px; 
}
#ez_share .item.i05 {
	background-image: url(images/weibo.png);
	padding-left: 10px;
	height:27px;
	width:27px;
	text-indent:-9999px; 
}
#ez_share .item.i06 {
	height: 15px;
	width: 70px;
	display: inline-block;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	background: none repeat scroll 0% 0% transparent;
	border-style: none;
	float: none;
	line-height: normal;
	font-size: 1px;
	vertical-align: baseline;
	display:none;
}
#ez_share .item.i06 iframe {
	/* google +1 */
	overflow: hidden;
	border: 0 none;
	margin: 0;
	width: 70px;
	height: 15px;
}
#ez_share .item.i07 iframe {
	overflow: hidden;
	border: 0 none;
	margin:0;
	padding:0;
	width: 95%;
	height: 30px;
}
#ez_share.no_combo .button{
	display:none;
}
#ez_share.no_combo .items{
	position:static;
}
