/*
   style.css
   social_bookmarker
   
   Author: Jay Roberts 2008-10-03
*/

div.article-tools {
	width: 317px;
	/*
  margin-left: auto;
  margin-right: auto;
  */
	padding-bottom: 8px;
  
}

div.social-bookmarks {
   width: 97px;
   height: 28px;
   position: relative;
   float: left;
   padding: 0;
}

div.social-bookmarks img {
   cursor: pointer;
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: middle;
}

div.social-bookmarks ul {
   display: none;
   margin: 5px 0;
   margin-bottom: 0;
   padding: 5px 0;
   border: 1px solid #999;
   width: 120px;
   font-size: 12px;
   font-family: Arial;
   list-style-type: none;
   position: absolute;
   bottom: 4px;
   left: 18px;
   background: transparent url(../images/background.png) repeat scroll 0 0;
}

div.social-bookmarks ul li {
   padding: 3px 15px 3px 15px;
}

div.social-bookmarks ul li.selected {
   background: gray;
}

div.social-bookmarks ul li.selected a {
   color: #fff;
}

div.social-bookmarks ul a {
   text-decoration: none;
   color: #000;
}

div.social-bookmarks ul a:visited {
   text-decoration: none;
   color: #000;
}