/*
 *  Carousel Complete v1.1.0
 */
.stacks_in_p98715_n1_page9 .owl-stage-outer {
  height: auto !important;
}
.stacks_in_p98715_n1_page9 .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.stacks_in_p98715_n1_page9 .owl-animated-in {
  z-index: 0;
}
.stacks_in_p98715_n1_page9 .owl-animated-out {
  z-index: 1;
}
/*
.stacks_in_p98715_n1_page9 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
*/
.stacks_in_p98715_n1_page9 .reverse-animation {
  -webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
  animation-direction: reverse;
}


.stacks_in_p98715_n1_page9 .active {
  opacity: 1;
}
.stacks_in_p98715_n1_page9 .owl-animated-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_p98715_n1_page9 .owl-animated-in {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_p98715_n1_page9 .active.reverse-animation  {
  opacity: 1;
}
.stacks_in_p98715_n1_page9 .owl-animated-out.reverse-animation {
  opacity: 1;
}
.stacks_in_p98715_n1_page9 .owl-animated-in.reverse-animation {
  opacity: 1;
}

.stacks_in_p98715_n1_page9 .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.stacks_in_p98715_n1_page9 .autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.stacks_in_p98715_n1_page9 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.stacks_in_p98715_n1_page9 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/*
.stacks_in_p98715_n1_page9 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
*/


.stacks_in_p98715_n1_page9 .owl-stage-outer{
  
  position: relative;
  overflow: hidden;

  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.stacks_in_p98715_n1_page9 .owl-controls .owl-nav .owl-prev,
.stacks_in_p98715_n1_page9 .owl-controls .owl-nav .owl-next,
.stacks_in_p98715_n1_page9 .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_p98715_n1_page9.owl-loaded {
  display: block;
}
.stacks_in_p98715_n1_page9.owl-loading {
  opacity: 0;
  display: block;
}
.stacks_in_p98715_n1_page9.owl-hidden {
  opacity: 0;
}
.stacks_in_p98715_n1_page9 .owl-refresh .owl-item {
  display: none;
}
.stacks_in_p98715_n1_page9 .owl-item {
  position: relative;
  box-sizing: border-box;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_p98715_n1_page9 .owl-item .item {
  padding-left: 0% !important;
  padding-right: 0% !important;
  box-sizing: border-box;
}
.stacks_in_p98715_n1_page9 .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.stacks_in_p98715_n1_page9.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.stacks_in_p98715_n1_page9 .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.stacks_in_p98715_n1_page9.owl-rtl {
  direction: rtl;
}
.stacks_in_p98715_n1_page9.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .stacks_in_p98715_n1_page9 {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.stacks_in_p98715_n1_page9 .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_p98715_n1_page9 .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.stacks_in_p98715_n1_page9 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.stacks_in_p98715_n1_page9 .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../index_files/carScripts/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.stacks_in_p98715_n1_page9 .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.stacks_in_p98715_n1_page9 .owl-video-playing .owl-video-tn,
.stacks_in_p98715_n1_page9 .owl-video-playing .owl-video-play-icon {
  display: none;
}
.stacks_in_p98715_n1_page9 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_p98715_n1_page9 .owl-video-frame {
  position: relative;
  z-index: 1;
}
.stacks_in_p98715_n1_page9 .item-video{

  overflow:hidden;
  position:relative;
}
.stacks_in_p98715_n1_page9 .owl-video-frame{
    width:100% !important;
    height: auto !important;
}
.stacks_in_p98715_n1_page9 .item{
  overflow:hidden;
}
.stacks_in_p98715_n1_page9 .owl-stage-outer{
  overflow:hidden;
  position:relative;
}
.stacks_in_p98715_n1_page9 .owl-stage{
}
/*img{height: 490px}*/
.stacks_in_p98715_n1_page9 .owl-controls {
  
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  
}
.stacks_in_p98715_n1_page9 .owl-dots{
  margin:0 auto;
  width:100%;
  text-align: center;
  position:relative;
  z-index:99999;
}
.stacks_in_p98715_n1_page9 .owl-dot {
  background:#333333;
  width:20px;
  height:20px;
  display:inline-block;
  margin:10px;
  border-radius:20px;
}
.stacks_in_p98715_n1_page9 .owl-dot.active{
  background:#000000;
}

.stacks_in_p98715_n1_page9 .owl-prev, .stacks_in_p98715_n1_page9 .owl-next {
  width: 20px;
  height: 20px;
/*  background:white;*/
  float:left;
}
.stacks_in_p98715_n1_page9 .owl-prev{
  position:absolute;
  height: auto;
  left: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_p98715_n1_page9 .owl-next{
  position:absolute;
  height: auto;
  right: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_p98715_n1_page9 .owl-prev polygon, .stacks_in_p98715_n1_page9 .owl-prev path, .stacks_in_p98715_n1_page9 .owl-next polygon{
    fill:#FFFFFF;
}

.stacks_in_p98715_n1_page9 .item{
  position: relative;
}
.stacks_in_p98715_n1_page9 .caption{
  position:absolute;
  display:none;
  color:white;
  width: 100%;
  z-index:9999;
  text-align:center;
  left: 0;
}
.stacks_in_p98715_n1_page9 .visible{
  display:block;
}
.stacks_in_p98715_n1_page9 .waiting {
  pointer-events: none;
}




#stacks_out_p98715_n1_page9 {
	width: 89%;
}
 #stacks_in_100439_page9 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_100439_page9 hr.gradient{height:5px;background:#333;background-image:-webkit-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-moz-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-ms-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-o-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC)}#stacks_in_100439_page9 hr.faded{height:5px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_100439_page9 hr.dashed_fade{border-bottom:5px dashed #C57E7E;background:#7A3333}#stacks_in_100439_page9 hr.dotted_fade{border-bottom:5px dotted #C57E7E;background:#7A3333}#stacks_in_100439_page9 hr.dashed{border-bottom:5px dashed #7A3333}#stacks_in_100439_page9 hr.dotted{border-bottom:5px dotted #C57E7E}#stacks_in_100439_page9 hr.shadow{height:5px;box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.5)}#stacks_in_100439_page9 hr.cloudy{margin:5px 0;box-shadow:0 0 5px 1px #7A3333}#stacks_in_100439_page9 hr.cloudy:after{content:"\00a0"}#stacks_in_100439_page9 hr.inset{border-top:5px solid rgba(0,0,0,0.1);border-bottom:5px solid rgba(255,255,255,0.3)}#stacks_in_100439_page9 hr.inset_two{border-top:5px solid #FFCCCC;border-bottom:5px solid #7A3333}#stacks_in_100439_page9 hr.inset_three{border-top:5px solid #7A3333;border-bottom:5px solid #FFCCCC}#stacks_in_100439_page9 hr.inset_four{border-top:5px solid #7A3333;border-bottom:5px solid #CCCCCC}#stacks_in_100439_page9 hr.flared{height:30px;border-style:solid;border-color:#7A3333;border-width:5px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_100439_page9 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#7A3333;border-width:0 0 5px 0;border-radius:20px}#stacks_in_100439_page9 hr.glyph{padding:0;border:0;border-top:5px double #7A3333;color:#7A3333;text-align:center;margin:1em 0}#stacks_in_100439_page9 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_100439_page9 {
	padding: 7px 0px 0px 0px;
}

#stacks_out_100091_page9 {
	width: 80%;
}
 #stacks_in_100093_page9 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_100093_page9 hr.gradient{height:5px;background:#333;background-image:-webkit-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-moz-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-ms-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-o-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC)}#stacks_in_100093_page9 hr.faded{height:5px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_100093_page9 hr.dashed_fade{border-bottom:5px dashed #C57E7E;background:#7A3333}#stacks_in_100093_page9 hr.dotted_fade{border-bottom:5px dotted #C57E7E;background:#7A3333}#stacks_in_100093_page9 hr.dashed{border-bottom:5px dashed #7A3333}#stacks_in_100093_page9 hr.dotted{border-bottom:5px dotted #C57E7E}#stacks_in_100093_page9 hr.shadow{height:5px;box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.5)}#stacks_in_100093_page9 hr.cloudy{margin:5px 0;box-shadow:0 0 5px 1px #7A3333}#stacks_in_100093_page9 hr.cloudy:after{content:"\00a0"}#stacks_in_100093_page9 hr.inset{border-top:5px solid rgba(0,0,0,0.1);border-bottom:5px solid rgba(255,255,255,0.3)}#stacks_in_100093_page9 hr.inset_two{border-top:5px solid #FFCCCC;border-bottom:5px solid #7A3333}#stacks_in_100093_page9 hr.inset_three{border-top:5px solid #7A3333;border-bottom:5px solid #FFCCCC}#stacks_in_100093_page9 hr.inset_four{border-top:5px solid #7A3333;border-bottom:5px solid #CCCCCC}#stacks_in_100093_page9 hr.flared{height:30px;border-style:solid;border-color:#7A3333;border-width:5px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_100093_page9 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#7A3333;border-width:0 0 5px 0;border-radius:20px}#stacks_in_100093_page9 hr.glyph{padding:0;border:0;border-top:5px double #7A3333;color:#7A3333;text-align:center;margin:1em 0}#stacks_in_100093_page9 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_100093_page9 {
	padding: 7px 0px 0px 0px;
}

#stacks_out_100521_page9 {
	width: 81%;
}

#stacks_in_100521_page9 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}
.stacksSpacerstacks_in_99952_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_out_100151_page9 {
	width: 81%;
}
.stacksSpacerstacks_in_98877_page9 {
	display: block;
	width: 100%;
	height:25px;
}
#stacks_in_100504_page9 {
	background-color: rgba(242, 244, 254, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	padding:  8px;
}
.stacksSpacerstacks_in_98879_page9 {
	display: block;
	width: 100%;
	height:25px;
}.stacksSpacerstacks_in_98787_page9 {
	display: block;
	width: 100%;
	height:25px;
}/* Smart2columns stack v1.3.0 */

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table, #stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table div[class^="s2c_stacks_in_98842_page9_cell"] {
	display: table-cell;
	overflow: hidden;
}

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table .s2c_stacks_in_98842_page9_cell1 {
	
  	
  	border-radius: 1px;
	vertical-align: top;
	
	
}

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table .s2c_stacks_in_98842_page9_cell2 {
	
  	
  	border-radius: 1px;
	vertical-align: top;
	
}

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table .s2c_stacks_in_98842_page9_spacer {
	display: table-cell;
	width: 24px;
}

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

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table div[class^="s2c_stacks_in_98842_page9_cell"] {
	display: block;
	width: 100%;
}

