/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 2765 2006-01-01 21:15:45Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
	background: #ffffff; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#e6e6e6)); /*old webkit*/
    background: -webkit-linear-gradient(#ffffff, #e6e6e6); /*new webkit*/
    background: -moz-linear-gradient(#ffffff, #e6e6e6); /*gecko*/
    background: -ms-linear-gradient(#ffffff, #e6e6e6); /*IE10*/
    background: -o-linear-gradient(#ffffff, #e6e6e6); /*opera 11.10+*/
    background: linear-gradient(#ffffff, #e6e6e6); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ffffff, #e6e6e6); /*PIE*/
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#444;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:6px 11px;
	text-decoration:none;
	behavior: url(../PIE.htc);
position:relative;


}

.cssButtonHover {
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6) to(#ffffff)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #ffffff); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #ffffff); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #ffffff); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #ffffff); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #ffffff); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #ffffff); /*PIE*/
	background-color:#e6e6e6;
	behavior: url(../PIE.htc);
position:relative;
}

.button_prev {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 0;
    font-size: 27px;
    font-weight: normal;
    padding: 0px 5px;
	behavior: url(../PIE.htc);
position:relative;
}

.button_next {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 0;
    font-size: 27px;
    font-weight: normal;
    padding: 0px 5px;
	behavior: url(../PIE.htc);
position:relative;
}

.button_return_to_product_list {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 0;
    font-size: 27px;
    font-weight: normal;
    padding:0px 5px;
	behavior: url(../PIE.htc);
position:relative;
}
.button_checkout {
	background: #70d33b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#70d33b) to(#53a924)); /*old webkit*/
    background: -webkit-linear-gradient(#70d33b, #53a924); /*new webkit*/
    background: -moz-linear-gradient(#70d33b, #53a924); /*gecko*/
    background: -ms-linear-gradient(#70d33b, #53a924); /*IE10*/
    background: -o-linear-gradient(#70d33b, #53a924); /*opera 11.10+*/
    background: linear-gradient(#70d33b, #53a924); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#70d33b, #53a924); /*PIE*/
	background-color:#70d33b;
	border:1px solid #53a924;
	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:6px 11px;
-moz-box-shadow: 0 0 2px #70d33b inset;
-webkit-box-shadow: 0 0 2px #70d33b inset;
box-shadow: 0 0 2px #70d33b inset;
	behavior: url(../PIE.htc);
position:relative;

	}
.button_checkoutHover {
    background: #53a924; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53a924) to(#70d33b)); /*old webkit*/
    background: -webkit-linear-gradient(#53a924, #70d33b); /*new webkit*/
    background: -moz-linear-gradient(#53a924, #70d33b); /*gecko*/
    background: -ms-linear-gradient(#53a924, #70d33b); /*IE10*/
    background: -o-linear-gradient(#53a924, #70d33b); /*opera 11.10+*/
    background: linear-gradient(#53a924, #70d33b); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#53a924, #70d33b); /*PIE*/
	background-color:#53a924;
}
.button_topcheckout {
	background: #70d33b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#70d33b) to(#53a924)); /*old webkit*/
    background: -webkit-linear-gradient(#70d33b, #53a924); /*new webkit*/
    background: -moz-linear-gradient(#70d33b, #53a924); /*gecko*/
    background: -ms-linear-gradient(#70d33b, #53a924); /*IE10*/
    background: -o-linear-gradient(#70d33b, #53a924); /*opera 11.10+*/
    background: linear-gradient(#70d33b, #53a924); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#70d33b, #53a924); /*PIE*/
	background-color:#70d33b;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #53a924;
	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:0px 11px;
	height:37px;
-moz-box-shadow: 0 0 2px #70d33b inset;
-webkit-box-shadow: 0 0 2px #70d33b inset;
box-shadow: 0 0 2px #70d33b inset;
	behavior: url(../PIE.htc);
position:relative;

	}
.button_topcheckoutHover {
    background: #53a924; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53a924) to(#70d33b)); /*old webkit*/
    background: -webkit-linear-gradient(#53a924, #70d33b); /*new webkit*/
    background: -moz-linear-gradient(#53a924, #70d33b); /*gecko*/
    background: -ms-linear-gradient(#53a924, #70d33b); /*IE10*/
    background: -o-linear-gradient(#53a924, #70d33b); /*opera 11.10+*/
    background: linear-gradient(#53a924, #70d33b); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#53a924, #70d33b); /*PIE*/
	background-color:#53a924;
}
.button_mobedit {
	background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6) to(#cccccc)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #cccccc); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #cccccc); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #cccccc); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #cccccc); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #cccccc); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #cccccc); /*PIE*/
	background-color:#e6e6e6;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#666;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:0px 6px;
	height:37px;
-moz-box-shadow: 0 0 2px #cccccc inset;
-webkit-box-shadow: 0 0 2px #cccccc inset;
box-shadow: 0 0 2px #cccccc inset;
	behavior: url(../PIE.htc);
position:relative;

	}
.button_mobeditHover {
    background: #cccccc; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc) to(#e6e6e6)); /*old webkit*/
    background: -webkit-linear-gradient(#cccccc, #e6e6e6); /*new webkit*/
    background: -moz-linear-gradient(#cccccc, #e6e6e6); /*gecko*/
    background: -ms-linear-gradient(#cccccc, #e6e6e6); /*IE10*/
    background: -o-linear-gradient(#cccccc, #e6e6e6); /*opera 11.10+*/
    background: linear-gradient(#cccccc, #e6e6e6); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#cccccc, #e6e6e6); /*PIE*/
	background-color:#cccccc;
}
.OFF_button_in_cart {
	background: #70d33b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#70d33b) to(#53a924)); /*old webkit*/
    background: -webkit-linear-gradient(#70d33b, #53a924); /*new webkit*/
    background: -moz-linear-gradient(#70d33b, #53a924); /*gecko*/
    background: -ms-linear-gradient(#70d33b, #53a924); /*IE10*/
    background: -o-linear-gradient(#70d33b, #53a924); /*opera 11.10+*/
    background: linear-gradient(#70d33b, #53a924); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#70d33b, #53a924); /*PIE*/
	background-color:#70d33b;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:2px;
	border:1px solid #53a924;
	display:inline-block;
	color:#FFF;
	font-family:arial;
	font-size:17px;
	font-weight:normal;
	padding:6px 11px;
width:100%;
margin:5px 0px 10px 0px;
-moz-box-shadow: 0 0 2px #70d33b inset;
-webkit-box-shadow: 0 0 2px #70d33b inset;
box-shadow: 0 0 2px #70d33b inset;
	behavior: url(../PIE.htc);
position:relative;
}
.OFF_button_in_cartHover {

    background: #53a924; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53a924) to(#70d33b)); /*old webkit*/
    background: -webkit-linear-gradient(#53a924, #70d33b); /*new webkit*/
    background: -moz-linear-gradient(#53a924, #70d33b); /*gecko*/
    background: -ms-linear-gradient(#53a924, #70d33b); /*IE10*/
    background: -o-linear-gradient(#53a924, #70d33b); /*opera 11.10+*/
    background: linear-gradient(#53a924, #70d33b); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#53a924, #70d33b); /*PIE*/
	background-color:#53a924;
}

.button_in_cart {
-moz-box-shadow: inset -1px -1px 0px 0px #377d00;
-webkit-box-shadow: inset -1px -1px 0px 0px #377d00;
box-shadow: inset -1px -1px 0px 0px #377d00;
background: #55a32a url('/images/button_in_cart.png') 97% 18px no-repeat;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
text-align: right;
border: 1px solid #3d8901;
display: inline-block;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 21px;
font-weight: bold;
font-style: normal;
/*height: 32px;*/
line-height: 32px;
width: 100%;
margin:6px 0;
text-decoration: none;
padding: 15px 48px 0px;
outline: none;
text-transform:lowercase;
transition:  .15s ease-in-out;
   -moz-transition:  .15s ease-in-out;
   -webkit-transition:  .15s ease-in-out;
}

.button_in_cartHover {
	outline: none;
	background-color: #3d8901;
}
.button_in_cartHover:active {
	outline: none;
position:relative;
	top:1px;
	}

.button_in_cart_qty {
	position: absolute; 
	z-index: 30; 
	margin: 13px; 
	width: 90px; 
	padding: 5px 10px; 
	border-radius: 4px; 
	text-align: right; 
	background:#4b8f25 url('/images/button_in_cart_qty.gif') no-repeat 14px 7px; 
	font-size: 1.5em; 
	border: 2px solid rgb(162, 209, 147); 
	color: rgb(162, 209, 147); 
	font-weight: bold; 
	outline:none;
	box-shadow: inset 2px 2px #088102;
		-moz-box-shadow:   inset 2px 2px #088102;
 		-webkit-box-shadow: inset 2px 2px 2px #088102;
}
.button_in_cart_qty:active{
	width:90px;
}

.button_buy_now, .button_info {
	font-size:13px;
	font-weight:normal;
	padding:3px 6px;
	color:#444;
}
.button_buy_now, .button_info{
	background: #8ACE68; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#8ACE68) to(#54a12f)); /*old webkit*/
    background: -webkit-linear-gradient(#8ACE68, #54a12f); /*new webkit*/
    background: -moz-linear-gradient(#8ACE68, #54a12f); /*gecko*/
    background: -ms-linear-gradient(#8ACE68, #54a12f); /*IE10*/
    background: -o-linear-gradient(#8ACE68, #54a12f); /*opera 11.10+*/
    background: linear-gradient(#8ACE68, #54a12f); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#8ACE68, #54a12f); /*PIE*/
	background-color:#8ACE68;
	background: #55a32a;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #3d8901;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:4px 8px;
	text-decoration:none;
	behavior: url(../PIE.htc);
position:relative; 
}
.button_buy_nowHover,.button_infoHover {

    background: #54a12f; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#54a12f) to(#8ACE68)); /*old webkit*/
    background: -webkit-linear-gradient(#54a12f, #8ACE68); /*new webkit*/
    background: -moz-linear-gradient(#54a12f, #8ACE68); /*gecko*/
    background: -ms-linear-gradient(#54a12f, #8ACE68); /*IE10*/
    background: -o-linear-gradient(#54a12f, #8ACE68); /*opera 11.10+*/
    background: linear-gradient(#54a12f, #8ACE68); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#54a12f, #8ACE68); /*PIE*/
	background-color:#54a12f;

	background: #3d8901;
	}
.centerColumn .button_buy_now,.centerColumn  .button_info {
	position: absolute;
	top: 0;
	right: 0;
	margin: 150px 20px 0 0;
	padding: 10px 0 0 18px;
	font-size: 11px;
	text-transform:lowercase;
	}
.button_sold_out_sm {
	/*background: #c4efa2;
    right: 20px;
    position: absolute;
    top: 11px;
	border-radius:3px;
	border:1px solid #3d8901;
	display:inline-block;
	color:#FFFFFF;
	font-family:arial;
padding: 10px 0 0 18px;
	font-size: 11px;;
	text-decoration:none;
	text-transform:lowercase;*/
	display:none;

}
.button_sold_out, .button_sold_outHover {
	-moz-box-shadow: inset -1px -1px 0px 0px #377d00;
-webkit-box-shadow: inset -1px -1px 0px 0px #377d00;
box-shadow: inset -1px -1px 0px 0px #377d00;
background: #c4efa2 url('/images/button_in_cart.png') no-repeat;
background-position-y:18px;
background-position-x: 97%;
    background-position: 97% 18px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-left-radius: 8px;
text-align: right;
border: 1px solid #3d8901;
display: inline-block;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 21px;
font-weight: bold;
font-style: normal;
/*height: 32px;*/
line-height: 32px;
width: 75%;
text-decoration: none;
padding: 15px 48px 0px;
outline: none;
text-transform:lowercase; 
}

a.efl_button {
	-moz-box-shadow:inset -1px -1px 0px 0px #004d27;
	-webkit-box-shadow:inset -1px -1px 0px 0px #004d27;
	box-shadow:inset -1px -1px 0px 0px #004d27;
	background-color:#046134;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-align:right;
	border:1px solid #03522b;
	display:inline-block;
	color:white;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:130px;
	text-decoration:none;
	padding: 15px 15px 0px;
	transition:  .15s ease-in-out;
   -moz-transition:  .15s ease-in-out;
   -webkit-transition:  .15s ease-in-out;

}
a.efl_button:hover {
	background-color:#03522b;
}
a.efl_button:active {
	position:relative;
	top:1px;
}

.button_small{
	background: #cccccc; /*fallback for non-CSS3 browsers*/
	background-color:#cccccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
		border:1px solid #cccccc;

	display:inline-block;
	font-family:arial;
	font-size:.9em;
	font-weight:normal;
	padding:4px 4px 4px 38px;
	text-decoration:none;
	behavior: url(../PIE.htc);
position:relative;
color: white;

}
.button_smallHover {

    background: #eeeeee; /*fallback for non-CSS3 browsers*/
         -pie-background: linear-gradient(#eeeeee); /*PIE*/
	background-color:#eeeeee;
			border:1px solid #eeeeee;
			cursor: pointer; 
color:#8e8e8e;

}
#testimonialDefault .cssButton, #testimonialDefault .cssButtonHover {top:16px;.cssButton}



input[type=checkbox] {
	visibility: hidden;
}
#addressbookprocessBody input[type=checkbox] {
	visibility: visible;
}
#createaccountBody input[type=checkbox] {
	visibility: visible;
}

#loginBody input[type=checkbox],#accountnewslettersBody  input[type=checkbox]{
	visibility: visible;
}
/* SQUARED ONE */
.squaredOne {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);

	top: 2px;
	left: 2px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#productreviewsinfoBody  .buttonRow, #productreviewsBody .buttonRow {width:200px;}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
 @media only all and (max-width: 800px) {
.button_prev, .button_next, .button_return_to_product_list {
	padding: 0px;
	}

 }
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

 }