/*
-------------------------------------------
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_4_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/* PaySnap v.3.0.2  Stylesheet (START) */



#paysnap-debug-wrap {
    background-color: rgba(0,0,0,0.30);
    padding:8px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px; 
    overflow: auto;
}
#paysnap-debug {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	border: 4px solid rgba(0,0,0.5);
	color: #333333;
}

.ps-error {
  background: repeating-linear-gradient(
    45deg,
    #fee9ea,
    #fee9ea 10px,
    #fcd4d5 10px,
    #fcd4d5 20px
  );
  border: 2px dashed #e6494a;
  border-radius: 4px;
  color: #e6494a;
  text-align: center;
  text-transform: uppercase;
  margin:8px 0;
}

.ps-error p {
	width:auto; padding:2px 6px; 
	background:#E6494A; 
	color:#ffffff; 
	font-size:12px; 
	font-weight:bold;
	border-radius:24px; 
	border: solid 2px #E6494A; 
	text-align:center; 
	display:inline-block;
}


.btn-paysnap{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-paysnap:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-paysnap:hover,
.btn-paysnap:focus {
  color: #333333;
  text-decoration: none;
}

.btn-paysnap:active,
.btn-paysnap.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-paysnap.disabled,
.btn-paysnap[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-paysnap.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-paysnap.btn-sm,
.btn-paysnap.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-paysnap.btn-xs {
  padding: 1px 5px;
}

.btn-paysnap.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
/* 
.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.active,
.open .dropdown-toggle.btn-paysnap.btn-danger {
  background-image: none;
}

.btn-paysnap.btn-danger.disabled,
.btn-paysnap.btn-danger[disabled],
fieldset[disabled] .btn-paysnap.btn-danger,
.btn-paysnap.btn-danger.disabled:hover,
.btn-paysnap.btn-danger[disabled]:hover,
fieldset[disabled] .btn-paysnap.btn-danger:hover,
.btn-paysnap.btn-danger.disabled:focus,
.btn-paysnap.btn-danger[disabled]:focus,
fieldset[disabled] .btn-paysnap.btn-danger:focus,
.btn-paysnap.btn-danger.disabled:active,
.btn-paysnap.btn-danger[disabled]:active,
fieldset[disabled] .btn-paysnap.btn-danger:active,
.btn-paysnap.btn-danger.disabled.active,
.btn-paysnap.btn-danger[disabled].active,
fieldset[disabled] .btn-paysnap.btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-paysnap.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-paysnap.btn-success:hover,
.btn-paysnap.btn-success:focus,
.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-paysnap.btn-success:active,
.btn-paysnap.btn-success.active {
  background-image: none;
}

.btn-paysnap.btn-success.disabled,
.btn-paysnap.btn-success[disabled] {
  background-color: #5cb85c;
  border-color: #4cae4c;
} */

.btn-paysnap.paysnap-co-btn {
	display: block;
	padding: 12px 24px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}

#paysnap-cart-empty {
	padding: 10px 10px;
	font-size: medium;
	margin-top:60px;
	color:#3C3C3C;
	text-align: center;
}


#paysnap-contents {
	clear: left;
	position: relative;
	height: 200px;
} 

div.paysnap-content {
	height: 200px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

#paysnap-cart {
	width: 100%;
	height: 200px;
	overflow:hidden;	
}

div.paysnap-content table {
	width: 100%;
	border-spacing: 0;
}

#paysnap-cart-contents {
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: auto;
	overflow-x: hidden;
	padding:0;
}


/* clearfix hacks */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



.paysnap-row-two { margin-top:6px; }
/* @end */



@media screen and (max-device-width: 480px){
    /* All iPhone only CSS goes here */
    
    #paysnap-container {
		left:10px;
	}


}


label.paysnap-label{
	font-weight:bold;
	display: block;
}


#stacks_in_5_21_1 .ydps-debug {
	border-radius:  5px;
	border:  1px dashed silver;
	padding: 20px;
	background: #fff;
}





/* Custom Start */

#paysnap-cart-contents {
  background-color: rgba(255, 255, 255, 1.00);  
  border-width:0;
}

#paysnap-cart .paysnap-product-name { 
  color: rgba(0, 0, 0, 1.00); 
  font-size: 14px;
}

