/*
	social bookmarking styles. add to style.css?
*/

#fsBookmarksToggler {
	margin-left: 2px;
	line-height: 1em;
	font-size: 11px;
	padding: 6px 8px 8px 25px;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	z-index: 200;
	cursor: default;
}
html>body #fsBookmarksToggler:not([class="foobar"]) {
	padding-top: 7px;
	padding-bottom: 7px;
}

#fsBookmarksPopup {
	width: 180px;
	position: absolute;
	z-index: 100;
	background: #FFF;
	border: 1px solid #D8D8B1;
	padding: 10px;
}

*html #fsBookmarksPopup {
	width: 200px !important;
}

#fsBookmarksPopup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 24px;
}

*html #fsBookmarksPopup li
{
	padding: 3px 0 3px 0px;
}

#fsBookmarksPopup li a,
#fsBookmarksPopup li p,
#fsAddSiteToggler
{
	display: block;
	padding: 3px 0 3px 26px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	margin: 0 !important;
}

.fsExpanded {
	background-image: url(/images/common/ptm_collapse.gif);
	background-color: #FFF;
	border: 1px solid #D8D8B1;
	border-bottom: none;
}

.fsCollapsed {
	background-image: url(/images/common/ptm_expand.gif);
	border: 1px solid transparent;
	border-bottom: none;
}

/* properties applied to IE6 to compensate for transparent border not working*/
*html .fsCollapsed {
	background-position: 9px 7px !important;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 1px;
	margin-left: 3px !important;
}

.fsCollapsedDisabled {
	background-image: url(/images/common/ptm_expand_disabled.gif);
	border: 1px solid transparent;
	border-bottom: none;
	color: #cccccc !important;
	margin-left: 2px;
	line-height: 1em;
	font-size: 11px;
	padding: 6px 8px 8px 25px;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	z-index: 200;
	cursor: default;
}

/* properties applied to IE6 to compensate for transparent border not working*/
*html .fsCollapsedDisabled {
	background-position: 9px 7px !important;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 1px;
	margin-left: 3px !important;
}


.pageToolsModule {
#	width:			205px;
	margin-left:	0;
}

.pageToolsModule body {
	left: 0 !important;
}

.pageToolsModule td {
	padding: 0;
}


.bookmarkEmail a {
	background-image: url(/images/common/ptm_email.gif);
	background-position: -10px 7px !important;
}

.bookmarkDisabledEmail p {
	background-image: url(/images/common/ptm_email_disabled.gif);
	background-position: -10px 7px !important;
}

.bookmarkAdd {
	margin-top: 5px;
	background:url(/images/common/nav_dividerDashed_bg.gif) repeat-x;
	padding-top: 5px;
}


#fsBookmarksPopup li #fsAddSite a {
	padding: 2px 5px;
	line-height: 1em;
}


.de .pageToolsModule {
	width:			215px;
	margin-left:	0;
}

.de #fsBookmarksPopup {
	width: 190px !important;
}

*html .de #fsBookmarksPopup {
	width: 210px !important;
}


.jp .pageToolsModule {
	width:			230px;
	margin-left:	0;
}

.jp #fsBookmarksPopup {
	width: 205px !important;
}

*html .jp #fsBookmarksPopup {
	width: 225px !important;
}

*+html .jp .fsExpanded {
	border: 1px solid #D8D8B1;
	border-bottom-color: #FFF;
}

*+html .jp .fsCollapsed {
	margin-bottom:	1px;
}
