/* darkastral@ya.ru */

#product-detail-main, #page-wrapper {
	overflow: inherit;
}

.selection {
    position: absolute;
    top: 0;
    left: 0;
	cursor: move;
	z-index: 100;
}	

.selection-border-top {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	border-top: 1px solid #268af6;
}

.selection-border-right {
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	border-right: 1px solid #268af6;
}

.selection-border-bottom {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	border-bottom: 1px solid #268af6;
}

.selection-border-left {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	border-left: 1px solid #268af6;
}

.selection-resize-top {
    background: url(resize-top.png) no-repeat 50%;
	width: 100%;
	height: 32px;
	z-index: 103;
	position: absolute;
	/*left: 0%;
	top: -16px;*/
	cursor: s-resize;
}

.selection-resize-right {	
	background: url(resize-right.png) no-repeat 50%;
    width: 32px;
    height: 100%;
    z-index: 103;
    position: absolute;
    /*right: -16px;
    top: 0;*/
    cursor: e-resize;
}

.selection-resize-left {	
	background: url(resize-right.png) no-repeat 50%;
    width: 32px;
    height: 100%;
    z-index: 103;
    position: absolute;
    /*left: -16px;
    top: 0;*/
    cursor: e-resize;
}

.selection-resize-bottom {
    background: url(resize-top.png) no-repeat 50%;
	width: 100%;
	height: 32px;
	z-index: 103;
	position: absolute;
	/*left: 0%;
	bottom: -16px;*/
	cursor: s-resize;
}

.no-selection-top {
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	background: #343333;
  opacity: 0.6;
}

.no-selection-right {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #343333;
  opacity: 0.6;
}

.no-selection-bottom {
	position: absolute;
	width: 100%;
	left:0;
	bottom:0;
	background: #343333;
  opacity: 0.6;
}

.no-selection-left {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #343333;
  opacity: 0.6;
}

.selection-roll {
	display: inline-block;
	height: 100%;
	border-right: 1px dashed #fff;
	box-sizing: border-box;
    position: absolute;
    top: 0;
}