#stacks_in_98842_page9 .s2c_stacks_in_98842_page9_table .s2c_stacks_in_98842_page9_spacer {
	display: block;
	height: 12px;
}

}

/* End of Smart2columns stack */
#stacks_in_98850_page9 {
	background-color: rgba(242, 244, 211, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	padding:  4px;
}
#stacks_in_98811_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98811_page9 a:link, #stacks_in_98811_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98811_page9 a:hover, #stacks_in_98811_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98811_page9 a:link, #stacks_in_98811_page9 a:visited {
	background-color:#196514;
	background: -webkit-gradient(linear, left top, left bottom, from(#196514), to(#0F3C0C));
	border:1px solid #0F3C0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98811_page9 a:hover {
	background-color:#1B6D15;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B6D15), to(#0D340A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98811_page9 a:active {
	background-color:#196514;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_98811_page9 {
	background-color: rgba(255, 255, 255, 1.00);
}
.stacksSpacerstacks_in_100616_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100552_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_out_100612_page9 {
	width: 75%;
}

#stacks_in_100617_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100618_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_out_100087_page9 {
	width: 75%;
}

#stacks_in_100090_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_99912_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99866_page9 {
	background-color: rgba(222, 241, 227, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	padding:  4px;
}
#stacks_in_99867_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_99867_page9 a:link, #stacks_in_99867_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_99867_page9 a:hover, #stacks_in_99867_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_99867_page9 a:link, #stacks_in_99867_page9 a:visited {
	background-color:#196514;
	background: -webkit-gradient(linear, left top, left bottom, from(#196514), to(#0F3C0C));
	border:1px solid #0F3C0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_99867_page9 a:hover {
	background-color:#1B6D15;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B6D15), to(#0D340A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_99867_page9 a:active {
	background-color:#196514;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_99867_page9 {
	background-color: rgba(255, 255, 255, 1.00);
}
.stacksSpacerstacks_in_99869_page9 {
	display: block;
	width: 100%;
	height:20px;
}#stacks_in_99815_page9>.s3_row {
	margin: 0 -10px;
}

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








  


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




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



}



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


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





}




  

