/*
 
	Share Drop-down Styles
	
*/

#Share
{
    position: relative;
    z-index: 1;
}

			
	/* Individual share item container */
	#Share ul
	{
		position: absolute; 
		display: none;
		list-style-image: none; 
		list-style-type: none; 
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;		
		top: 22px; /* This should be the height of the share icon so that the menu will display directly below */
		right: -1px;
		background-color: #ffffff;
		border: solid 1px #e9e9e9;
	}
	
		/* Individual share item container */
		#Share ul li
		{
			float: left;
			width: 130px;
			font-size: 12px;
			overflow: hidden;
			background-image: none !important;	
			list-style-image: none;
			list-style-type: none;		
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
			#Share ul li img
			{
				float: left;
				padding: 0px 5px 0px 0px;
			}
			
			#Share ul li a span
			{
				display:inline;
				width: 109px;
				color: #333;
				cursor: pointer;
			}
		
            #Share ul li a img{ outline: none !important; }

			/* Share item link */
			#Share ul li a, #Share ul li a:visited, #Share ul li a:active
			{
				display: block;				
				float: left;
				width: 130px !important;
				padding: 5px 10px 5px 10px;
				text-align: left !important;
				font-weight: normal;
			}

				#Share ul li a:hover, #Share ul li a:focus
				{
					background-color: #F4F2E7;
					text-decoration: none;
				}
				
				#Share ul li a:hover span, #Share ul li a:focus span
				{
					color: #333;
				}

				#ShareItemsPlaceholder li.last a
				{
					border-bottom: 0px !important;
				}