.ridingEntitySelection{
	float:left;
	width:auto;
	margin-left:50px;
	height:100%;
	float:left;
}
.ridingEntitySelection img{
	height:32px;
	width:32px;
}
.ridingEntitySelection ul{
	list-style: none;
}
.ridingEntitySelection ul li{
	height:40px;
	width:100px;
	padding:5px;
}
.ridingEntitySelection ul li img{
	cursor:pointer;
}
.ridingEntitySelection ul li .ico{
	cursor:pointer;
	float:left;
	margin-left:3px;
}

.main{
	height:100%;
}
.mainBar{
	width:100%;
}
.main{
	width:100%;
}
.container{
	width:100%;
	height:100%;
}

.editor{
	width:100%;
	background-color:white;
	height:100%;
	float:left;
}
.leftBorder{	
	width:50px;
	height:100%;
	float:left;
	display:block;
}
.close{
	margin:10px;
	cursor:pointer;
}
.content{
	height:100%;
	width:100%;
	margin-left:75px;
	margin-top:20px;
	color:#2b2b2b;
}
.content h1{
	font-family: Minecraft;
	font-size:22px;
}
.topBar{
	width:100%;
	display:block;
	min-height:120px;
	overflow:auto;
}

.content p{
	margin:10px;
}

.button{
	width:170px;
	height:30px;
	font-size:13px;
	text-align:center;
	padding:5px;
	color:white;
	margin-left:8px;
	float:left;
	background-color:#3E76AE;
	border-bottom:3px solid #2C659E;
	cursor:pointer;
	transition:all 0.5s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.button:hover{
	background-color:#2C659E;
}
.note{
	width:96%;
	height:40px;
	margin-bottom:10px;
	padding-top:10px;
	background-color:#FFB74E;
	color:white;
	text-align:center;
}
.content label{
	display:inline;
}

.mainEditor{
	display:none;
}
.mainEditorActive{
	display:block !important;
}
.itemObject{
	margin-left:20px;
	width:80px;
}
.topOptions{
	width:100%;
	overflow:auto;
}
.topOptions .leftSide{
	float:left;
}
.topOptions .rightSide{
	float:left;
	margin-left:10px;
}
.topOptions .rightSide select, label{
	float:left;

}
.topOptions .rightSide select{
	width:110px;
	margin-top:4px;
	margin-left:5px;
}
.topOptions .rightSide label{
	margin-top:8px;
	width:150px;
	text-align: right;
	color:#C22C22;

}
.slider, .durabillitySlider{
	margin-top:20px;
	width:90%;
	margin-bottom:20px;
}
.tagEditor .content{
	overflow-y:auto;
}
.spoiler{
	display:none;
	padding:10px;
	background-color:rgb(250,250,250);
	width:90%;
	border:1px dashed #D8EBFF;
}
hr{
	margin-top:10px;
	margin-bottom:10px;
	background-color:#EFEFEF;
	border:0;
	height:1px;
}