/**
 * 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 */
#tellafriend .cssButton{font-size:12px;}
#tellafriend .cssButtonHover{font-size:12px;}
#tellafriend form input{width:120px;}
.cssButton, .cssButtonHover {
background: url( ../images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	font-size:90%;
	}

.cssButton button_in_cart{
	background: url( ../images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	font-size:90%;
}

/*end james css buttons*/
.cssButtonHover {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	font-size:90%;
	background-image: url(../images/fade-butt.png);
	background-position: center bottom;
}
#productTellFriendLink{
	color: #333;
	padding: 45px;
	font-size:12px;
}
#productReviewLink{
	color: #333;
	padding: 45px;
	font-size:12px;
}

/* adding the styles below might be needed if the default button width is changed */
.button_continue_shopping, .button_shipping_estimator {width: 150px; font-size:90%;} 
.small_delete, .button_prev, .button_next{width: 7em; font-size:90%;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_login {width: 10em; font-size:90%;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em; font-size:90%;}  
.button_submit {width: 18em; font-size:90%;}
.button_update_cart {color: red; font-size:90%;}
.button_update_cartHover {color: #003D00; font-size:90%;}

/*.innerbox#headernavcenter .boxtext */
.button_search{width:5px; height:25px; font-size:10px; font-weight:bold; position:relative; top:3px;}

.button_submit{background: url( ../images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	font-size:90%;
	}
/* */
   th #scUpdateQuantity{padding:3px;}
   th #scProductsHeading{padding:3px;}
   th #scUnitHeading{padding:3px;}
   th #scTotalHeading{padding:3px;}
   th #scRemoveHeading{padding:3px;}
   th #scQuantityHeading{padding:3px;}
   .cssButton button_checkout{float:right;}
   #checkoutbtn.cssButtonHover{}