/*
-------------------------------------------
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_22789_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_42942_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_42942_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_42942_22 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_42942_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_42942_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_22722darkerborder{
	
		border: 1px solid #DADADA;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

.stacks_in_22722tabcontentcontainer{
	padding: 20px;
}

.stacks_in_22722dootabcontainer{
	
	display:none;
	
	
}

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

#stacks_in_22722tabpicker{
	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_22722tabpicker span{
	padding-right: 10px;
	padding-left: 4px;
	
}

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

.stacks_in_22722dootabSlice{
	background: #FFFFFF;
}


/* tabs and links styles */

#stacks_in_22722tabpicker 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_22722tabpicker a:hover{
	background: #888888;
	text-decoration: none;
	border:none;
	color: #FFFFFF;
}

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

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

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

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








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

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

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




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










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



}



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


	#stacks_in_42871>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42871>.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_42879_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42882_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_42947_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_42948 {
	display: block;
	position: relative;
	z-index: 1;
}

#estVCR {
	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;
}




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













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

/* Toggle Button */

#estVCR .normalContent {
	display: inherit;
}

#estVCR .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_42948 {
	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_42948 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_42948,
	#toggleButtonstacks_in_42948.toggleOpenIcon,
	#toggleButtonstacks_in_42948.toggleCloseIcon,
	#estVCR a:link:after,
	#estVCR a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_42948 {
		display: block !important;
	}
}

#stacks_in_42948 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43012>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_43012>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_43012>.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_43016_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44625_2 .control-group,
#stacks_in_44625_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44625_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44625_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_43032 .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_43034 .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_43034 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_43034 .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_42979_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_42980 {
	display: block;
	position: relative;
	z-index: 1;
}

#resVCR {
	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;
}




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













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

/* Toggle Button */

#resVCR .normalContent {
	display: inherit;
}

#resVCR .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_42980 {
	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_42980 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_42980,
	#toggleButtonstacks_in_42980.toggleOpenIcon,
	#toggleButtonstacks_in_42980.toggleCloseIcon,
	#resVCR a:link:after,
	#resVCR a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_42980 {
		display: block !important;
	}
}

#stacks_in_42980 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43040>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_43040>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_43040>.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_43044_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44626_2 .control-group,
#stacks_in_44626_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44626_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44626_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_43060 .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_43062 .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_43062 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_41883 {
	padding:  10px;
}
#stacks_in_42145>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42145>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42145>.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_42153_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42156_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_42179_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_43069_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43070 {
	display: block;
	position: relative;
	z-index: 1;
}

#ssCabMerlot {
	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;
}




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













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

/* Toggle Button */

#ssCabMerlot .normalContent {
	display: inherit;
}

#ssCabMerlot .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43070 {
	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_43070 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43070,
	#toggleButtonstacks_in_43070.toggleOpenIcon,
	#toggleButtonstacks_in_43070.toggleCloseIcon,
	#ssCabMerlot a:link:after,
	#ssCabMerlot a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43070 {
		display: block !important;
	}
}

#stacks_in_43070 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43138>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_43138>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_43138>.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_43142_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44634_2 .control-group,
#stacks_in_44634_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44634_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44634_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_43156 .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_43158 .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_43158 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42175 {
	padding:  10px;
}
#stacks_in_42160>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42160>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42160>.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_42168_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42171_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_42180_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_43165_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43166 {
	display: block;
	position: relative;
	z-index: 1;
}

#presBordeaux {
	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;
}




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













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

/* Toggle Button */

#presBordeaux .normalContent {
	display: inherit;
}

#presBordeaux .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43166 {
	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_43166 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43166,
	#toggleButtonstacks_in_43166.toggleOpenIcon,
	#toggleButtonstacks_in_43166.toggleCloseIcon,
	#presBordeaux a:link:after,
	#presBordeaux a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43166 {
		display: block !important;
	}
}

#stacks_in_43166 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43198>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_43198>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_43198>.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_43202_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44637_2 .control-group,
#stacks_in_44637_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44637_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44637_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_43216 .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_43218 .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_43218 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_43218 .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_42667>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42667>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42667>.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_42675_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42678_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_43225_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43226 {
	display: block;
	position: relative;
	z-index: 1;
}