#paysnap-cart .paysnap-product-details { 
  color: rgba(0, 0, 0, 0.50); 
  font-size: 12px; 
  /* line-height: 12px; */
}

#paysnap-cart .paysnap-row-total { 
  color: rgba(82, 139, 255, 1.00); 
  font-size: 12px; 
  line-height: 14px;
}

#paysnap-cart td.paysnap-delete { 
  font-size: 14px; 
  color: rgba(0, 0, 0, 0.35); 
}


.yd-overlay {
  background-color: rgba(0, 0, 0, 0.50);
  background: rgba(0, 0, 0, 0.50);
  z-index: 100000;
}

.yd-modal {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  z-index: 100001;
}

.yd-modal .yd-header {
  background-color: rgba(128, 0, 2, 1.00);
  background: rgba(128, 0, 2, 1.00);
}

/* #ps-details-modal .yd-header {
  background-color: rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 1.00);
} */

.yd-content {
  background: rgba(255, 255, 255, 1.00);
}

.yd-modal-close {
  color: rgba(255, 255, 255, 0.75);
}

.paysnap-total-cost {
  color: rgba(255, 255, 255, 1.00);
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.paysnap-total-qty, .paysnap-total-label {
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.yd-header > h3 {
  color: rgba(255, 255, 255, 1.00);
  font-size: 18px;
  line-height: 22px;
}

.yd-footer 
{
  border-top-color: rgba(0, 0, 0, 0.25);
}

.paysnap-footer-text {
  color: rgba(0, 0, 0, 0.50);
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
}

.paysnap-error-message {
  margin-top: 5px;
  color: rgb(220, 39, 39);
  font-size: 13px;
  line-height: 17px;
}
.paysnap-pay-button-wrapper {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
}

.paysnap-pay-button.paysnap-paypal-co-btn {
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: center;
  height: 40px;
  box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1),
    0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(128, 0, 2, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
.paysnap-pay-button.paysnap-paypal-co-btn:focus {
  outline: none;
	box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.30), 
	0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.30);
}

.paysnap-pay-button.paysnap-cc-co-btn {
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: center;
  height: 40px;
  box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1),
    0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(128, 0, 2, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

.paysnap-pay-button.paysnap-cc-co-btn:focus {
  outline: none;
	box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.30), 
	0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.30);
}

.paysnap-pay-button.paysnap-keep-shopping-btn {
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: center;
  height: 40px;
  box-shadow: inset 0 0 0 1px rgba(50, 50, 93, 0.1),
    0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(128, 0, 2, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

.paysnap-pay-button.paysnap-keep-shopping-btn:focus {
  outline: none;
	box-shadow: 0 0 0 1px rgba(50, 151, 211, 0.30), 
	0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 0 0 4px rgba(50, 151, 211, 0.30);
}


.paysnap-co-buttons {
  border-top:1px solid rgba(255, 255, 255, 0.00);
  border-width:1px;
  padding-top:10px;
}

/* new stuff */

#ps-cart-modal { 
	max-width: 420px; 
}

#paysnap-cart-empty {
	font-size:18px;
	color: rgba(0, 0, 0, 1.00);
	font-weight:600;
	margin-top:90px;
}
#paysnap-cart table.paysnap-table tbody td.td-item ul.options {
	font-size: 12px;
}
#paysnap-cart table.paysnap-table tbody td.paysnap-item ul.paysnap-product-details li {
	color: rgba(0, 0, 0, 0.50);
	font-size: rgba(0, 0, 0, 0.50)px;
}
#paysnap-cart table.paysnap-table tbody td.paysnap-thumbnail{
	padding:5px;
	text-align:center;
}
#paysnap-cart table.paysnap-table tbody td.paysnap-delete a i {
	color: rgba(0, 0, 0, 0.35);
}
#paysnap-cart table.paysnap-table tbody td a {
	transition: color 150ms;
	font-size: %id=cart_txt_sizes[0]px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
}
#paysnap-cart table.paysnap-table tbody td a, 
#paysnap-cart table.paysnap-table tbody td a:active {
	color: gray;
	text-decoration: none;
	text-transform: none;
	background: none;
}
#paysnap-cart table.paysnap-table tbody tr+tr td {
	/*border-top: 1px solid rgba(0, 0, 0, 0.25);*/
}

