a.anchor{height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;display:block !important}
/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_2_26_2 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_2_26_2 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_2_26_2 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_2_26_2 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_2_26_2 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_2_26_2 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_2_26_2 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_2_26_2 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_2_26_2 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 0 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_2_26_2 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_2_26_2 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_2_26_2 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_2_26_2 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_2_26_2 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_2_26_2,
	#overlayContentstacks_in_2_26_2 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
%[if edit]%
#stacks_in_3_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_3_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_3 .layer {
	float: left;
}

%[if ]%	
#stacks_in_3 .pile {
	display: none;
}

#stacks_in_3 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_3 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_3 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_3 .clearFloats {
	clear: both;
}




#stacks_in_4 .stacks_left {
	float:left;
	width:28%;
}

#stacks_in_4 .stacks_right {
	float:right;
	width:70%;
}%[if edit]%
#stacks_in_8_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_8_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_8 .layer {
	float: left;
}

%[if ]%	
#stacks_in_8 .pile {
	display: none;
}

#stacks_in_8 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_8 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_8 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_8 .clearFloats {
	clear: both;
}




#stacks_in_12 {
	font-size: 124%;
	font-weight: bolder;
}

#stacks_in_13 {
	margin:  20px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_8830 .stacks_left {
	width:160px;
}

#stacks_in_8830 .stacks_row {
	width:640px;
}
#stacks_in_8830 {
	background-color: rgba(209, 225, 246, 1.00);
    background-image: url("8DEF0F56-77BA-4201-A148-D87C836F7247.jpeg");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
}

#stacks_in_8831 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(33, 55, 179, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8834 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8837 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(30, 23, 141, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8840 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(8, 78, 159, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8843 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8846 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8849 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8852 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8855 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8858 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8861 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}

#stacks_in_8864 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(31, 52, 163, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  8px;
	padding:  8px;
}
%[if edit]%
#stacks_in_8867_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_8867_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_8867 .layer {
	float: left;
}

%[if ]%	
#stacks_in_8867 .pile {
	display: none;
}

#stacks_in_8867 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_8867 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_8867 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_8867 .clearFloats {
	clear: both;
}



#toTop{--elevator-image:url(../../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}

#stacks_in_8875 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_8875 .zebratable td, #stacks_in_8875 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_8875 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_8875 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_8875 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_8875 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_8875 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_8875 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_8875.stacks_in {
		
}%[if edit]%
#stacks_in_9001_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9001_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9001 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9001 .pile {
	display: none;
}

#stacks_in_9001 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9001 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9001 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9001 .clearFloats {
	clear: both;
}




#stacks_in_9007 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9007 .zebratable td, #stacks_in_9007 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9007 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9007 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9007 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9007 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9007 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9007 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9007.stacks_in {
		
}%[if edit]%
#stacks_in_9132_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9132_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9132 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9132 .pile {
	display: none;
}

#stacks_in_9132 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9132 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9132 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9132 .clearFloats {
	clear: both;
}




#stacks_in_9138 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9138 .zebratable td, #stacks_in_9138 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9138 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9138 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9138 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9138 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9138 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9138 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9138.stacks_in {
		
}%[if edit]%
#stacks_in_9263_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9263_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9263 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9263 .pile {
	display: none;
}

#stacks_in_9263 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9263 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9263 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9263 .clearFloats {
	clear: both;
}




#stacks_in_9269 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9269 .zebratable td, #stacks_in_9269 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9269 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9269 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9269 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9269 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9269 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9269 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9269.stacks_in {
		
}%[if edit]%
#stacks_in_9394_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9394_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9394 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9394 .pile {
	display: none;
}

#stacks_in_9394 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9394 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9394 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9394 .clearFloats {
	clear: both;
}




#stacks_in_9400 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9400 .zebratable td, #stacks_in_9400 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9400 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9400 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9400 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9400 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9400 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9400 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9400.stacks_in {
		
}%[if edit]%
#stacks_in_9526_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9526_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9526 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9526 .pile {
	display: none;
}

#stacks_in_9526 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9526 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9526 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9526 .clearFloats {
	clear: both;
}




#stacks_in_9532 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9532 .zebratable td, #stacks_in_9532 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9532 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9532 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9532 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9532 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9532 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9532 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9532.stacks_in {
		
}%[if edit]%
#stacks_in_9655_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9655_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9655 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9655 .pile {
	display: none;
}

