.warehouse-image img{width:auto;height:auto;max-width:100%;margin:0 auto;display:block}.warehouse-image img.align-right{margin-right:0}.warehouse-image img.align-left{margin-left:0}.warehouse-image img.full-width{width:100%}.warehouse-image > a{display:block;text-decoration:none}
#stacks_in_4542 .gyro_container{padding:0;margin:0 auto;width:calc(100% - 30px)}#stacks_in_4542 .gyro_main_view,#stacks_in_4542 .gyro_window{position:relative}#stacks_in_4542 .gyro_window{overflow:hidden}#stacks_in_4542 .gyro_image_reel{width:100%;overflow:auto;transition:transform 1000ms ease-in-out}#stacks_in_4542 .gyro_image_reel > div{float:left}#stacks_in_4542 .gyro_image_reel img{margin:0;padding:0;width:100%;height:auto;float:none}#stacks_in_4542 .gyro_ribbon{z-index:100;text-align:center;line-height:40px;display:block;position:absolute;bottom:-4px}#stacks_in_4542 .gyro_ribbon.ribbonhide{display:none}#stacks_in_4542 .gyro_ribbon.left{left:-15px}#stacks_in_4542 .gyro_ribbon.right{right:-15px}#stacks_in_4542 .gyro_ribbon.center{position:relative;margin:0 auto;overflow:auto}#stacks_in_4542 .gyro_ribbon .ribbon_sprite{height:47px;float:left}#stacks_in_4542 .gyro_ribbon.right .ribbon_sprite{float:right}#stacks_in_4542 .gyro_ribbon .gyro_ribbon_end{width:39px}#stacks_in_4542 .gyro_ribbon .gyro_ribbon_start,#stacks_in_4542 .gyro_ribbon.center .gyro_ribbon_end{width:24px}#stacks_in_4542 .gyro_ribbon .gyro_ribbon_end{background-image:url(../rw_common/plugins/stacks/gyro-images/ribbon3/gyro_ribbon_center_end_3.png);background-repeat:no-repeat}#stacks_in_4542 .gyro_ribbon .gyro_ribbon_middle{background-image:url(../rw_common/plugins/stacks/gyro-images/ribbon3/gyro_ribbon_mid_3.png);background-repeat:repeat-x}#stacks_in_4542 .gyro_ribbon .gyro_ribbon_start{background-image:url(../rw_common/plugins/stacks/gyro-images/ribbon3/gyro_ribbon_center_start_3.png);background-repeat:no-repeat}#stacks_in_4542 .gyro_ribbon a{padding:5px;text-decoration:none;border:1px solid transparent;border-radius:3px;color:rgba(255, 255, 255, 1.00)}#stacks_in_4542 .gyro_ribbon a.active,#stacks_in_4542 .gyro_ribbon a:hover{background-color:rgba(160, 8, 26, 1.00);border-color:rgba(152, 11, 26, 1.00)}@media screen and (max-width:40em){#stacks_in_4542 .gyro_container{margin:0;padding-bottom:50px;width:100%}#stacks_in_4542 .hide_ribbon{padding-bottom:0}#stacks_in_4542 .hide_ribbon .gyro_ribbon{display:none}#stacks_in_4542 .gyro_ribbon_start,#stacks_in_4542 .gyro_ribbon_middle,#stacks_in_4542 .gyro_ribbon_end{background-image:none !important}#stacks_in_4542 .gyro_ribbon{bottom:-50px}#stacks_in_4542 .gyro_ribbon.left{left:0px}#stacks_in_4542 .gyro_ribbon.right{right:0px}#stacks_in_4542 .gyro_ribbon_end{width:0px}#stacks_in_4542 .gyro_ribbon a{color:rgba(160, 8, 26, 1.00)}#stacks_in_4542 .gyro_ribbon a.active{color:rgba(255, 255, 255, 1.00)}}
#stacks_in_5326_6_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_5326_6 a:link, #stacks_in_5326_6 a:visited {
	background-color:#5000A0;
	background: -webkit-gradient(linear, left top, left bottom, from(#5000A0), to(#300060));
	border:1px solid #300060;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5326_6 a:hover {
	background-color:#5600AC;
	background: -webkit-gradient(linear, left top, left bottom, from(#5600AC), to(#290053));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5326_6 a:active {
	background-color:#5000A0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_5326_6 {
	padding: 20px 0px 20px 0px;
}
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

#noticeContainer_stacks_in_5326_8 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_5326_8 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_5326_8 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_5326_8 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 0px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto;
  visibility: hidden;
  /*  */
  z-index: 999999;
  /*  */
  max-width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  bottom: 20px;
  /*  */
  /*  */
  /*  */
  margin-right: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  background: rgba(64, 0, 128, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Abril Fatface";
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 20px 0px 0px 20px; }
  #notice_stacks_in_5326_8.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_5326_8.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_5326_8.cookie-hide {
    display: none; }

#notice_stacks_in_5326_8 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 700px;
  padding: 10px 20px 35px 20px; }

#notice_stacks_in_5326_8 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 700px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 20px 35px 20px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_5326_8 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 18px;
    line-height: 22px; }
  #notice_stacks_in_5326_8 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_5326_8 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_5326_8 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_5326_8 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_5326_8 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_5326_8 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_5326_8 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_5326_8 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_5326_8 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_5326_8 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_5326_8 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_5326_8 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_5326_8 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_5326_8 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_5326_8 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_5326_8 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */
/*
1.0.0
*/
.animfr_stacks_in_5312_2 {
  position: relative;
  z-index: 100;
  margin: 50px 0px 50px 0px;
  

}
.animfr_stacks_in_5312_2 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_5312_2 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  left: -25px;
  top: -25px;
  bottom: -25px;
  right: -25px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_5312_2 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_5312_2 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_5312_2 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_5312_2 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_5312_2 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  /* margin: 50px 0px 50px 0px; */
}
.animfr_stacks_in_5312_2 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_5312_2 .animfr-content-wrap > div {
  

  padding: 24px 24px 124px 24px ;
}
.animfr_stacks_in_5312_2 .animfr-mask,
.animfr_stacks_in_5312_2 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_5312_2 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_5312_2.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_5312_2.layerTrue .animfr-content-wrap > div {
  display: none;
}




#stacks_in_5312_4 h3,#stacks_in_5312_4 h3 a,#stacks_in_5312_4 p,#stacks_in_5312_4 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5312_4 p a:hover, #stacks_in_5312_4 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








#stacks_in_5312_6>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5312_6>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_5312_6>.s3_row>.s3_column_right {
	width: 68.000000%;
}




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










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



}



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


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


}






#stacks_in_5312_8 {
	padding:  13px;
}




#stacks_in_5312_11 h3,#stacks_in_5312_11 h3 a,#stacks_in_5312_11 p,#stacks_in_5312_11 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5312_11 p a:hover, #stacks_in_5312_11 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5312_11 {
	padding: 70px 0px 0px 0px;
}




#stacks_in_5312_13 h3,#stacks_in_5312_13 h3 a,#stacks_in_5312_13 p,#stacks_in_5312_13 p a{
	color:rgba(159, 0, 27, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5312_13 p a:hover, #stacks_in_5312_13 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








#stacks_in_5312_15_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_5312_15 a:link, #stacks_in_5312_15 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5312_15 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5312_15 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_5312_32>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5312_32>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_5312_32>.s3_row>.s3_column_right {
	width: 68.000000%;
}




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










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



}



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


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


}






#stacks_in_5312_40 {
	padding:  13px;
}




#stacks_in_5312_33 h3,#stacks_in_5312_33 h3 a,#stacks_in_5312_33 p,#stacks_in_5312_33 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5312_33 p a:hover, #stacks_in_5312_33 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5312_33 {
	padding: 70px 0px 0px 0px;
}




#stacks_in_5312_35 h3,#stacks_in_5312_35 h3 a,#stacks_in_5312_35 p,#stacks_in_5312_35 p a{
	color:rgba(159, 0, 27, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5312_35 p a:hover, #stacks_in_5312_35 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








#stacks_in_5312_37_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_5312_37 a:link, #stacks_in_5312_37 a:visited {
	background-color:#FFA00A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA00A), to(#BD6006));
	border:1px solid #BD6006;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5312_37 a:hover {
	background-color:#FFAC0A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAC0A), to(#A45305));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5312_37 a:active {
	background-color:#FFA00A;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
#stacks_in_5312_17>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5312_17>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_5312_17>.s3_row>.s3_column_right {
	width: 68.000000%;
}




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










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



}



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


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


}






#stacks_in_5312_19 {
	padding:  13px;
}




#stacks_in_5312_22 h3,#stacks_in_5312_22 h3 a,#stacks_in_5312_22 p,#stacks_in_5312_22 p a{
	color:rgba(7, 64, 128, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:left;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5312_22 p a:hover, #stacks_in_5312_22 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5312_22 {
	padding: 70px 0px 0px 0px;
}




#stacks_in_5312_24 h3,#stacks_in_5312_24 h3 a,#stacks_in_5312_24 p,#stacks_in_5312_24 p a{
	color:rgba(159, 0, 27, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5312_24 p a:hover, #stacks_in_5312_24 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5312_28 {
	padding: 0px 0px 0px 20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4556_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_474 {
	background-color: rgba(177, 20, 34, 1.00);
	margin: 10px 0px 10px 0px;
}

#stacks_in_556 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding: 0px 0px 20px 0px;
}

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

#stacks_in_561 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}
/* Resp 2 Column v1.6.2 Copyright 2013 Joe Workman */
#stacks_in_4609 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_4609 .jwresp_col{overflow:hidden;vertical-align:top;margin:0;width:74%; float:left;}#stacks_in_4609 #jwresp_col2_stacks_in_4609{ float:right; width:24%}@media screen and (max-width:500px){#stacks_in_4609 #jwresp_col1_stacks_in_4609,#stacks_in_4609 #jwresp_col2_stacks_in_4609{width:100%;float:none;display:block}#stacks_in_4609 #jwresp_col1_stacks_in_4609{margin-bottom:15px}}

#stacks_in_564 {
	padding:  10px;
}




#stacks_in_4944 h1,#stacks_in_4944 h1 a,#stacks_in_4944 p,#stacks_in_4944 p a{
	color:rgba(159, 0, 26, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(230, 230, 230, 1.00),
		0 1px 1px rgba(215, 215, 215, 1.00),
		0 2px 1px rgba(200, 200, 200, 1.00),
		0 3px 1px rgba(185, 185, 185, 1.00),
		0 4px 1px rgba(170, 170, 170, 1.00),
		0 5px 1px rgba(155, 155, 155, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0;
	

	

	

	

}

#stacks_in_4944 p a:hover, #stacks_in_4944 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}













#stacks_in_4982 h1,#stacks_in_4982 h1 a,#stacks_in_4982 p,#stacks_in_4982 p a{
	color:rgba(159, 0, 26, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(230, 230, 230, 1.00),
		0 1px 1px rgba(215, 215, 215, 1.00),
		0 2px 1px rgba(200, 200, 200, 1.00),
		0 3px 1px rgba(185, 185, 185, 1.00),
		0 4px 1px rgba(170, 170, 170, 1.00),
		0 5px 1px rgba(155, 155, 155, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0;
	

	

	

	

}

#stacks_in_4982 p a:hover, #stacks_in_4982 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_5228{behavior:url(/PIE/PIE.htc);       border-style:solid!important; }   

#stacks_in_5228 {
    background-image: url("A40B8B67-4742-4A62-864B-9835CDB8FCDA.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(177, 20, 34, 1.00);
	border-width:  4px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 30px 10px 0px 10px;
	padding: 20px 0px 0px 0px;
}
#stacks_in_5229>.s3_row {
	margin: 0 -10px;
}

#stacks_in_5229>.s3_row>.s3_column_left {
	width: 34.57%;
}