#orgGSM {
	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;
}




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













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

/* Toggle Button */

#orgGSM .normalContent {
	display: inherit;
}

#orgGSM .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43226 {
	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_43226 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43226,
	#toggleButtonstacks_in_43226.toggleOpenIcon,
	#toggleButtonstacks_in_43226.toggleCloseIcon,
	#orgGSM a:link:after,
	#orgGSM a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43226 {
		display: block !important;
	}
}

#stacks_in_43226 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43296>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43314 .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_43316 .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_43316 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_43316 .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_43259_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43260 {
	display: block;
	position: relative;
	z-index: 1;
}

#clsGSM {
	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;
}




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













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

/* Toggle Button */

#clsGSM .normalContent {
	display: inherit;
}

#clsGSM .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43260 {
	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_43260 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43260,
	#toggleButtonstacks_in_43260.toggleOpenIcon,
	#toggleButtonstacks_in_43260.toggleCloseIcon,
	#clsGSM a:link:after,
	#clsGSM a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43260 {
		display: block !important;
	}
}

#stacks_in_43260 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43322>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43340 .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_43342 .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_43342 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42682 {
	padding:  10px;
}
#stacks_in_42201>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42201>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42201>.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_42209_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42212_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_43349_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43350 {
	display: block;
	position: relative;
	z-index: 1;
}

#estCabShiraz {
	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;
}




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













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

/* Toggle Button */

#estCabShiraz .normalContent {
	display: inherit;
}

#estCabShiraz .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43350 {
	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_43350 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43350,
	#toggleButtonstacks_in_43350.toggleOpenIcon,
	#toggleButtonstacks_in_43350.toggleCloseIcon,
	#estCabShiraz a:link:after,
	#estCabShiraz a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43350 {
		display: block !important;
	}
}

#stacks_in_43350 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43414>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_43414>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_43414>.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_43418_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44627_2 .control-group,
#stacks_in_44627_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44627_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44627_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_43434 .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_43436 .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_43436 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_43436 .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_43381_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43382 {
	display: block;
	position: relative;
	z-index: 1;
}

#resCabShiraz {
	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;
}




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













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

/* Toggle Button */

#resCabShiraz .normalContent {
	display: inherit;
}

#resCabShiraz .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43382 {
	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_43382 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43382,
	#toggleButtonstacks_in_43382.toggleOpenIcon,
	#toggleButtonstacks_in_43382.toggleCloseIcon,
	#resCabShiraz a:link:after,
	#resCabShiraz a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43382 {
		display: block !important;
	}
}

#stacks_in_43382 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43442>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_43442>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_43442>.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_43446_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44628_2 .control-group,
#stacks_in_44628_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44628_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44628_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_43462 .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_43464 .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_43464 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_43464 .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_42270>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42270>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42270>.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_42278_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_42281_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_43537_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43538 {
	display: block;
	position: relative;
	z-index: 1;
}

#orgMatador {
	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;
}




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













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

/* Toggle Button */

#orgMatador .normalContent {
	display: inherit;
}

#orgMatador .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43538 {
	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_43538 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43538,
	#toggleButtonstacks_in_43538.toggleOpenIcon,
	#toggleButtonstacks_in_43538.toggleCloseIcon,
	#orgMatador a:link:after,
	#orgMatador a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43538 {
		display: block !important;
	}
}

#stacks_in_43538 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43668>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43689 .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_43691 .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_43691 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42621 {
	padding:  10px;
}
#stacks_in_42606>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42606>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42606>.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_42614_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_42617_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_43635_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43636 {
	display: block;
	position: relative;
	z-index: 1;
}

#clsDiablo {
	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;
}




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













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

/* Toggle Button */

#clsDiablo .normalContent {
	display: inherit;
}

#clsDiablo .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43636 {
	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_43636 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43636,
	#toggleButtonstacks_in_43636.toggleOpenIcon,
	#toggleButtonstacks_in_43636.toggleCloseIcon,
	#clsDiablo a:link:after,
	#clsDiablo a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43636 {
		display: block !important;
	}
}

