/* Developer's temporary styles */

.field-name-psize .field-label {
    display: none;
}

			/* html .b-main-menu-wrapper .b-main-menu li#menu-item-stock:hover .submenu { display: none; }	*/
		
		/* ���������� ������� ���� �-�-� */
		.b-main-menu li#menu-item-man 	{ display: none; }
		.b-main-menu li#menu-item-woman 	{ display: none; }	
		.b-main-menu li#menu-item-child 	{ display: none; }	
		
		
		
	
.b-social-top { position: absolute; left: 190px; top: 38px; z-index: 100; }		

.b-social-bottom { margin: 30px 0 30px 0; }		

.b-social-block-bottom { margin: 20px 0; height: 250px; }
	.b-social-block-bottom .fb { width: 500px; margin-left: auto; margin-right: auto; }
	/*.b-social-block-bottom .vk { float: right; width: 400px; margin: 0 70px 0 20px; }*/

.b-addthis { margin-bottom: 20px; height: 25px; }
	.b-addthis-football { position: absolute; right: 0; top: 0; }
	.b-addthis-catalog { margin: 10px 0 0 320px; }
	.b-addthis-good { margin-left: 540px; }
	.b-addthis-type3 { position: absolute; right: 0; top: 155px; }
	.b-addthis-teamkit { position: absolute; right: 0; top: 125px; }
	
	
/* Modal window */
.b-soc-modal {
	position: relative;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 100;
	background-color: #fff;
	width: 700px;
	height: 550px;
        -webkit-box-shadow: 0px 26px 63px -15px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 26px 63px -15px rgba(0,0,0,0.75);
        box-shadow: 0px 26px 63px -15px rgba(0,0,0,0.75);
}

	.b-soc-modal .image {

	}

	.b-soc-modal .header {
		position: absolute;
		left: 350px;
		top: 0;
		width: 350px;
		height: 150px;
		background-color: #136ED4; 
		color: #fff;
	}
			.b-soc-modal .header h2 { font-size: 24px; line-height: 26px; padding: 0 0 10px 0; margin: 20px 30px 10px 20px; border-bottom: 1px solid #fff; margin-bottom: 10px; text-align: left; }
			.b-soc-modal .header p { font-size: 18px; line-height: 20px; padding: 0 30px 0 20px; margin: 0; text-align: left; }

	.b-soc-modal .social-area {
		position: absolute;
		left: 350px;
		top: 150px;
		width: 350px;
		height: 400px;
		background-color: #fff;
	}
			.b-soc-modal .social-area .fb { position: absolute; left: 20px; top: 100px; width: 300px;  }
			.b-soc-modal .social-area .vk { position: absolute; left: 20px; top: 175px; }
			
	.b-soc-modal .close-button {
		position: absolute;
		left: 368px;
		top: 508px;
		background-color: #136ed4;
		color: #fff;
		border: 2px solid #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		height: 30px;
		width: 310px;		
		font-size: 15px;
		line-height: 29px;
		text-transform: uppercase; 
		text-align: center;
		cursor: pointer;
		cursor: hand;
	}	
		.b-soc-modal .close-button span { border-bottom: 1px dotted #fff; }
		
		.b-soc-modal .close-x {
			position: absolute;
			left: 670px;
			top: 5px;
			width: 20px;
			height: 20px;
			color: #fff;
			font-size: 20px;
			display: block;
			cursor: pointer;
			cursor: hand;			
		}


			
