/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanTabs/
 * Support: support@1littledesigner.com
 * cleanTabs Version 3.9.3
 * Uses jQuery EasyTabs plugin 3.2.0 (licensing listed in script.js)
 */

/* ====================
 * CLEARFIX
 ====================== */
.clearfix:after,
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix,
.forceClearfix .panel-container div {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix,
* html .forceClearfix .panel-container div {
	height: 1%;
}
.clearfix,
.forceClearfix .panel-container div {
	display: block;
}
/* close commented backslash hack */
/* ====================
 * REMOVE INTRUSIVE CODING
 ====================== */
#tabContainer_stacks_in_2,
#tabContainer_stacks_in_2 .tab-container,
#tabContainer_stacks_in_2 .etabs,
#tabContainer_stacks_in_2 .tab,
#tabContainer_stacks_in_2 .tab a,
#tabContainer_stacks_in_2 .panel-container,
#tabContainer_stacks_in_2 .tabContent {
	margin: 0; 
	padding: 0;
	opacity: 1;
}
#tabContainer_stacks_in_2 li {
	margin-left: 0;
	margin-right: 0;
}
#tabContainer_stacks_in_2 li a {
	line-height: 2.1 !important;
}
#tabContainer_stacks_in_2 li a.active {
	line-height: 2.1 !important; 
	-webkit-backface-visible: visible !important;
}
#tabContainer_stacks_in_2 a,
#tabContainer_stacks_in_2 a:hover {
	text-decoration: none;
}
#tabContainer_stacks_in_2 .tab a,
#tabContainer_stacks_in_2 .tab a:focus,
#tabContainer_stacks_in_2 .tab a:active,
#tabContainer_stacks_in_2 .tab a:visited,
#tabContainer_stacks_in_2 .tab a:link {
	outline: none !important;
	border: none !important;
}
#tabContainer_stacks_in_2 li,
#tabContainer_stacks_in_2 li a {
	cursor: pointer;
}
/* ====================
 * TRANSPARENCY OPTION
 ====================== */
#tabContainer_stacks_in_2.borderTransparencyOn .tab,
.tabDemo #tabContainer_stacks_in_2.borderTransparencyOn .tab,
#tabContainer_stacks_in_2.borderTransparencyOn #tab-container ul.etabs,
#tabContainer_stacks_in_2.borderTransparencyOn #tab-container .panel-container,
.tabDemo #tabContainer_stacks_in_2.borderTransparencyOn #tab-container .panel-container {
	border: none !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
#tabContainer_stacks_in_2.tabTransparencyOn .tab,
.tabDemo #tabContainer_stacks_in_2.tabTransparencyOn .tab,
#tabContainer_stacks_in_2.tabTransparencyOn .tab:hover,
.tabDemo #tabContainer_stacks_in_2.tabTransparencyOn .tab:hover {
	background: none !important;
	background-color: none !important;
}
#tabContainer_stacks_in_2.contentTransparencyOn #tab-container .panel-container {
	background: none !important;
	background-color: none !important;
}
/* ====================
 * DEFAULT STYLING
 ====================== */
#tabContainer_stacks_in_2 {
	width: 98%;
	padding-right: 3px;
}
#tabContainer_stacks_in_2 #tab-container {
	min-width: 400px;
}
#tabContainer_stacks_in_2 .etabs { 
	margin: 0; 
	padding: 0; 
}
#tabContainer_stacks_in_2.controlTabWidthOn #tab-container ul.etabs li.tab {
	width: 150px;
}
#tabContainer_stacks_in_2 .tab, .tabDemo #tabContainer_stacks_in_2 .tab { 
	display: inline-block; 
	zoom: 1; 
	*display: inline; /* IE7 */
	background: #EEEEEE; 
	border: solid 1px #999999; 
	border-bottom: none;
	border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0;
	
}
#tabContainer_stacks_in_2 #tab-container ul.etabs.firstTabPixels li.tab:first-child {
	margin-left: 0px;
}
#tabContainer_stacks_in_2 #tab-container ul.etabs.firstTabPerc li.tab:first-child {
	margin-left: 0%;
}
#tabContainer_stacks_in_2 #tab-container ul.etabs .tab:hover,
.tabDemo #tabContainer_stacks_in_2 #tab-container ul.etabs .tab:hover {
	background-color: #E0E0E0;
	border-color: #999999;
}
#tabContainer_stacks_in_2 #tab-container .tab a {
	position: relative;
	font-size: 14px; 
	line-height: 2em;
	display: block; 
	padding: 0 10px; 
	outline: none; 
	text-decoration: none;
}
#tabContainer_stacks_in_2.linkInheritOff #tab-container ul.etabs .tab a {
	color: #708090 !important;
}
#tabContainer_stacks_in_2.linkInheritOff #tab-container ul.etabs .tab a:hover { 
	text-decoration: none;
	color: #575860 !important;
}
#tabContainer_stacks_in_2 #tab-container ul.etabs .tab.active { 
	background: #FFFFFF; 
	padding-top: 6px; 
	position: relative; 
	top: 1px; 
	border-color: #666666; 
}
#tabContainer_stacks_in_2.linkInheritOff #tab-container ul.etabs .tab a.active { 
	font-weight: bold;
	color: #937D64 !important; 
}
#tabContainer_stacks_in_2.linkInheritOff #tab-container ul.etabs .tab a.active:hover {
	color: #5D4E3B !important;
}
#tabContainer_stacks_in_2 #tab-container .panel-container {
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-radius: 0 4px 4px 4px; 
	-moz-border-radius: 0 4px 4px 4px; 
	-webkit-border-radius: 0 4px 4px 4px;
}
#tabContainer_stacks_in_2.textInheritOff #tab-container .panel-container {
	color: #333333 !important;
	font-size: 14px;
}
#tabContainer_stacks_in_2.borderTransparencyOff #tab-container .panel-container {
	border: solid #666666 1px; 
}
#tabContainer_stacks_in_2.linkInheritOff #tab-container .panel-container a {
	color: #4E78A0;
}
#tabContainer_stacks_in_2.linkInheritOff #tab-container .panel-container a:hover {
	color: #0D4F8B;
}
#tabContainer_stacks_in_2 .panel-container { 
	margin-bottom: 10px; 
}

