﻿.social-media-share
{
	margin: 0;
	padding: 0;
	height: 39px;
	width:200px;
	border: solid 1px #f2f2f2;
	border-radius: 2px;
	
	position: relative;
	overflow: hidden;
	
}
.social-media-share .inner
{
	position: relative;
	float: left;
	width: 32px;
	height: 30px;
	border: solid 1px #B5B5B5;
	
	border-radius: 3px;

	margin: 3px;
	text-align: center;
	background-image: url(plus.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	
	
}
.social-media-share-tooltip
{
	position: absolute;
	z-index: 200;
	color: #b5B5B5;
	font-size: 10pt;
}
.social-media-share ul
{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: -8px;
	height: 24px;
	overflow: hidden;
	width: 88%;
}
.social-media-share ul li
{
	display: inline;
	float: left;
	margin-left: 18px;
}
.social-media-share ul li img
{
	border: none;
}

