.invisible {
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}
.addthis_toolbar {
	position:relative;
	zoom:1;
	z-index:999;
	background: transparent url(/images/share_icon.gif) no-repeat;
	/* ADDED */ min-height: 22px;
	/* ADDED */ line-height: 1.5em;
	text-indent: 30px;
}

.addthis508_box { margin:0; padding:0; }

li.addthis_toolbar {
	list-style:none;
}
.addthis_button {
	cursor:pointer;
	color:#00f;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	text-decoration:underline;
}
.addthis_button:hover {
	text-decoration:none !important;
}
.addthis_button img {
	line-height:22px;
}
.addthis_list.show {
	padding-bottom:9px !important;
}
.addthis_list.show {
	margin:0;
	position:absolute;
	top:2em;
	left:15px;
	z-index:99;
	background:#FFF;
	width:25em;
	border:1px solid #143875;
}
.addthis_list li {
	list-style:none;
	width:48%;
	height:18px;
	float:left;
	font-size:100%;
	font-weight:bold;
}
.addthis_list a {
	padding:6px 6px 4px 0;
	display:block;
	text-decoration:none;
	color: #00f;
}
.addthis_list a a:hover {
	color: #00f;
}
.addthis_list a:active {
	color: #00f;
}
.addthis_list a:hover {
	background-color:#eee;
}
.addthis_list .favorites {
	background:url(/Health_Info/Bone/images/share/favorites.gif) no-repeat left center;
}
.addthis_list .email {
	background:url(/Health_Info/Bone/images/share/email.gif) no-repeat left center;
}
.addthis_list .print {
	background:url(/Health_Info/Bone/images/share/print.gif) no-repeat left center;
}
.addthis_list .facebook {
	background:url(/Health_Info/Bone/images/share/facebook.gif) no-repeat left center;
}
.addthis_list .twitter {
	background:url(/Health_Info/Bone/images/share/twitter-s.gif) no-repeat left center;
}
.addthis_list .google {
	background:url(/Health_Info/Bone/images/share/google.gif) no-repeat left center;
}
.addthis_list .ybuzz {
	background:url(/Health_Info/Bone/images/share/buzz.gif) no-repeat left center;
}
.addthis_list .delicious {
	background:url(/Health_Info/Bone/images/share/delicious.gif) no-repeat left center;
}
.addthis_list .digg {
	background:url(/Health_Info/Bone/images/share/digg.gif) no-repeat left center;
}
.addthis_list .more {
	background:url(/Health_Info/Bone/images/share/addThis.gif) no-repeat left center;
}
.addthis_list .myspace {
	background:url(/Health_Info/Bone/images/share/myspace.gif) no-repeat left center;
}
.addthis_list .stumbleupon {
	background:url(/Health_Info/Bone/images/share/stumbleupon.gif) no-repeat left center;
}
.addthis_list .messenger {
	background:url(/Health_Info/Bone/images/share/messenger.gif) no-repeat left center;
}

/********** BEGIN: Added styles for this usage. **********/
ul#addthis508_box {
    list-style-type:none;
    float:right;
	clear:right;
    font-size:11px;
    color:#031463;
    margin:-26px 5px 0 44px;
}
ul.addthis508_box , #toolbox > ul {
overflow:visible;
}

ul#addthis508_box_links a{
    text-decoration:none;
}
ul#addthis508_box_links a:hover {
    text-decoration:underline;
}
ul#addthis508_box_links li {
    display:inline;
    padding:0 0 0 15px;
	font-size:11px;
}
ul#addthis508_box_links li a, ul#addthis508_box_links span{
    font-size:11px;
}
ul#addthis508_box_links li img {
    vertical-align:bottom;
}
.fontSizeBox {
	background-color:#fff;
	border:solid 1px #e2e2e2;
	text-align:center;
	width:1em;
	padding:.13em;
	display:inline-block;
	font-size:11px;
}
/********** END: Added styles for this usage. **********/

@media only screen and (max-width: 480px) {
	#toolbox > ul > li { width:50%; }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .addthis_list a { padding-left:0px; }
}

/* End hacking Chrome and Safari */