.itemManipulationPanel,.informationPanel,.informationWrapper,.informationStats,.cbWrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}
.itemManipulationPanel,.informationWrapper,.informationStats{
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	flex-direction: column;
}
.informationPanel,.cbWrapper{
	-webkit-box-orient: horizontal;
	-webkit-flex-flow: row;
	-moz-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	flex-direction: row;
}
.cbWrapper{
	-ms-flex-pack: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.cbWrapper{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.itemManipulationPanel{
	position: absolute;
	background: rgba(20,20,20,0.95);
	outline: 1px solid rgb(200,200,200);
	padding: 10px;
	border-radius: 5px;
	
	width: 300px;
	min-width: 300px;
	max-width: 300px;
	
	top: -10px;
	left: -10px;
	
	z-index: 1;
}
.itemImage{
	outline: 1px groove rgb(120,120,120);
	
	width: 64px;
	min-width: 64px;
	max-width: 64px;
	
	height: 64px;
	min-height: 64px;
	max-height: 64px;
}
.informationWrapper{
	padding-left: 10px;
}
.informationName{
	font: 24px Tahoma;
	text-align: left;
}
.informationCost{
	font: 16px Tahoma;
	color: #CC9933;
	text-align: left;
}
.informationCost:before{
	content: "Cost: ";
	text-align: left;
}
.informationStats{
	padding: 10px;
}
.informationStats > p{
	color: #A1E55D;
	text-align: left;
}
.extraSection{
	padding: 10px;
}
.extraSection > p{
	font: 12px Tahoma;
	text-align: left;
	margin-bottom: 5px;
}
.cbWrapper,.sliderWrapper{
	padding-top: 15px;
	padding-bottom: 15px;
	
	margin: auto;
}
.sliderWrapper{
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}
.cbCheckbox{
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	
	margin-right: 12px;
}
.cbDescription.inactive{
	color: rgb(100,100,100);
}
.cbDescription.inactive:hover{
	color: rgb(180,180,180);
}