/* ====================
 * TAB COUNT CONTROL
 * Adds display none depending on total count
 ====================== */
#tabContainer_stacks_in_2 .tabCounter1 .tabContent2, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent3, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent4, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent5, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent6, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent7, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent8, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent12,
#tabContainer_stacks_in_2 .tabCounter1 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter1 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter2 .tabContent3, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent4, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent5, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent6, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent7, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent8, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent12, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter2 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter3 .tabContent4, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent5, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent6, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent7, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent8, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent12,
#tabContainer_stacks_in_2 .tabCounter3 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter3 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter4 .tabContent5, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent6, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent7, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent8, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent12, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter4 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter5 .tabContent6, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent7, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent8, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent12, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter5 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter6 .tabContent7, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent8, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent12, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter6 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter7 .tabContent8, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent12, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter7 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter8 .tabContent9, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent12, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter8 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter9 .tabContent10, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent12, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter9 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter10 .tabContent11, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent12,
#tabContainer_stacks_in_2 .tabCounter10 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter10 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter11 .tabContent12,
#tabContainer_stacks_in_2 .tabCounter11 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter11 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter11 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter11 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter11 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter11 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter11 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter11 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter12 .tabContent13, 
#tabContainer_stacks_in_2 .tabCounter12 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter12 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter12 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter12 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter12 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter12 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter12 .tabContent20,

#tabContainer_stacks_in_2 .tabCounter13 .tabContent14, 
#tabContainer_stacks_in_2 .tabCounter13 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter13 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter13 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter13 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter13 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter13 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter14 .tabContent15, 
#tabContainer_stacks_in_2 .tabCounter14 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter14 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter14 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter14 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter14 .tabContent20,

#tabContainer_stacks_in_2 .tabCounter15 .tabContent16, 
#tabContainer_stacks_in_2 .tabCounter15 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter15 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter15 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter15 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter16 .tabContent17, 
#tabContainer_stacks_in_2 .tabCounter16 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter16 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter16 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter17 .tabContent18, 
#tabContainer_stacks_in_2 .tabCounter17 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter17 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter18 .tabContent19, 
#tabContainer_stacks_in_2 .tabCounter18 .tabContent20, 

#tabContainer_stacks_in_2 .tabCounter19 .tabContent20 {
	display: none !important;
}
/* ====================
 * BACKEND
 ====================== */
.tabDemo #tabContainer_stacks_in_2 .panel-container div.tabContent div {
	padding-top: 5px;
}
.tabDemo #tabContainer_stacks_in_2 .tab {
	width: inherit;
}
/* ====================
 * THEMES
 ====================== */