#stacks_in_5229>.s3_row>.s3_column_right {
	width: 65.430000%;
}




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










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



}



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


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


}






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

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

#stacks_out_5240 {
	margin-right:0;
}

#stacks_in_5231 {
	padding: 70px 0px 0px 0px;
}

#stacks_in_5233 {
	font-size: 113%;
}

#stacks_in_5234 {
	padding: 30px 0px 30px 0px;
}

#stacks_in_5235 {
	font-size: 165%;
}

#stacks_in_5236 .filebutton { /* main class */
 height: 48px !important;
 width: 200px;
 font-size: 12px;
 line-height: 48px !important;
 font-family: arial !important;
 font-weight: bold;
 margin: 20px;
 position: relative;
 z-index: 0;
}
#stacks_in_5236 .filebutton img{margin: 0;}

#stacks_in_5236 .filebutton {margin: 10px auto 50px;}
#stacks_in_5236 .filebutton a{line-height: 48px !important;}



/*
   ===============================
   ========== RED STYLE ==========
   =============================== 
*/

#stacks_in_5236 .red:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
}

#stacks_in_5236 .filebutton:hover .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_5236 .filebutton:active .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_5236 .red  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_5236 .filebutton:active .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_5236 .red  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #c93f27;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== ORANGE STYLE =========
   =============================== 
*/

#stacks_in_5236 .orange:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
}

#stacks_in_5236 .filebutton:hover .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_5236 .filebutton:active .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_5236 .orange  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_5236 .filebutton:active .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_5236 .orange  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #db4706;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== YELLOW STYLE =========
   =============================== 
*/

#stacks_in_5236 .yellow:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
}

#stacks_in_5236 .filebutton:hover .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_5236 .filebutton:active .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_5236 .yellow  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_5236 .filebutton:active .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_5236 .yellow  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= GREEN STYLE =========
   =============================== 
*/

#stacks_in_5236 .green:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
}

#stacks_in_5236 .filebutton:hover .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_5236 .filebutton:active .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_5236 .green  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_5236 .filebutton:active .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_5236 .green  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #e2ffa5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLUE STYLE =========
   =============================== 
*/

#stacks_in_5236 .blue:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
}

#stacks_in_5236 .filebutton:hover .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_5236 .filebutton:active .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_5236 .blue  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_5236 .filebutton:active .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_5236 .blue  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #008af5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== PURPLE STYLE =========
   =============================== 
*/

#stacks_in_5236 .purple:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
}

#stacks_in_5236 .filebutton:hover .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_5236 .filebutton:active .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_5236 .purple  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_5236 .filebutton:active .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_5236 .purple  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #6a14c3;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLACK STYLE =========
   =============================== 
*/

#stacks_in_5236 .black:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
}

#stacks_in_5236 .filebutton:hover .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_5236 .filebutton:active .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_5236 .black  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_5236 .filebutton:active .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_5236 .black  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}


/*
   ===============================
   ========= GREY STYLE ==========
   =============================== 
*/

#stacks_in_5236 .grey:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
}

#stacks_in_5236 .filebutton:hover .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_5236 .filebutton:active .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_5236 .grey  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_5236 .filebutton:active .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_5236 .grey  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}



/*
   ===============================
   ========= WHITE STYLE =========
   =============================== 
*/

#stacks_in_5236 .white:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
}

#stacks_in_5236 .filebutton:hover .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_5236 .filebutton:active .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_5236 .white  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
 border-left: 0;
}

#stacks_in_5236 .filebutton:hover .white  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_5236 .filebutton:active .white  {
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_5236 .white  a { /* link styling */
 color: #3b3c3c;
 text-decoration: none;
 text-shadow: #eeefed 0 1px 0;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ====================================
   ====== LIGHT STYLE (DROPDOWN) ======
   ====================================
*/

#stacks_in_5236 .light {
 width: 120px;
 height: 31px;
 padding: 7px 6px;
 margin-left: 58px;
 position: absolute;
 clear: both;
 z-index: -1;
 -webkit-transition: top .6s linear;
/* text */
 color: #333;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(.1, #e4e4e4), to(#f2f2f2));
 background: -moz-linear-gradient(#bababa, #e4e4e4 10%, #f2f2f2);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px -1px rgba(255, 255, 255, 1) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 1) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-top: 0;
}

#stacks_in_5236 .filebutton:hover .light {
 top: 48px;
}

#stacks_in_5236 .light img {
float: left;
}

#stacks_in_5236 .light span {
color: #555;
font-weight: normal;
}



/*
   ===============================
   ======== CUSTOM STYLE =========
   =============================== 
*/

#stacks_in_5236 .custom:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');
 
/* shadows and highlights */
 
 -moz-box-shadow:inset 0px 1px 1px #FFFFFF;
 -webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
 box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
}


#stacks_in_5236 .filebutton:hover .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_5236 .filebutton:active .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_5236 .custom  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');

/* shadows and highlights */
-moz-box-shadow:inset 0px 1px 1px #FFFFFF;
-webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
 border-left: 0;
 
}

#stacks_in_5236 .filebutton:hover .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_5236 .filebutton:active .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_5236 .custom  a { /* link styling */
 color: #000000;
 text-decoration: none;
 text-shadow: 0 1px 0 #000000;font-family: arial, helvetica, sans-serif;line-height: 30px;font-weight: bold;}
 
 
 
 
 
/*
   ====================================
   ====== DARK STYLE (DROPDOWN) =======
   ====================================
*/

#stacks_in_5236 .description {
 width: 180px;
 padding: 7px 6px;
 margin-left: 3px;
 position: absolute;
 clear: both;
 -webkit-transition: top .6s linear;
 z-index: -1;
/* text */
 color: #fbfbfb;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), color-stop(.1, #5c5c5c), to(#838383));
 background: -moz-linear-gradient(#2b2b2b, #5c5c5c 10%, #838383);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.4) inset;
/* border */
 border: 1px solid #000;
 border-top: 0;height: 30px;}
#stacks_in_5236 .description h2{font-size: 13px;margin-bottom: -1px !important; margin-top: 0;color: #fefcfe !important; padding-top: 0;padding-bottom: 0;}
#stacks_in_5236 .description span{}

#stacks_in_5236 .filebutton:hover .description {
 top: 48px;
}

#stacks_in_5236 .description img {
float: left;
}

#stacks_in_5236 .description span {
color: #e5e5e5;
font-weight: normal;
}









/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      




#stacks_in_5202 h3,#stacks_in_5202 h3 a,#stacks_in_5202 p,#stacks_in_5202 p a{
	color:rgba(244, 180, 38, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5202 p a:hover, #stacks_in_5202 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5202 {
	background-color: rgba(197, 34, 49, 1.00);
	padding: 20px 0px 20px 40px;
}

#stacks_in_5204 .stacks_left {
	float:left;
	width:24%;
}

#stacks_in_5204 .stacks_right {
	float:right;
	width:74%;
}
#stacks_in_5204 {
	background-color: rgba(197, 34, 49, 1.00);
	padding: 0px 20px 40px 40px;
}




#stacks_in_5184 h1,#stacks_in_5184 h1 a,#stacks_in_5184 p,#stacks_in_5184 p a{
	color:rgba(244, 180, 38, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5184 p a:hover, #stacks_in_5184 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_5188 h1,#stacks_in_5188 h1 a,#stacks_in_5188 p,#stacks_in_5188 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5188 p a:hover, #stacks_in_5188 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_5192 h1,#stacks_in_5192 h1 a,#stacks_in_5192 p,#stacks_in_5192 p a{
	color:rgba(244, 180, 38, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5192 p a:hover, #stacks_in_5192 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








#stacks_in_5214_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_5214 a:link, #stacks_in_5214 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5214 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5214 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5211_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}




#stacks_in_5006 h3,#stacks_in_5006 h3 a,#stacks_in_5006 p,#stacks_in_5006 p a{
	color:rgba(197, 14, 37, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5006 p a:hover, #stacks_in_5006 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5006 {
	background-color: rgba(251, 200, 39, 1.00);
	padding: 20px 0px 20px 40px;
}

#stacks_in_4996 .stacks_left {
	float:left;
	width:24%;
}

#stacks_in_4996 .stacks_right {
	float:right;
	width:74%;
}
#stacks_in_4996 {
	background-color: rgba(251, 200, 39, 1.00);
	padding: 0px 20px 40px 40px;
}

#stacks_in_5002 {
	padding: 20px 0px 5px 0px;
}

#stacks_in_5003 {
	font-size: 70%;
}
#stacks_in_5216_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_5216 a:link, #stacks_in_5216 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_5216 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_5216 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5170_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_5070 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_5070 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_5070 {
    background-image: url("44B6833E-E54E-48AE-BE0E-7C10E12176D1.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_5099 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_5074 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5075 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_5077 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_5078 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5079 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_5080 {
	padding:  10px;
}

#stacks_in_5082 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_5082 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_5082 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_5084 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_5087 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5032_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
#stacks_in_5122>.s3_row {
	margin: 0 -6px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_5122 {
	background-color: rgba(255, 255, 10, 1.00);
}

#stacks_in_5126 {
	padding: 40px 0px 0px 10px;
}




#stacks_in_5134 h3,#stacks_in_5134 h3 a,#stacks_in_5134 p,#stacks_in_5134 p a{
	color:rgba(176, 7, 28, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5134 p a:hover, #stacks_in_5134 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_5136 h2,#stacks_in_5136 h2 a,#stacks_in_5136 p,#stacks_in_5136 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5136 p a:hover, #stacks_in_5136 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5141 {
	padding:  10px;
}

#stacks_in_5128 {
	padding: 40px 10px 0px 0px;
}

#stacks_in_5218 {
	background-color: rgba(255, 255, 10, 1.00);
}




