/********************************************************************************
| Social Bookmarks
| Copyright WebsiteCM Software Inc.
| All rights reserved.
| License: http://www.websitecm.com/downloads/license-agreement.pdf
********************************************************************************
| Style sheet
********************************************************************************/
/* Social bookmark box */
#wcmSocialBookmarks
{
/*        background: transparent url(http://www.redhotsunglasses.com/skin1/custom/css/seperator.png) no-repeat left top;*/
	font-family: arial;
	font-size: 10pt;
	color: #494949;
/*	padding-top: 26px;*/
	padding-bottom: 18px;
/*        margin-top: 18px;*/
}
/* 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
{
	padding-right:4px;      
	float: left;      
	text-align: left; 
	width: 50px;
	height: 32px;
}