#stacks_in_99819_page9 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_99825_page9 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_99831_page9 {
	margin:  2px;
	padding:  5px;
}

#stacks_in_99837_page9 {
	margin:  2px;
	padding:  5px;
}
.stacksSpacerstacks_in_100507_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_out_100527_page9 {
	width: 75%;
}
.stacksSpacerstacks_in_99444_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99760_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100274_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100619_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100620_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100601_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_out_99767_page9 {
	width: 75%;
}
.stacksSpacerstacks_in_99714_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99628_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_99666_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99596_page9 {
	background-color: rgba(60, 221, 255, 1.00);
	border: solid rgba(25, 100, 255, 1.00);
	border-width:  3px;
}
.stacksSpacerstacks_in_99597_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99643_page9 {
	font-size: 200%;
}
.stacksSpacerstacks_in_100367_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100408_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100411_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100407_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100409_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100410_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100401_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100398_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100402_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_99604_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_98995_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_99595_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99585_page9 {
	background-color: rgba(254, 204, 102, 1.00);
	border: solid rgba(253, 128, 8, 1.00);
	border-width:  3px;
}

#stacks_in_99645_page9 {
	font-size: 200%;
}
.stacksSpacerstacks_in_98882_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_98884_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_98908_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_98867_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_99426_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_98830_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_98836_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_98831_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_98848_page9 {
	background-color: rgba(222, 241, 227, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	padding:  4px;
}
#stacks_in_98813_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98813_page9 a:link, #stacks_in_98813_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98813_page9 a:hover, #stacks_in_98813_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98813_page9 a:link, #stacks_in_98813_page9 a:visited {
	background-color:#196514;
	background: -webkit-gradient(linear, left top, left bottom, from(#196514), to(#0F3C0C));
	border:1px solid #0F3C0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98813_page9 a:hover {
	background-color:#1B6D15;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B6D15), to(#0D340A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98813_page9 a:active {
	background-color:#196514;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_98813_page9 {
	background-color: rgba(255, 255, 255, 1.00);
}
.stacksSpacerstacks_in_100589_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100636_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100635_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100637_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100632_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100631_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100588_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100570_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100585_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100584_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100562_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100561_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100563_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100564_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100546_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_100565_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100462_page9 {
	display: block;
	width: 100%;
	height:20px;
} #stacks_in_100525_page9 .youtube_wrapper{ text-align:center;position:relative}#stacks_in_100525_page9 .youtube_wrapper img{cursor:pointer;z-index:1000;position:absolute;top:0;  left:0;   width:100%;height:auto;} 
.stacksSpacerstacks_in_100036_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_100055_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_99973_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_99555_page9 {
	display: block;
	width: 100%;
	height:20px;
} #stacks_in_99953_page9 .youtube_wrapper{ text-align:center;position:relative}#stacks_in_99953_page9 .youtube_wrapper img{cursor:pointer;z-index:1000;position:absolute;top:0;  left:0;   width:100%;height:auto;} 
.stacksSpacerstacks_in_100002_page9 {
	display: block;
	width: 100%;
	height:20px;
} #stacks_in_100000_page9 .youtube_wrapper{ text-align:center;position:relative}#stacks_in_100000_page9 .youtube_wrapper img{cursor:pointer;z-index:1000;position:absolute;top:0;  left:0;   width:100%;height:auto;} 
.stacksSpacerstacks_in_100001_page9 {
	display: block;
	width: 100%;
	height:20px;
} #stacks_in_99999_page9 .youtube_wrapper{ text-align:center;position:relative}#stacks_in_99999_page9 .youtube_wrapper img{cursor:pointer;z-index:1000;position:absolute;top:0;  left:0;   width:100%;height:auto;} 
.stacksSpacerstacks_in_99735_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99648_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_99650_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_out_98717_page9 {
	width: 410px;
}

#stacks_in_98717_page9 {
	background-color: rgba(242, 244, 254, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
 #stacks_in_98719_page9 .button_icon,#stacks_in_98719_page9 .button_icon i{margin:0;padding:0;display:inline-block;font-weight:normal;height:32px;line-height:32px;font-size:19px}  #stacks_in_98719_page9 .button_label{font:500 16px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;height:2em;line-height:2em;display:inline-block; } #stacks_in_98719_page9 .button_icon{border-right:1px solid rgba(0,0,0,0.2);float:left;padding-right:14px}#stacks_in_98719_page9 .button_label{border-left:1px solid rgba(255,255,255,0.2);float:left;padding:0 7px 0 14px}  #stacks_in_98719_page9 .sweet_button_wrapper{text-align:center; height:32px;}@media screen and (max-width:500px){#stacks_in_98719_page9 .sweet_button_wrapper{ height:28px;} #stacks_in_98719_page9 .button_icon,#stacks_in_98719_page9 .button_icon i{height:28px;line-height:2em;font-size:17px}  #stacks_in_98719_page9 .button_label{font:500 14px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;line-height:2em}}#stacks_in_98719_page9 a.sweet_button{cursor:pointer;display:inline-block;margin:0;padding:0 14px;text-decoration:none;text-align:center;color:rgba(255, 255, 255, 1.00);border-style:solid;border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-radius:5px;background:rgba(107, 0, 3, 1.00)}#stacks_in_98719_page9 a.sweet_button:visited{color:rgba(255, 255, 255, 1.00)}#stacks_in_98719_page9 a.sweet_button:hover{border-color:rgba(153, 153, 153, 1.00)}     #stacks_in_98719_page9 .sweet_button:hover{color:rgba(255, 255, 255, 1.00);background:rgba(127, 20, 23, 1.00)}#stacks_in_98719_page9 .sweet_button:active{background:rgba(87, 0, 0, 1.00)}#stacks_in_98719_page9 .sweet_button.clicked{background:rgba(38, 113, 45, 1.00);border-color:rgba(0, 0, 0, 1.00)}#stacks_in_98719_page9 .sweet_button.clicked:hover{background:rgba(58, 133, 65, 1.00);border-color:rgba(153, 153, 153, 1.00)}#stacks_in_98719_page9 .sweet_button.clicked:active{background:rgba(18, 93, 25, 1.00)}   
.stacksSpacerstacks_in_99553_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_99554_page9 {
	padding: 5px 0px 0px 0px;
}
.stacksSpacerstacks_in_99324_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_98942_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_100289_page9 {
	display: block;
	width: 100%;
	height:20px;
}.stacksSpacerstacks_in_98784_page9 {
	display: block;
	width: 100%;
	height:20px;
}
#stacks_in_98771_page9 {
	background-color: rgba(228, 243, 233, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}
 #stacks_in_98773_page9 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_98773_page9 hr.gradient{height:5px;background:#333;background-image:-webkit-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-moz-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-ms-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:-o-linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC);background-image:linear-gradient(left,#FFCCCC,#7A3333,#FFCCCC)}#stacks_in_98773_page9 hr.faded{height:5px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_98773_page9 hr.dashed_fade{border-bottom:5px dashed #C57E7E;background:#7A3333}#stacks_in_98773_page9 hr.dotted_fade{border-bottom:5px dotted #C57E7E;background:#7A3333}#stacks_in_98773_page9 hr.dashed{border-bottom:5px dashed #7A3333}#stacks_in_98773_page9 hr.dotted{border-bottom:5px dotted #C57E7E}#stacks_in_98773_page9 hr.shadow{height:5px;box-shadow:inset 0 5px 5px -5px rgba(0,0,0,0.5)}#stacks_in_98773_page9 hr.cloudy{margin:5px 0;box-shadow:0 0 5px 1px #7A3333}#stacks_in_98773_page9 hr.cloudy:after{content:"\00a0"}#stacks_in_98773_page9 hr.inset{border-top:5px solid rgba(0,0,0,0.1);border-bottom:5px solid rgba(255,255,255,0.3)}#stacks_in_98773_page9 hr.inset_two{border-top:5px solid #FFCCCC;border-bottom:5px solid #7A3333}#stacks_in_98773_page9 hr.inset_three{border-top:5px solid #7A3333;border-bottom:5px solid #FFCCCC}#stacks_in_98773_page9 hr.inset_four{border-top:5px solid #7A3333;border-bottom:5px solid #CCCCCC}#stacks_in_98773_page9 hr.flared{height:30px;border-style:solid;border-color:#7A3333;border-width:5px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_98773_page9 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#7A3333;border-width:0 0 5px 0;border-radius:20px}#stacks_in_98773_page9 hr.glyph{padding:0;border:0;border-top:5px double #7A3333;color:#7A3333;text-align:center;margin:1em 0}#stacks_in_98773_page9 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_98773_page9 {
	margin:  8px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_98721_page9 .stacks_left {
	width:378px;
}

#stacks_in_98721_page9 .stacks_row {
	width:378px;
}
#stacks_in_98721_page9 {
	background-color: rgba(228, 243, 233, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
.stacksSpacerstacks_in_98722_page9 {
	display: block;
	width: 100%;
	height:15px;
}
#stacks_in_98723_page9 {
	margin:  3px;
}
#stacks_in_98725_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98725_page9 a:link, #stacks_in_98725_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98725_page9 a:hover, #stacks_in_98725_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98725_page9 a:link, #stacks_in_98725_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98725_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98725_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_98728_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98728_page9 a:link, #stacks_in_98728_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98728_page9 a:hover, #stacks_in_98728_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98728_page9 a:link, #stacks_in_98728_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98728_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98728_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_98729_page9 {
	word-spacing: 5px;
}
#stacks_in_98730_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98730_page9 a:link, #stacks_in_98730_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98730_page9 a:hover, #stacks_in_98730_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98730_page9 a:link, #stacks_in_98730_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98730_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98730_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_98774_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98774_page9 a:link, #stacks_in_98774_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98774_page9 a:hover, #stacks_in_98774_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98774_page9 a:link, #stacks_in_98774_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98774_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98774_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_98732_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98732_page9 a:link, #stacks_in_98732_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98732_page9 a:hover, #stacks_in_98732_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98732_page9 a:link, #stacks_in_98732_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98732_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98732_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_98734_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98734_page9 a:link, #stacks_in_98734_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98734_page9 a:hover, #stacks_in_98734_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98734_page9 a:link, #stacks_in_98734_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98734_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98734_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_98736_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98736_page9 a:link, #stacks_in_98736_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98736_page9 a:hover, #stacks_in_98736_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98736_page9 a:link, #stacks_in_98736_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98736_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98736_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_98779_page9_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_98779_page9 a:link, #stacks_in_98779_page9 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_98779_page9 a:hover, #stacks_in_98779_page9 a:active {
	color:#FFFFFF;
}










