/**
 * 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 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
width : 20em;
background-color: #852F09;
color:#fff;
border:1px solid #333;
/*border: 2px outset #99d2ef;*/
/*	border-bottom:2px solid #008ed6;
	border-right:2px solid #008ed6;
	border-top:2px solid #80cef6;
	border-left:2px solid #80cef6;*/
font-family: "Lucida Sans", arial, verdana, serif;
font-size: 1.3em;
text-align:center;
/*white-space: nowrap;*/
text-decoration: none;
font-weight: normal;
padding: 2px;
margin: 2px;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
line-height: 100%;
/*cursor: pointer;*/
}

#productReviewLink, #productTellFriendLink {padding:0.5em;}
.navNextPrevWrapper {margin-bottom:1em;}


.cssButtonHover {

/*border-style: inset;*/
/*	border-bottom:2px solid #004ea6;
	border-right:2px solid #004ea6;
	border-top:2px solid #80cef6;
	border-left:2px solid #80cef6;	*/
/*text-decoration: underline;*/
color:#852F09;
background-color:#ccc;
border: 1px solid #852F09;
}
/* 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_return_to_product_list, .button_add_selected {width: 22em;}
/* .button_return_to_product_list,.button_prev, .button_next {margin-bottom:20px; }*/

.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_search {border:none; color:#FFFFFF; font-size:1.7em; background:none; margin:0; padding:0.4em 0;}

div.buttonRow { padding-top:0.5em; padding-bottom:0.5em;}