a#page_share {
	color: #000000;
	display: block;
	font-size: 0;
	height: 35px;
	margin: 10px 0 0 18px;
	width: 146px;
	background: url("./shareRu.png") no-repeat;
	cursor: pointer;
	text-decoration: none;
}
.en a#page_share {
	width: 113px;
	background: url("./shareEn.png") no-repeat 0 0px;
}



#popupShare .shares > div {
	float: left;
	margin-left: 30px;
}
#popupShare .shares > div:first-child {
	margin-left: 0;
}
#popupShare #ok_shareWidget iframe {
	width: 136px !important;
	height: 20px !important;
	overflow: hidden !important;
}
#popupShare .fb-like iframe,
#popupShare .fb-like > span {
	width: 136px !important;
	height: 20px !important;
	overflow: hidden !important;
}
.msie8 #popupShare .fb-like iframe,
.msie8  #popupShare .fb-like > span {
	height: 22px !important;
}
.msie7 #popupShare .s_button.fb iframe,
.msie7 #popupShare .s_button.fb > div > span {
	height: 22px !important;
	width: 134px !important;
	overflow: hidden !important;
}
.en #popupShare .fb-like iframe,
.en #popupShare .fb-like > span {
	width: 126px !important;
}
#popupShare .s_button.tw iframe {
	width: 100px !important;
}
.en #popupShare .s_button.tw iframe {
	width: 81px !important;
}


#backgroundSharePopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:100;
}
#popupShare{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:112px;
width: 585px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:101;
padding:12px;
font-size:13px;
}
.en #popupShare{
	width: 525px;
}
#popupShare h3{
    color: #333333;
    font-family: 'MyriadProCondensed',Tahoma,Arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0 1em;
}
#popupShare #popupShareClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
text-decoration: none;
cursor: pointer;
}