/* #paysnap-cart table.paysnap-table tbody td {
	color: #5a5a5a;
  font-size: 14px;
} */

#paysnap-cart table.paysnap-table tbody td span.paysnap-row-total{
	color: rgba(82, 139, 255, 1.00);
	font-size: 12px; 
	line-height: 14px;
	font-weight:normal;
}

#paysnap-error span {
  color: #A92F29;
  display: block;
  text-align: center;
  background: #FEE9EA;
  padding: 8px;
  font-size: 14px;
  visibility: visible; }

	/* loader */
.paysnap-loader div {
  background: ;
}

#paysnap-cart table.paysnap-table tbody td .img {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
}

 /* options colors */
.paysnap-option.incase input,
.paysnap-option.incase select
 {
  border: 1px solid rgba(211, 211, 211, 1.00);
  color: rgba(0, 0, 0, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  font-size: 14px;
  }

  /* select down caret */
  .paysnap-option.yd-select>div:after {
    border-top: 6px solid rgba(211, 211, 211, 1.00);
  }

  .paysnap-option .yd-tooltip {
    color: rgba(211, 211, 211, 1.00);
  }

  .ps-control--radio .ps-control__indicator:after
  {
    background: rgba(15, 96, 205, 1.00);
  }

  .ps-control--checkbox .ps-control__indicator:after {
    border-color: rgba(15, 96, 205, 1.00);
  }

  .paysnap-option label {
    color: rgba(0, 0, 0, 1.00);
    font-size: 14px;
  }

  .paysnap-option label.ps-control {
    color: rgba(104, 104, 104, 1.00);
    font-size: 12px;
  }

  .paysnap-loader div {
    background: rgba(128, 0, 2, 1.00);
  }

  .paysnap-option .yd-sub-text {
    color: rgba(104, 104, 104, 1.00);
    font-size: 12px;
  }

  .paysnap-option .fs-checkbox-label {
    color: rgba(104, 104, 104, 1.00);
    font-size: 12px;
  }

  /* hover colors */
.control-group select:hover, 
.control-group input:hover {
	border: 1px solid rgba(36, 126, 213, 1.00) !important;
	box-shadow: 0 0 3px rgba(36, 126, 213, 1.00);
}


/* Custom End */



/* PaySnap v.3.0.2 Stylesheet (END) */


/* PaySnap Button v.3.0.2 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_5_22 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(128, 0, 2, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 9px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_5_22 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_5_22 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_5_22 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_5_22 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.2 Stylesheet (END) */
 
/*
-------------------------------------------
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_5_23_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/* Start doobox hippo css */


/* general styles edit and preview mode */
   /* html { height: 100%; margin-bottom: 1px; overflow-y: scroll; } removed to make compliant with certain themes */

.stacks_in_6darkerborder{
	
		border: 1px solid #DADADA;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.stacks_in_6overalltabcontainer{
	background: #FFFFFF;
	border: 5px solid #EEEEEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.stacks_in_6tabcontentcontainer{
	padding: 20px;
}

.stacks_in_6dootabcontainer{
	
	display:none;
	
	
}

.stacks_in_6dootabcontainer:first-child{
	
	display:block;
	
}

#stacks_in_6tabpicker{
	padding: 15px 30px 5px 30px;  /* adjusted in update to acomidate more than one row of buttons */
	
	font-weight: bold;
	background: #EEEEEE;
	-webkit-border-top-left-radius: -2px;
	-webkit-border-top-right-radius: -2px;
	-moz-border-radius-topleft: -2px;
	-moz-border-radius-topright: -2px;
	border-top-left-radius: -2px;
	border-top-right-radius: -2px;
}

#stacks_in_6tabpicker span{
	padding-right: 10px;
	padding-left: 4px;
	
}

#stacks_in_6tabpicker span:first-child{
	padding-right: 10px;
	padding-left: 4px;
	
}

.stacks_in_6dootabSlice{
	background: #FFFFFF;
}


/* tabs and links styles */

