/* estilos de social sidebar - vienen de #socialsidebar y el DOM */

#socialsidebar {
	display: auto;
	background:none repeat scroll 0 0 white;
	height:auto;
	margin-left:-95px;
	overflow:visible;
	position:fixed;
	top:168px;
	width:69px;
	z-index:1000;
	text-align: center;
	}

#socialsidebar-narrow {
	display: none;
	}

#socialsidebar img{
	border: 0;
	}
	
#socialsidebar a {
	color: #666;
	font-weight: lighter;
	text-decoration: none;
	font-size : 11px;
	}
	
#socialsidebar a:hover {
	background-color:transparent !important;
	}
	
#socialsidebar ul {
	background: #F3F3FF;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	position: relative;
	top: 10px;
	}
	
#socialsidebar ul li {
    margin: 10px auto;
    text-align: center;
    width: 56px;
	}
	
	#socialsidebar ul li.facebooklike {
		padding-top: 5px;
		margin-left: 11px;
	}

/* facebook: CENTRATE! liver commands you! */	
.fb_share_count_wrapper {
	float: none !important;
	}

/* StumbleUpon: CENTRATE! liver commands you! */	
#suHostedBadge {
	display: block;
	margin: 0 auto;
	}

.FBConnectButton_Text {font-size: 8px;}


/* Like Button 2.0 */

#ad_like_star {
	background: #F3F3FF;
	width: 67px;
	height: 67px;
	position: relative;
	}
	
a.btn_like.fast-bookmark:hover, #folder-bookmark:hover {
	background-color: #43cdff !important;
	}
	
.fast-bookmark {
	background-repeat: no-repeat;
	height: 67px;
	display: inline-block;
	background-image: url(img/add2bookmarks.png?v=0);
	text-indent: -9999px;
	background-position: top center;
	}
	
#folder-bookmark {
	display: none;
	background-color: #E2E2FF;
	background-image: url(img/bookmarks-tip.png);
	background-repeat: no-repeat;
	background-position: -27px 30px;
	color: white;
	height: 65px;
	position: absolute;
	right: -20px;
	top: 0;
	padding: 0 5px;
	text-decoration: none;
	line-height: 70px;
	-moz-user-select: none;
	-khtml-user-select: none;
    user-select: none;
    border-top: 1px solid #ececea;
	border-right: 1px solid #ececea;
	border-bottom: 1px solid #ececea;
	cursor: pointer;
	color: transparent;
	}
	
#folder-bookmark.hover {
	display: inline-block !important;
	}
	
#folder-bookmark div#bookmarkcontainer {
	display: none;
    background-color: #F3F3FF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    color: #4A4A4A;
    display: none;
    font-size: 12px;
    left: 22px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    text-shadow: none !important;
    top: -1px;
    width: 205px;
	-webkit-transition: all 20ms ease-in-out;
	}
	
#folder-bookmark.expanded {
	background-color: #21c4ff;
	background-position: 6px 30px;
	}

#folder-bookmark div#bookmarkcontainer ul {
    margin: 5px 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 2px 0;
    position: relative;
    top: 0;
    background-color: white;
	}

#folder-bookmark div#bookmarkcontainer li {
    text-align: left;
    font-size: 11px;
    padding: 5px;
    padding-right: 20px;
    margin: 3px 0;
    -webkit-transition: all 20ms ease-in-out;
	width: 180px;
	}
	
#folder-bookmark div#bookmarkcontainer li:hover {
	color: #00AEED;
	font-weight: 900;
	cursor: pointer;
	}

#folder-bookmark div#bookmarkcontainer li.nulist-yes {
	color: #CCC;
	font-weight: bolder;
	background-image: url('img/check-nulist.png');
	background-position: 180px 50%;
	background-repeat: no-repeat;
	}
	
#folder-bookmark div#bookmarkcontainer li.nulist-yes:hover {
	background-color: none !important;
	}
	
#folder-bookmark div#bookmarkcontainer p {
	color: #444444;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    padding: 8px 5px 5px;
	}
	
#nulist-name {
	padding: 5px;
	margin: 5px;
	width: 150px;
	background: white;
	border: 1px solid #CCC;
	color: #444;
	}
	
a#in-nulist {
	display: block;
	background: none;
	font-size: 10px;
	font-weight: 900;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	padding: 5px;
	}
	
#in-nulist strong {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #CCC;
    color: #00AEED;
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    margin-right: 5px;
    padding: 3px 6px;
    position: relative;
    top: 1px;
    border-radius: 15px;
	}
	
#in-nulist strong:hover {
	background: #00AEED;
	color: white;
	border: 1px solid #007098;
	text-shadow: 0 -1px 0 #007098;
	}

