/* ------------ Send/Share Links Styles -------------*/

.facebook-icon
	{
		background-position: -115px -6px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 48px;
		height: 48px;
	}

	.myspace-icon
	{
		background-position: -58px -6px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 49px;
		height: 48px;
	}

	.twitter-icon
	{
		background-position: -227px -6px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 48px;
		height: 48px;
	}

	.delicious-icon
	{
		background-position: -172px -6px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 48px;
		height: 48px;
	}

	.stumble-icon
	{
		background-position: -3px -6px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 48px;
		height: 48px;
	}

	.facebook-icon-small
	{
		background-position: -127px -67px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 25px;
		height: 25px;
	}

	.myspace-icon-small
	{
		background-position: -70px -67px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 25px;
		height: 25px;
	}

	.twitter-icon-small
	{
		background-position: -240px -67px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 24px;
		height: 25px;
	}

	.delicious-icon-small
	{
		background-position: -183px -67px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 25px;
		height: 25px;
	}

	.stumble-icon-small
	{
		background-position: -15px -67px;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin: 0 auto 5px;
		display: block;
		width: 24px;
		height: 25px;
	}
	
	
	.iconLinkFormat
	{
		margin: 10px auto 0px 0px; 
		font-family: Arial, Verdana, Sans-Serif;
		font-size: 12px;
	}
	
	#shareTable span
	{
		font-size:10px;
		color:Blue;
		text-decoration:underline;
	}
	
	
	.listitem-small
	{
		FLOAT: right;
		width: 30px;		
		List-style-type: none;
	}

	.listitem-large
	{
		FLOAT: right;
		width: 65px;		
		List-style-type: none;
	}

	.ul-small
	{
		height: auto;
		List-style-type: none;
		margin-bottom: 0;	
		margin: 0;
	}

	.ul-large
	{
		height: auto;
		List-style-type: none;
		margin-bottom: 0;
		margin: 0;
	}

	.ul-large:after,
	.ul-small:after {
		content: ".";
    		display: block;
    		visibility: hidden;
    		height: 0;
    		font-size: 1px;
    		clear: both;
	}

	
	
/* ------------ End Send/Share Links Styles -------------*/