#stacks_in_6tabpicker a{
	display: inline-block;
	font-size: 100%;
	margin-right: 18px;
	margin-bottom: 15px; /* added in update to acomidate more than one row of buttons */
	padding: 5px 20px 5px 20px;
	background: #FFFFFF;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #888888;
	line-height: normal;
}

#stacks_in_6tabpicker a:hover{
	background: #888888;
	text-decoration: none;
	border:none;
	color: #FFFFFF;
}

#stacks_in_6tabpicker a:active{
	background: #FFFFFF;
	text-decoration: none;
	border:none;
	color: #888888;
}

#stacks_in_6tabpicker a.stacks_in_6current{
	background: #888888;
	color: #FFFFFF;
	text-decoration: none;
	border:none;
}

.stacks_in_6doocat {
	display:none;
	font-weight: bold;
	background: #FFD8DF;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #666666;
}

.stacks_in_6doocat span{
	
	min-width:200px;
	white-space: nowrap;
	padding: 5px;
	border:1px solid #555555;
	color: #red;
	background: #ffffff;
}








/* end doobox hippo css */#stacks_in_19>.s3_row {
	margin: 0 -10px;
}

#stacks_in_19>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_19>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_480_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
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_30_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_31 {
	display: block;
	position: relative;
	z-index: 1;
}

#hseWhite {
	padding: 0px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-size: 100%;
	line-height: 30px;
}




#hseWhite {
	background: rgba(230, 230, 230, 1.00);
}













	
#hseWhite:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#hseWhite .normalContent {
	display: inherit;
}

#hseWhite .hoveredContent {
	display: none;
}

#hseWhite:hover .normalContent {
	display: none;
}

#hseWhite:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */
 
#toggleButtonstacks_in_31.togglePlusClosed .toggleOpenIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_31.togglePlusClosed .toggleOpenIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}

#toggleButtonstacks_in_31.togglePlusClosed .toggleCloseIcon {
	display: none;
}

#toggleButtonstacks_in_31.togglePlusOpened .toggleCloseIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_31.togglePlusOpened .toggleCloseIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}


#toggleButtonstacks_in_31.togglePlusOpened .toggleOpenIcon {
	display: none;
}



#toggleContainer_stacks_in_31 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_31 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_31,
	#toggleButtonstacks_in_31.toggleOpenIcon,
	#toggleButtonstacks_in_31.toggleCloseIcon,
	#hseWhite a:link:after,
	#hseWhite a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_31 {
		display: block !important;
	}
}

#stacks_in_31 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_102>.s3_row {
	margin: 0 -10px;
}

#stacks_in_102>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_102>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_106_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
 
#stacks_in_108 .control-group,
#stacks_in_108 .paysnap-amount {
  text-align:left;
}
#stacks_in_108 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_108 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


#stacks_in_120 .paysnap-quantity {
	text-align:left;
}




#stacks_in_120 .paysnap-quantity.qty-stepper input {
	width:80px;
}

 
 
/* PaySnap Button v.3.0.2 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_122 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(128, 0, 2, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_122 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_122 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_122 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_122 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.2 Stylesheet (END) */
 
#stacks_in_128>.s3_row {
	margin: 0 -10px;
}

#stacks_in_128>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_128>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_132_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
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_136_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_137 {
	display: block;
	position: relative;
	z-index: 1;
}

#hseChardonnay {
	padding: 0px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-size: 100%;
	line-height: 30px;
}




#hseChardonnay {
	background: rgba(230, 230, 230, 1.00);
}













	
#hseChardonnay:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#hseChardonnay .normalContent {
	display: inherit;
}

#hseChardonnay .hoveredContent {
	display: none;
}

#hseChardonnay:hover .normalContent {
	display: none;
}

#hseChardonnay:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */
 
#toggleButtonstacks_in_137.togglePlusClosed .toggleOpenIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_137.togglePlusClosed .toggleOpenIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}

#toggleButtonstacks_in_137.togglePlusClosed .toggleCloseIcon {
	display: none;
}

#toggleButtonstacks_in_137.togglePlusOpened .toggleCloseIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_137.togglePlusOpened .toggleCloseIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}


#toggleButtonstacks_in_137.togglePlusOpened .toggleOpenIcon {
	display: none;
}