#stacks_in_5145 h6,#stacks_in_5145 h6 a,#stacks_in_5145 p,#stacks_in_5145 p a{
	color:rgba(176, 7, 28, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5145 p a:hover, #stacks_in_5145 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5145 {
	padding: 0px 10px 10px 10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5121_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_5033 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_5033 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_5033 {
    background-image: url("44B6833E-E54E-48AE-BE0E-7C10E12176D1.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_5071 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_5037 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5038 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_5040 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_5041 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5042 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_5043 {
	padding:  10px;
}

#stacks_in_5045 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_5045 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_5045 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_5047 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_5050 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5271_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_5251 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_5251 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_5251 {
    background-image: url("44B6833E-E54E-48AE-BE0E-7C10E12176D1.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_5252 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_5255 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5257 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_5259 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_5260 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5261 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_5262 {
	padding:  10px;
}

#stacks_in_5264 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_5264 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_5264 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_5267 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_5270 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5053_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_4558 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_4558 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_4558 {
    background-image: url("016C5DA5-94AA-4FCF-B3CB-8204D3544BE4.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_4559 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_4562 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4563 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_4565 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_4566 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4567 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_4568 {
	padding:  10px;
}

#stacks_in_4570 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_4570 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_4570 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4572 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_4575 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_5031_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_4918 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_4918 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_4918 {
    background-image: url("44B6833E-E54E-48AE-BE0E-7C10E12176D1.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_4919 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_4922 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4923 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_4925 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_4926 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4927 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_4928 {
	padding:  10px;
}

#stacks_in_4930 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_4930 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_4930 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4932 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_4935 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4917_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_5009 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_5009 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_5009 {
    background-image: url("44B6833E-E54E-48AE-BE0E-7C10E12176D1.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_5013 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5014 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_5016 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_5017 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_5018 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_5019 {
	padding:  10px;
}

#stacks_in_5021 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_5021 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_5021 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_5023 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_5026 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4813_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_154 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_154 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_154 {
    background-image: url("3A920B59-02AA-4A69-ACCB-82F6DA8695E7.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_221 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_327 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_328 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_330 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_331 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_332 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_333 {
	padding:  10px;
}

#stacks_in_335 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_335 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_335 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_338 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_341 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4812_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_4728 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_4728 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_4728 {
    background-image: url("44B6833E-E54E-48AE-BE0E-7C10E12176D1.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_4729 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_4732 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4733 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_4735 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_4736 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4737 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_4738 {
	padding:  10px;
}

#stacks_in_4740 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_4740 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_4740 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4742 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_4745 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4578_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_4814 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_4814 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_4814 {
    background-image: url("44B6833E-E54E-48AE-BE0E-7C10E12176D1.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_4815 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_4818 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4819 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_4821 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_4822 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_4823 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_4824 {
	padding:  10px;
}

#stacks_in_4826 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_4826 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_4826 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_4828 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_4831 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}




#stacks_in_5069_2 h3,#stacks_in_5069_2 h3 a,#stacks_in_5069_2 p,#stacks_in_5069_2 p a{
	color:rgba(177, 20, 34, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5069_2 p a:hover, #stacks_in_5069_2 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5069_2 {
	background-color: rgba(253, 128, 8, 1.00);
	margin: 10px 0px 0px 0px;
	padding: 20px 10px 0px 10px;
}




#stacks_in_5069_10 h3,#stacks_in_5069_10 h3 a,#stacks_in_5069_10 p,#stacks_in_5069_10 p a{
	color:rgba(177, 20, 34, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5069_10 p a:hover, #stacks_in_5069_10 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5069_10 {
	background-color: rgba(253, 128, 8, 1.00);
	padding: 0px 10px 0px 10px;
}




#stacks_in_5069_8 h6,#stacks_in_5069_8 h6 a,#stacks_in_5069_8 p,#stacks_in_5069_8 p a{
	color:rgba(177, 20, 34, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5069_8 p a:hover, #stacks_in_5069_8 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5069_8 {
	background-color: rgba(253, 128, 8, 1.00);
	padding: 0px 10px 20px 10px;
}




#stacks_in_5069_4 h3,#stacks_in_5069_4 h3 a,#stacks_in_5069_4 p,#stacks_in_5069_4 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5069_4 p a:hover, #stacks_in_5069_4 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5069_4 {
	background-color: rgba(255, 255, 10, 1.00);
	padding: 0px 10px 20px 10px;
}

/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      

#stacks_in_248 {
	background-color: rgba(177, 20, 34, 1.00);
	margin: 10px 0px 10px 0px;
}

#stacks_in_134 .stacks_left {
	float:left;
	width:25%;
}

#stacks_in_134 .stacks_right {
	float:right;
	width:75%;
}
#stacks_in_134 {
    background-image: url("9A0800F0-07D9-417C-9E09-04B3549FCAED.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0px 20px 0px;
}

#stacks_in_539 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_137 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_138 {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 58%;
}

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

#stacks_in_140 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 150%;
}

#stacks_in_141 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_142 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 58%;
}

#stacks_in_143 {
	padding:  10px;
}

#stacks_in_145 .stacks_left {
	float:left;
	width:69%;
}

#stacks_in_145 .stacks_right {
	float:right;
	width:29%;
}
#stacks_in_145 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_205 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_217 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}

#stacks_in_2282 {
	background-color: rgba(177, 20, 34, 1.00);
	margin: 10px 0px 10px 0px;
}
#stacks_in_4894>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




#stacks_in_4900 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_658 {
	margin: 10px 0px 10px 0px;
	padding:  5px;
}

#stacks_in_4970 {
	margin: 10px 0px 10px 0px;
	padding:  5px;
}

#stacks_in_5272 {
	margin: 10px 0px 10px 0px;
	padding:  5px;
}



	#stacks_in_4902 .button_icon,#stacks_in_4902 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:28px;
		line-height:28px;
		font-size:17px;
	}
	


#stacks_in_4902 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_4902 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:10px;
	}
	#stacks_in_4902 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 5px 0px 10px;
	}




#stacks_in_4902 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_4902 .sweet_button_wrapper {
		
			height:24px;
		
	}

	
		#stacks_in_4902 .button_icon,#stacks_in_4902 .button_icon i {
			height:24px;
			line-height:2em;
			font-size:15px;
		}
		
	

	#stacks_in_4902 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_4902 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	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(74, 115, 224, 1.00);
}
#stacks_in_4902 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_4902 a.sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}


	#stacks_in_4902 .sweet_button {text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);}






	#stacks_in_4902 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_4902 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_4902 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(94, 135, 244, 1.00);
}
#stacks_in_4902 .sweet_button:active{
	background: rgba(54, 95, 204, 1.00);
}
#stacks_in_4902 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_4902 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_4902 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_4902 .sweet_button.candy {
	background: rgba(74, 115, 224, 1.00);
	background: linear-gradient(top, rgba(133, 207, 255, 1.00) 0%, rgba(94, 135, 244, 1.00) 50%, rgba(74, 115, 224, 1.00) 50%, rgba(104, 145, 254, 1.00) 75%, rgba(111, 172, 255, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(133, 207, 255, 1.00)', endColorstr='rgba(74, 115, 224, 1.00)',GradientType=0 );
}
#stacks_in_4902 .sweet_button.candy:hover {
	background: rgba(94, 135, 244, 1.00);
	background: linear-gradient(top, rgba(140, 218, 255, 1.00) 0%, rgba(114, 155, 255, 1.00) 50%, rgba(94, 135, 244, 1.00) 50%, rgba(118, 184, 255, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(140, 218, 255, 1.00)', endColorstr='rgba(94, 135, 244, 1.00)',GradientType=0 );
}
#stacks_in_4902 .sweet_button.candy:active{
	background: rgba(54, 95, 204, 1.00);
	background: linear-gradient(top, rgba(118, 184, 255, 1.00) 0%, rgba(94, 135, 244, 1.00) 50%, rgba(74, 115, 224, 1.00) 50%,  rgba(96, 149, 255, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(118, 184, 255, 1.00)', endColorstr='rgba(74, 115, 224, 1.00)',GradientType=0 );
}
#stacks_in_4902 .sweet_button.candy.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(68, 203, 81, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%, rgba(68, 143, 75, 1.00) 75%, rgba(57, 169, 67, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(68, 203, 81, 1.00)', endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0 );
}
#stacks_in_4902 .sweet_button.candy.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(72, 214, 85, 1.00) 0%, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%, rgba(60, 180, 72, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(72, 214, 85, 1.00)', endColorstr='rgba(58, 133, 65, 1.00)',GradientType=0 );
}
#stacks_in_4902 .sweet_button.candy.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: linear-gradient(top, rgba(60, 180, 72, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%,  rgba(49, 146, 58, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(60, 180, 72, 1.00)', endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0 );
}


#stacks_in_4902 {
	margin: 30px 0px 0px 0px;
}



	#stacks_in_92 .button_icon,#stacks_in_92 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:28px;
		line-height:28px;
		font-size:17px;
	}
	


#stacks_in_92 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_92 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:10px;
	}
	#stacks_in_92 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 5px 0px 10px;
	}




#stacks_in_92 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_92 .sweet_button_wrapper {
		
			height:24px;
		
	}

	
		#stacks_in_92 .button_icon,#stacks_in_92 .button_icon i {
			height:24px;
			line-height:2em;
			font-size:15px;
		}
		
	

	#stacks_in_92 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_92 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	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(74, 115, 224, 1.00);
}
#stacks_in_92 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_92 a.sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}


	#stacks_in_92 .sweet_button {text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);}






	#stacks_in_92 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_92 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_92 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(94, 135, 244, 1.00);
}
#stacks_in_92 .sweet_button:active{
	background: rgba(54, 95, 204, 1.00);
}
#stacks_in_92 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_92 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_92 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_92 .sweet_button.candy {
	background: rgba(74, 115, 224, 1.00);
	background: linear-gradient(top, rgba(133, 207, 255, 1.00) 0%, rgba(94, 135, 244, 1.00) 50%, rgba(74, 115, 224, 1.00) 50%, rgba(104, 145, 254, 1.00) 75%, rgba(111, 172, 255, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(133, 207, 255, 1.00)', endColorstr='rgba(74, 115, 224, 1.00)',GradientType=0 );
}
#stacks_in_92 .sweet_button.candy:hover {
	background: rgba(94, 135, 244, 1.00);
	background: linear-gradient(top, rgba(140, 218, 255, 1.00) 0%, rgba(114, 155, 255, 1.00) 50%, rgba(94, 135, 244, 1.00) 50%, rgba(118, 184, 255, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(140, 218, 255, 1.00)', endColorstr='rgba(94, 135, 244, 1.00)',GradientType=0 );
}
#stacks_in_92 .sweet_button.candy:active{
	background: rgba(54, 95, 204, 1.00);
	background: linear-gradient(top, rgba(118, 184, 255, 1.00) 0%, rgba(94, 135, 244, 1.00) 50%, rgba(74, 115, 224, 1.00) 50%,  rgba(96, 149, 255, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(118, 184, 255, 1.00)', endColorstr='rgba(74, 115, 224, 1.00)',GradientType=0 );
}
#stacks_in_92 .sweet_button.candy.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(68, 203, 81, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%, rgba(68, 143, 75, 1.00) 75%, rgba(57, 169, 67, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(68, 203, 81, 1.00)', endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0 );
}
#stacks_in_92 .sweet_button.candy.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(72, 214, 85, 1.00) 0%, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%, rgba(60, 180, 72, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(72, 214, 85, 1.00)', endColorstr='rgba(58, 133, 65, 1.00)',GradientType=0 );
}
#stacks_in_92 .sweet_button.candy.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: linear-gradient(top, rgba(60, 180, 72, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%,  rgba(49, 146, 58, 1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(60, 180, 72, 1.00)', endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0 );
}


#stacks_in_92 {
	margin: 35px 0px 0px 0px;
}

#stacks_in_5226 {
	margin: 10px 0px 10px 0px;
	padding:  5px;
}

