






.rwml-menu-imported {
	display: none;
}

#stacks_in_257 {
	display: none !important;
}


/* Start by hiding all translatable items. This class is applied via jQuery in the scripts-global.js file */
.rwml-translatable {
	display: none;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.nl .rwml-translatable:lang(nl) {
	display: inherit;
}



/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.it .rwml-translatable:lang(it) {
	display: inherit;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.en .rwml-translatable:lang(en) {
	display: inherit;
}














/* Hide content until the page had loaded */
#rwml_sidebar_contentstacks_in_310 {
	display: none;
}














#rwml_switcher_button_group_stacks_in_260 {
	padding: 0;
	margin: 0;
	list-style: none;
	
	
	
	
	justify-content: space-between;
	
	display: flex;
}

#rwml_switcher_button_group_stacks_in_260 li {
	overflow: hidden;
}

#rwml_switcher_button_group_stacks_in_260 li:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_260 li:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_260 a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(71, 80, 64, 1.00);
	border: 1px solid rgba(71, 80, 64, 1.00);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

#rwml_switcher_button_group_stacks_in_260 a:hover {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(51, 56, 43, 1.00);
	border-color: rgba(51, 56, 43, 1.00);
	text-decoration: none;
}

#rwml_switcher_button_group_stacks_in_260 a:active,
#rwml_switcher_button_group_stacks_in_260 a.button_active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(92, 105, 78, 1.00);
	border-color: rgba(95, 108, 81, 1.00);
}

#rwml_switcher_button_group_stacks_in_260 a.button_active {
	pointer-events: none;
}


#rwml_switcher_button_group_stacks_in_260 li {
	flex: 1;
}

#rwml_switcher_button_group_stacks_in_260 a {
	display: block;
}


















@media print {
	#switchContainerstacks_in_260 {
		display: none !important;
	}
}





#stacks_in_261 {
	
	
	
	
	
	 text-align: ;
}




#stacks_in_313 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 4px 0px 4px 0px;
}
/* @group Basics */

#switcherstacks_in_324,
#switcherstacks_in_324 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_324 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_324 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_324 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_324>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_324 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(39, 43, 32, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_324 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_324 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_324 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_324 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_324 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_324 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 32, 1.00);
}