#toggleContainer_stacks_in_137 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_137 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_137,
	#toggleButtonstacks_in_137.toggleOpenIcon,
	#toggleButtonstacks_in_137.toggleCloseIcon,
	#hseChardonnay a:link:after,
	#hseChardonnay a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_137 {
		display: block !important;
	}
}

#stacks_in_137 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_172>.s3_row {
	margin: 0 -10px;
}

#stacks_in_172>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_172>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_176_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
 
#stacks_in_498_2 .control-group,
#stacks_in_498_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_498_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_498_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


#stacks_in_190 .paysnap-quantity {
	text-align:left;
}




#stacks_in_190 .paysnap-quantity.qty-stepper input {
	width:80px;
}

 
 
/* PaySnap Button v.3.0.2 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_192 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(128, 0, 2, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_192 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_192 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_192 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_192 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.2 Stylesheet (END) */
 
#stacks_in_198>.s3_row {
	margin: 0 -10px;
}

#stacks_in_198>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_198>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_202_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
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_206_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_207 {
	display: block;
	position: relative;
	z-index: 1;
}

#hsePinotGrigio {
	padding: 0px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-size: 100%;
	line-height: 30px;
}




#hsePinotGrigio {
	background: rgba(230, 230, 230, 1.00);
}













	
#hsePinotGrigio:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#hsePinotGrigio .normalContent {
	display: inherit;
}

#hsePinotGrigio .hoveredContent {
	display: none;
}

#hsePinotGrigio:hover .normalContent {
	display: none;
}

#hsePinotGrigio:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */
 
#toggleButtonstacks_in_207.togglePlusClosed .toggleOpenIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_207.togglePlusClosed .toggleOpenIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}

#toggleButtonstacks_in_207.togglePlusClosed .toggleCloseIcon {
	display: none;
}

#toggleButtonstacks_in_207.togglePlusOpened .toggleCloseIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_207.togglePlusOpened .toggleCloseIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}


#toggleButtonstacks_in_207.togglePlusOpened .toggleOpenIcon {
	display: none;
}



#toggleContainer_stacks_in_207 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_207 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_207,
	#toggleButtonstacks_in_207.toggleOpenIcon,
	#toggleButtonstacks_in_207.toggleCloseIcon,
	#hsePinotGrigio a:link:after,
	#hsePinotGrigio a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_207 {
		display: block !important;
	}
}

#stacks_in_207 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_242>.s3_row {
	margin: 0 -10px;
}

#stacks_in_242>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_242>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_246_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
 
#stacks_in_499_2 .control-group,
#stacks_in_499_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_499_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_499_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


#stacks_in_260 .paysnap-quantity {
	text-align:left;
}




#stacks_in_260 .paysnap-quantity.qty-stepper input {
	width:80px;
}

 
 
/* PaySnap Button v.3.0.2 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_262 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(128, 0, 2, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_262 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_262 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_262 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_262 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.2 Stylesheet (END) */
 
#stacks_in_268>.s3_row {
	margin: 0 -10px;
}

#stacks_in_268>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_268>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_272_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
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_276_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_277 {
	display: block;
	position: relative;
	z-index: 1;
}

#hseRiesling {
	padding: 0px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-size: 100%;
	line-height: 30px;
}




#hseRiesling {
	background: rgba(230, 230, 230, 1.00);
}













	
#hseRiesling:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#hseRiesling .normalContent {
	display: inherit;
}

#hseRiesling .hoveredContent {
	display: none;
}

#hseRiesling:hover .normalContent {
	display: none;
}

#hseRiesling:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */
 
#toggleButtonstacks_in_277.togglePlusClosed .toggleOpenIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_277.togglePlusClosed .toggleOpenIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}

#toggleButtonstacks_in_277.togglePlusClosed .toggleCloseIcon {
	display: none;
}

#toggleButtonstacks_in_277.togglePlusOpened .toggleCloseIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_277.togglePlusOpened .toggleCloseIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}


#toggleButtonstacks_in_277.togglePlusOpened .toggleOpenIcon {
	display: none;
}



#toggleContainer_stacks_in_277 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_277 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_277,
	#toggleButtonstacks_in_277.toggleOpenIcon,
	#toggleButtonstacks_in_277.toggleCloseIcon,
	#hseRiesling a:link:after,
	#hseRiesling a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_277 {
		display: block !important;
	}
}