#stacks_in_4898 {
	background-color: rgba(177, 20, 34, 1.00);
	margin: 10px 0px 10px 0px;
}
/* Resp 2 Column v1.6.2 Copyright 2013 Joe Workman */
#stacks_in_5151 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5151 .jwresp_col{overflow:hidden;vertical-align:top;margin:0;width:49%; float:left;}#stacks_in_5151 #jwresp_col2_stacks_in_5151{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_5151 #jwresp_col1_stacks_in_5151,#stacks_in_5151 #jwresp_col2_stacks_in_5151{width:100%;float:none;display:block}#stacks_in_5151 #jwresp_col1_stacks_in_5151{margin-bottom:15px}}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_4872{behavior:url(/PIE/PIE.htc);       border-style:solid!important; }   

#stacks_in_4872 {
    background-image: url("A40B8B67-4742-4A62-864B-9835CDB8FCDA.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(177, 20, 34, 1.00);
	border-width:  4px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 0px 10px 0px 10px;
	padding: 20px 0px 0px 0px;
}

#stacks_out_4873 {
	margin-right:0;
}

#stacks_in_4875 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4877 .filebutton { /* main class */
 height: 48px !important;
 width: 200px;
 font-size: 12px;
 line-height: 48px !important;
 font-family: arial !important;
 font-weight: bold;
 margin: 20px;
 position: relative;
 z-index: 0;
}
#stacks_in_4877 .filebutton img{margin: 0;}

#stacks_in_4877 .filebutton {margin: 10px auto 50px;}
#stacks_in_4877 .filebutton a{line-height: 48px !important;}



/*
   ===============================
   ========== RED STYLE ==========
   =============================== 
*/

#stacks_in_4877 .red:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
}

#stacks_in_4877 .filebutton:hover .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_4877 .filebutton:active .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_4877 .red  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_4877 .filebutton:active .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_4877 .red  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #c93f27;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== ORANGE STYLE =========
   =============================== 
*/

#stacks_in_4877 .orange:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
}

#stacks_in_4877 .filebutton:hover .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_4877 .filebutton:active .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_4877 .orange  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_4877 .filebutton:active .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_4877 .orange  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #db4706;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== YELLOW STYLE =========
   =============================== 
*/

#stacks_in_4877 .yellow:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
}

#stacks_in_4877 .filebutton:hover .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_4877 .filebutton:active .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_4877 .yellow  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_4877 .filebutton:active .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_4877 .yellow  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= GREEN STYLE =========
   =============================== 
*/

#stacks_in_4877 .green:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
}

#stacks_in_4877 .filebutton:hover .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_4877 .filebutton:active .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_4877 .green  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_4877 .filebutton:active .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_4877 .green  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #e2ffa5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLUE STYLE =========
   =============================== 
*/

#stacks_in_4877 .blue:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
}

#stacks_in_4877 .filebutton:hover .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_4877 .filebutton:active .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_4877 .blue  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_4877 .filebutton:active .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_4877 .blue  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #008af5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== PURPLE STYLE =========
   =============================== 
*/

#stacks_in_4877 .purple:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
}

#stacks_in_4877 .filebutton:hover .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_4877 .filebutton:active .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_4877 .purple  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_4877 .filebutton:active .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_4877 .purple  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #6a14c3;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLACK STYLE =========
   =============================== 
*/

#stacks_in_4877 .black:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
}

#stacks_in_4877 .filebutton:hover .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_4877 .filebutton:active .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_4877 .black  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_4877 .filebutton:active .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_4877 .black  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}


/*
   ===============================
   ========= GREY STYLE ==========
   =============================== 
*/

#stacks_in_4877 .grey:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
}

#stacks_in_4877 .filebutton:hover .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_4877 .filebutton:active .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_4877 .grey  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_4877 .filebutton:active .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_4877 .grey  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}



/*
   ===============================
   ========= WHITE STYLE =========
   =============================== 
*/

#stacks_in_4877 .white:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
}

#stacks_in_4877 .filebutton:hover .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4877 .filebutton:active .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4877 .white  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
 border-left: 0;
}

#stacks_in_4877 .filebutton:hover .white  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4877 .filebutton:active .white  {
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4877 .white  a { /* link styling */
 color: #3b3c3c;
 text-decoration: none;
 text-shadow: #eeefed 0 1px 0;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ====================================
   ====== LIGHT STYLE (DROPDOWN) ======
   ====================================
*/

#stacks_in_4877 .light {
 width: 120px;
 height: 31px;
 padding: 7px 6px;
 margin-left: 58px;
 position: absolute;
 clear: both;
 z-index: -1;
 -webkit-transition: top .6s linear;
/* text */
 color: #333;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(.1, #e4e4e4), to(#f2f2f2));
 background: -moz-linear-gradient(#bababa, #e4e4e4 10%, #f2f2f2);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px -1px rgba(255, 255, 255, 1) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 1) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-top: 0;
}

#stacks_in_4877 .filebutton:hover .light {
 top: 48px;
}

#stacks_in_4877 .light img {
float: left;
}

#stacks_in_4877 .light span {
color: #555;
font-weight: normal;
}



/*
   ===============================
   ======== CUSTOM STYLE =========
   =============================== 
*/

#stacks_in_4877 .custom:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');
 
/* shadows and highlights */
 
 -moz-box-shadow:inset 0px 1px 1px #FFFFFF;
 -webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
 box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
}


#stacks_in_4877 .filebutton:hover .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4877 .filebutton:active .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4877 .custom  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');

/* shadows and highlights */
-moz-box-shadow:inset 0px 1px 1px #FFFFFF;
-webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
 border-left: 0;
 
}

#stacks_in_4877 .filebutton:hover .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4877 .filebutton:active .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4877 .custom  a { /* link styling */
 color: #000000;
 text-decoration: none;
 text-shadow: 0 1px 0 #000000;font-family: arial, helvetica, sans-serif;line-height: 30px;font-weight: bold;}
 
 
 
 
 
/*
   ====================================
   ====== DARK STYLE (DROPDOWN) =======
   ====================================
*/

#stacks_in_4877 .description {
 width: 180px;
 padding: 7px 6px;
 margin-left: 3px;
 position: absolute;
 clear: both;
 -webkit-transition: top .6s linear;
 z-index: -1;
/* text */
 color: #fbfbfb;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), color-stop(.1, #5c5c5c), to(#838383));
 background: -moz-linear-gradient(#2b2b2b, #5c5c5c 10%, #838383);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.4) inset;
/* border */
 border: 1px solid #000;
 border-top: 0;height: 30px;}
#stacks_in_4877 .description h2{font-size: 13px;margin-bottom: -1px !important; margin-top: 0;color: #fefcfe !important; padding-top: 0;padding-bottom: 0;}
#stacks_in_4877 .description span{}

#stacks_in_4877 .filebutton:hover .description {
 top: 48px;
}

#stacks_in_4877 .description img {
float: left;
}

#stacks_in_4877 .description span {
color: #e5e5e5;
font-weight: normal;
}








/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_4882{behavior:url(/PIE/PIE.htc);       border-style:solid!important; }   

#stacks_in_4882 {
    background-image: url("A40B8B67-4742-4A62-864B-9835CDB8FCDA.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(177, 20, 34, 1.00);
	border-width:  4px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 0px 10px 0px 10px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_4883 {
	margin: 0px 0px 10px 0px;
}

#stacks_out_4883 {
	margin-right:0;
}

#stacks_in_4885 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_4887 .filebutton { /* main class */
 height: 48px !important;
 width: 200px;
 font-size: 12px;
 line-height: 48px !important;
 font-family: arial !important;
 font-weight: bold;
 margin: 20px;
 position: relative;
 z-index: 0;
}
#stacks_in_4887 .filebutton img{margin: 0;}

#stacks_in_4887 .filebutton {margin: 10px auto 50px;}
#stacks_in_4887 .filebutton a{line-height: 48px !important;}



/*
   ===============================
   ========== RED STYLE ==========
   =============================== 
*/

#stacks_in_4887 .red:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
}

#stacks_in_4887 .filebutton:hover .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_4887 .filebutton:active .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_4887 .red  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_4887 .filebutton:active .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_4887 .red  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #c93f27;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== ORANGE STYLE =========
   =============================== 
*/

#stacks_in_4887 .orange:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
}

#stacks_in_4887 .filebutton:hover .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_4887 .filebutton:active .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_4887 .orange  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_4887 .filebutton:active .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_4887 .orange  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #db4706;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== YELLOW STYLE =========
   =============================== 
*/

#stacks_in_4887 .yellow:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
}

#stacks_in_4887 .filebutton:hover .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_4887 .filebutton:active .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_4887 .yellow  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_4887 .filebutton:active .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_4887 .yellow  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= GREEN STYLE =========
   =============================== 
*/

#stacks_in_4887 .green:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
}

#stacks_in_4887 .filebutton:hover .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_4887 .filebutton:active .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_4887 .green  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_4887 .filebutton:active .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_4887 .green  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #e2ffa5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLUE STYLE =========
   =============================== 
*/

#stacks_in_4887 .blue:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
}

#stacks_in_4887 .filebutton:hover .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_4887 .filebutton:active .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_4887 .blue  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_4887 .filebutton:active .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_4887 .blue  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #008af5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== PURPLE STYLE =========
   =============================== 
*/

#stacks_in_4887 .purple:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
}

#stacks_in_4887 .filebutton:hover .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_4887 .filebutton:active .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_4887 .purple  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_4887 .filebutton:active .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_4887 .purple  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #6a14c3;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLACK STYLE =========
   =============================== 
*/

#stacks_in_4887 .black:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
}

#stacks_in_4887 .filebutton:hover .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_4887 .filebutton:active .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_4887 .black  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_4887 .filebutton:active .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_4887 .black  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}


/*
   ===============================
   ========= GREY STYLE ==========
   =============================== 
*/

#stacks_in_4887 .grey:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
}

#stacks_in_4887 .filebutton:hover .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_4887 .filebutton:active .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_4887 .grey  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_4887 .filebutton:active .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_4887 .grey  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}



/*
   ===============================
   ========= WHITE STYLE =========
   =============================== 
*/

#stacks_in_4887 .white:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
}

#stacks_in_4887 .filebutton:hover .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4887 .filebutton:active .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4887 .white  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
 border-left: 0;
}

#stacks_in_4887 .filebutton:hover .white  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4887 .filebutton:active .white  {
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_4887 .white  a { /* link styling */
 color: #3b3c3c;
 text-decoration: none;
 text-shadow: #eeefed 0 1px 0;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ====================================
   ====== LIGHT STYLE (DROPDOWN) ======
   ====================================
*/

#stacks_in_4887 .light {
 width: 120px;
 height: 31px;
 padding: 7px 6px;
 margin-left: 58px;
 position: absolute;
 clear: both;
 z-index: -1;
 -webkit-transition: top .6s linear;
/* text */
 color: #333;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(.1, #e4e4e4), to(#f2f2f2));
 background: -moz-linear-gradient(#bababa, #e4e4e4 10%, #f2f2f2);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px -1px rgba(255, 255, 255, 1) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 1) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-top: 0;
}

#stacks_in_4887 .filebutton:hover .light {
 top: 48px;
}

