/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2009-2010 12leaves.com
 * @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 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover, .buynow-index span, .m-btn {
    color: white;
       background: #999!important;
 border: 2px solid #999!important;
    border-radius: 0 !important;
}
.buttonRow {
	padding: 4px 0;
}
.buttonRow input {
	border: none;
	background: none ;
}

.buttonRow a, .navNextPrevWrapper a {
	text-decoration: none;
}
.cssButton, .cssButtonHover {
	width: auto !important;
}
.cssButton, .cssButtonHover, .m-btn {
	font-size: 100% !important;
	text-align: center;
	white-space: nowrap;
	text-decoration: none !important;
	font-weight: normal;
	margin: 3px 0;
	padding: 5px 12px;
	cursor: pointer;
	display: inline-block;

    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

}
.button_add_selected {padding: 12px 12px;}

.buynow, .buynow-index a {text-decoration: none !important; display: block;}

/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search  {/*width: 7em;*/}

.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {/*width: 10em;*/}

.button_shipping_estimator {
	font-weight: normal;
	display: block;
	margin: 7px 0;
	padding: 4px 0.3em;
	line-height: 20px;
}
.button_sold_out, .button_sold_out_sm {
	background: none !important;
	border: none !important;
	cursor: default !important;
	padding: 0 !important;
}
.button_in_cart, .button_checkout,  .button_login, .button_continue_checkout, .button_confirm_order, .button_submit {
	font-weight: bold;
	padding: 0.9em 2.8em;
	width: auto !important;
	box-shadow: 0 1px 2px #999999;
	-webkit-appearance: none;
}  
.button_in_cartHover, .button_checkoutHover,  .button_loginHover, .button_continue_checkoutHover, .button_confirm_orderHover, .button_submitHover {
	box-shadow: 0 0 0;
}
.button_in_cart {
	min-width: 120px;
/*	width: 50% !important; */
/*	height: 2.5em; */
}
.button_tell_a_friend {
	width: 20px !important;
	height: 20px;
	background: #f7e39d url("../images/arrow.gif") no-repeat center center !important;
	margin: 0;
	padding: 0;
}
.button_submit {/*width: 18em;*/}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
#contactUsForm input[type="text"]{
    background-color: #f6f6f6;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "Gotham A","Gotham B",Georgia,"Helvetica",Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    max-width: none;
    outline: medium none;
    text-transform: none;
    width: 100%;
}

#contactUsForm textarea {
	
	 background-color: #f6f6f6;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "Gotham A","Gotham B",Georgia,"Helvetica",Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
   letter-spacing: 2px;
    margin-bottom: 15px;
    max-width: none;
    outline: medium none;
    text-transform: none;
    width: 100%;
}