#stacks_in_277 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_312>.s3_row {
	margin: 0 -10px;
}

#stacks_in_312>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_312>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_316_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
 
#stacks_in_501_2 .control-group,
#stacks_in_501_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_501_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_501_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


#stacks_in_330 .paysnap-quantity {
	text-align:left;
}




#stacks_in_330 .paysnap-quantity.qty-stepper input {
	width:80px;
}

 
 
/* PaySnap Button v.3.0.2 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_332 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(128, 0, 2, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_332 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_332 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_332 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_332 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.2 Stylesheet (END) */
 
#stacks_in_338>.s3_row {
	margin: 0 -10px;
}

#stacks_in_338>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_338>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_342_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
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_346_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_347 {
	display: block;
	position: relative;
	z-index: 1;
}

#hseSauvignonBlanc {
	padding: 0px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-size: 100%;
	line-height: 30px;
}




#hseSauvignonBlanc {
	background: rgba(230, 230, 230, 1.00);
}













	
#hseSauvignonBlanc:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#hseSauvignonBlanc .normalContent {
	display: inherit;
}

#hseSauvignonBlanc .hoveredContent {
	display: none;
}

#hseSauvignonBlanc:hover .normalContent {
	display: none;
}

#hseSauvignonBlanc:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */
 
#toggleButtonstacks_in_347.togglePlusClosed .toggleOpenIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_347.togglePlusClosed .toggleOpenIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}

#toggleButtonstacks_in_347.togglePlusClosed .toggleCloseIcon {
	display: none;
}

#toggleButtonstacks_in_347.togglePlusOpened .toggleCloseIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_347.togglePlusOpened .toggleCloseIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}


#toggleButtonstacks_in_347.togglePlusOpened .toggleOpenIcon {
	display: none;
}



#toggleContainer_stacks_in_347 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_347 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_347,
	#toggleButtonstacks_in_347.toggleOpenIcon,
	#toggleButtonstacks_in_347.toggleCloseIcon,
	#hseSauvignonBlanc a:link:after,
	#hseSauvignonBlanc a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_347 {
		display: block !important;
	}
}

#stacks_in_347 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_382>.s3_row {
	margin: 0 -10px;
}

#stacks_in_382>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_382>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_386_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
 
#stacks_in_503_2 .control-group,
#stacks_in_503_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_503_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_503_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


#stacks_in_400 .paysnap-quantity {
	text-align:left;
}




#stacks_in_400 .paysnap-quantity.qty-stepper input {
	width:80px;
}

 
 
/* PaySnap Button v.3.0.2 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_402 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(128, 0, 2, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_402 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_402 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_402 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_402 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.2 Stylesheet (END) */
 
#stacks_in_408>.s3_row {
	margin: 0 -10px;
}

#stacks_in_408>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_408>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_412_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/*
-------------------------------------------
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_416_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_417 {
	display: block;
	position: relative;
	z-index: 1;
}

#hseBlush {
	padding: 0px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: rgba(102, 102, 102, 1.00);
	text-decoration: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-size: 100%;
	line-height: 30px;
}




#hseBlush {
	background: rgba(230, 230, 230, 1.00);
}













	
#hseBlush:hover { 
	color: rgba(153, 153, 153, 1.00);
	cursor: pointer; 
}

/* Toggle Button */

#hseBlush .normalContent {
	display: inherit;
}

#hseBlush .hoveredContent {
	display: none;
}

#hseBlush:hover .normalContent {
	display: none;
}

#hseBlush:hover .hoveredContent {
	display: inherit;
}

/* Local Image Buttons */


/* Warehoused Image Buttons */


/* Font Awesone Icon Buttons */
 
#toggleButtonstacks_in_417.togglePlusClosed .toggleOpenIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_417.togglePlusClosed .toggleOpenIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}

#toggleButtonstacks_in_417.togglePlusClosed .toggleCloseIcon {
	display: none;
}

#toggleButtonstacks_in_417.togglePlusOpened .toggleCloseIcon {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	font-size: 20px;
	line-height: 1.00em;
}

