/* Page Tools */
div#pagetools-zone {
	height: 14px;
	margin-top: 48px;
	padding-bottom: 2px;
	width: 276px;
	font-size: 11px !important;
	border-bottom: 1px solid gray;
	top: 3px;
    margin-bottom: 20px;
}

div.pagetools-zone-tight {
	margin-top:4px !important;
}

ul#pagetools-fontsize,ul#pagetools-functions {
	padding: 0px;
}

div#pagetools-zone li {
	height: 12px;
	line-height: 12px;
}

ul#pagetools-fontsize {
	display: inline;
	float: left;
	position: relative;
	width: auto;
	font-size: 11px !important;
}

ul#pagetools-functions {
	display: inline;
	float: right;
	position: relative;
	width: auto;
	font-size: 11px !important;
}

ul#pagetools-functions li {
	float: right !important;
}

ul#pagetools-functions li.separator {
	border-right: 1px solid #999;
	height: 12px;
	margin: 0 10px;
	overflow: hidden;
}

div#pagetools-zone a.tools-print,div#pagetools-zone a.fontsize-minus,div#pagetools-zone a.fontsize-plus,div#pagetools-zone a.tools-share,div#footer-pagetools-zone a.tools-print,div#footer-pagetools-zone a.fontsize-minus,div#footer-pagetools-zone a.fontsize-plus,div#footer-pagetools-zone a.tools-share,div#pagetools-zone a.tools-mail,div#pagetools-zone a.tools-sharemail,ul#pagetools-functions a.tools-feedback,ul#pagetools-functions a.tools-notepad, ul#pagetools-functions a.tools-bookmark
	{
	background-image: url(/_images/pagetools.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
}

div#pagetools-zone a.tools-print,div#pagetools-zone a.tools-share,div#footer-pagetools-zone a.tools-print,div#footer-pagetools-zone a.tools-share,div#pagetools-zone a.tools-pdf,div#pagetools-zone a.tools-mail,div#pagetools-zone a.tools-sharemail,div#pagetools-zone a.tools-documents,ul#pagetools-functions a.tools-feedback, ul#pagetools-functions a.tools-notepad, ul#pagetools-functions a.tools-bookmark
	{
	height: 12px;
}

div#pagetools-zone a.fontsize-minus,div#pagetools-zone a.fontsize-plus,div#footer-pagetools-zone a.fontsize-minus,div#footer-pagetools-zone a.fontsize-plus
	{
	height: 11px;
}
/*PDF link*/
ul#pagetools-functions a.tools-pdf {
	background-image:
		url(/_images/icons/helperBar/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 12px;
}
/* E-Mail link */
ul#pagetools-functions a.tools-mail {
	background-image: url(/_images/icons/icon-email.gif);
	background-position: 0 0;
	height: 9px;
	width: 12px;
}
/* Share link */
ul#pagetools-functions a.tools-sharemail {
	background-image: url(/_images/icons/icon-share.gif);
	background-position: 0 0;
	width: 12px;
}
/* Documents link */
ul#pagetools-functions a.tools-documents {
	background-image:
		url(/_images/icons/helperBar/download_all.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 12px;
	background-position: 0 0;
}
/* Page Tools - Feedback link */
ul#pagetools-functions a.tools-feedback {
	background-position: 0 -44px;
	width: 12px;
}
/* Page Tools - Text Size link */
ul#pagetools-fontsize li,ul#pagetools-fontsize2 li {
	font-size: 11px !important;
	float: left;
}

ul#pagetools-fontsize li span,ul#pagetools-fontsize2 li span {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

ul#pagetools-fontsize a,ul#pagetools-fontsize2 a {
	cursor: pointer;
	height: 11px;
	margin: 1px 4px 0 0;
	width: 11px;
	border-bottom: none !important;
}

ul#pagetools-fontsize li a.fontsize-minus,ul#pagetools-fontsize2 li a.fontsize-minus
	{
	background-position: -22px 0;
	cursor: pointer;
}

ul#pagetools-fontsize li.inactive a.fontsize-minus,ul#pagetools-fontsize2 li.inactive a.fontsize-minus
	{
	background-position: -33px 0;
	cursor: default;
}