#stacks_in_43636 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43697>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43715 .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_43717 .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_43717 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_43717 .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_42709>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42709>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42709>.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_42717_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_43471_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43472 {
	display: block;
	position: relative;
	z-index: 1;
}

#orgTrilogy {
	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;
}




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













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

/* Toggle Button */

#orgTrilogy .normalContent {
	display: inherit;
}

#orgTrilogy .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43472 {
	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_43472 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43472,
	#toggleButtonstacks_in_43472.toggleOpenIcon,
	#toggleButtonstacks_in_43472.toggleCloseIcon,
	#orgTrilogy a:link:after,
	#orgTrilogy a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43472 {
		display: block !important;
	}
}

#stacks_in_43472 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43723>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43741 .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_43743 .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_43743 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42721 {
	padding:  10px;
}
#stacks_in_42722>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42722>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42722>.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_42728_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_42731_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_43810_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43811 {
	display: block;
	position: relative;
	z-index: 1;
}

#clsTrinityRed {
	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;
}




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













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

/* Toggle Button */

#clsTrinityRed .normalContent {
	display: inherit;
}

#clsTrinityRed .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43811 {
	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_43811 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43811,
	#toggleButtonstacks_in_43811.toggleOpenIcon,
	#toggleButtonstacks_in_43811.toggleCloseIcon,
	#clsTrinityRed a:link:after,
	#clsTrinityRed a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43811 {
		display: block !important;
	}
}

#stacks_in_43811 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43815>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43834 .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_43836 .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_43836 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42901 {
	padding:  10px;
}
#stacks_in_42886>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42886>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42886>.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_42894_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_42897_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_43844_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43845 {
	display: block;
	position: relative;
	z-index: 1;
}

#orgSmoothRed {
	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;
}




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













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

/* Toggle Button */

#orgSmoothRed .normalContent {
	display: inherit;
}

#orgSmoothRed .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43845 {
	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_43845 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43845,
	#toggleButtonstacks_in_43845.toggleOpenIcon,
	#toggleButtonstacks_in_43845.toggleCloseIcon,
	#orgSmoothRed a:link:after,
	#orgSmoothRed a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43845 {
		display: block !important;
	}
}

#stacks_in_43845 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43909>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43927 .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_43929 .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_43929 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_43929 .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_43876_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43877 {
	display: block;
	position: relative;
	z-index: 1;
}

#clsSmoothRed {
	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;
}




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













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

/* Toggle Button */

#clsSmoothRed .normalContent {
	display: inherit;
}

#clsSmoothRed .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43877 {
	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_43877 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43877,
	#toggleButtonstacks_in_43877.toggleOpenIcon,
	#toggleButtonstacks_in_43877.toggleCloseIcon,
	#clsSmoothRed a:link:after,
	#clsSmoothRed a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43877 {
		display: block !important;
	}
}

#stacks_in_43877 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_43935>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_43953 .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_43955 .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_43955 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_44614 {
	padding:  10px;
}
#stacks_in_44543>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44543>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44543>.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_44547_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_44550_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_44554_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_44555 {
	display: block;
	position: relative;
	z-index: 1;
}

#orgVCR {
	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;
}




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













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

/* Toggle Button */

#orgVCR .normalContent {
	display: inherit;
}

#orgVCR .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_44555 {
	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_44555 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_44555,
	#toggleButtonstacks_in_44555.toggleOpenIcon,
	#toggleButtonstacks_in_44555.toggleCloseIcon,
	#orgVCR a:link:after,
	#orgVCR a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_44555 {
		display: block !important;
	}
}

#stacks_in_44555 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44559>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_44573 .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_44575 .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_44575 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_44575 .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_44581_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_44582 {
	display: block;
	position: relative;
	z-index: 1;
}

#clsVCR {
	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;
}




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













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

/* Toggle Button */

#clsVCR .normalContent {
	display: inherit;
}

