/**************************************************
  Coppermine 1.5.x Plugin - social_bookmarks
  *************************************************
  Copyright (c) 2003-2009 Coppermine Dev Team
  *************************************************
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.
  ********************************************
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/branches/cpg1.5.x/plugins/social_bookmarks/style.css $
  $Revision: 7119 $
  $LastChangedBy: gaugau $
  $Date: 2010-01-24 21:39:28 +0100 (So, 24 Jan 2010) $
  **************************************************/

#social_bookmarks_wrapper {
    position:relative;
    display:inline-block;
    width:auto;
}

#social_bookmarks_content {
    position:absolute; 
    top:15px;
    left:0px;
    z-index:4;
    display:none;
    background-color:none;
    margin:0px;
    padding:0px;
}

li.social_bookmarks_content {
    list-style-type:none;
    list-style-position:inside;
    margin-left:0px;
    padding-left:0px;
    white-space:nowrap;
    text-align:left;
}

ul.social_bookmarks_content {
    margin:0px;
    padding:0px;
}

td.social_bookmarks_content {
    white-space:nowrap;
    width:auto;
    overflow:auto;
    text-align:left;
}

#social_bookmarks_close {
    cursor:pointer;
}

.social_bookmarks_relevance {
    border:1px solid lightsteelblue;
    display:inline-block;
}