/* $Id: articletools.css 145026 2014-08-08 21:46:50Z gopi_borra $
* /css/0.1/screen/common/modules/articletools.css
* (c)2006 - 2008 The New York Times Company */

.articleShareToolsTop {
  float: right;
  margin: 5px 0 5px 5px;
  width: 134px;
  min-height: 200px;
}

.articleShareToolsTop .shareToolsBox {
  border: 1px solid #eae8e9;
  margin: 0;
  position: relative;
}

.articleShareToolsTop .shareToolsList {
  margin: 4px 6px 0;
}

.articleTools {
  float: right;
  margin: 5px 0 5px 5px;
  width: 132px;
}

.articleTools .box {
  border: 1px solid #eae8e9;
  margin: 0;
  position: relative;
}

.articleTools .inset {
  margin: 0;
}

.articleTools .toolsList .email {
  display: none;
}

.toolsList {
  margin: 9px 12px 7px 14px;
}

.toolsList li {
  margin-bottom: 1px;
  border-bottom: 1px solid #eae8e9;
  padding: 5px 0 2px;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  text-transform: uppercase;
  background-image: none;

}

.toolsList li a,
.toolsList li a:visited,
.toolsList li a:hover {
  color: #333;
  font-size:10px;
  line-height:13px;
  display:block;
}

.toolsList .comments a,
.toolsList .email a,
.toolsList .print a,
.toolsList .singlePage a,
.toolsList .reprints a,
.toolsList .savepage a,
.toolsList .feedback a,
.toolsList .timespeople_btn_recommend a {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0 0 3px 20px;
}

.toolsList .comments a {
  background: url(78185d6afb3003dff89f39e5a887ce8fc7a3b678.gif)  no-repeat 0 -2px;
}

.toolsList .email a {
  background: url(ac60402748ee6bc51bc9baf8172568ff32ef21be.gif)  no-repeat 0 2px;
}

.toolsList .print a {
  background-image: url(839067a0c55fe53c7d5bdb604c75c5e0f5c57255.gif) ;
}

.toolsList .singlePage a {
  background-image: url(3bc67a452c96a7ac76ef1820b8645b044a61fb0c.gif) ;
}

.toolsList .reprints a {
  background-image: url(f47412c34ea07a6e10bf09b94406cb2f65a71e49.gif) ;
}

.toolsList .savepage a {
  background-image: url(7907b7731b6c6388bdc5412a77e279d44dc6fc9d.gif) ;
}

.toolsList .feedback a {
  background-image: url(99ffc89264fd5427ef01b49b59800223ceda17cf.gif) ;
}

.toolsList .timespeople_btn_recommend a {
  background-image: url(23b9338d2d06392bd418a21a50852f24e9593466.gif) ;
}

.articleToolsSponsor {
  padding: 5px;
}

.articleToolsSponsor .label {
  margin-bottom: 4px;
  margin-left: 4px;
}

.toolsList .reprints,
.toolsList .email {
  _display:inline-block;  /* fix for IE6*/
  overflow:hidden;
}

/* Start Share Tools */

#shareMenu.closed {
  height: 16px !important;
  width: 104px !important;
}

#toolsList li.opened {
  margin-top: -2px;
  right: -1px;
}

/* End Share Tools */
