#SOCWIN_WRAPPER{
	width            : 100%;
	height           : 100%;
	background-color : rgba(0,0,0,0.7);
	position         : fixed;
	font-family      : arial;
	z-index          : 1001;
	top              : 0;
	left             : 0;
}

#SOCWIN_WRAPPER .conteiner{
	width    : 700px;
	margin   : 150px auto 0;
	position : relative;
}

#SOCWIN_WRAPPER .conteiner .close{ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAB+UExURf+GAP////+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAP+GAMliTasAAAApdFJOUwAAAwYJDxIVISQnMDM2P0hUeHuBhJCTmZy6vcDDxsnMz9Lk6vDz9vn8K45YmQAAAPNJREFUKM99kutywiAQhc82xmhtA1qtCvXSVAO8/wsWWJDEdnL+ZGe/YXP2AiQt1upi7UWtF5SUwLt2D321A/SycyN9VhnNtXuSnjOand0fnWcR7d0/2ge04vgnJ1Pw5tGRK9TChK8RNddXlB7daiAwI4jqW0yt8MHvJQIzAkSSM1soDkxkAiBpOaPQuQHzysR1MNmZlSPiTEG9CEj0BXUjMmBdthGJ9DUpM4Ut/ygS470QCZvMc8v3JpDgk6i5p5ZTxWsjeVCy+ea9lPE+nPVlvBNLmVrlxAEA1dPZHKrBsbWnAk7t6A6B5UZffQ9685pP9BcmlUetWw+6CQAAAABJRU5ErkJggg==");
	position : absolute;
	top      : 0px;
	right    : -27px;
	width    : 26px;
	height   : 26px;
	cursor   : pointer;
}

#SOCWIN_WRAPPER .conteiner .widjetBlock , #SOCWIN_WRAPPER .conteiner .widjetDescription{
	display        : inline-block;
	vertical-align : top;
	width   : 50%;
}
#SOCWIN_WRAPPER .conteiner .widjetBlock{
	width      : 45%;
	text-align : center;
}
#SOCWIN_WRAPPER .conteiner .widjetDescription{
	width : 55%;
}

#SOCWIN_WRAPPER .conteiner .MC_tabs .tabsHendels{
	position : relative;
	margin-left : 5px;
}

#SOCWIN_WRAPPER .conteiner .MC_tabs .tabsHendels .tabHendle{
	position         : relative;
	display          : inline-block;
	margin           : 0 3px;
	padding          : 5px 8px;
	background-color : #FF8600;
	color            : #FFFFFF;
	border-radius    : 5px 5px 0 0;
	border           : solid 1px #ff6600;
	cursor           : pointer;
}
#SOCWIN_WRAPPER .conteiner .MC_tabs .tabsHendels .tabHendle.active , #SOCWIN_WRAPPER .conteiner .MC_tabs .tabsHendels .tabHendle:hover{
	background-color : #72B200;
	border-color     : #669900;
}

#SOCWIN_WRAPPER .conteiner .MC_tabs .tabsConteiners{
	border           : solid 3px #669900;
	border-radius    : 5px;
	padding          : 10px;
	background-color : #F7EFE7;
}

#SOCWIN_WRAPPER .conteiner .MC_tabs .tabsConteiners .tabContent{
	display : none;
	height  : 300px;
}

#SOCWIN_WRAPPER .conteiner .MC_tabs .tabsConteiners .tabContent.active{
	display : block;
}