.dmx-editor-wrapper.gold {
	background: #fc0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dmx-editor-wrapper.gold .dmx-editor-toolbars {
	background: #fc0 url('toolbarset_gold.png') repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fec), to(#fc0));
	background: -moz-linear-gradient(center top, #fec, #fc0);
	border-width: 0;
}

.dmx-editor-wrapper.gold .dmx-editor-toolbars .combo {
	border-color: #da0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

.dmx-editor-wrapper.gold .dmx-editor-toolbars .combo input {
	background-color: transparent;
}

.dmx-editor-wrapper.gold.ie .dmx-editor-toolbars .disabled  img {
	filter: alpha(opacity=30);
	background-color: transparent;
}

.dmx-editor-wrapper.gold .hoverable:hover,
.dmx-editor-wrapper.gold .hoverable:focus,
.dmx-editor-wrapper.gold .hoverable.active,
.dmx-menu.gold .hoverable:hover,
.dmx-menu.gold .hoverable:focus,
.dmx-menu.gold .hoverable.active {
	border-color: #da0;
	background: #eb0;
	background: rgba(238,187,0,0.3);
	text-shadow: none;
}

.dmx-editor-wrapper.gold .hoverable.disabled:hover,
.dmx-editor-wrapper.gold .hoverable.disabled:focus,
.dmx-editor-wrapper.gold .hoverable.disabled.active,
.dmx-menu.gold .hoverable.disabled:hover,
.dmx-menu.gold .hoverable.disabled:focus,
.dmx-menu.gold .hoverable.disabled.active {
	background: transparent;
}

.dmx-editor-wrapper.gold .separator_vertical .separator_inner {
	background: #da0;
	width: 1px;
}

.dmx-menu.gold,
.dmx-menu.gold .dmx-menu,
.dmx-editor-wrapper.gold .dmx-menu {
	/*border-color:#333 #000 #000 #333;
	background-color:#666;*/
	background-color: #fd6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fe9), to(#fd6));
	background: -moz-linear-gradient(center top, #fe9, #fd6);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.dmx-editor-wrapper.gold .dmx-editor-toolbar > * {
	text-shadow: none;
}

.dmx-menu.gold .menu-items-wrapper,
.dmx-editor-wrapper.gold .dmx-menu .menu-items-wrapper {
	background: none;
	border: none;
	margin: 1px;
}

.dmx-editor-wrapper.gold .dmx-editor-select-group,
.dmx-menu.gold .group-label,
.dmx-editor-wrapper.gold .group-label {
	background: transparent;
	border-bottom: 1px solid #da0;
}

.dmx-editor-wrapper.gold .dmx-editor-select-group,
.dmx-menu.gold .group-label > span,
.dmx-editor-wrapper.gold .group-label > span {
	color: #c80;
	text-shadow: none;
}

.dmx-menu.gold .specialchar,
.dmx-editor-wrapper.gold .specialchar {
	background: transparent !important;
	border-color: transparent !important;
}

.dmx-menu.gold .specialchar:hover,
.dmx-editor-wrapper.gold .specialchar:hover {
	background: #eb0 !important;
	background: rgba(238,187,0,0.3) !important;
	border-color: #da0 !important;
}