#clsVCR .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_44582 {
	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_44582 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_44582,
	#toggleButtonstacks_in_44582.toggleOpenIcon,
	#toggleButtonstacks_in_44582.toggleCloseIcon,
	#clsVCR a:link:after,
	#clsVCR a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_44582 {
		display: block !important;
	}
}

#stacks_in_44582 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44586>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


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




#stacks_in_44600 .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_44602 .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_44602 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42810 {
	padding:  10px;
}
#stacks_in_42855>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42855>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42855>.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_42863_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42866_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_43962_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43963 {
	display: block;
	position: relative;
	z-index: 1;
}

#estCabMerlot {
	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;
}




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













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

/* Toggle Button */

#estCabMerlot .normalContent {
	display: inherit;
}

#estCabMerlot .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43963 {
	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_43963 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43963,
	#toggleButtonstacks_in_43963.toggleOpenIcon,
	#toggleButtonstacks_in_43963.toggleCloseIcon,
	#estCabMerlot a:link:after,
	#estCabMerlot a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43963 {
		display: block !important;
	}
}

#stacks_in_43963 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44027>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44027>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44027>.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_44031_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44629_2 .control-group,
#stacks_in_44629_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44629_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44629_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_44048 .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_44050 .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_44050 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_44050 .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_43994_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_43995 {
	display: block;
	position: relative;
	z-index: 1;
}

#resCabMerlot {
	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;
}




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













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

/* Toggle Button */

#resCabMerlot .normalContent {
	display: inherit;
}

#resCabMerlot .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_43995 {
	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_43995 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_43995,
	#toggleButtonstacks_in_43995.toggleOpenIcon,
	#toggleButtonstacks_in_43995.toggleCloseIcon,
	#resCabMerlot a:link:after,
	#resCabMerlot a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_43995 {
		display: block !important;
	}
}

#stacks_in_43995 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44056>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44056>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44056>.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_44060_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44630_2 .control-group,
#stacks_in_44630_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44630_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44630_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_44074 .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_44076 .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_44076 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42870 {
	padding:  10px;
}
#stacks_in_42797>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42797>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42797>.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_42803_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42806_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_44083_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_44084 {
	display: block;
	position: relative;
	z-index: 1;
}

#estMystic {
	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;
}




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













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

/* Toggle Button */

#estMystic .normalContent {
	display: inherit;
}

#estMystic .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_44084 {
	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_44084 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_44084,
	#toggleButtonstacks_in_44084.toggleOpenIcon,
	#toggleButtonstacks_in_44084.toggleCloseIcon,
	#estMystic a:link:after,
	#estMystic a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_44084 {
		display: block !important;
	}
}

#stacks_in_44084 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44289>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44289>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44289>.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_44293_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44631_2 .control-group,
#stacks_in_44631_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44631_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44631_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_44310 .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_44312 .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_44312 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42824 {
	padding:  10px;
}
#stacks_in_42811>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42811>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42811>.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_42817_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42820_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_44187_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_44188 {
	display: block;
	position: relative;
	z-index: 1;
}

#resEnigma {
	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;
}




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













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

/* Toggle Button */

#resEnigma .normalContent {
	display: inherit;
}

#resEnigma .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_44188 {
	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_44188 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_44188,
	#toggleButtonstacks_in_44188.toggleOpenIcon,
	#toggleButtonstacks_in_44188.toggleCloseIcon,
	#resEnigma a:link:after,
	#resEnigma a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_44188 {
		display: block !important;
	}
}

#stacks_in_44188 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44318>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44318>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44318>.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_44322_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44632_2 .control-group,
#stacks_in_44632_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44632_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44632_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_44336 .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_44338 .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_44338 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_44338 .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_42315>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42315>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42315>.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_42323_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42326_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_44221_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_44222 {
	display: block;
	position: relative;
	z-index: 1;
}

#estPrimoRosso {
	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;
}




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













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

/* Toggle Button */

#estPrimoRosso .normalContent {
	display: inherit;
}

