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

/* class for images in page tools module - turns pointer on */
.buttonImg {
	cursor: pointer;
}

/* class for frozen images in page tools module - turns pointer off */
/* see javascript library for more on freezing images */
.buttonImg.frozen {
	cursor: default;
}


#fsBookmarksToggler,
#fsBookmarksDisabled,
#fsBookmarksTogglerTL,
#fsBookmarksDisabledTL {
	margin-left: 2px;
	line-height: 1em;
	font-size: 11px;
	padding: 7px 8px 7px 25px;
	background-repeat: no-repeat;
	z-index: 210;
	cursor: default;
}

#fsBookmarksToggler,
#fsBookmarksDisabled {
	background-position: 10px 9px;
}

#fsBookmarksTogglerTL,
#fsBookmarksDisabledTL {
	background-position: 8px 9px;
}

html>body #fsBookmarksToggler:not([class="foobar"]),
html>body #fsBookmarksDisabled:not([class="foobar"]),
html>body #fsBookmarksTogglerTL:not([class="foobar"]),
html>body #fsBookmarksDisabledTL:not([class="foobar"]) {
	padding-top: 8px;#
	padding-bottom: 6px;
}

*html #fsBookmarksToggler,
*html #fsBookmarksTogglerTL {
	margin-left: 3px;
}

*html #fsBookmarksToggler,
*html #fsBookmarksTogglerTL {
	padding: 7px 8px 7px 30px;
	background-position: 17px 9px;
}

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

*html #fsBookmarksPopup:not([class="links"]) {
	width: 200px !important;
}

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

*html #fsBookmarksPopup li
{
	font-size: 11px;
	padding: 3px 0 3px 0px;
}

#fsBookmarksPopup li a,
#fsBookmarksPopup li p,
#fsAddSiteToggler
{
	display: block;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
	line-height: 24px;
	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;
}

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

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

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

*html .fsCollapsed {
	background-position: 17px 8px !important;
	padding-left: 31px !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: 7px 8px 7px 25px;
	background-repeat: no-repeat;
	background-position: 10px 9px;
	height:14px;
	float:right;
	z-index: 210;
	cursor: default;
}

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

*html .fsCollapsedDisabled {
	background-position: 17px 8px !important;
	padding-left: 31px !important;
}

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

*html .pageToolsModule {
	width:			210px;
}

.safari_mobile .pageToolsModule {
	width: 255px;
}

.pageToolsModule body {
	left: 0 !important;
}

.pageToolsModule td {
	padding: 0;
}

.pageToolsModule .buttonImg {
	margin-top:	-2px;
}

.safari_mobile .pageToolsModule img {
	height: 19px;
}

.safari_mobile .pageToolsModule .buttonImg {
	width: 62px;
}

.shareKeyLine {
	float: right;
	margin-top: 7px;
}

html*.shareKeyLine {
	margin-top: 6px;
}

.shareKeyLineSuppressed {
	float: right;
	margin-top: 1px;
}

html*.shareKeyLineSuppressed {
	margin-top: 0px;
}


.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:			220px;
	margin-left:	0;
}

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

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


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

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

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

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

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

.fr .pageToolsModule {
	width:			235px;
	margin-left:	0;
}

.fr #fsBookmarksPopup {
	width: 210px !important;
}

.es .pageToolsModule {
	width:			220px;
	margin-left:	0;
}

.es #fsBookmarksPopup {
	width: 195px !important;
}

.ar .shareKeyLine {
	float: left;
}

.ar .shareKeyLineSuppressed {
	float: left;
}

