
#share42 {
	position: fixed;
	z-index: 50;
	padding: 6px 6px 0;
	background: #D9DEE2;
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;


	left: 50%;
	margin-left: +472px;
}



* html #share42 {display: none}

#share42:hover {
  background: #B5BABE;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 0 5px #FFF;
  -moz-box-shadow: 0 0 5px #FFF;
  box-shadow: 0 0 3px #20204B;



}
#share42 a {opacity: 0.3}
#share42:hover a {opacity: 0.5}
#share42 a:hover {opacity: 1}
#share42 img {margin: 0 !important; padding: 0 !important; border: none !important;}

/*-----------------------------------------------------------*/

#topbar{
		position: fixed;
		left: 50%;
		margin-left: -0px;

		padding: 2px 5px 2px 5px;
		border: 1px dashed #887040; /* Параметры рамки */
		background-color:#F4EEE2;	/* Цвет фона */
		width: 230px;
		visibility: hidden;
		font-family: "Trebuchet MS", "Courier New", Arial, sans-serif;
		font-size: 100%;
		color: #666;
		text-align: justify;
		word-spacing: 1px;	 /* интервал между словами */
		z-index: 10;
}

/*----------------------------------------------------------------------------------*/


  
.socnet-sticker {
	position: fixed;
	z-index: 50;
	top: 268px;
	left: 50%;
	margin-left: -530px;
	border: 1px solid #e5e5e5;
	/*border-left: 0px;*/
	background: #f5f5f5;
	padding: 7px 6px;
}


