@CHARSET "UTF-8";

/* social share */

span.ob-button.socialShareButton.big {
	margin-top: 43px;
}
span.ob-button.socialShareButton.big a {
	text-decoration: none;
}


.socialShare ul
{
	margin:0px !important;
	padding:0px 4px !important;
}

.socialShare {
	float:left;
	padding:10px 4px 0px 4px;
	width:96%;
}
.socialShare ul {
	width: 100%;
	list-style-type: none;
	float:left;
}

.socialShare ul li {
	float: left;
	height: 30px;
	list-style:none !important;
}

.socialShare ul li.more{
	height: auto;
}

.socialShare ul.menuContent li
{
	clear: both;
}

.socialShare.big ul li{
	height: 70px;
	margin-right:14px;
}



.socialShare ul li.more .othersContainer{
	position: absolute;
}

.socialShare.big ul.menuContent li{
	margin-left:0px;
}

.socialShare ul {
	list-style:none;
}

.socialShare.big ul li.facebook {
	padding-top: 2px;
}

.socialShare ul li.email a,
.socialShare ul li.link a,
.socialShare ul li.print a{
	font-size: 9px;
}

.socialShare ul li.email,
.socialShare ul li.link,
.socialShare ul li.print{
	height:20px;
}

.socialShare ul li.more div.menuContent{
	position: relative;
	z-index: 1;
}

.socialShare ul li.more div.menuContent ul{
	background-color: #919191;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border : 0px solid #919191;
	color:#fff;
	padding-top:10px;
}

.socialShare ul li.more div.menuContent ul a{
	color:#fff;
	font-size: 12px;
}

.socialShare ul li.more .othersContainer{
	background-color:#919191;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 999;
}

.socialShare a.share.email{
	padding-left:26px !important;
	background-image: url('../img/socialshare/email_14.png');
	background-position: left 50%;
	background-repeat: no-repeat;
}

.socialShare a.share.link{
	padding-left:26px !important;
	background-image: url('../img/socialshare/link_14.png');
	background-position: left 50%;
	background-repeat: no-repeat;
}

.socialShare a.share.print{
	padding-left:26px !important;
	background-image: url('../img/socialshare/print_14.png');
	background-position: left 50%;
	background-repeat: no-repeat;
}

.socialShare ul li.more .othersContainer a,
.socialShare ul li.more ul.menuContent ul a{
	font-family: 'Arial',Verdana,Helvetica;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

.socialShare ul li.more ul.menuContent {
	width:auto !important;
}

.socialShare ul li.more .othersContainer a{
	color:#fff;
	padding-left:10px;
}

.socialShare ul li.more div.menuContent ul {
	margin:0px !important;
	padding:6px 0px 0px 0px !important;
}

.socialShare ul li.more div.menuContent ul li{
	clear:both;
	font-size: 10px;
	padding-left:10px;
}

.socialShare ul li.more{
	padding-left:10px;
	float: left;
}

.socialShare.big ul li.more{
	padding-left:0px;
}

.facebookBlock {
	padding: 4px;
	margin: 2px;
	border: 1px solid #eee;
	float:left;
	clear:both;
	width:100%;
}

.facebookBlock .facebookBlockContent {
	padding: 4px 10px;
	height:70px;
}

ul.popinList {
	padding: 8px 0 6px 0 !important;
	margin: 0px !important;
}

ul.popinList li.facebook.fr{
	float:left;
	width: 90px !important;
}

ul.popinList li.facebook.de{
	float:left;
	width: 114px !important;
}

ul.popinList li.facebook.it{
	float:left;
	width: 100px !important;
}

ul.popinList li.facebook.en{
	float:left;
	width: 80px !important;
}

ul.popinList li.facebook.es{
	float:left;
	width: 106px !important;
}

/* @group social popup*/
div.socialPopup {
	position:fixed;
	right:0px;
	bottom:0px;
	width:0px;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	background:#eee;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.6);
	z-index: 9999;
	max-height:120px;
}

div.socialPopup div.content{
	padding:6px 4px 6px 10px;
	margin:0px;
	float:left;
}

div.socialPopup span.text.title{
	font-weight: bold;
	width:300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
div.socialPopup span.text {
	float:left;
	font-family: 'Arial',Verdana,Helvetica;
	font-size: 14px;
	color:#343434;
	clear:both;
}

div.socialPopup span.text.short {
	overflow:hidden;
	line-height: 16px !important;
	text-overflow: ellipsis;
	height: 50px;
	width: 100%;
	padding-top: 6px !important;
}

div.socialPopup span.close {
	float:right;
	width:8px;
	height:8px;
	background-image: url('../img/socialshare/close.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.socialPopup p,  div.socialPopup ul,div.socialPopup div.content {
		width:320px;
		min-height: 25px;
		display: inline;
}
div.socialPopup  ul{
	float: left;
}
div.socialPopup ul li{
	float:left;
	padding-right:5px;
	list-style: none;
}
div.socialPopup  ul li iframe{
	visibility: inherit !important;
}
div.socialPopup div.morePopin{
	float:left;
	height:100%;
	width:30px;
	cursor:pointer;
	background-image: url('../img/socialshare/more.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.facebooksocialwidget div.fbsend{
	min-height:300px;
	overflow-y:hidden;
	overflow-x:auto;
}

.pageContent ul li.shareitem {
	list-style: none !important;
}

.box-content.socialwidget
{
	padding: 0px !important;
	margin: 0px !important;
	overflow-x: auto;
	overflow-y: hidden;
}

/* @end social popup */