#stacks_in_98779_page9 a:link, #stacks_in_98779_page9 a:visited {
	background-color:#1C9814;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C9814), to(#115B0C));
	border:1px solid #115B0C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_98779_page9 a:hover {
	background-color:#1FA415;
	background: -webkit-gradient(linear, left top, left bottom, from(#1FA415), to(#0E4F0A));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_98779_page9 a:active {
	background-color:#1C9814;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
.stacksSpacerstacks_in_98738_page9 {
	display: block;
	width: 100%;
	height:15px;
}.stacksSpacerstacks_in_98646_page9 {
	display: block;
	width: 100%;
	height:10px;
}/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_p98650_n1_page9 #myExtraContent12,
#ExtraContentPlusstacks_in_p98650_n1_page9 #fs {
	display: none;
}


#stacks_in_p98650_n2_page9 {
	background-color: rgba(225, 225, 225, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin:  4px;
	padding:  15px;
}

#stacks_in_p98650_n4_page9 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_p98650_n4_page9 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_p98650_n4_page9 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_p98650_n7_page9 {
	text-transform: capitalize;
	font-weight: bold;
}

#stacks_in_p98650_n9_page9 {
	font-size: 95%;
}

#stacks_in_p98650_n14_page9 {
	text-transform: capitalize;
}

#stacks_in_p98650_n16_page9 {
	font-size: 122%;
	font-weight: bold;
}

#stacks_in_p98650_n21_page9 {
	text-transform: capitalize;
	font-weight: bold;
}

#stacks_in_p98650_n23_page9 {
	font-size: 95%;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_p98651_n1_page9 #myExtraContent4,
#ExtraContentPlusstacks_in_p98651_n1_page9 #fs {
	display: none;
}

