/* reset */
#toolbar {
	/*border:1px solid black;*/
	/* BT 20091117 - start */
	/*position:relative;
	float:right;
	margin:170px 10px 0 0;*/
	position: relative;
	float:right;
	top: 187px;
	/*position:absolute;
	right: 89px;*/
	/* BT 20091117 - end */
	width:auto;
	height:16px;
}
#toolbar .tool {
	float:left;
	padding:2px 3px;
	height:16px;
}
#toolbar .tool a {
	float:left;
	display:block;
	margin:2px;
	height:16px;
}
#toolbar .tool a:hover {
	text-decoration:none;
	-moz-opacity:.60;
	filter:alpha(opacitya=60);
	opacity:.60;
}
#toolbar .tool a.share {
	background:url(../image/share.gif) 0 0 no-repeat;
	width:100px;
	height:16px;
	text-indent:-9999px;
}
/*
onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()"
*/

