/* ** Layout ** */
.mainWrapperDop {
	height:auto !important;
    min-height:100%;
}
.pageWrapper {
	width:976px;
	margin:0 auto;
}
.content {
	padding:11px 0 21px;
}
.footer {
	position:relative;
	clear:both;
}
.block {clear:both;}
/* ** левая колонка (70% x 30%) 
				важно! - первым должен быть класс .long ** */
.leftPriority {}
	.leftPriority .long {
		float:left;
		clear:left;
		width:75%;
	}
	.leftPriority .short {
		float:right;
		clear:right;
		width:24.9%;
	}
/* ** Правая колонка (70% x 30%) ** */
.rightPriority {}
	.rightPriority .long {
		float:right;
		width:75%;
	}
	.rightPriority .short {
		float:left;
		clear:left;
		width:24.9%;
	}
/* ** три колонки (20% x 60% x 20%) 
			важно! - первым должен быть класс .center ** */
.centerPriority {}
	.centerPriority .center, .centerPriority .left, .centerPriority .right {
		float:left!important;
		clear:none!important;
	}
	.centerPriority .wrapper {
		width:100%;
		float:left;
	}
	.centerPriority .center {margin:0 20%;}
	.centerPriority .left {
		width:20%;
		margin:0 0 0 -100%;
	}
	.centerPriority .right {
		width:20%;
		margin:0 0 0 -20%;
	}
/* ** равнозначные колонки ** */
.equallyPriority {}
	.equallyPriority .left, .equallyPriority .right {clear:none!important;}
	.equallyPriority .left {
		float:left;
		width:49.9%;
	}
	.equallyPriority .right {
		float:right;
		width:48.5%;
		margin:0 0 0 1.5%;
	}
/* ** Margins for colomns ** */
.leftPriority .short, .rightPriority .short, .centerPriority .left, .centerPriority .right, .equallyPriority .left, .equallyPriority .right {margin-bottom:15px;}
/*.mrg .wrap {padding:10px;}*/
.centerPriority .center.mrg .wrap {margin:0 25px;}
.centerPriority .left.mrg .wrap, .centerPriority .right.mrg .wrap {margin:0;}
.leftPriority .short.mrg .wrap {margin:0 0 0 25px;}
.rightPriority .short.mrg .wrap {margin:0 25px 0 0;}
.equallyPriority .right.mrg .wrap {margin:0 0 0 25px;}
.equallyPriority .left.mrg .wrap {margin:0 25px 0 0;}
/* ** //Layout ** */