/* b-icons_share */

/*b_share_popup
.b_share_popup {
  border-radius: 5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius: 5px;
  background:url("../../img/bg_popups.png") repeat 0 0;
  padding:10px;
  position:absolute;
  top:-17px; 
  left:-19px; 
  width:310px;
}
.b_share_popup_vn {
  background: #fff;
  border-radius: 2px; 
  -moz-border-radius:2px; 
  -webkit-border-radius: 2px;
  padding:7px 9px 9px;
}
.b_share_p_f_text {
  width: 68px;
  margin-top:3px;
}
.b_share_popup_fields input {
  width:198px;
  padding:3px;
  border:1px #bdbdbd solid; 
  border-radius: 3px; 
  -moz-border-radius:3px; 
  -webkit-border-radius: 3px;
}*/
/*end b_share_popup*/
.b-share_likebtn_box {
  float:right;
}
.b-share_likebtn {
  margin-left:10px;
  display:inline-block;
  vertical-align:middle;
  overflow:visible;
  *display:block;
  *float:left;
}
*:first-child+html .b-share_likebtn {
  display:block;
  float:left;
}
.b-share_hr {
	clear: both;
	background: #EEEEEE;
	height: 1px;
	overflow:hidden;
	font-size: 0;
	margin: 10px 0;
}

.b-share_comments_button {
	display: inline-block;
	border: 1px solid #F7E5B4;
	color: #333333;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 15px;
	background: #FCEBBC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEF5E0), to(#F5DB9B));
	background: -moz-linear-gradient(-90deg, #FEF5E0, #F5DB9B);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FEF5E0, endColorstr=#F5DB9B);
}
.b-share_comments_button:hover {
	color: #333333;
	border: 1px solid #E5CB8E;
}

.b-share b {
  display:inline-block;
  margin-right:10px;
  vertical-align:middle;
  background-image: url('../../img/social_icons.png');
  background-repeat: no-repeat;
  filter:alpha(opacity=65);
  opacity:0.65;
  width:26px;
  height:26px;
}
.b-share a:hover b {
  filter:alpha(opacity=100);
  opacity:1;
}
.ic_print {
  width:28px !important;
  height:27px !important;
  background-position: 0px 0px;
}
.ic_smail {
  width:26px !important;
  height:22px !important;
  background-position: -29px 0px;
}
.ic_twitter {
  background-position: -56px 0px;
}
.ic_facebook {
  background-position: -83px 0px;
}
.ic_vkontakte {
  background-position: -110px 0px;
}

.b-share_small b {
  width:14px;
  height:14px;
}
.b-share_small .ic_print {
/*
  width:15px !important;
  height:14px !important;
  background-position: 0px -28px;*/
  display:none;
}
.b-share_small .ic_smail {
/*
  width:16px !important;
  height:13px !important;
  background-position: -16px -28px;*/
  display:none;
}
.b-share_small .ic_favorite {
  display:none;
}
.b-share_small .ic_twitter {
  background-position: -33px -28px;
  width:11px !important;
}
.b-share_small .ic_facebook {
  background-position: -45px -28px;
}
.b-share_small .ic_vkontakte {
  background-position: -60px -28px;
}

