@charset "utf-8";
/* CSS Document */

#show-l{
	position: absolute;
	top: 34px;
	right: 0;
	z-index: 9999;
}
#show-l.fixed {
	top: 50%;
	position:fixed
}

.customize-l{
	position: absolute;
	top: 0px;
	width: 221px;
	right: 0;
	padding: 2px 0px 8px 10px;
	background: url(../images/like/like-bg.png) no-repeat 0 0;
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/*.customize-l.act{
	right:-140px;
}*/
.customize-l .customize-b {
	background: url(../images/like/like-b.png) no-repeat 0 bottom;
	height:8px;
	position:relative;
	float:left;
	margin:0 0 0 51px;
	bottom:-16px;
	width:192px;
}

	.customize-l a.close{
		display: block;
		position: absolute;
		top: 21px;
		left: 6px;
		width:50px;
		height:30px;
		background: url(../images/like/hide.png) no-repeat 0 0px;
		padding:0 0 0 9px;
		color:#515151;
		text-shadow:none;
	}
	.customize-l.act a.close {
		background-position:0 -30px;
	}
	 #show .customize.act a.close{
		background-position:-40px 0;
	}


	
	.customize-l .action{
		padding: 19px 21px 0 0;
		height: 41px;
		clear: both;
	}


	.social-button {
		width:140px;
		float:left;
		margin:20px 0 0 72px;
		text-shadow:none;
        color:black;
	}