#stacks_in_9655 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9655 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9655 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9655 .clearFloats {
	clear: both;
}




#stacks_in_9661 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9661 .zebratable td, #stacks_in_9661 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9661 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9661 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9661 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9661 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9661 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9661 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9661.stacks_in {
		
}%[if edit]%
#stacks_in_9786_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9786_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9786 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9786 .pile {
	display: none;
}

#stacks_in_9786 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9786 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9786 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9786 .clearFloats {
	clear: both;
}




#stacks_in_9792 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9792 .zebratable td, #stacks_in_9792 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9792 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9792 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9792 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9792 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9792 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9792 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9792.stacks_in {
		
}%[if edit]%
#stacks_in_9917_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_9917_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_9917 .layer {
	float: left;
}

%[if ]%	
#stacks_in_9917 .pile {
	display: none;
}

#stacks_in_9917 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_9917 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_9917 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_9917 .clearFloats {
	clear: both;
}




#stacks_in_9923 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_9923 .zebratable td, #stacks_in_9923 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_9923 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_9923 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_9923 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_9923 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_9923 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_9923 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_9923.stacks_in {
		
}%[if edit]%
#stacks_in_10048_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_10048_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_10048 .layer {
	float: left;
}

%[if ]%	
#stacks_in_10048 .pile {
	display: none;
}

#stacks_in_10048 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_10048 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_10048 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_10048 .clearFloats {
	clear: both;
}




#stacks_in_10054 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_10054 .zebratable td, #stacks_in_10054 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_10054 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_10054 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_10054 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_10054 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_10054 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_10054 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_10054.stacks_in {
		
}%[if edit]%
#stacks_in_10180_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_10180_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_10180 .layer {
	float: left;
}

%[if ]%	
#stacks_in_10180 .pile {
	display: none;
}

#stacks_in_10180 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_10180 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_10180 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_10180 .clearFloats {
	clear: both;
}




#stacks_in_10186 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_10186 .zebratable td, #stacks_in_10186 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_10186 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_10186 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_10186 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_10186 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_10186 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_10186 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_10186.stacks_in {
		
}%[if edit]%
#stacks_in_10310_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_10310_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_10310 .layer {
	float: left;
}

%[if ]%	
#stacks_in_10310 .pile {
	display: none;
}

#stacks_in_10310 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_10310 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_10310 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_10310 .clearFloats {
	clear: both;
}




#stacks_in_10316 .zebratable {
margin: 0px auto;
width:100%;
border-collapse: separate;
table-layout: fixed;
background-color: #FFFFFF;
border-spacing: 1px;
}
#stacks_in_10316 .zebratable td, #stacks_in_10316 .zebratable th {
	vertical-align:top;
	padding: 5px;
	border: 1px solid #000000;
}
#stacks_in_10316 .zebratable .zebrahead {
	background-color: #CCCCCC !important;
	text-align:center;
}
#stacks_in_10316 .zebratable tr.alt > td > div.stacks_out > div.stacks_in, #stacks_in_10316 .zebratable tr.alt > td {
	background-color: #FFFFFF;
}
#stacks_in_10316 .zebratable tr.over > td > div.stacks_out > div.stacks_in, #stacks_in_10316 .zebratable tr.over > td {
	background-color: #CCCCCC;
}
#stacks_in_10316 .zebratable p {
	margin:0;
	padding:0;
}
div#stacks_in_10316.stacks_in {
		
}%[if edit]%
#stacks_in_3605_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_3605_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_3605 .layer {
	float: left;
}

%[if ]%	
#stacks_in_3605 .pile {
	display: none;
}

#stacks_in_3605 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_3605 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_3605 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_3605 .clearFloats {
	clear: both;
}



#toTop{--elevator-image:url(../../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
%[if edit]%
#stacks_in_8828_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_8828_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_8828 .layer {
	float: left;
}

%[if ]%	
#stacks_in_8828 .pile {
	display: none;
}

#stacks_in_8828 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_8828 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_8828 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_8828 .clearFloats {
	clear: both;
}



%[if edit]%
#stacks_in_5420_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_5420_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_5420 .layer {
	float: left;
}

%[if ]%	
#stacks_in_5420 .pile {
	display: none;
}

#stacks_in_5420 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_5420 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_5420 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_5420 .clearFloats {
	clear: both;
}