ul#pagetools-fontsize li a.fontsize-plus,ul#pagetools-fontsize2 li a.fontsize-plus
	{
	background-position: 0 0;
	cursor: pointer;
}

ul#pagetools-fontsize li.inactive a.fontsize-plus,ul#pagetools-fontsize2 li.inactive a.fontsize-plus
	{
	background-position: -11px 0;
	cursor: default;
}
/* Page Tools - Print link */
ul#pagetools-functions a.tools-print,div#footer-pagetools-zone a.tools-print
	{
	background-position: 0 -32px;
	width: 12px;
}
/* Page Tools - Share page link */
ul#pagetools-functions a.tools-share {
	background-position: 0 -20px;
	width: 26px;
}

/* Page Tools - notepad link */
ul#pagetools-functions a.tools-notepad {
	background-image: url(/_images/icons/icon-leaflet.gif);
	width: 12px;
	}

/*Page Tools - Bookmark link */
ul#pagetools-functions a.tools-bookmark{
	background-image: url(/_images/icons/icon-bookmark.gif);
	width: 12px;
	}

/* Page Tools - Page tool layer */
div.pagetool-layer {
	width: 274px;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	display: none;
	position: absolute;
	z-index: 1000;
}

div.pagetool-layer div.close {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float: right;
	height: 21px;
	margin-top: -1px;
	padding: 0;
	width: 20px;
	/* IE6 */
	_margin-right: -3px;
	/*_width:22px;*/
	_position: relative;
}

div.pagetool-layer div.close a {
	background-image:
		url(/_images/icon-tb-layer-close_white.gif);
	display: block;
	height: 21px !important;
	margin: 0;
	width: 21px;
}

div.active-layer {
	display: block;
}

div#tools-layer-share-content {
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 2px;
}

p#share-tools-mail {
	line-height: 16px;
	float: none;
	padding-bottom: 9px;
}

div#tools-layer-share-content a.tools-mail {
	line-height: 16px;
	height: 16px;
	font-size: 11px;
	color: #000;
	position: relative;
	text-decoration: none;
}

div#tools-layer-share-content a.tools-mail:hover {
	color: #900;
}

div#tools-layer-share-content a.tools-mail span {
	background-image: url(/_images/pagetools.gif);
	background-repeat: no-repeat;
	background-position: 0 -11px;
	height: 9px;
	width: 20px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 0;
}

div#tools-layer-share-content a.tools-mail i {
	text-decoration: none;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 25px;
	cursor: pointer;
	line-height: 16px;
	height: 16px;
	display: block;
	white-space: nowrap;
}
/* Share content */
div#tools-layer-share-content div.loading {
	display: block;
	height: auto;
	z-index: 8000;
}
/*  use "BookmarkLinksHeight" in MP Settings*/
* html div#divIframeBookmarkingContainer { /*height: 180px;*/
	
}

div#tools-layer-share-content IFRAME {
	border: none;
	padding: 0px;
	margin: 0px;
}

div#share-content div.separator {
	width: 254px !important;
}

div#share-content div.separator {
	width: 254px !important;
}

div#share-content {
	font-size: 11px;
	line-height: 16px;
	padding: 22px 10px 5px;
	background: #fff;
}

div#share-content div.separator {
	margin: 9px 0 4px;
	height: 11px;
	padding: 0 2px 0 0;
	font-size: 11px !important
}

div#share-content {
	font-size: 11px;
	line-height: 16px;
	padding: 22px 10px 5px;
	background: #fff;
}
/* Footer Page Tools */
div#footer-pagetools-zone {
	height: 14px;
	margin: 1px 0 0;
	position: relative;
	padding-bottom: 2px;
	top: -8px;
	width: 916px;
	border-bottom: 1px solid #aaa;
}

div#footer-pagetools-zone p#footer-pagetools-functions,div#footer-pagetools-zone ul#pagetools-fontsize2
	{
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	float: right;
}

div#footer-pagetools-zone a.tools-share {
	background-image: url(/_images/pagetools.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 12px;
	display: block;
	overflow: hidden;
	display: block;
	float: left;
	overflow: hidden;
}

/* Footer Page Tools - Share page link */
div#footer-pagetools-zone a.tools-share {
	background-position: 0 -20px;
	width: 26px;
}