#stacks_in_4887 .light img {
float: left;
}

#stacks_in_4887 .light span {
color: #555;
font-weight: normal;
}



/*
   ===============================
   ======== CUSTOM STYLE =========
   =============================== 
*/

#stacks_in_4887 .custom:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');
 
/* shadows and highlights */
 
 -moz-box-shadow:inset 0px 1px 1px #FFFFFF;
 -webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
 box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
}


#stacks_in_4887 .filebutton:hover .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4887 .filebutton:active .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4887 .custom  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');

/* shadows and highlights */
-moz-box-shadow:inset 0px 1px 1px #FFFFFF;
-webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
 border-left: 0;
 
}

#stacks_in_4887 .filebutton:hover .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4887 .filebutton:active .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_4887 .custom  a { /* link styling */
 color: #000000;
 text-decoration: none;
 text-shadow: 0 1px 0 #000000;font-family: arial, helvetica, sans-serif;line-height: 30px;font-weight: bold;}
 
 
 
 
 
/*
   ====================================
   ====== DARK STYLE (DROPDOWN) =======
   ====================================
*/

#stacks_in_4887 .description {
 width: 180px;
 padding: 7px 6px;
 margin-left: 3px;
 position: absolute;
 clear: both;
 -webkit-transition: top .6s linear;
 z-index: -1;
/* text */
 color: #fbfbfb;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), color-stop(.1, #5c5c5c), to(#838383));
 background: -moz-linear-gradient(#2b2b2b, #5c5c5c 10%, #838383);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.4) inset;
/* border */
 border: 1px solid #000;
 border-top: 0;height: 30px;}
#stacks_in_4887 .description h2{font-size: 13px;margin-bottom: -1px !important; margin-top: 0;color: #fefcfe !important; padding-top: 0;padding-bottom: 0;}
#stacks_in_4887 .description span{}

#stacks_in_4887 .filebutton:hover .description {
 top: 48px;
}

#stacks_in_4887 .description img {
float: left;
}

#stacks_in_4887 .description span {
color: #e5e5e5;
font-weight: normal;
}








/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4552_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_427 {
	background-color: rgba(177, 20, 34, 1.00);
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_384{behavior:url(/PIE/PIE.htc);       border-style:solid!important; }   

#stacks_in_384 {
    background-image: url("A40B8B67-4742-4A62-864B-9835CDB8FCDA.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(177, 20, 34, 1.00);
	border-width:  4px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 30px 10px 0px 10px;
	padding: 20px 0px 0px 0px;
}
#stacks_in_4853>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4853>.s3_row>.s3_column_left {
	width: 34.57%;
}

#stacks_in_4853>.s3_row>.s3_column_right {
	width: 65.430000%;
}




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










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



}



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


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


}






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

#stacks_out_652 {
	margin-right:0;
}

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

#stacks_in_390 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_1040 .filebutton { /* main class */
 height: 48px !important;
 width: 200px;
 font-size: 12px;
 line-height: 48px !important;
 font-family: arial !important;
 font-weight: bold;
 margin: 20px;
 position: relative;
 z-index: 0;
}
#stacks_in_1040 .filebutton img{margin: 0;}

#stacks_in_1040 .filebutton {margin: 10px auto 50px;}
#stacks_in_1040 .filebutton a{line-height: 48px !important;}



/*
   ===============================
   ========== RED STYLE ==========
   =============================== 
*/

#stacks_in_1040 .red:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
}

#stacks_in_1040 .filebutton:hover .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_1040 .filebutton:active .red:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_1040 .red  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22));
 background: -moz-linear-gradient(#ff9782, #d83c22);
 background-color: #d83c22;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #c93f27;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048));
 background: -moz-linear-gradient(#ffbdb0, #ee6048);
 background-color: #ee6048;
}

#stacks_in_1040 .filebutton:active .red  {
 background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053));
 background: -moz-linear-gradient(#e75138, #ff7053);
 background-color: #ff9782;
}

#stacks_in_1040 .red  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #c93f27;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== ORANGE STYLE =========
   =============================== 
*/

#stacks_in_1040 .orange:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
}

#stacks_in_1040 .filebutton:hover .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_1040 .filebutton:active .orange:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_1040 .orange  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fe9f3a), to(#f65b17));
 background: -moz-linear-gradient(#fe9f3a, #f65b17);
 background-color: #f65b17;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #db4706;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffce79), to(#f47638));
 background: -moz-linear-gradient(#ffce79, #f47638);
 background-color: #f47638;
}

#stacks_in_1040 .filebutton:active .orange  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f47638), to(#fe9f3a));
 background: -moz-linear-gradient(#f47638, #fe9f3a);
 background-color: #fe9f3a;
}

#stacks_in_1040 .orange  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #db4706;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== YELLOW STYLE =========
   =============================== 
*/

#stacks_in_1040 .yellow:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
}

#stacks_in_1040 .filebutton:hover .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_1040 .filebutton:active .yellow:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_1040 .yellow  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#ffe468), to(#ffa41c));
 background: -moz-linear-gradient(#ffe468, #ffa41c);
 background-color: #ffa41c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #ff9600;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fff584), to(#ffbd20));
 background: -moz-linear-gradient(#fff584, #ffbd20);
 background-color: #ffbd20;
}

#stacks_in_1040 .filebutton:active .yellow  {
 background: -webkit-gradient(linear, left top, left bottom, from(#ffb71c), to(#ffe468));
 background: -moz-linear-gradient(#ffb71c, #ffe468);
 background-color: #ffe468;
}

#stacks_in_1040 .yellow  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= GREEN STYLE =========
   =============================== 
*/

#stacks_in_1040 .green:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
}

#stacks_in_1040 .filebutton:hover .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_1040 .filebutton:active .green:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_1040 .green  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#c9f33c), to(#8ac70c));
 background: -moz-linear-gradient(#c9f33c, #8ac70c);
 background-color: #8ac70c;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #7ab205;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dbfa97), to(#9ad819));
 background: -moz-linear-gradient(#dbfa97, #9ad819);
 background-color: #9ad819;
}

#stacks_in_1040 .filebutton:active .green  {
 background: -webkit-gradient(linear, left top, left bottom, from(#99d41e), to(#bbe52c));
 background: -moz-linear-gradient(#99d41e, #bbe52c);
 background-color: #c9f33c;
}

#stacks_in_1040 .green  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #e2ffa5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLUE STYLE =========
   =============================== 
*/

#stacks_in_1040 .blue:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
}

#stacks_in_1040 .filebutton:hover .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_1040 .filebutton:active .blue:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_1040 .blue  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd));
 background: -moz-linear-gradient(#87deff, #40a9fd);
 background-color: #40a9fd;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #008af5;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff));
 background: -moz-linear-gradient(#b1eaff, #68bcff);
 background-color: #68bcff;
}

#stacks_in_1040 .filebutton:active .blue  {
 background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff));
 background: -moz-linear-gradient(#68bcff, #87deff);
 background-color: #87deff;
}

#stacks_in_1040 .blue  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #008af5;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ======== PURPLE STYLE =========
   =============================== 
*/

#stacks_in_1040 .purple:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
}

#stacks_in_1040 .filebutton:hover .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_1040 .filebutton:active .purple:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_1040 .purple  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#cba7f5), to(#9b45f4));
 background: -moz-linear-gradient(#cba7f5, #9b45f4);
 background-color: #9b45f4;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #6a14c3;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#dcbefe), to(#a75ff2));
 background: -moz-linear-gradient(#dcbefe, #a75ff2);
 background-color: #a75ff2;
}

#stacks_in_1040 .filebutton:active .purple  {
 background: -webkit-gradient(linear, left top, left bottom, from(#b97afc), to(#cba7f5));
 background: -moz-linear-gradient(#b97afc, #cba7f5);
 background-color: #cba7f5;
}

#stacks_in_1040 .purple  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #6a14c3;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ===============================
   ========= BLACK STYLE =========
   =============================== 
*/

#stacks_in_1040 .black:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
}

#stacks_in_1040 .filebutton:hover .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_1040 .filebutton:active .black:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_1040 .black  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#242424));
 background: -moz-linear-gradient(#818181, #242424);
 background-color: #222;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #000;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), to(#3d3d3d));
 background: -moz-linear-gradient(#a2a2a2, #3d3d3d);
 background-color: #555;
}

#stacks_in_1040 .filebutton:active .black  {
 background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#818181));
 background: -moz-linear-gradient(#3d3d3d, #818181);
 background-color: #777;
}

#stacks_in_1040 .black  a { /* link styling */
 color: #fbfbfb;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}


/*
   ===============================
   ========= GREY STYLE ==========
   =============================== 
*/

#stacks_in_1040 .grey:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
}

#stacks_in_1040 .filebutton:hover .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_1040 .filebutton:active .grey:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_1040 .grey  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c6c6c6));
 background: -moz-linear-gradient(#fbfbfb, #c6c6c6);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d5d5d5));
 background: -moz-linear-gradient(#fdfdfd, #d5d5d5);
 background-color: #ddd;
}

#stacks_in_1040 .filebutton:active .grey  {
 background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fafafa));
 background: -moz-linear-gradient(#d5d5d5, #fafafa);
 background-color: #fbfbfb;
}

#stacks_in_1040 .grey  a { /* link styling */
 color: #333;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}



/*
   ===============================
   ========= WHITE STYLE =========
   =============================== 
*/

#stacks_in_1040 .white:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
}

#stacks_in_1040 .filebutton:hover .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_1040 .filebutton:active .white:first-child {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_1040 .white  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
 background: -moz-linear-gradient(#fbfbfb, #f7f7f7);
 background-color: #f7f7f7;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;  
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
0 1px 1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #d0d1d1;
 border-left: 0;
}

#stacks_in_1040 .filebutton:hover .white  {
 background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_1040 .filebutton:active .white  {
background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
 background: -moz-linear-gradient(#f7f7f7, #efefef);
 background-color: #efefef;
}

#stacks_in_1040 .white  a { /* link styling */
 color: #3b3c3c;
 text-decoration: none;
 text-shadow: #eeefed 0 1px 0;font-family: arial, helvetica, sans-serif;line-height: 32px;font-weight: bold;}

/*
   ====================================
   ====== LIGHT STYLE (DROPDOWN) ======
   ====================================
*/

#stacks_in_1040 .light {
 width: 120px;
 height: 31px;
 padding: 7px 6px;
 margin-left: 58px;
 position: absolute;
 clear: both;
 z-index: -1;
 -webkit-transition: top .6s linear;
/* text */
 color: #333;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #fff;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(.1, #e4e4e4), to(#f2f2f2));
 background: -moz-linear-gradient(#bababa, #e4e4e4 10%, #f2f2f2);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 1px -1px rgba(255, 255, 255, 1) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 1) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.8) inset;
/* border */
 border: 1px solid #bbb;
 border-top: 0;
}

#stacks_in_1040 .filebutton:hover .light {
 top: 48px;
}

#stacks_in_1040 .light img {
float: left;
}

#stacks_in_1040 .light span {
color: #555;
font-weight: normal;
}



/*
   ===============================
   ======== CUSTOM STYLE =========
   =============================== 
*/

