/* $Id: articletools.css 93748 2012-04-04 21:29:06Z lpierfelice $
* /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;
}

.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(57a194a2b37547c7668e9515189a42a0f7148ce5.gif)  no-repeat 0 -2px;
}

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

.toolsList .print a {
  background-image: url(200bcb7a9bab3b0f66dfb10ad18563cde1f29bd3.gif) ;
}

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

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

.toolsList .savepage a {
  background-image: url(92d24f74da2ab082a3801f9d8c709ef9033b8af3.gif) ;
}

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

.toolsList .timespeople_btn_recommend a {
  background-image: url(8de4382dfe1e023a07f20d5e43147979e119236d.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 */