#toggleButtonstacks_in_417.togglePlusOpened .toggleCloseIcon [class^="fa fa-"] {
	color: rgba(102, 102, 102, 1.00);
}


#toggleButtonstacks_in_417.togglePlusOpened .toggleOpenIcon {
	display: none;
}



#toggleContainer_stacks_in_417 {
	display: none;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	color: rgba(102, 102, 102, 1.00);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




#toggleContainer_stacks_in_417 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_417,
	#toggleButtonstacks_in_417.toggleOpenIcon,
	#toggleButtonstacks_in_417.toggleCloseIcon,
	#hseBlush a:link:after,
	#hseBlush a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_417 {
		display: block !important;
	}
}

#stacks_in_417 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_452>.s3_row {
	margin: 0 -10px;
}

#stacks_in_452>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_452>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}





/*
-------------------------------------------
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_456_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
 
#stacks_in_505_2 .control-group,
#stacks_in_505_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_505_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_505_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


#stacks_in_470 .paysnap-quantity {
	text-align:left;
}




#stacks_in_470 .paysnap-quantity.qty-stepper input {
	width:80px;
}

 
 
/* PaySnap Button v.3.0.2 Stylesheet (START) */

.yd-left { text-align:left; }
.yd-center { text-align:center; }
.yd-right { text-align:right; }



#stacks_in_472 .yd-btn {
  font-family: -apple-system,BlinkMacSystemFont,sans-serif;
  color: rgba(255, 255, 255, 1.00);
  background: rgba(128, 0, 2, 1.00);
  border-color: rgba(0, 0, 0, 0.25);
  font-size: 14px; 
  padding: 10px;  
  border-radius: 4px;  
  border-width: 1px; 
}

#stacks_in_472 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

#stacks_in_472 .paysnap-cart-result {
  color: color: rgba(255, 255, 255, 1.00);
}

#stacks_in_472 .yd-btn .fa {
  font-size: 14px;
}

#stacks_in_472 .paysnap-viewcart .paysnap-cart-qty
{
background-color: rgba(0, 0, 0, 0.25) !important;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
line-height: 1;
color: rgba(255, 255, 255, 1.00);
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 6px;
margin-top: -2px;
font-family: helvetica;
font-size: 14px;
}

/* PaySnap Button v.3.0.2 Stylesheet (END) */
 