#estPrimoRosso .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_44222 {
	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_44222 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_44222,
	#toggleButtonstacks_in_44222.toggleOpenIcon,
	#toggleButtonstacks_in_44222.toggleCloseIcon,
	#estPrimoRosso a:link:after,
	#estPrimoRosso a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_44222 {
		display: block !important;
	}
}

#stacks_in_44222 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44344>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44344>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44344>.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_44348_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44633_2 .control-group,
#stacks_in_44633_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44633_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44633_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_44365 .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_44367 .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_44367 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_41501 {
	padding:  10px;
}
#stacks_in_42330>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42330>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42330>.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_42338_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42341_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_42344_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_44374_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_44375 {
	display: block;
	position: relative;
	z-index: 1;
}

#ssToscana {
	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;
}




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













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

/* Toggle Button */

#ssToscana .normalContent {
	display: inherit;
}

#ssToscana .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_44375 {
	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_44375 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_44375,
	#toggleButtonstacks_in_44375.toggleOpenIcon,
	#toggleButtonstacks_in_44375.toggleCloseIcon,
	#ssToscana a:link:after,
	#ssToscana a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_44375 {
		display: block !important;
	}
}

#stacks_in_44375 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44410>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44410>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44410>.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_44414_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44635_2 .control-group,
#stacks_in_44635_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44635_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44635_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_44428 .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_44430 .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_44430 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

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

#stacks_in_42027 {
	padding:  10px;
}
#stacks_in_42349>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42349>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42349>.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_42357_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42360_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_42363_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_44437_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#toggleWrapper_stacks_in_44438 {
	display: block;
	position: relative;
	z-index: 1;
}

#presSupertuscan {
	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;
}




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













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

/* Toggle Button */

#presSupertuscan .normalContent {
	display: inherit;
}

#presSupertuscan .hoveredContent {
	display: none;
}

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

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

/* Local Image Buttons */


/* Warehoused Image Buttons */


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

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

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

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

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


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



#toggleContainer_stacks_in_44438 {
	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_44438 {
	background: rgba(255, 255, 255, 1.00);
}










@media print {
	#toggleButtonstacks_in_44438,
	#toggleButtonstacks_in_44438.toggleOpenIcon,
	#toggleButtonstacks_in_44438.toggleCloseIcon,
	#presSupertuscan a:link:after,
	#presSupertuscan a:visited:after {
		display: none !important;
	}
	
	#toggleContainer_stacks_in_44438 {
		display: block !important;
	}
}

#stacks_in_44438 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_44470>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_44470>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_44470>.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_44474_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	background: transparent;
}
 
#stacks_in_44636_2 .control-group,
#stacks_in_44636_2 .paysnap-amount {
  text-align:left;
}
#stacks_in_44636_2 .control-group input {
  text-align:left;
  width:80px;
}
#stacks_in_44636_2 .paysnap-amount {
  color:#408000; 
  font-size:14px; 
  font-weight:normal;
}
 
 
 
 
 
 
 
 
 
 
 


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




#stacks_in_44488 .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_44490 .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_44490 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_44490 .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_42825>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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

#stacks_in_42060 {
	padding:  10px;
}
#stacks_in_42840>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42840>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42840>.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_42848_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42851_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#stacks_in_42767>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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

#stacks_in_41705 {
	padding:  10px;
}
#stacks_in_42782>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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

#stacks_in_42523 {
	padding:  10px;
}
#stacks_in_42508>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42508>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42508>.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_42516_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_42519_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#stacks_in_42539>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42539>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42539>.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_42547_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_42550_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#stacks_in_42554>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42554>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42554>.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_42562_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_42565_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
#stacks_in_42569>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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

#stacks_in_42601 {
	padding:  10px;
}
#stacks_in_42585>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


	#stacks_in_42585>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42585>.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_42593_headerSpacer {
	display: block;
	width:  1px;
	height: 5px;
	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_42596_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_42599_headerSpacer {
	display: block;
	width:  1px;
	height: 10px;
	background: transparent;
}
/* 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_42944 .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_42944 .yd-btn:disabled {
  opacity:.5;
  cursor:not-allowed;
}

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

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

#stacks_in_42944 .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_40848{display:none}
