/*Pictures to upload*/
.Picture1				{width: 107px;	height: 56px;	border: 0px solid #000000;	background-color: #FFFFFF;	cursor: pointer;	float: left;	}
.Picture1 .img			{width: 85px;	height: 56px;	border: 1px solid #CCCCCC;	background-color: #FFFFFF;	cursor: pointer;	float: left;	}
.Picture1 .close		{width: 17px;	height: 17px;	border: 0px solid #000000;	background-color: #FFFFFF;	cursor: pointer;	position: relative;	top: -10px;	right: 0px;	display: none;	z-index: 5;	}
.Picture1 .move_left	{width: 17px;	height: 17px;	border: 0px solid #000000;	background-color: #FFFFFF;	cursor: pointer;	position: relative;	top: -10px;	right: 0px;	display: none;	z-index: 5;	}
.Picture1 .move_right	{width: 17px;	height: 17px;	border: 0px solid #000000;	background-color: #FFFFFF;	cursor: pointer;	position: relative;	top: -10px;	right: 0px;	display: none;	z-index: 5;	}
		
.Picture1 .close img,
.Picture1 .move_left img,
.Picture1 .move_right img		{	width: 17px; height: 17px;	}
		
.close:hover,
.move_left:hover,
.move_right:hover				{	background-color: #CCCCCC;	}
		
.Picture1:hover > .close,
.Picture1:hover > .move_right,
.Picture1:hover > .move_left	{	display: initial;			}



.file-input-zone {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	background-repeat: no-repeat;
	color: black;
	cursor: pointer;
	position: relative;
	width: 32px;
	height: 32px;
	background-image: url('/images/icon/picture_add.png');
	cursor: pointer;
}

.file-input-zone:hover
{
	background-color: lightblue;
	scale: 1.1;
}

.file-input-zone input[type=file]
{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.file-input-zone:active{scale: 0.9;}
/*Pictures to upload (end)*/


.edit-specification	{	background: url(/images/Background.jpg) no-repeat #151515;	}