/**

 * 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 */

.buttonRow {
    padding: 4px 0;
    margin-top: 10px;
    font-size: 14px;
}





.buttonRow a, .navNextPrevWrapper a {

	text-decoration: none;

}



.cssButton, .cssButtonHover {

	background: #5cb85c;
	
    border: #3A8B3A solid 1px;

    border-color: #0c9d3d;

    border-image: none;

    /*border-radius: 5px;*/

    border-style: solid;

    border-width: 1px 1px 2px;

    color: #fff;

    font-size: 15px;

    font-weight: bold;

    line-height: 26px;

    padding: 4px 30px;

    /*text-shadow: 0 1px #238325;*/

	width:auto !important;

}



/* 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: 0 0.3em;*/

	line-height: 20px;

}

.button_sold_out, .button_sold_out_sm {

	background: none;

	border: none;

	cursor: default;

	padding: 0;

	color: #444444;

}



.button_tell_a_friend {

	width: 20px;

	height: 20px;

	background: #f7e39d url("../images/arrow.gif") no-repeat center center;

	margin: 0;

	padding: 0;

	color: #f7e39d;

}



.button_submit {/*width: 18em;*/}

.button_update_cart {color: red;}

.button_update_cartHover {color: #003D00;}

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