#stacks_in_1040 .custom:first-child { /* styling for the left part */
 padding: 7px;
 float: left;
 width: 32px;
 height: 32px;
/* border radius */
 -webkit-border-radius: 4px 0 0 4px;  
 -moz-border-radius: 4px 0 0 4px;  
 border-radius: 4px 0 0 4px;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');
 
/* shadows and highlights */
 
 -moz-box-shadow:inset 0px 1px 1px #FFFFFF;
 -webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
 box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
}


#stacks_in_1040 .filebutton:hover .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_1040 .filebutton:active .custom:first-child {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_1040 .custom  {  /* styling for the right part */
 height: 46px;
 width: 151px;
 float: left;
 text-align: center;
/* border radius */
 -webkit-border-radius: 0 4px 4px 0;  
 -moz-border-radius: 0 4px 4px 0;  
 border-radius: 0 4px 4px 0;
/* backgorund */
 background-color: #F4F4F4;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4),to(#C3C3C3));
 background-image: -webkit-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -moz-linear-gradient(top, #F4F4F4, #C3C3C3d);
 background-image: -o-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: -ms-linear-gradient(top, #F4F4F4, #C3C3C3);
 background-image: linear-gradient(top, #F4F4F4, #C3C3C3);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#F4F4F4', EndColorStr='#C3C3C3');

/* shadows and highlights */
-moz-box-shadow:inset 0px 1px 1px #FFFFFF;
-webkit-box-shadow:inset 0px 1px 1px #FFFFFF;
box-shadow:inset 0px 1px 1px #FFFFFF;
/* border */
 border: 1px solid #000000;
 border-left: 0;
 
}

#stacks_in_1040 .filebutton:hover .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_1040 .filebutton:active .custom  {
 background-color: ;
 background-image: -webkit-gradient(linear, left top, left bottom, from(),to());
 background-image: -webkit-linear-gradient(top, , );
 background-image: -moz-linear-gradient(top, , d);
 background-image: -o-linear-gradient(top, , );
 background-image: -ms-linear-gradient(top, , );
 background-image: linear-gradient(top, , );
 filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='', EndColorStr='');
}

#stacks_in_1040 .custom  a { /* link styling */
 color: #000000;
 text-decoration: none;
 text-shadow: 0 1px 0 #000000;font-family: arial, helvetica, sans-serif;line-height: 30px;font-weight: bold;}
 
 
 
 
 
/*
   ====================================
   ====== DARK STYLE (DROPDOWN) =======
   ====================================
*/

#stacks_in_1040 .description {
 width: 180px;
 padding: 7px 6px;
 margin-left: 3px;
 position: absolute;
 clear: both;
 -webkit-transition: top .6s linear;
 z-index: -1;
/* text */
 color: #fbfbfb;
 font: bold 12px/15px arial, helvetica, sans-serif;
 text-decoration: none;
 text-shadow: 0 1px 0 #000;
/* border radius */
 -webkit-border-radius: 0 0 4px 4px;  
 -moz-border-radius:0 0 4px 4px;  
 border-radius: 0 0 4px 4px;
/* backgorund */
 background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), color-stop(.1, #5c5c5c), to(#838383));
 background: -moz-linear-gradient(#2b2b2b, #5c5c5c 10%, #838383);
 background-color: #ccc;
/* shadows and highlights */
 -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.5) inset;  
 box-shadow: 0 1px -1px rgba(255, 255, 255, 0.4) inset;
/* border */
 border: 1px solid #000;
 border-top: 0;height: 30px;}
#stacks_in_1040 .description h2{font-size: 13px;margin-bottom: -1px !important; margin-top: 0;color: #fefcfe !important; padding-top: 0;padding-bottom: 0;}
#stacks_in_1040 .description span{}

#stacks_in_1040 .filebutton:hover .description {
 top: 48px;
}

#stacks_in_1040 .description img {
float: left;
}

#stacks_in_1040 .description span {
color: #e5e5e5;
font-weight: normal;
}








#stacks_in_4599 .panel{padding:1.25rem}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4583_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_4584 {
	background-color: rgba(177, 20, 34, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_4586_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/* Resp 2 Column v1.6.2 Copyright 2013 Joe Workman */
#stacks_in_4601 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_4601 .jwresp_col{overflow:hidden;vertical-align:top;margin:0;width:19%; float:left;}#stacks_in_4601 #jwresp_col2_stacks_in_4601{ float:right; width:79%}@media screen and (max-width:500px){#stacks_in_4601 #jwresp_col1_stacks_in_4601,#stacks_in_4601 #jwresp_col2_stacks_in_4601{width:100%;float:none;display:block}#stacks_in_4601 #jwresp_col1_stacks_in_4601{margin-bottom:15px}}

#stacks_out_4588 {
	margin-right:0;
}
/* Styled Stack v2.3.1 Copyright 2013 Joe Workman */
 #stacks_in_4587{behavior:url(/PIE/PIE.htc);       border-style:solid!important; }   

#stacks_in_4587 {
    background-image: url("A40B8B67-4742-4A62-864B-9835CDB8FCDA.png");
	background-repeat: repeat;
	background-position: left top;
	border: solid rgba(177, 20, 34, 1.00);
	border-width:  4px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin: 0px 20px 20px 20px;
	padding: 10px 10px 20px 20px;
}


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

#stacks_in_164 {
	background-color: rgba(177, 20, 34, 1.00);
}
#stacks_in_662 .like_button_wrapper{margin:5px;display:block;position:relative;float:left;overflow:visible;line-height:1}#like_facebook_stacks_in_662,#like_twitter_stacks_in_662{width:85px}#like_google_stacks_in_662,#like_pinterest_stacks_in_662{width:65px}#like_email_stacks_in_662 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}

#stacks_in_662 {
	margin:  2px;
	padding: 5px 5px 5px 5px;
}
#stacks_in_4907>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}