.footnote-button{text-shadow:none!important;position:relative;z-index:5;box-sizing:border-box;display:inline-block;margin:0 .1em 0 .2em;border:0;cursor:pointer;opacity:.3;background-color:#464646;line-height:0;vertical-align:middle;text-decoration:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;transition-duration:.25s; top:-0.15em;padding:.34em;border-radius:.3em;}.footnote-button:hover,.footnote-button:active{opacity:.6}.footnote-button.active{opacity:.9;-webkit-transition-duration:.15s;-moz-transition-duration:.15s;transition-duration:.15s}.footnote-button:before{}.footnote-circle{width:.32em;height:.32em;margin-right:.224em;border-radius:100%;background-color:#E6E6E6;border:0;line-height:.5em; display:inline-block;}.footnote-circle:last-child{margin-right:0}

 .footnote-content{position:fixed;z-index:10;bottom:auto;left:auto;box-sizing:border-box;max-width:90%;margin:1.21924em auto;display:inline-block;background:#fafafa;color:#333333;opacity:0;border-radius:.5em;border:1px solid #c3c3c3;box-shadow:0 0 8px rgba(0,0,0,0.3);-webkit-transform:scale(0.1) translateZ(0);-moz-transform:scale(0.1) translateZ(0);-ms-transform:scale(0.1) translateZ(0);transform:scale(0.1) translateZ(0);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:opacity,-webkit-transform;-moz-transition-property:opacity,-moz-transform;-ms-transition-property:opacity,-ms-transform;transition-property:opacity,transform;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;-ms-transition-duration:.25s;transition-duration:.25s}.footnote-content.dark{background:#262626;border:1px solid #000}.footnote-content.active{-webkit-transform:scale(1) translateZ(0);-moz-transform:scale(1) translateZ(0);-ms-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);opacity:.97}.footnote-content.bottom{-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.footnote-content.top{-webkit-transform-origin:bottom;-moz-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.footnote-content.scrollable:after{content:'...';position:fixed;bottom:.45em;right:50%;z-index:20;width:1.5em;margin-right:-0.75em;opacity:1;background-color:#fafafa;font-family:Georgia;font-weight:bold;font-size:1.8em;text-align:center;line-height:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;-ms-transition-duration:.25s;transition-duration:.25s;-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;transition-delay:.4s}.footnote-content.scrollable.fully-scrolled:after{opacity:0;-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;transition-delay:0s}.footnote-content.scrollable .footnote-main-wrapper:before,.footnote-content.scrollable .footnote-main-wrapper:after{content:' ';position:absolute;width:100%;z-index:12}.footnote-content.scrollable .footnote-main-wrapper:before{top:-1px;left:0;height:1.1em;border-radius:.5em .5em 0 0;background:#fafafa;background:-moz-linear-gradient(top,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(50%,#fafafa),color-stop(100%,rgba(250,250,250,0)));background:-webkit-linear-gradient(top,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:-o-linear-gradient(top,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:-ms-linear-gradient(top,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:linear-gradient(to bottom,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%)}.footnote-content.scrollable .footnote-main-wrapper:after{bottom:-1px;left:0;height:1.2em;border-radius:0 0 .5em .5em;background:#fafafa;background:-moz-linear-gradient(bottom,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#fafafa),color-stop(50%,#fafafa),color-stop(100%,rgba(250,250,250,0)));background:-webkit-linear-gradient(bottom,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:-o-linear-gradient(bottom,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:-ms-linear-gradient(bottom,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%);background:linear-gradient(to top,#fafafa 0,#fafafa 50%,rgba(250,250,250,0) 100%)}.footnote-content.dark.scrollable:after{background-color:#262626}.footnote-content.dark.scrollable .footnote-main-wrapper:before{background:#262626;background:-moz-linear-gradient(top,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#262626),color-stop(50%,#262626),color-stop(100%,rgba(38,38,38,0)));background:-webkit-linear-gradient(top,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:-o-linear-gradient(top,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:-ms-linear-gradient(top,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:linear-gradient(to bottom,#262626 0,#262626 50%,rgba(38,38,38,0) 100%)}.footnote-content.dark.scrollable .footnote-main-wrapper:after{background:#262626;background:-moz-linear-gradient(bottom,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#262626),color-stop(50%,#262626),color-stop(100%,rgba(38,38,38,0)));background:-webkit-linear-gradient(bottom,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:-o-linear-gradient(bottom,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:-ms-linear-gradient(bottom,#262626 0,#262626 50%,rgba(38,38,38,0) 100%);background:linear-gradient(to top,#262626 0,#262626 50%,rgba(38,38,38,0) 100%)}
.footnote-content ::-webkit-scrollbar{display:none}.footnote-main-wrapper{position:relative;z-index:14;box-sizing:border-box;overflow:hidden;margin:0;max-width:25em;background-color:#fafafa;border-radius:.5em;-webkit-transition-property:max-height;-moz-transition-property:max-height;-ms-transition-property:max-height;transition-property:max-height;-webkit-transition-duration:.25s;-moz-transition-duration:.25s;-ms-transition-duration:.25s;transition-duration:.25s}.footnote-content-wrapper{position:relative;z-index:8;max-height:15em;padding:1.1em 1.3em 1.2em;box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch;background:#fafafa;border-radius:.5em}.dark .footnote-content-wrapper{background:#262626}.footnote-content-wrapper img{max-width:100%}.footnote-content-wrapper *:last-child{margin-bottom:0}.footnote-content-wrapper *:first-child{margin-top:0}.footnote-tooltip{position:absolute;z-index:12;box-sizing:border-box;margin-left:-0.65em;width:1.3em;height:1.3em;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fafafa;border:1px solid #c3c3c3;box-shadow:0 0 8px rgba(0,0,0,0.3);border-top-left-radius:0}.dark .footnote-tooltip{background:#262626;border:1px solid #000}.bottom .footnote-tooltip{top:-0.65em;bottom:auto}.top .footnote-tooltip{bottom:-0.65em;top:auto}
  #stacks_in_507{display:none}