#accordionInterfacestacks_in_324 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_324 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_324 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(38, 43, 32, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_324 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_324 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_324 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_324 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_324 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_324 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_324 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_324>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_324 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_324 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(39, 43, 32, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default a:hover {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 32, 1.00);
}

ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_324 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_324 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_324 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_324 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_324 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_324.tabbed-layout #accordionInterfacestacks_in_324 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_324.tabbed-layout #tabbedInterfacestacks_in_324 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_324.accordion-layout #tabbedInterfacestacks_in_324 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_324 .closedIcon,
ul#switcherTabsstacks_in_324 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_324 .accordion-content,
#accordionInterfacestacks_in_324 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_324 .accordion-content .contentInner,
#accordionInterfacestacks_in_324 .accordion-content .contentInner {
	color: rgba(39, 43, 32, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_324 #accordionInterfacestacks_in_324 {
		display: block !important;
	}
	
	#switcherstacks_in_324 #tabbedInterfacestacks_in_324 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_324 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_324,
	#switcherstacks_in_324.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_324 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_324 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle {
	background: rgba(39, 43, 33, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_325 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle:hover {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_325 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle:active {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_325 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle.ui-state-active {
	background: rgba(95, 108, 78, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_325 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_325 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_325 {
	background: rgba(39, 43, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_325 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_325 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_325:hover {
	background: rgba(39, 43, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_325:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_325:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_325:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(39, 43, 32, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_325:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_325:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_325 {
	background: rgba(90, 109, 76, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_325 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_325 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_325 #contentInnerstacks_in_325,
.tabbedInterface .contentstacks_in_325 #contentInnerstacks_in_325 {
	color: rgba(39, 43, 34, 1.00);
	background: rgba(244, 244, 244, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_345 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_345 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle:active {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_345 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle.ui-state-active {
	background: rgba(97, 110, 82, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_345 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_345 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_345 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_345 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_345 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_345:hover {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_345:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_345:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_345:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(51, 56, 43, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_345:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_345:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_345 {
	background: rgba(96, 109, 82, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_345 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_345 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_345 #contentInnerstacks_in_345,
.tabbedInterface .contentstacks_in_345 #contentInnerstacks_in_345 {
	color: rgba(50, 56, 42, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_350 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_350 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_350 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle.ui-state-active {
	background: rgba(97, 110, 82, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_350 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_350 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_350 {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_350 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_350 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_350:hover {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_350:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_350:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_350:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 42, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_350:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_350:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_350 {
	background: rgba(97, 110, 82, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_350 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_350 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_350 #contentInnerstacks_in_350,
.tabbedInterface .contentstacks_in_350 #contentInnerstacks_in_350 {
	color: rgba(49, 55, 42, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_355 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle:hover {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_355 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_355 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle.ui-state-active {
	background: rgba(91, 108, 79, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_355 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_355 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_355 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_355 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_355 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_355:hover {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_355:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_355:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_355:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 42, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_355:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_355:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_355 {
	background: rgba(92, 109, 80, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_355 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_355 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_355 #contentInnerstacks_in_355,
.tabbedInterface .contentstacks_in_355 #contentInnerstacks_in_355 {
	color: rgba(50, 56, 42, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_360 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_360 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle:active {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_360 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle.ui-state-active {
	background: rgba(88, 104, 76, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_360 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_360 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_360 {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_360 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_360 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_360:hover {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_360:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_360:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_360:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 42, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_360:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_360:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_360 {
	background: rgba(93, 110, 80, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_360 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_360 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_360 #contentInnerstacks_in_360,
.tabbedInterface .contentstacks_in_360 #contentInnerstacks_in_360 {
	color: rgba(55, 64, 49, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_590 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle:hover {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_590 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle:active {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_590 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle.ui-state-active {
	background: rgba(92, 109, 80, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_590 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_590 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_590 {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_590 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_590 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_590:hover {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_590:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_590:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_590:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(55, 64, 49, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_590:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_590:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_590 {
	background: rgba(93, 111, 81, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_590 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_590 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_590 #contentInnerstacks_in_590,
.tabbedInterface .contentstacks_in_590 #contentInnerstacks_in_590 {
	color: rgba(55, 64, 49, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_605 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle:hover {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_605 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle:active {
	background: rgba(56, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_605 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle.ui-state-active {
	background: rgba(90, 109, 79, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_605 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_605 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_605 {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_605 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_605 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_605:hover {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_605:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_605:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_605:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(55, 64, 49, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_605:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_605:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_605 {
	background: rgba(91, 107, 79, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_605 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_605 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_605 #contentInnerstacks_in_605,
.tabbedInterface .contentstacks_in_605 #contentInnerstacks_in_605 {
	color: rgba(55, 64, 49, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */


#stacks_in_266 {
	
	
	
	
	
	 text-align: ;
}




#stacks_in_317 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 4px 0px 4px 0px;
}
/* @group Basics */

#switcherstacks_in_366,
#switcherstacks_in_366 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_366 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_366 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_366 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_366>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_366 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(39, 43, 32, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_366 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_366 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_366 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_366 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_366 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_366 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 32, 1.00);
}

#accordionInterfacestacks_in_366 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_366 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_366 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 32, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_366 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_366 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_366 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_366 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_366 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_366 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_366 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_366>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_366 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_366 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(39, 43, 32, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default a:hover {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 32, 1.00);
}

ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_366 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_366 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_366 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_366 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_366 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_366.tabbed-layout #accordionInterfacestacks_in_366 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_366.tabbed-layout #tabbedInterfacestacks_in_366 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_366.accordion-layout #tabbedInterfacestacks_in_366 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_366 .closedIcon,
ul#switcherTabsstacks_in_366 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_366 .accordion-content,
#accordionInterfacestacks_in_366 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_366 .accordion-content .contentInner,
#accordionInterfacestacks_in_366 .accordion-content .contentInner {
	color: rgba(39, 43, 32, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_366 #accordionInterfacestacks_in_366 {
		display: block !important;
	}
	
	#switcherstacks_in_366 #tabbedInterfacestacks_in_366 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_366 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_366,
	#switcherstacks_in_366.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_366 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_366 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_367 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle:hover {
	background: rgba(39, 43, 33, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_367 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle:active {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_367 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle.ui-state-active {
	background: rgba(97, 110, 80, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_367 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_367 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_367 {
	background: rgba(39, 43, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_367 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_367 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_367:hover {
	background: rgba(39, 43, 32, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_367:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_367:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_367:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(39, 43, 32, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_367:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_367:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_367 {
	background: rgba(98, 111, 81, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_367 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_367 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_367 #contentInnerstacks_in_367,
.tabbedInterface .contentstacks_in_367 #contentInnerstacks_in_367 {
	color: rgba(39, 43, 32, 1.00);
	background: rgba(244, 244, 244, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle {
	background: rgba(49, 55, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_387 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_387 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_387 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle.ui-state-active {
	background: rgba(99, 112, 84, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_387 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_387 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_387 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_387 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_387 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_387:hover {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_387:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_387:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_387:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 42, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_387:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_387:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_387 {
	background: rgba(97, 110, 83, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_387 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_387 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_387 #contentInnerstacks_in_387,
.tabbedInterface .contentstacks_in_387 #contentInnerstacks_in_387 {
	color: rgba(49, 54, 41, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_392 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_392 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_392 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle.ui-state-active {
	background: rgba(98, 111, 83, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_392 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_392 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_392 {
	background: rgba(49, 55, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_392 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_392 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_392:hover {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_392:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_392:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_392:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 43, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_392:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_392:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_392 {
	background: rgba(95, 108, 81, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_392 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_392 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_392 #contentInnerstacks_in_392,
.tabbedInterface .contentstacks_in_392 #contentInnerstacks_in_392 {
	color: rgba(50, 56, 42, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_397 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle:hover {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_397 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_397 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle.ui-state-active {
	background: rgba(91, 107, 78, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_397 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_397 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_397 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_397 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_397 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_397:hover {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_397:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_397:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_397:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 42, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_397:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_397:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_397 {
	background: rgba(92, 110, 80, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_397 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_397 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_397 #contentInnerstacks_in_397,
.tabbedInterface .contentstacks_in_397 #contentInnerstacks_in_397 {
	color: rgba(50, 56, 42, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_402 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_402 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle:active {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_402 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle.ui-state-active {
	background: rgba(91, 108, 79, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_402 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_402 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_402 {
	background: rgba(50, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_402 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_402 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_402:hover {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_402:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_402:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_402:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 42, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_402:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_402:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_402 {
	background: rgba(92, 109, 80, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_402 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_402 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_402 #contentInnerstacks_in_402,
.tabbedInterface .contentstacks_in_402 #contentInnerstacks_in_402 {
	color: rgba(51, 56, 43, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle {
	background: rgba(55, 64, 48, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_595 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle:hover {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_595 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle:active {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_595 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle.ui-state-active {
	background: rgba(90, 107, 79, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_595 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_595 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_595 {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_595 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_595 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_595:hover {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_595:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_595:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_595:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(55, 64, 49, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_595:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_595:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_595 {
	background: rgba(91, 107, 79, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_595 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_595 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_595 #contentInnerstacks_in_595,
.tabbedInterface .contentstacks_in_595 #contentInnerstacks_in_595 {
	color: rgba(55, 64, 49, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_612 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle:hover {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_612 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle:active {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_612 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle.ui-state-active {
	background: rgba(91, 107, 79, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_612 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_612 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_612 {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_612 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_612 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_612:hover {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_612:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_612:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_612:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(55, 64, 49, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_612:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_612:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_612 {
	background: rgba(91, 108, 79, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_612 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_612 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_612 #contentInnerstacks_in_612,
.tabbedInterface .contentstacks_in_612 #contentInnerstacks_in_612 {
	color: rgba(55, 64, 49, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */


#stacks_in_258 {
	
	
	
	
	
	 text-align: ;
}




#stacks_in_321 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 4px 0px 4px 0px;
}
/* @group Basics */

#switcherstacks_in_408,
#switcherstacks_in_408 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_408 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_408 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

ul#accordionInterfacestacks_in_408 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#accordionInterfacestacks_in_408>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_408 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(39, 43, 32, 1.00);
	line-height: 45px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_408 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_408 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(255, 255, 255, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_408 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(38, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_408 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_408 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_408 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 32, 1.00);
}

#accordionInterfacestacks_in_408 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_408 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_408 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 33, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_408 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_408 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_408 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_408 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_408 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_408 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

ul#tabbedInterfacestacks_in_408 {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#tabbedInterfacestacks_in_408>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_408 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_408 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(39, 43, 32, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default a:hover {
	background: rgba(39, 43, 33, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default a:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default a:active {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(39, 43, 33, 1.00);
}

ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_408 li.switcherTab.ui-state-default i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_408 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(39, 43, 32, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_408 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_408 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_408 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_408.tabbed-layout #accordionInterfacestacks_in_408 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_408.tabbed-layout #tabbedInterfacestacks_in_408 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_408.accordion-layout #tabbedInterfacestacks_in_408 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_408 .closedIcon,
ul#switcherTabsstacks_in_408 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_408 .accordion-content,
#accordionInterfacestacks_in_408 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_408 .accordion-content .contentInner,
#accordionInterfacestacks_in_408 .accordion-content .contentInner {
	color: rgba(39, 43, 32, 1.00);
	background: rgba(245, 245, 245, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_408 #accordionInterfacestacks_in_408 {
		display: block !important;
	}
	
	#switcherstacks_in_408 #tabbedInterfacestacks_in_408 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_408 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_408,
	#switcherstacks_in_408.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_408 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_408 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_409 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle:hover {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_409 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_409 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle.ui-state-active {
	background: rgba(95, 107, 82, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_409 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_409 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_409 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_409 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_409 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_409:hover {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_409:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_409:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_409:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(48, 54, 41, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_409:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_409:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_409 {
	background: rgba(96, 109, 81, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_409 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_409 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_409 #contentInnerstacks_in_409,
.tabbedInterface .contentstacks_in_409 #contentInnerstacks_in_409 {
	color: rgba(51, 56, 43, 1.00);
	background: rgba(244, 244, 244, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle {
	background: rgba(51, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_429 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_429 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle:active {
	background: rgba(49, 55, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_429 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle.ui-state-active {
	background: rgba(98, 111, 83, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_429 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_429 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_429 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_429 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_429 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_429:hover {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_429:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_429:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_429:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(50, 56, 42, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_429:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_429:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_429 {
	background: rgba(95, 108, 81, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_429 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_429 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_429 #contentInnerstacks_in_429,
.tabbedInterface .contentstacks_in_429 #contentInnerstacks_in_429 {
	color: rgba(51, 56, 44, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle {
	background: rgba(48, 54, 41, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_434 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle:hover {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_434 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle:active {
	background: rgba(49, 55, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_434 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle.ui-state-active {
	background: rgba(97, 110, 83, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_434 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_434 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_434 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_434 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_434 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_434:hover {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_434:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_434:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_434:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(49, 55, 41, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_434:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_434:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_434 {
	background: rgba(95, 108, 81, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_434 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_434 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_434 #contentInnerstacks_in_434,
.tabbedInterface .contentstacks_in_434 #contentInnerstacks_in_434 {
	color: rgba(48, 54, 42, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle {
	background: rgba(48, 53, 41, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_439 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle:hover {
	background: rgba(50, 56, 43, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_439 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_439 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle.ui-state-active {
	background: rgba(90, 107, 78, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_439 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_439 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_439 {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_439 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_439 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_439:hover {
	background: rgba(50, 56, 42, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_439:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_439:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_439:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(51, 56, 43, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_439:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_439:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_439 {
	background: rgba(90, 107, 79, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_439 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_439 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_439 #contentInnerstacks_in_439,
.tabbedInterface .contentstacks_in_439 #contentInnerstacks_in_439 {
	color: rgba(50, 56, 42, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle {
	background: rgba(49, 55, 41, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_444 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle:hover {
	background: rgba(49, 55, 41, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_444 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle:active {
	background: rgba(50, 56, 42, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_444 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle.ui-state-active {
	background: rgba(91, 108, 79, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_444 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_444 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_444 {
	background: rgba(48, 54, 41, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_444 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_444 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_444:hover {
	background: rgba(51, 56, 43, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_444:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_444:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_444:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(51, 56, 43, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_444:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_444:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_444 {
	background: rgba(90, 107, 78, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_444 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_444 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_444 #contentInnerstacks_in_444,
.tabbedInterface .contentstacks_in_444 #contentInnerstacks_in_444 {
	color: rgba(55, 64, 49, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_600 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle:hover {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_600 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle:active {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_600 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle.ui-state-active {
	background: rgba(91, 108, 79, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_600 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_600 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_600 {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_600 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_600 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_600:hover {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_600:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_600:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_600:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(55, 64, 49, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_600:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_600:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_600 {
	background: rgba(91, 108, 79, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_600 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_600 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* Static accordion */

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_617 .accordion-toggle i {
	color: rgba(255, 255, 255, 1.00);
}

/* Hovered accordion */

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle:hover {
	background: rgba(55, 64, 48, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle:hover [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_617 .accordion-toggle:hover i {
	color: rgba(255, 255, 255, 1.00);
}

/* Clicked accordion */

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle:active {
	background: rgba(55, 64, 49, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_617 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/* Active accordion */

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle.ui-state-active {
	background: rgba(92, 109, 80, 1.00);
	color: rgba(255, 255, 255, 1.00);
	border-top-color: rgba(255, 255, 255, 1.00);
	border-bottom-color: rgba(255, 255, 255, 1.00);
	border-left-color: rgba(255, 255, 255, 1.00);
	border-right-color: rgba(255, 255, 255, 1.00);
}

.accordionInterface #switcherItemstacks_in_617 .accordion-toggle.ui-state-active [class^="fa fa-"],
.accordionInterface #switcherItemstacks_in_617 .accordion-toggle.ui-state-active i {
	color: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */

/* @group Tabs */

/*  */

/* Static tabs */

.tabbedInterface a.toggleItemstacks_in_617 {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color: rgba(255, 255, 255, 1.00) !important;
	border-left-color: rgba(255, 255, 255, 1.00) !important;
	border-right-color: rgba(255, 255, 255, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_617 [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_617 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Hovered tabs */

.tabbedInterface a.toggleItemstacks_in_617:hover {
	background: rgba(55, 64, 49, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color:  !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface a.toggleItemstacks_in_617:hover [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_617:hover i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Clicked tabs */

.tabbedInterface a.toggleItemstacks_in_617:active {
	color: rgba(255, 255, 255, 1.00) !important;
	background: rgba(55, 64, 49, 1.00) !important;
}

.tabbedInterface a.toggleItemstacks_in_617:active [class^="fa fa-"],
.tabbedInterface a.toggleItemstacks_in_617:active i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/* Active tabs */

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_617 {
	background: rgba(92, 109, 80, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	border-top-color: rgba(255, 255, 255, 1.00) !important;
	border-bottom-color:  !important;
	border-left-color:  !important;
	border-right-color:  !important;
}

.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_617 [class^="fa fa-"],
.tabbedInterface li.switcherTab.ui-tabs-active.ui-state-active a.toggleItemstacks_in_617 i {
	color: rgba(255, 255, 255, 1.00) !important;
}

/*  */

/* @end */

/* @group Content Panel */

/*  */

.accordionInterface .contentstacks_in_617 #contentInnerstacks_in_617,
.tabbedInterface .contentstacks_in_617 #contentInnerstacks_in_617 {
	color: rgba(55, 64, 49, 1.00);
	background: rgba(245, 245, 245, 1.00);
	border-top: rgba(255, 255, 255, 1.00);
	border-bottom: rgba(255, 255, 255, 1.00);
	border-left: rgba(255, 255, 255, 1.00);
	border-right: rgba(255, 255, 255, 1.00);
}

/*  */

/* @end */


#stacks_in_276 {
	display: none;
}

#rwml-menu, .rwml-menu {
	display: none !important;
}

