/**
 * jShare widget styles
 * E-mail link by FAMFAMFAM - http://www.famfamfam.com/lab/icons/silk/
 */
.jshare-block{
	display: block;
	position: relative;
	z-index: 150;
}
.jshare-block a{
	outline: 0 none !important;
}
#jshare-iframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border: 0 none;
}
.jshare-this{
	display: block;
	min-height: 16px;
	line-height: 12px;
	padding: 2px 19px 2px 0;
	vertical-align: middle;
	color: #666;
	background: url(img/email_link.png) right center no-repeat;
}
.jshare-this-loading{
	background: url(img/load.gif) right top no-repeat;
}
#jshare-window{
	position: absolute;
	width: 19em;
	right: 0;
	z-index: 10000;
	text-align: left;
	background: #FFF;
}
#jshare-tabs{
	margin: 0.5em 0.5em 0;
	position: relative;
	z-index: 10;
}
#jshare-tabs li{
	display: inline;
}
#jshare-tabs li a{
	display: inline-block;
	padding: 0.25em 0.5em;
	color: #666;
	text-decoration: none;
	background: #fff;
}
#jshare-close{
	cursor: pointer;
}
#jshare-tabs .active{
	font-weight: bold;
}
#jshare-tabs #jshare-close{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	background: #fff;
}
#jshare-close:before{
	content: '[x] ';
}
#jshare-panels{
	margin: 0 0.5em 0.5em;
	position: relative;
	z-index: 5;
}
.jshare-panel{
	padding: 0.5em;
}
#jshare-window .active{
	/*background: #FFFFE9;*/
	border: 1px solid #ddd;
}
#jshare-tabs .active{
	border-bottom: 1px solid #fff;
	margin-bottom: -2px;
}
#jshare-tabs .active a{
	color: #000;
}
#jshare-panels .inactive{
	display: none;
}
#jshare-share li{
	float: left;
	width: 42%;
	padding: 5px 0 5px 20px;
	background-position: left;
	background-repeat: no-repeat;
}
#jshare-panels a{
	text-decoration: none;
}
#jshare-panels a:hover{
	text-decoration: underline;
}
#jshare-facebook{ background-image: url(img/facebook.gif); }
#jshare-twitter{ background-image: url(img/twitter.gif); }
#jshare-delicious{ background-image: url(img/delicious.gif); }
#jshare-gbookmarks{ background-image: url(img/gbookmarks.gif); }
#jshare-live{ background-image: url(img/live.gif); }
#jshare-yahoo{ background-image: url(img/yahoo.gif); }
#jshare-myspace{ background-image: url(img/myspace.gif); }
#jshare-digg{ background-image: url(img/digg.gif); }
#jshare-send{
	padding-top: 5px;
}
#jshare-send form{
	padding: 5px 5px 0 5px;
}
#jshare-send-form.jshare-this-loading{
	background: url(img/load.gif) 5% 95% no-repeat;
}
#jshare-window label{
	display: block;
}
#jshare-window input{
	display: block;
	margin: 3px 0 7px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 97%;
}
#jshare-window input.hidden{
	display: none;
}
#jshare-window #jshare-send-submit{
	margin: 0.5em 0 0.5em auto;
	color: #000;
	background: #ccc;
	border: 2px solid;
	border-color: #eee #aaa #aaa #eee;
	cursor: pointer;
	width: auto;
}
#jshare-window .jshare-message{
	margin: 5px;
	padding: 5px;
	border: 1px solid #e2c822;
	font-size: 10px;
	text-align: center;
	background: #fff9d7;
}
#jshare-window .jshare-error{
	border-color: #dd3c10;
	background-color: #ffebe8;
}