/**
 * 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 : 100px;
display: block; /* essential line otherwise width attribute has no affect. */
background-color: black;
color : #CCC;
border: 2px outset #F4F4F4;
text-transform: uppercase;
font-family:  "Times New Roman", Times, Georgia, serif;
 
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
margin-top: -10px;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color: white;
border-style: inset;
text-decoration: none;
}

/* button in header */
.button_search, .button_searchHover {
	display: inline;
	 
	padding: 1px 0 4px 0;
	height: 22px !important;
	margin-top: 1px;
	
}
/* adding the styles below might be needed if the default button width is changed */
 
 .button_continue_shopping, .button_shipping_estimator {
	width: 150px;
} 
    .button_shipping_estimator {
 
} 
 
.small_delete, .button_prev, .button_next  {
	width: 7em;
	}

.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login, .button_add_selected  {
	width: 10em;
	height: auto;
	}
	
.button_add_selected {
	
	margin-top: 5px;
}
 
	
.button_subscribe	{
	margin-top: 5px;
	float: right;
}
.button_return_to_product_list, .button_add_selected {width: 22em;}

.button_in_cart, .button_write_review, .button_TellAFriend, .contact, .button_create_account, .button_continue_shopping, .button_shipping_estimator {
	width:  125px;
	padding: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	
	
		height: 25px !important;
  height: 23px;
  height/**/:/**/23px;



	}  


/* IE box model hack on button height */
	.button_in_cart {
	
	height: 25px !important;
  height: 33px;
  height/**/:/**/33px;

 

}
	

	
	
	/*sign up button on log in page */
.button_create_account {
	margin-top: 10px; /* move button down away from text*/
	
}

 .button_login {
	margin-top: 5px; /* move button down away from text*/
	
}
 
 
 .contact, .contactHover {
 }


.button_submit {width: 18em;}

.button_update_cart {color: red;}

.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
