/*Social/Share*/
.toolbar {
	margin-bottom:0;
}
.toolbar div.clearfix {
	float:left;
	width:65%;
}
#GenericWidget {
	float:right;
	width:35%;
}
.toolbar-social {
	float: right;
	font-size: 11px;
	line-height: 20px;
	padding-top: 1px;
	height: 24px;
}
.toolbar-social li {
    float: left;
    margin-left: 8px;
	list-style:none;
}
.toolbar-social li span {
    cursor: pointer;
}
.toolbar-social > a {
	margin-right: 15px;
	vertical-align: middle;
	display: inline-block;
	=display: inline;
	=zoom: 1;
}
.toolbar-social > a:hover {
	text-decoration: underline;
}
.toolbar-social > a.share {
	padding-left: 13px;
	color: #00753C;
	background: url(img/icon/share.gif) no-repeat 0 center;
}
.toolbar-social > a.mail {
	padding-left: 18px;
	background: url(img/icon/mail.gif) no-repeat 0 center;
}
.toolbar-social > a.print {
	padding-left: 19px;
	background: url(img/icon/print.gif) no-repeat 0 center;
}
.toolbar-social > a.last-child {
	margin-right: 0;
}