/**
 * 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: rgb(41, 197, 41) none repeat scroll 0 0 !important;
    border: medium none rgb(41, 197, 41) !important;
    box-shadow: 0 17px 0 rgba(255, 255, 255, 0.33) inset !important;
    color: white;
    padding: 11px 15px;
}
.button_checkoutHover {
    background: rgb(71, 214, 71) none repeat scroll 0 0 !important;
    border: medium none rgb(41, 197, 41) !important;
    box-shadow: 0 17px 0 rgba(255, 255, 255, 0.33) inset !important;
    color: white;
    padding: 11px 15px;
}
.button_in_cart {
	
	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:17px;
	font-weight:normal;
	padding:6px 11px;
	width:70%;
	margin:5px 0px 10px 0px;
-moz-box-shadow: 0 0 2px #FFFFFF inset;
-webkit-box-shadow: 0 0 2px #FFFFFF inset;
box-shadow: 0 0 2px #FFFFFF inset;
	behavior: url(../PIE.htc);
position:relative;
float:left;
}
.button_in_cartHover {

    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;
}
.button_buy_now, .button_info {
	font-size:13px;
	font-weight:normal;
	padding:3px 6px;
	color:#444;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
 @media only all and (max-width: 800px) {
.button_prev, .button_next, .button_return_to_product_list {
	padding: 0px;
	}

 }
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

 }