/**
 * 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: #F4F4F4;
color : #000000;
border: 1px outset #F1F1F1;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
*/
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
/*W.B 060308*/
	background-color: #92BCCC;
	background-image: url(../images/bkd_css_buttons.gif);
	letter-spacing: 0px;
	height: 24px;
	margin: 2px;
	padding: 1px 1px 1px 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEE1F0;
	border-right-color: #83B1D1;
	border-bottom-color: #83B1D1;
	border-left-color: #BEE1F0;
	color: #4480AA;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.cssButtonHover {
/*  WB
color: #78A5C0;
border-style: inset;
text-decoration: none;
*/
	background-color: #92BCCC;
	height: 24px;
	letter-spacing: 0px;
	margin: 2px;
	padding: 2px 0px 0px 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEE1F0;
	border-right-color: #83B1D1;
	border-bottom-color: #83B1D1;
	border-left-color: #BEE1F0;
	color: #4480AA;
}
/* 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, .button_update_cart, .button_checkout, .button_login {
		width: 10em;
		margin:6px;
		}
.button_sold_out_sm 	{
		width: 10em;
		margin:10px;
		float:right;
		height:18px;
		background-image: url(../images/bkd_btn_soldOut.png);
		padding: 4px 1px 1px 1px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #FED5C9;
		border-right-color: #8B0000;
		border-bottom-color: #8B0000;
		border-left-color: #FED5C9;
		color: #FFFFFF;
		font-size: 11px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
		font-weight: bold;
		}	
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: #D60E0E;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