#tabContainer_stacks_in_2 #tab-container.tabTheme2 ul.etabs .tab.active,
#tabContainer_stacks_in_2 #tab-container.tabTheme3 ul.etabs .tab.active {
	border-color: #666666;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme2 ul.etabs {
	margin-bottom: 5px;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme2 .panel-container {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme2 ul.etabs .tab {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-bottom: solid 1px #999999;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme2 ul.etabs .tab.active,
#tabContainer_stacks_in_2 #tab-container.tabTheme3 ul.etabs .tab.active,
#tabContainer_stacks_in_2 #tab-container.tabTheme7 ul.etabs .tab.active {
	padding-top: 1px; 
	padding-bottom: -1px;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme3 ul.etabs {
	padding: 3px 4px; 
	border-right: solid 1px #666666; 
	border-left: solid 1px #666666;
	background: #FFFFFF;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme3.tabsBottomOff ul.etabs {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-top: solid 1px #666666; 
}
#tabContainer_stacks_in_2 #tab-container.tabTheme3.tabsBottomOn ul.etabs {
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-bottom: solid 1px #666666; 
}
#tabContainer_stacks_in_2 #tab-container.tabTheme3 ul.etabs .tab {
	border-bottom: solid 1px #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme3.tabsBottomOff .panel-container {
	border-radius: 0 0 4px 4px;
	border-top: 0;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme3.tabsBottomOn .panel-container {
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme2.tabsBottomOn .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme3.tabsBottomOn .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme5.tabsBottomOn .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme6.tabsBottomOn .panel-container {
	margin-bottom: 0;
}  
#tabContainer_stacks_in_2 #tab-container.tabTheme4 .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme7 .panel-container {
	border-bottom: none;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme4 .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme5 .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme6 .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme7 .panel-container {
	border-right: none;
	border-left: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme5.tabsBottomOff .panel-container,
#tabContainer_stacks_in_2 #tab-container.tabTheme6.tabsBottomOff .panel-container {
	border-bottom: none;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme5.tabsBottomOn .panel-container {
	border-top: none;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme6.tabsBottomOn .panel-container {
	border: none;
	border-top: none;
	border-bottom: none;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme4 ul.etabs .tab.marginOpt,
#tabContainer_stacks_in_2 #tab-container.tabTheme5 ul.etabs .tab.marginOpt,
#tabContainer_stacks_in_2 #tab-container.tabTheme6 ul.etabs .tab.marginOpt {
	margin-left: 10px;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme5 ul.etabs .tab,
#tabContainer_stacks_in_2 #tab-container.tabTheme6 ul.etabs .tab,
#tabContainer_stacks_in_2 #tab-container.tabTheme7 ul.etabs .tab {
	border: none;
	background: none;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme5.tabsBottomOff ul.etabs .tab.active {
	border-bottom: solid 5px #666666;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme6.tabsBottomOff ul.etabs .tab.active {
	border-bottom: solid 5px #666666;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme6.tabsBottomOff .panel-container {
	border-top: none;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme5.tabsBottomOn ul.etabs .tab.active,
#tabContainer_stacks_in_2 #tab-container.tabTheme6.tabsBottomOn ul.etabs .tab.active {
	border-top: solid 5px #666666;
	top: 0;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme5.tabsBottomOn ul.etabs .tab,
#tabContainer_stacks_in_2 #tab-container.tabTheme6.tabsBottomOn ul.etabs .tab {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme7.themeDots1 ul.etabs li a {
	padding-bottom: 10px;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme7.themeDots1 ul.etabs li a:after {
	content:'';
	position: absolute;
	left: 45%;
	bottom: -6px;
	width: 12px;
	height: 12px;
	background: #B9A68F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}
#tabContainer_stacks_in_2 #tab-container.tabTheme7.themeDots1 ul.etabs li a:hover:after,
#tabContainer_stacks_in_2 #tab-container.tabTheme7.themeDots1 ul.etabs li a.active:after {
	background: #70604C;
}
#tabContainer_stacks_in_2 #tab-container.tabTheme7.themeDots2 ul.etabs li a.active:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 45%;
	margin-left: 24px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #B9A68F;
	margin: 0 auto;
	z-index: 0;
	
}
#tabContainer_stacks_in_2 #tab-container.tabTheme7.themeDots2 ul.etabs li a:hover:after,
#tabContainer_stacks_in_2 #tab-container.tabTheme7.themeDots2 ul.etabs li a.active:after {
	border-top-color: #70604C;
}
/* ====================
 * RESPONSIVENESS
 ====================== */

/* iPads */
@media (max-width : 768px) {
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme1 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme2 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme3 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme4 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme5 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme6 ul.etabs .tab {
		width: 47%;
		margin: 1%;
		border-bottom: solid 1px #666666;
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;
	}
	#tabContainer_stacks_in_2.responsiveOn ul.etabs .tab.active {padding-top: 0;}
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme4 ul.etabs .tab.marginOpt,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme5 ul.etabs .tab.marginOpt,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme6 ul.etabs .tab.marginOpt {
		margin-left: 1%;
	}
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme5 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme6 ul.etabs .tab {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme5 .panel-container {
		border-top: none;
	}
	#tabContainer_stacks_in_2 #tab-container ul.etabs.firstTabPixels li.tab:first-child {
		margin-left: 3px;
	}
	#tabContainer_stacks_in_2 #tab-container.tabTheme3 ul.etabs.firstTabPixels li.tab:first-child {
		margin-left: 6px;
	}
	#tabContainer_stacks_in_2 #tab-container ul.etabs .tab.active {
		padding-top: 0;
		top: 0;
	}
}

/* iPhones */
@media (max-width : 480px) {
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme1 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme2 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme3 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme4 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme5 ul.etabs .tab,
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme6 ul.etabs .tab {
		width: 98%;
	}
	#tabContainer_stacks_in_2.responsiveOn #tab-container.tabTheme7 .panel-container {
		border-top: none;
	}
	#tabContainer_stacks_in_2 #tab-container.tabTheme3 ul.etabs.firstTabPixels li.tab:first-child {
		margin-left: 3px;
	}
}
#stacks_in_43>.s3_row {
	margin: 0 -10px;
}

