.element1-1{
	width: 100%;
}
.element1-2{
	width: 50%;
}
.element1-3{
	width: 33.33%;
}
div.element1-4{
	width: 25%;
}
div.element1-5{
	width: 20%;
}
div.element1-6{
	width: 16.66%;
}

/*************************/

.element2-3{
	width: 66.67%;
}
.element3-4{
	width: 75%;
}
.element2-5{
	width: 40%;
}
.element3-5{
	width: 60%;
}
.element4-5{
	width: 80%;
}
.element5-6{
	width: 83.33%;
}

/*********************************************/
div.page-element-item{
	cursor: move;
	height: 43px;
	margin-left: 6px;
	margin-bottom: 6px;
	position: relative;
	background-color: #c1c4c6;
	background: -moz-linear-gradient(top,  #c1c4c6 0%, #adb2b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c4c6), color-stop(100%,#adb2b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c1c4c6 0%,#adb2b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c1c4c6 0%,#adb2b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c1c4c6 0%,#adb2b4 100%); /* IE10+ */
	background: linear-gradient(top,  #c1c4c6 0%,#adb2b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c4c6', endColorstr='#adb2b4',GradientType=0 ); /* IE6-9 */

	border: 1px solid #8e9699;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:	0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:			0px 0px 3px rgba(0,0,0,0.3);
}
div.page-element-item:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	border-top: 1px solid #d1d3d4;
}
.page-element-item-text{
	color: #282a2c;
	line-height:43px;
	margin-left: 35px;
}
.item-bar-left{
	position: absolute;
	z-index: 2;
	top: -1px;
	left: -1px;
}
.item-bar-right{
	position: absolute;
	z-index: 2;
	top: -1px;
	right: -1px;

}
.change-element-property,
.change-element-size{
	float: left;
}

.add-element-size-plus{
	width: 23px;
	height: 22px;
	background: url('../images/icon-sprite.png') 0 -22px no-repeat;
	display: block;
	cursor: pointer;
}

.add-element-size-plus:hover{
	background-position: -22px -22px;
}

.add-element-size-minus{
	width: 23px;
	height: 23px;
	background: url('../images/icon-sprite.png') 0 0 no-repeat;
	display: block;
	cursor: pointer;
}

.add-element-size-minus:hover{
	background-position: -22px 0;
}

.element-size-text{
	float: left;
	color: #282a2c;
	height: 43px;
	line-height:43px;
	padding: 0px 12px;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 2px;
}

.edit-element{
	width: 29px;
	height: 23px;
	background: url('../images/icon-sprite.png') -73px 0 no-repeat;
	display: block;
	cursor: pointer;
}

.edit-element:hover {
	background-position: -45px 0;
}

.delete-element{
	width: 29px;
	height: 22px;
	background: url('../images/icon-sprite.png') -73px -23px no-repeat;
	display: block;
	cursor: pointer;
}

.delete-element:hover {
	background-position: -45px -23px;
}

.page-element{
	float: left;
	position: relative;
}

.page-element a{
	outline: none;
}

.page-select-element-list-wrapper{
	float: left;
}

li.layout_constructor_item{
	padding: 9px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	margin: 10px 0;
	position: relative;
	clear: both;
}


.page-selected-elements-wrapper{
	background-color: #f0f0f0;
}

.page-selected-elements{
	padding: 6px 6px 6px 0px;
}

.placeholder{
	margin: 2px 0px 6px 0px;
	height: 39px;
	float: left;
	background-color: #ffcf69;
}

.layout_constructor_column_sizes_list{
	position: absolute;
	background: #eee;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 9999;
}

#layout_constructor_items li table {
	width: 100%;
}

#layout_constructor_items li td.col_items {
	width: 100%;
}

#layout_constructor_items li td .row-mover {
	overflow: hidden;
	line-height: 999px;
	text-indent: -999px;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	background: url('../images/icon_move.gif') 0 0 no-repeat;
	cursor: move;
}

#layout_constructor_items .button{
	margin-bottom: 3px;
}

#layout_constructor_editor{
	width: 100%;
	height: 500px;
}

.layout_constructor_layout_dialog_desc{
	width: 100%;
	margin-bottom: 9px;
}

#layout_constructor_editor_ifr{
	background: #fff;
}

#layout_constructor_column_options{
	display: inline-block;
}