#stacks_in_4848 h5,#stacks_in_4848 h5 a,#stacks_in_4848 p,#stacks_in_4848 p a{
	color:rgba(153, 153, 153, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4848 p a:hover, #stacks_in_4848 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_4988 h5,#stacks_in_4988 h5 a,#stacks_in_4988 p,#stacks_in_4988 p a{
	color:rgba(153, 153, 153, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4988 p a:hover, #stacks_in_4988 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_4911 h5,#stacks_in_4911 h5 a,#stacks_in_4911 p,#stacks_in_4911 p a{
	color:rgba(153, 153, 153, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4911 p a:hover, #stacks_in_4911 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      
#stacks_in_4984>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}







#stacks_in_4985 h5,#stacks_in_4985 h5 a,#stacks_in_4985 p,#stacks_in_4985 p a{
	color:rgba(153, 153, 153, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4985 p a:hover, #stacks_in_4985 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_4994 h5,#stacks_in_4994 h5 a,#stacks_in_4994 p,#stacks_in_4994 p a{
	color:rgba(153, 153, 153, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4994 p a:hover, #stacks_in_4994 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_4980 h5,#stacks_in_4980 h5 a,#stacks_in_4980 p,#stacks_in_4980 p a{
	color:rgba(153, 153, 153, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4980 p a:hover, #stacks_in_4980 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}








:root{--pc-border-radius-style-sm:8px;--pc-border-radius-style:8px;--pc-box-shadow-style-sm:0px 0px 10px rgba(0, 0, 0, 1.00);--pc-box-shadow-style:0px 0px 10px rgba(0, 0, 0, 1.00);--pc-title-font:inherit; --pc-body-font:inherit; --pc-button-font:inherit; --pc-border-width:0;--pc-border-style-sm:solid;--pc-border-style:solid;}:root{--pc-header-color:rgba(192, 192, 192, 1.00);--pc-footer-color:rgba(192, 192, 192, 1.00);--pc-body-color:rgba(255, 255, 255, 1.00);--pc-title-color:rgba(66, 66, 66, 1.00);--pc-text-color:rgba(66, 66, 66, 1.00);--pc-link-color:rgba(0, 128, 255, 1.00);--pc-link-color-hover:rgba(0, 128, 255, 0.80);--pc-lang-button-color:rgba(255, 255, 255, 1.00);--pc-lang-button-color-hover:rgba(255, 255, 255, 0.80);--pc-button-disable:rgba(128, 0, 0, 1.00);--pc-button-disable-hover:rgba(128, 0, 0, 0.80);--pc-button-disable-text:rgba(255, 255, 255, 1.00);--pc-button-disable-text-hover:rgba(255, 255, 255, 1.00);--pc-button-disable-border:rgba(255, 255, 255, 1.00);--pc-button-disable-border-hover:rgba(255, 255, 255, 1.00);--pc-button-enable:rgba(0, 128, 0, 1.00);--pc-button-enable-hover:rgba(0, 128, 0, 0.80);--pc-button-enable-text:rgba(255, 255, 255, 1.00);--pc-button-enable-text-hover:rgba(255, 255, 255, 1.00);--pc-button-enable-border:rgba(255, 255, 255, 1.00);--pc-button-enable-border-hover:rgba(255, 255, 255, 1.00);--pc-border-color:rgba(165, 165, 165, 1.00);--pc-badge-border-color:rgba(165, 165, 165, 1.00);--pc-badge-border-color-hover:rgba(165, 165, 165, 0.80);--pc-badge-color:rgba(66, 66, 66, 1.00);--pc-badge-color-hover:rgba(66, 66, 66, 0.80);--pc-badge-icon-color:rgba(192, 192, 192, 1.00);--pc-badge-icon-color-hover:rgba(192, 192, 192, 0.80);}button{margin:0}#privacy-center{display:none}.pcblocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:99;box-sizing:border-box;background:rgba(0, 0, 0, 0.75)}.pcblocker:before{content:"";display:inline-block;height:100vh;vertical-align:middle}.pcblocker.behind{background-color:transparent;}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(.5)}20%{-webkit-transform:scaleY(1)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(.5);-webkit-transform:scaleY(.5)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}@media only screen and (max-width: 640px) {#pc_privacy-badge {position:relative;}.pc_privacy-badge_inner {position:absolute;bottom:8px;left:8px;}.pc_privacy-badge {width: 50px;height: 50px;}}@media only screen and (min-width: 640px) {#pc_privacy-badge {position:relative;}.pc_privacy-badge_inner {position:absolute;bottom:12px;left:12px;}.pc_privacy-badge {width: 50px;height: 50px;}}@media only screen and (min-width: 1024px) {#pc_privacy-badge {position:relative;}.pc_privacy-badge_inner {position:absolute;bottom:16px;left:16px;}.pc_privacy-badge {width: 50px;height: 50px;}}#pc_privacy-badge {}.pc_privacy-badge {position: relative;background:var(--pc-badge-color);border-radius: 50%;border-width: 0px;border-style: solid;border-color:var(--pc-badge-border-color);filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 1.00));cursor: pointer;z-index:1;}.pc_privacy-badge:hover{background:var(--pc-badge-color-hover);border-color:var(--pc-badge-border-color-hover);}.pc_badge_icon {position: relative;width:70%;height:70%;top:50%;left:50%;transform: translate(-50%,-50%);color:var(--pc-badge-icon-color);}.pc_badge_icon:hover {color:var(--pc-badge-icon-color-hover);}
.pcblocker{text-align:center;}#pc_cc.pcmodal{display:none;}#pc_cc.pcmodal{box-sizing:border-box;vertical-align:middle;position:relative;z-index:99;width:100%;max-width:550px;overflow:hidden;}@media only screen and (max-width:640px){.pcblocker{padding:0 8px 0 8px}#pc_cc.pcmodal{border-width:var(--pc-border-width);border-style:var(--pc-border-style-sm);border-radius:var(--pc-border-radius-style-sm);box-shadow:var(--pc-box-shadow-style-sm);}.pc_cc_titlebar{padding:4px 8px 4px 8px}.pc_cc_title{font-size:1.00rem}.pc_cc_lang_button_icon{height:32px}.pc_cc_lang_dropdown{font-size:1.00rem}.pc_cc_body{padding:8px 8px 8px 8px}.pc_cc_text{font-size:1.00rem}.pc_cc_textlink{font-size:1.00rem;margin-top:8px}.pc_cc_footer{padding:8px 8px 8px 8px}.pc_cc_buttons{justify-content:space-evenly}.pc_cc_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00); }.pc_cc_reject{margin-right:calc(16px / 2)}.pc_cc_allow{margin-left:calc(16px / 2)}}@media only screen and (min-width:640px){.pcblocker{padding:0 0px 0 0px}#pc_cc.pcmodal{border-width:var(--pc-border-width);border-style:var(--pc-border-style);border-radius:var(--pc-border-radius-style);box-shadow:var(--pc-box-shadow-style);;}.pc_cc_titlebar{padding:4px 8px 4px 8px}.pc_cc_title{font-size:1.10rem}.pc_cc_lang_button_icon{height:32px}.pc_cc_lang_dropdown{font-size:1.00rem}.pc_cc_body{padding:8px 8px 8px 8px}.pc_cc_text{font-size:1.00rem}.pc_cc_textlink{font-size:1.00rem;margin-top:8px}.pc_cc_footer{padding:8px 8px 8px 8px}.pc_cc_buttons{justify-content:space-evenly}.pc_cc_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00);white-space:nowrap;}.pc_cc_reject{margin-right:calc(16px / 2)}.pc_cc_allow{margin-left:calc(16px / 2)}}@media only screen and (min-width:1024px){.pcblocker{padding:0 0px 0 0px}#pc_cc.pcmodal{;}.pc_cc_titlebar{padding:4px 8px 4px 8px}.pc_cc_title{font-size:1.10rem}.pc_cc_lang_button_icon{height:32px}.pc_cc_lang_dropdown{font-size:1.00rem}.pc_cc_body{padding:8px 8px 8px 8px}.pc_cc_text{font-size:1.00rem}.pc_cc_textlink{font-size:1.00rem;margin-top:8px}.pc_cc_footer{padding:8px 8px 8px 8px}.pc_cc_button{font-size:1.00rem;padding:8px 16px}.pc_cc_reject{margin-right:calc(16px / 2)}.pc_cc_allow{margin-left:calc(16px / 2)}}.pc_cc_titlebar{display:flex;flex-wrap:nowrap;align-items:center;line-height:1.3;}.pc_cc_title{flex:1 1 auto;font-weight:bold;text-align:left;font-family:var(--pc-title-font);}.pc_cc_text{text-align:left;font-family:var(--pc-body-font);}.pc_cc_textlink{text-align:left;font-family:var(--pc-body-font);}.pc_cc_textlink a{text-decoration:none;}.pc_cc_buttons{display:flex;flex-wrap:nowrap;line-height:1.3;}.pc_cc_button{text-align:center;font-weight:bold;border-radius:8px;cursor:pointer;font-family:var(--pc-button-font);}.pc_cc_lang_menu{flex:0 1 auto;position:relative;padding:0 0 0 8px;line-height:initial; display:none}.pc_cc_lang_button{border:0;background:none;padding:0;cursor:pointer;}.pc_cc_lang_button_label{display:none;}.pc_cc_lang_button_icon{margin:-3px auto -6px auto;}.pc_cc_lang_dropdown{display:none;position:absolute;margin-top:4px;right:0;width:auto;font-family:var(--pc-body-font);padding:4px;border-width:0px;border-style:solid;box-shadow:2px 2px 8px rgba(0, 0, 0, 0.60);border-radius:4px;z-index:calc(99 + 1);}.pc_cc_lang_dropdown ul{list-style:none;margin:0;padding:0;}.pc_cc_dd_item{padding:8px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(200, 200, 200, 1.00);cursor:pointer;}.pc_cc_dd_item:last-of-type{border-bottom:0}.pc_cc_lang_dd_show{display:block;}#pc_cc.pcmodal{background:var(--pc-body-color);border-color:var(--pc-border-color);}.pc_cc_titlebar{background:var(--pc-header-color);}.pc_cc_lang_button_icon{fill:var(--pc-lang-button-color);}.pc_cc_lang_button_icon:hover{fill:var(--pc-lang-button-color-hover);}.pc_cc_lang_dropdown{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);border-color:rgba(66, 66, 66, 1.00);}.pc_cc_dd_item{border-bottom-color:rgba(200, 200, 200, 1.00);}.pc_cc_dd_item:focus{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_cc_dd_item:hover{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_cc_title{color:var(--pc-title-color);}.pc_cc_text{color:var(--pc-text-color);}.pc_cc_textlink a{color:var(--pc-link-color);}.pc_cc_textlink a:hover{color:var(--pc-link-color-hover);}.pc_cc_footer{background:var(--pc-footer-color);}.pc_cc_reject{background:var(--pc-button-disable);color:var(--pc-button-disable-text);border-color:var(--pc-button-disable-border);}.pc_cc_reject:hover{background:var(--pc-button-disable-hover);color:var(--pc-button-disable-text-hover);border-color:var(--pc-button-disable-border-hover);}.pc_cc_allow{background:var(--pc-button-enable);color:var(--pc-button-enable-text);border-color:var(--pc-button-enable-border);}.pc_cc_allow:hover{background:var(--pc-button-enable-hover);color:var(--pc-button-enable-text-hover);border-color:var(--pc-button-enable-border-hover);}
#privacySettings.pcmodal{display:none;width:95%;max-height:90vh;vertical-align:middle;z-index:99;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}#privacySettings.pcmodal{box-sizing:border-box;max-width:650px;overflow:hidden;text-align:left;}@media only screen and (max-width:640px){#privacySettings.pcmodal{border-width:var(--pc-border-width);border-style:var(--pc-border-style-sm);border-radius:var(--pc-border-radius-style-sm);box-shadow:var(--pc-box-shadow-style-sm)}.pc_ps_titlebar{padding:4px 8px 4px 8px}.pc_ps_title{font-size:1.00rem}.pc_ps_lang_button_icon{height:32px}.pc_ps_lang_dropdown{font-size:1.00rem}.pc_ps_body{padding:0px 8px 0px 8px}.pc_ps_text{font-size:1.00rem}.pc_ps_buttons{margin:16px auto}.pc_ps_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00)}.pc_ps_button.pc_ps_reject{margin-right:calc(16px / 2)}.pc_ps_button.pc_ps_allow{margin-left:calc(16px / 2)}.pc_ps_manage{font-size:1.00rem;padding:0px 0px 0px 0px}.pc_ps_ccdelete .pc_ps_icon-trash-alt{width:24px;height:24px}.pc_ps_locked .pc_ps_icon-lock-alt{width:24px;height:24px}.pc_ps_swtitle{font-size:1.00rem}.pc_ps_category_text{font-size:0.90rem;padding:8px 8px 8px 8px}.pc_ps_category_subtitle{font-size:0.90rem}.pc_ps_tblcookies th{font-size:0.90rem}.pc_ps_tblcookies td{font-size:0.90rem}.pc_ps_footer{padding:8px 8px 8px 8px}.pc_ps_footer_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00)}.pc_ps_footer_button.pc_ps_cancel{margin-right:calc(16px / 2)}.pc_ps_footer_button.pc_ps_save{margin-left:calc(16px / 2)}}@media only screen and (min-width:640px){#privacySettings.pcmodal{border-width:var(--pc-border-width);border-style:var(--pc-border-style);border-radius:var(--pc-border-radius-style);box-shadow:var(--pc-box-shadow-style)}.pc_ps_titlebar{padding:4px 8px 4px 8px}.pc_ps_title{font-size:1.00rem}.pc_ps_lang_button_icon{height:32px}.pc_ps_lang_dropdown{font-size:1.00rem}.pc_ps_body{padding:0px 16px 0px 16px}.pc_ps_text{font-size:1.00rem}.pc_ps_buttons{margin:20px auto}.pc_ps_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00);white-space:nowrap}.pc_ps_button.pc_ps_reject{margin-right:calc(16px / 2)}.pc_ps_button.pc_ps_allow{margin-left:calc(16px / 2)}.pc_ps_manage{font-size:1.10rem;padding:0px 0px 0px 0px}.pc_ps_ccdelete .pc_ps_icon-trash-alt{width:24px;height:24px}.pc_ps_locked .pc_ps_icon-lock-alt{width:24px;height:24px}.pc_ps_swtitle{font-size:1.00rem}.pc_ps_category_text{font-size:0.90rem;padding:8px 16px 8px 16px}.pc_ps_category_subtitle{font-size:0.90rem}.pc_ps_tblcookies th{font-size:0.90rem}.pc_ps_tblcookies td{font-size:0.90rem}.pc_ps_footer{padding:8px 16px 8px 16px}.pc_ps_footer_button{font-size:1.00rem;padding:8px 16px;border:0px solid transparent;box-shadow:0px 0px 4px rgba(0, 0, 0, 1.00)}.pc_ps_footer_button.pc_ps_cancel{margin-right:calc(16px / 2)}.pc_ps_footer_button.pc_ps_save{margin-left:calc(16px / 2)}}@media only screen and (min-width:1024px){.pc_ps_titlebar{padding:4px 8px 4px 8px}.pc_ps_title{font-size:1.00rem}.pc_ps_lang_button_icon{height:32px}.pc_ps_lang_dropdown{font-size:1.00rem}.pc_ps_body{padding:0px 16px 0px 16px}.pc_ps_text{font-size:1.00rem}.pc_ps_buttons{margin:24px auto}.pc_ps_button{font-size:1.00rem;padding:8px 16px}.pc_ps_button.pc_ps_reject{margin-right:calc(16px / 2)}.pc_ps_button.pc_ps_allow{margin-left:calc(16px / 2)}.pc_ps_manage{font-size:1.10rem;padding:0px 0px 0px 0px}.pc_ps_ccdelete .pc_ps_icon-trash-alt{width:24px;height:24px}.pc_ps_locked .pc_ps_icon-lock-alt{width:24px;height:24px}.pc_ps_swtitle{font-size:1.00rem}.pc_ps_category_text{font-size:0.90rem;padding:8px 16px 8px 16px}.pc_ps_category_subtitle{font-size:0.90rem}.pc_ps_tblcookies th{font-size:0.90rem}.pc_ps_tblcookies td{font-size:0.90rem}.pc_ps_footer{padding:12px 16px 12px 16px}.pc_ps_footer_button{font-size:1.00rem;padding:8px 16px}.pc_ps_footer_button.pc_ps_cancel{margin-right:calc(16px / 2)}.pc_ps_footer_button.pc_ps_save{margin-left:calc(16px / 2)}}.pc_ps_titlebar{display:flex;flex-wrap:nowrap;align-items:center;line-height:1.3;}.pc_ps_title{flex:1 1 auto;text-align:left;font-weight:bold;font-family:var(--pc-title-font);}.pc_ps_lang_menu{flex:0 1 auto;position:relative;padding:0 0 0 8px;line-height:initial; display:none}.pc_ps_lang_button{border:0;background:none;padding:0;cursor:pointer;}.pc_ps_lang_button:focus{outline:3px solid rgba(104,154,238,1.00);outline-offset:0;}.pc_ps_lang_button_label{display:none;}.pc_ps_lang_button_icon{margin:-3px auto -6px auto;}.pc_ps_lang_dropdown{display:none;position:absolute;margin-top:4px;right:0;width:auto;font-family:var(--pc-body-font);padding:4px;border-width:0px;border-style:solid;box-shadow:2px 2px 8px rgba(0, 0, 0, 0.60);border-radius:4px;z-index:calc(99 + 1);}.pc_ps_lang_dropdown ul{list-style:none;margin:0;padding:0;}.pc_ps_dd_item{padding:8px;border-bottom-width:1px;border-bottom-style:solid;cursor:pointer;}.pc_ps_dd_item:last-of-type{border-bottom:0}.pc_ps_lang_dd_show{display:block;}.pc_ps_body{max-height:70vh;overflow-y:auto;}.pc_ps_body p{margin-block-start:.5em;margin-block-end:.5em;}.pc_ps_text{text-align:left;line-height:1.4;font-family:var(--pc-body-font);}.pc_ps_buttons{display:flex;flex-wrap:nowrap;justify-content:space-evenly;line-height:1.3}.pc_ps_button{text-align:center; font-weight:bold;border-radius:8px;white-space:nowrap; cursor:pointer;font-family:var(--pc-button-font);}.pc_ps_manage{font-weight:bold;text-align:left;font-family:var(--pc-title-font);}.pc_ps_cookiecontrols{margin:16px auto}.pc_ps_switch{position:relative;display:inline-block;}.pc_ps_switch{width:3rem;height:1.5rem;}.pc_ps_switch input{opacity:0;width:0;height:0;}.pc_ps_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.4s;}.pc_ps_slider:before{position:absolute;content:"";transition:.4s;}.pc_ps_slider:before{height:1rem;width:1rem;left:.25rem;bottom:.25rem;}.pc_ps_slider.pc_ps_sw_style{border-radius:2.5rem;}.pc_ps_slider.pc_ps_sw_style:before{border-radius:50%;}input:checked + .pc_ps_slider:before{transform:translateX(1.5rem);}input:checked + .pc_ps_slider:after{content:"";transform:translate(-125%,-50%);}input:focus + .pc_ps_slider:before{opacity:.5;}input:disabled + .pc_ps_slider{cursor:not-allowed;}input:focus + .pc_ps_slider.pc_ps_sw_style{outline:3px solid rgba(104,154,238,1.00);outline-offset:1px;transition:0s;}.pc_ps_ccdelete{cursor:pointer;}.pc_ps_ccdelete:active{transform:translateY(4px);}.pc_ps_ccdelete.disabled{cursor:not-allowed;}.pc_ps_ccdelete.disabled .pc_ps_icon-trash-alt{cursor:not-allowed;}.pc_ps_locked .pc_ps_icon-lock-alt{cursor:not-allowed;}.pc_js-accordion-header{padding:8px;cursor:pointer;transition:all .3s;line-height:1;font-weight:bold;font-family:var(--pc-title-font);}.pc_js-accordion-body{display:none; font-family:var(--pc-body-font);}.pc_js-accordion-item>.pc_js-accordion-header:before{content:"\002B";margin-right:8px;font-size:1.2em;transition:.3s all;transform:rotate(0deg);}.pc_js-accordion-item.active>.pc_js-accordion-header:before{content:"\00D7";transform:rotate(-180deg);margin-top:4px;}.pc_js-subaccordion{display:none;padding:0;}.pc_ps_category{border-width:1px;border-style:solid;border-top-style:none;}.pc_ps_category.active{padding-bottom:0;}#pc_ps_cat1{border-top-width:1px;border-top-style:solid;}.pc_ps_wrapper{display:flex;flex-wrap:nowrap;align-items:center;padding:12px 8px;}.pc_js-subaccordion .pc_ps_wrapper{padding:8px}.pc_ps_swtitle{flex:1 1 auto;text-align:left;}.pc_ps_category_text{text-align:left;line-height:1.4;}.pc_ps_category_subtitle{flex:1 1 auto;text-align:left;font-weight:bold;font-family:var(--pc-title-font);}.pc_ps_swswitch{flex:0 1 auto;margin-left:8px}.pc_ps_cat1_cb .pc_ps_slider{cursor:not-allowed!important}.pc_js-accordion-body__contents.pc_ps_subcontents{padding:8px}.pc_ps_tblcookies{padding:8px;width:100%;border-spacing:0 2px;border-width:1px;border-style:solid;}table.pc_ps_tblcookies{border-collapse:collapse;}.pc_ps_tblcookies td,.pc_ps_tblcookies th{padding:8px;border-width:1px;border-style:solid;}.pc_ps_tblcookies th{text-align:left;font-weight:bold;font-family:var(--pc-title-font);}.pc_ps_tblcookies td{text-align:left;font-family:var(--pc-body-font);vertical-align:top;}.pc_ps_tblcookies tr td:last-child{width:24px;}.pc_ps_footer_buttons{display:flex;flex-wrap:nowrap;justify-content:flex-end;line-height:1.3}.pc_ps_footer_button{ font-weight:bold;text-align:center;border-radius:8px;cursor:pointer;font-family:var(--pc-button-font);}.poweredby{flex:1 0 auto;line-height:1.3}#privacySettings.pcmodal{background:var(--pc-body-color);border-color:var(--pc-border-color);}.pc_ps_titlebar{background:var(--pc-header-color);}.pc_ps_title{color:var(--pc-title-color);}.pc_ps_lang_button_icon{fill:var(--pc-lang-button-color);}.pc_ps_lang_button_icon:hover{fill:var(--pc-lang-button-color-hover);}.pc_ps_lang_dropdown{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);border-color:rgba(66, 66, 66, 1.00);}.pc_ps_dd_item{border-color:rgba(200, 200, 200, 1.00);}.pc_ps_dd_item:focus{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_ps_dd_item:hover{background:rgba(192, 192, 192, 1.00);color:rgba(255, 255, 255, 1.00);}.pc_ps_text{color:var(--pc-text-color);}.pc_ps_reject{background:var(--pc-button-disable);color:var(--pc-button-disable-text);border-color:var(--pc-button-disable-border);}.pc_ps_reject:hover{background:var(--pc-button-disable-hover);color:var(--pc-button-disable-text-hover);border-color:var(--pc-button-disable-border-hover);}.pc_ps_allow{background:var(--pc-button-enable);color:var(--pc-button-enable-text);border-color:var(--pc-button-enable-border);}.pc_ps_allow:hover{background:var(--pc-button-enable-hover);color:var(--pc-button-enable-text-hover);border-color:var(--pc-button-enable-border-hover);}.pc_ps_manage{color:var(--pc-title-color);}.pc_ps_slider{background:rgba(181, 181, 181, 1.00);}.pc_ps_slider:hover{background:rgba(181, 181, 181, 1.00);}.pc_ps_slider:before{background:#FFFFFF;}input:checked + .pc_ps_slider{background:rgba(0, 128, 0, 1.00);}input:checked + .pc_ps_slider:hover{background:rgba(0, 128, 0, 0.80);}input:focus + .pc_ps_slider:before{background:rgba(0, 128, 0, 1.00);}input:focus:checked + .pc_ps_slider:before{background:#FFFFFF;}input:disabled + .pc_ps_slider{background:rgba(0, 128, 0, 1.00);}input:disabled + .pc_ps_slider:hover{background:rgba(0, 128, 0, 1.00);}input:focus + .pc_ps_slider.pc_ps_sw_style{outline:3px solid rgba(104,154,238,1.00);outline-offset:1px;transition:0s;}.pc_ps_locked .pc_ps_icon-lock-alt{fill:rgba(128, 128, 128, 1.00);}.pc_ps_ccdelete .pc_ps_icon-trash-alt{fill:rgba(128, 0, 0, 1.00);}.pc_ps_ccdelete .pc_ps_icon-trash-alt:hover{fill:rgba(128, 0, 0, 0.80);}.pc_ps_ccdelete.disabled .pc_ps_icon-trash-alt{fill:rgba(128, 128, 128, 1.00);}.pc_js-accordion-body{background:rgba(255, 255, 255, 1.00);}.pc_ps_category{border-color:rgba(192, 192, 192, 1.00);}#pc_ps_cat1{border-top-color:rgba(192, 192, 192, 1.00);}.pc_js-accordion-header{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_js-accordion-header:hover{background:rgba(229, 229, 229, 1.00);color:rgba(66, 66, 66, 0.80);}.pc_js-subaccordion .pc_js-accordion-header{background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_js-subaccordion .pc_js-accordion-header:hover{background:rgba(229, 229, 229, 1.00);color:rgba(66, 66, 66, 0.80);}.pc_ps_category.active .pc_js-accordion-header{background:rgba(229, 229, 229, 1.00);color:rgba(66, 66, 66, 0.80);}.pc_ps_category_text{color:rgba(66, 66, 66, 1.00);}.pc_ps_tblcookies{border-color:rgba(192, 192, 192, 1.00);}.pc_ps_tblcookies td,.pc_ps_tblcookies th{border-color:rgba(192, 192, 192, 1.00);}.pc_ps_tblcookies th{background:rgba(228, 228, 228, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_ps_tblcookies tr:nth-child(odd){background:rgba(238, 238, 238, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_ps_tblcookies tr:nth-child(even){background:rgba(255, 255, 255, 1.00);color:rgba(66, 66, 66, 1.00);}.pc_ps_footer{background:var(--pc-footer-color);}.pc_ps_cancel{background:var(--pc-button-disable);color:var(--pc-button-disable-text);border-color:var(--pc-button-disable-border);}.pc_ps_cancel:hover{background:var(--pc-button-disable-hover);color:var(--pc-button-disable-text-hover);border-color:var(--pc-button-disable-border-hover);}.pc_ps_save{background:var(--pc-button-enable);color:var(--pc-button-enable-text);border-color:var(--pc-button-enable-border);}.pc_ps_save:hover{background:var(--pc-button-enable-hover);color:var(--pc-button-enable-text-hover);border-color:var(--pc-button-enable-border-hover);}
/* NoLink Stack 2.2.4 */.NoLink, .NoLink a {	-webkit-user-select: none;	-webkit-touch-callout: none;	-webkit-tap-highlight-color: transparent;	cursor: pointer !important;}.NoLink:focus {	  outline:0;}/* End of NoLink Stack */
#stacks_in_4938 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_4939 {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 70%;
}
