/********************************************************************************
| Social Bookmarks
| Copyright WebsiteCM Software Inc.
| All rights reserved.
| License: http://www.websitecm.com/downloads/license-agreement.pdf
********************************************************************************
| Style sheet
********************************************************************************/

/* Social bookmark box */
#wcmSocialBookmarks
{
	font-family: arial;
	font-size: 11px;
	color: #666666;
	padding: 10px;
	float:left;

}

/* Social bookmark links */
a.wcmSocialBookMarkLink:link
{
	color: #494949;
	text-decoration: none;
}
a.wcmSocialBookMarkLink:hover
{
	color: #494949;
	text-decoration: none;
}
a.wcmSocialBookMarkLink:visited
{
	color: #494949;
	text-decoration: none;
}
a.wcmSocialBookMarkLink:active
{
	color: #494949;
	text-decoration: none;
}

/* Social bookmark listing */
#wcmSocialBookmarks .bookmark
{
	float: left;      
	height: 20px;
}