/**
* styles
*/

/**
* styles for the admin screen
*/
.eightmc-box-left{
	width: 65%;
	display: block;
	float: left;
	padding-right: 15px;	
}

.eightmc-box-right {
	width: 25%;
	display: block;
	float: left;
}

.green-text {
	color: #06B41A;
	display: inline;

}

.red-text {
	color: #C91127;
	display: inline;

}

.blue-text {
	color: #0099FF;
	display: inline;

}

.orange-text {
	color: #FF6633;
	display: inline;

}

.section-title {
	font-weight: normal;
	font-size: 15px;
	margin: 0;
	padding: 8px 10px;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}

.setting-content {
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
}

input.type_name, span#type-name-descriptor {
	width: 200px;
	display: inline-block;
}
input.type_price, input.scaling, input.quality, span#type-price-descriptor, span#type-scaling-descriptor, span#type-quality-descriptor {
	width: 90px;
	display: inline-block;
}

span.descriptor {
	font-weight: bold;
}


a.del-type, a.add-type, input.submit-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer; 
	
}

a.del-type {
	margin-left: 10px;
}

a.del-type:hover, a.add-type:hover, input.submit-btn:hover  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}

a.del-type:active, a.add-type:active, input.submit-btn:active {
	position:relative;
}