#stacks_in_43>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_43>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_43>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_43>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_43>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_43 {
	border: solid rgba(255, 255, 255, 0.00);
	border-width: 50px 0px 0px 0px;
}

#stacks_in_49 {
	border: solid rgba(77, 77, 77, 0.00);
	border-width: 0px 0px 30px 0px;
}
#stacks_in_59>.s3_row {
	margin: 0 -0px;
}

#stacks_in_59>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_59>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_59>.s3_row>.s3_column {
	padding: 0 0px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_59>.s3_row  {
		margin: -0px 0;
	}
	#stacks_in_59>.s3_row>.s3_column {
		padding: 0px 0;
		width:100%;
	}


}






#stacks_in_59 {
	border: solid rgba(253, 254, 254, 0.00);
	border-width: 20px 0px 0px 0px;
}
#stacks_in_46>.s3_row {
	margin: 0 -10px;
}

#stacks_in_46>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_46>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_46>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_46>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_46>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_46 {
	border: solid rgba(83, 83, 83, 0.00);
	border-width: 50px 0px 0px 0px;
}

#stacks_in_51 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_157>.s3_row {
	margin: 0 -10px;
}

#stacks_in_157>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_157>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_157>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_157>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_157>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_157>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_157 {
	margin:  5px;
}

#stacks_in_165 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_163 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_161 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_167>.s3_row {
	margin: 0 -10px;
}

#stacks_in_167>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_167>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_167>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_167>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_167>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_167>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_167 {
	margin:  5px;
}

#stacks_in_171 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_173 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_175 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_179 {
	margin:  6px;
}
#stacks_in_201>.s3_row {
	margin: 0 -10px;
}

#stacks_in_201>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_201>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_201>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_201>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_201>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_201>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_201 {
	margin:  5px;
}
#stacks_in_181>.s3_row {
	margin: 0 -10px;
}

#stacks_in_181>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_181>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_181>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_181>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_181>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_181>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_181 {
	margin:  5px;
}
#stacks_in_185>.s3_row {
	margin: 0 -10px;
}

#stacks_in_185>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_185>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_185>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_185>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_185>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_185>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_185 {
	margin:  5px;
}
#stacks_in_211>.s3_row {
	margin: 0 -10px;
}

#stacks_in_211>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_211>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_211>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_211>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_211>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_211>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_in_211 {
	margin:  5px;
}
#stacks_in_314>.s3_row {
	margin: 0 -13px;
}

#stacks_in_314>.s3_row>.s3_column {
	padding: 0 13px;
}








  


@media only screen and (max-width: 770px) {




	#stacks_in_314>.s3_row  {
		margin: -13px -13px;
	}
	#stacks_in_314>.s3_row>.s3_column {
		padding: 13px 13px;
		width:50%;
	}



}



@media only screen and (max-width: 400px) {


	#stacks_in_314>.s3_row  {
		margin: -13px 0;
	}
	#stacks_in_314>.s3_row>.s3_column {
		padding: 13px 0;
		width:100%;
	}





}




  

#stacks_in_314 {
	background-color: rgba(61, 64, 85, 1.00);
	margin: 100px 0px 0px 0px;
	padding:  25px;
}

#stacks_in_340 {
	padding: 7px 0px 10px 0px;
}

#stacks_in_342 {
	display:inline-block; width:100%; line-height: 0.900000em;
}

#stacks_in_343 {
	padding: 15px 0px 0px 0px;
}

#stacks_in_344 {
	display:inline-block; width:100%; line-height: 0.800000em;
}

#stacks_in_335 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_339 {
	display:inline-block; width:100%; line-height: 0.900000em;
}

#stacks_in_330 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_334 {
	display:inline-block; width:100%; line-height: 0.900000em;
}

#stacks_in_315 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_318>.s3_row {
	margin: 0 -10px;
}

#stacks_in_318>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_318>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_318>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_318>.s3_row>.s3_column {
	padding: 0 10px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_318>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_318>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}




#stacks_out_319 {
	margin-left:0;
}

#stacks_in_347 {
	padding: 20px 0px 0px 0px;
}
